/** * 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"; .color-primary { color: #00B8DB; } .color-info { color: #E3E8F5; } .color-success { color: #69C61D; } .color-warning { color: #EFAF00; } .color-danger { color: #FF4848; } .bg-primary { background-color: #00B8DB; } .bg-info { background-color: #E3E8F5; } .bg-success { background-color: #69C61D; } .bg-warning { background-color: #EFAF00; } .bg-danger { background-color: #FF4848; } .embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; } .embed-responsive::before { display: block; content: ""; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .embed-responsive-21by9::before { padding-top: 42.85714%; } .embed-responsive-16by9::before { padding-top: 56.25%; } .embed-responsive-4by3::before { padding-top: 75%; } .embed-responsive-1by1::before { padding-top: 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; } .tooltip { position: absolute; z-index: 1070; display: block; opacity: 0; font-size: 12px; } .tooltip.in { opacity: 1; } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #6c757d; text-align: center; background-color: #fff; border-radius: 4px; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #fff; } .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #fff; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #fff; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #fff; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #fff; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #fff; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #fff; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-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: ""; } .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 { padding: 0.5rem 1rem; font-size: 1.09375rem; line-height: 1.5; border-radius: 0.3rem; } .btn-sm { 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%; } .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; } .atum-list-wrapper .displaying-num, #posts-filter .displaying-num { color: #6c757d; } .atum-list-wrapper .pagination-links, #posts-filter .pagination-links { color: #6c757d; } .atum-list-wrapper .pagination-links .tablenav-pages-navspan, .atum-list-wrapper .pagination-links .tablenav-current-page, .atum-list-wrapper .pagination-links #current-page-selector, #posts-filter .pagination-links .tablenav-pages-navspan, #posts-filter .pagination-links .tablenav-current-page, #posts-filter .pagination-links #current-page-selector { border-radius: 5px; border: none; color: #adb5bd; padding: 0; width: 30px; height: 30px; line-height: 30px; text-decoration: none; } @media all and (max-width: 782px) { .atum-list-wrapper .pagination-links .tablenav-pages-navspan, .atum-list-wrapper .pagination-links .tablenav-current-page, .atum-list-wrapper .pagination-links #current-page-selector, #posts-filter .pagination-links .tablenav-pages-navspan, #posts-filter .pagination-links .tablenav-current-page, #posts-filter .pagination-links #current-page-selector { width: 35px; height: 35px; } } .atum-list-wrapper .pagination-links #current-page-selector, #posts-filter .pagination-links #current-page-selector { border: 1px solid #e9ecef; } .atum-list-wrapper .pagination-links #current-page-selector:focus, #posts-filter .pagination-links #current-page-selector:focus { outline: 0; -webkit-box-shadow: none; box-shadow: none; } @media all and (max-width: 782px) { .atum-list-wrapper .pagination-links #current-page-selector, #posts-filter .pagination-links #current-page-selector { font-size: 13px; } } .atum-list-wrapper .pagination-links .tablenav-pages-navspan, #posts-filter .pagination-links .tablenav-pages-navspan { background-color: #f8f9fa; } .atum-list-wrapper .pagination-links .tablenav-current-page, #posts-filter .pagination-links .tablenav-current-page { background-color: #e9ecef; padding: 8px 12px 6px; } @media all and (max-width: 782px) { .atum-list-wrapper .pagination-links .tablenav-current-page, #posts-filter .pagination-links .tablenav-current-page { padding: 8px 15px 11px; } } @media all and (max-width: 782px) { .atum-list-wrapper .pagination-links .paging-input, .atum-list-wrapper .pagination-links .table-paging, #posts-filter .pagination-links .paging-input, #posts-filter .pagination-links .table-paging { margin: 0; } } @media all and (max-width: 782px) { .atum-list-wrapper .pagination-links, #posts-filter .pagination-links { font-size: 13px; } } @media all and (max-width: 480px) { .atum-list-wrapper .pagination-links .tablenav-paging-text, #posts-filter .pagination-links .tablenav-paging-text { width: auto; float: none; padding: 0; margin-left: auto; } } .atum-list-wrapper .tablenav-pages a, #posts-filter .tablenav-pages a { border-radius: 5px; border: none; color: #adb5bd; padding: 0; line-height: 30px; width: 30px; height: 30px; text-decoration: none; background-color: #e9ecef; } .atum-list-wrapper .tablenav-pages a:hover, .atum-list-wrapper .tablenav-pages a:focus, #posts-filter .tablenav-pages a:hover, #posts-filter .tablenav-pages a:focus { background-color: #e9ecef; color: #adb5bd; } @media all and (max-width: 782px) { .atum-list-wrapper .tablenav-pages a, #posts-filter .tablenav-pages a { width: 35px; height: 35px; } } .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); } } .blockUI.blockOverlay:before { display: none; } .blockUI.blockOverlay:after { content: ''; top: 45%; left: 0; right: 0; margin: auto; width: 30px; height: 30px; 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; } @keyframes loader-rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .note .blockUI.blockOverlay:after { top: 38%; width: 25px; height: 25px; border: 2px 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; } @keyframes loader-rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .atum-meta-box { padding: 15px 10px; } .atum-meta-box::after { display: block; clear: both; content: ""; } .atum-meta-box .form-field { float: left; clear: left; width: 48%; padding: 0; margin: 9px 0 0; color: #888; } .atum-meta-box .form-field label { display: block; padding: 0 0 3px; } .atum-meta-box .form-field > input, .atum-meta-box .form-field > select, .atum-meta-box .form-field > textarea { width: 100%; } .atum-meta-box .form-field input { height: 32px; border-radius: 4px; -webkit-box-shadow: none; box-shadow: none; } .atum-meta-box .form-field .select2-container { width: 100% !important; } .atum-meta-box .form-field .date-picker { width: 50%; } .atum-meta-box .form-field .switchery { margin-left: 7px; } .atum-meta-box .form-field.atum-editor { margin-top: 15px; } .atum-meta-box .form-field.atum-editor label { margin-bottom: -30px; } .atum-meta-box .form-field.form-field-wide { width: 100%; clear: both; } .atum-meta-box .form-field.form-field-wide > .wc-customer-search, .atum-meta-box .form-field.form-field-wide > .wc-enhanced-select, .atum-meta-box .form-field.form-field-wide > input, .atum-meta-box .form-field.form-field-wide > select, .atum-meta-box .form-field.form-field-wide > textarea, .atum-meta-box .form-field.form-field-wide .select2-container { width: 100%; } .atum-meta-box .form-field .wp-editor-area { border: none; } .wc-backbone-modal * { -webkit-box-sizing: border-box; box-sizing: border-box; } .wc-backbone-modal .wc-backbone-modal-content { position: fixed; background: #fff; z-index: 100000; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 500px; } .wc-backbone-modal .wc-backbone-modal-content article { overflow: auto; } .wc-backbone-modal.wc-backbone-modal-shipping-method-settings .wc-backbone-modal-content { width: 75%; min-width: 500px; } .wc-backbone-modal .select2-container { width: 100% !important; } .wc-backbone-modal .alert { background-color: #8fedff; padding: 4px 6px; display: block; font-size: 12px; margin-bottom: 5px; } body.allow-multiple-suppliers .wc-backbone-modal .alert { display: none; } .wc-backbone-modal-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; min-height: 360px; background: #000; opacity: 0.7; z-index: 99900; } .wc-backbone-modal-main { padding-bottom: 55px; } .wc-backbone-modal-main header, .wc-backbone-modal-main article { display: block; position: relative; } .wc-backbone-modal-main .wc-backbone-modal-header { height: auto; background: #fcfcfc; padding: 1em 1.5em; border-bottom: 1px solid #DDD; } .wc-backbone-modal-main .wc-backbone-modal-header h1 { margin: 0; font-size: 18px; font-weight: 700; line-height: 1.5em; } .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link { cursor: pointer; color: #888; height: 54px; width: 54px; padding: 0; position: absolute; top: 0; right: 0; text-align: center; border: 0; border-left: 1px solid #DDD; background-color: transparent; -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out; transition: color 0.1s ease-in-out, background 0.1s ease-in-out; } .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:before { font: normal 22px/50px "atum-icon-font" !important; color: #adb5bd; display: block; content: ""; font-weight: 300; } .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:hover, .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus { background: #DDD; border-color: #ccc; color: #000; } .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus { outline: none; } .wc-backbone-modal-main article { padding: 1.5em; } .wc-backbone-modal-main article p { margin: 1.5em 0; } .wc-backbone-modal-main article p:first-child { margin-top: 0; } .wc-backbone-modal-main article p:last-child { margin-bottom: 0; } .wc-backbone-modal-main article .pagination { padding: 10px 0 0; text-align: center; } .wc-backbone-modal-main footer { position: absolute; left: 0; right: 0; bottom: 0; z-index: 100; padding: 1em 1.5em; background: #fcfcfc; border-top: 1px solid #dfdfdf; -webkit-box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1); box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1); } .wc-backbone-modal-main footer .inner { float: right; line-height: 23px; } .wc-backbone-modal-main footer .inner .button { margin-bottom: 0; } .select2-drop, .select2-dropdown { z-index: 999999 !important; } .select2-results { line-height: 1.5em; } .select2-results .select2-results__option, .select2-results .select2-results__group { margin: 0; padding: 8px; } .select2-dropdown { border-color: #DDD; } .select2-dropdown--below { -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); } .select2-dropdown--above { -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); } .select2-container.atum-select2 .select2-selection__rendered.ui-sortable li, .select2-container.atum-enhanced-select .select2-selection__rendered.ui-sortable li { cursor: move; } .select2-container.atum-select2 .select2-selection, .select2-container.atum-enhanced-select .select2-selection { border-color: #DDD; } .select2-container.atum-select2 .select2-search__field, .select2-container.atum-enhanced-select .select2-search__field { min-width: 150px; } .select2-container.atum-select2 .select2-selection--single, .select2-container.atum-enhanced-select .select2-selection--single { height: 32px; } .select2-container.atum-select2 .select2-selection--single .select2-selection__rendered, .select2-container.atum-enhanced-select .select2-selection--single .select2-selection__rendered { line-height: 28px; padding-right: 24px; } .select2-container.atum-select2 .select2-selection--single .select2-selection__arrow, .select2-container.atum-enhanced-select .select2-selection--single .select2-selection__arrow { right: 3px; height: 30px; top: 4px; } .select2-container.atum-select2 .select2-selection--multiple, .select2-container.atum-enhanced-select .select2-selection--multiple { min-height: 28px; border-radius: 0; line-height: 1.5; } .select2-container.atum-select2 .select2-selection--multiple li, .select2-container.atum-enhanced-select .select2-selection--multiple li { margin: 0; } .select2-container.atum-select2 .select2-selection--multiple .select2-selection__choice, .select2-container.atum-enhanced-select .select2-selection--multiple .select2-selection__choice { padding: 2px 6px; } .select2-container.atum-select2 .select2-selection__clear, .select2-container.atum-enhanced-select .select2-selection__clear { color: #999; margin-top: -1px; } .select2-container.atum-select2 .select2-search--inline .select2-search__field, .select2-container.atum-enhanced-select .select2-search--inline .select2-search__field { font-family: inherit; font-size: inherit; font-weight: inherit; padding: 3px 0; } .select2-container.atum-select2:focus, .select2-container.atum-select2 .selection:focus, .select2-container.atum-select2 .select2-selection--single:focus, .select2-container.atum-enhanced-select:focus, .select2-container.atum-enhanced-select .selection:focus, .select2-container.atum-enhanced-select .select2-selection--single:focus { outline: none; } .atum-help-tip { color: #adb5bd; display: inline-block; font-size: 1.1em; font-style: normal; height: 16px; line-height: 16px; position: relative; vertical-align: middle; width: 16px; } .atum-help-tip::after { font-family: "atum-icon-font"; content: ""; cursor: help; } h2 .atum-help-tip { margin-top: -5px; margin-left: 0.25em; } #atum_order_data .hndle, #atum_order_data .handlediv { display: none; } #atum_order_data .inside { padding: 0; } #atum_order_data .panel { padding: 23px 24px; } #atum_order_data .panel h2 { margin: 0; font-size: 21px; font-weight: 300; line-height: 1.2; text-shadow: 1px 1px 1px #fff; padding: 0; } #atum_order_data .panel h3 { font-size: 14px; } #atum_order_data .panel h3, #atum_order_data .panel h4 { color: #343a40; margin: 1.33em 0 0; } #atum_order_data .panel p.atum_order_number { margin: 0; line-height: 1.6em; font-size: 16px; } #atum_order_data .panel select { display: none; } #atum_order_data .panel select + .select2-container { max-width: 297px; } #atum_order_data .panel .atum_order_data_column_container { clear: both; margin-top: 15px; } #atum_order_data .panel .atum_order_data_column { width: 100%; padding: 0 2% 0 0; float: left; } #atum_order_data .panel .atum_order_data_column > h3 span { display: block; } #atum_order_data .panel .atum_order_data_column:last-child { padding-right: 0; } #atum_order_data .panel .atum_order_data_column p { padding: 0 !important; } #atum_order_data .panel .atum_order_data_column p.none_set { color: #999; } #atum_order_data .panel .atum_order_data_column .address strong { display: block; } #atum_order_data .panel .atum_order_data_column .hour, #atum_order_data .panel .atum_order_data_column .minute { width: 3.5em; } #atum_order_actions .atum-meta-box { padding: 0; } .atum_order_actions { margin: 0; overflow: hidden; zoom: 1; } .atum_order_actions li { padding: 6px 0; margin: 0; line-height: 1.6em; float: left; width: 50%; text-align: center; } .atum_order_actions li a { float: none; text-align: center; text-decoration: underline; } .atum_order_actions li.wide { width: auto; float: none; clear: both; padding: 6px; text-align: left; overflow: hidden; } .atum_order_actions li #delete-action { line-height: 25px; vertical-align: middle; text-align: left; float: left; } .atum_order_actions li .save-atum-order { float: right; } .atum_order_actions li#actions { overflow: hidden; } .atum_order_actions li#actions .button { width: 24px; -webkit-box-sizing: border-box; box-sizing: border-box; float: right; } .atum_order_actions li#actions select { width: 225px; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; } #atum_order_notes .inside, #atum_order_notes .atum-meta-box { margin: 0; padding: 0; } ul.atum_order_notes { padding: 2px 0 0; } ul.atum_order_notes li { padding: 0 10px; } ul.atum_order_notes li .note_content { padding: 10px; background: #e9ecef; position: relative; } ul.atum_order_notes li .note_content p { margin: 0; padding: 0; word-wrap: break-word; } ul.atum_order_notes li p.meta { padding: 10px; color: #999; margin: 0; font-size: 11px; } ul.atum_order_notes li p.meta .exact-date { border-bottom: 1px dotted #999; } ul.atum_order_notes li a.delete_note { color: #FF4848; } ul.atum_order_notes li .note_content::after { content: ''; display: block; position: absolute; bottom: -10px; left: 20px; width: 0; height: 0; border-width: 10px 10px 0 0; border-style: solid; border-color: #e9ecef transparent; } .add_note { border-top: 1px solid #DDD; padding: 10px 10px 0; } .add_note h4 { margin-top: 5px !important; } .add_note #add_atum_order_note { width: 100%; height: 70px; border-radius: 4px; margin-top: 4px; -webkit-box-shadow: none; box-shadow: none; } #atum_order_items .inside { display: block !important; margin: 0; padding: 0; background: #f8f9fa; } #atum_order_items .atum-meta-box { padding: 0; } #atum_order_items .atum-order-data-row { border-bottom: 1px solid #dee2e6; padding: 1.5em 2em; background: #f8f9fa; line-height: 2em; text-align: right; } #atum_order_items .atum-order-data-row::after { display: block; clear: both; content: ""; } #atum_order_items .atum-order-data-row p { margin: 0; line-height: 2em; } #atum_order_items .atum-order-data-row .atum-used-coupons { text-align: left; } #atum_order_items .atum-order-data-row .atum-used-coupons .tips { display: inline-block; } #atum_order_items .atum-used-coupons { float: left; width: 50%; } #atum_order_items .atum-order-totals { float: right; width: 50%; margin: 0; padding: 0; text-align: right; } #atum_order_items .atum-order-totals .amount { font-weight: 700; } #atum_order_items .atum-order-totals .label { vertical-align: top; } #atum_order_items .atum-order-totals .total { font-size: 1em !important; width: 10em; margin: 0 0 0 0.5em; -webkit-box-sizing: border-box; box-sizing: border-box; } #atum_order_items .atum-order-totals .total input[type='text'] { width: 96%; float: right; } #atum_order_items .atum-order-totals .refunded-total { color: #FF4848; } #atum_order_items .refund-actions { margin-top: 5px; padding-top: 12px; border-top: 1px solid #dee2e6; } #atum_order_items .refund-actions .button { float: right; margin-left: 4px; } #atum_order_items .refund-actions .cancel-action { float: left; margin-left: 0; } #atum_order_items .atum-order-item-bulk-edit .cancel-action { float: left; margin-left: 0; } #atum_order_items .add_meta { margin-left: 0 !important; } #atum_order_items h3 small { color: #999; } #atum_order_items .amount { white-space: nowrap; } #atum_order_items .add-items .description { margin-right: 10px; } #atum_order_items .add-items .button { float: left; margin-right: 0.25em; } #atum_order_items .add-items .button-primary { float: none; margin-right: 0; } #atum_order_items .hndle, #atum_order_items .handlediv { display: none; } #atum_order_items .atum_order_items_wrapper { margin: 0; overflow-x: auto; } #atum_order_items .atum_order_items_wrapper table.atum_order_items { width: 100%; background: #fff; } #atum_order_items .atum_order_items_wrapper table.atum_order_items thead th { text-align: left; padding: 1em; font-weight: normal; color: #999; background: #f9f9f9; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #atum_order_items .atum_order_items_wrapper table.atum_order_items thead th.sortable { cursor: pointer; } #atum_order_items .atum_order_items_wrapper table.atum_order_items thead th:last-child { padding-right: 2em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items thead th:first-child { padding-left: 2em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items thead th .atum-arrow { float: right; position: relative; margin-right: -1em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tbody th, #atum_order_items .atum_order_items_wrapper table.atum_order_items td { padding: 1.5em 1em 1em; text-align: left; line-height: 1.5em; vertical-align: top; border-bottom: 1px solid #f9f9f9; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tbody th textarea, #atum_order_items .atum_order_items_wrapper table.atum_order_items td textarea { width: 100%; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tbody th select, #atum_order_items .atum_order_items_wrapper table.atum_order_items td select { width: 50%; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tbody th input, #atum_order_items .atum_order_items_wrapper table.atum_order_items tbody th textarea, #atum_order_items .atum_order_items_wrapper table.atum_order_items td input, #atum_order_items .atum_order_items_wrapper table.atum_order_items td textarea { font-size: 14px; padding: 4px; color: #555; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tbody th:last-child, #atum_order_items .atum_order_items_wrapper table.atum_order_items td:last-child { padding-right: 2em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tbody th:first-child, #atum_order_items .atum_order_items_wrapper table.atum_order_items td:first-child { padding-left: 2em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tbody tr td { cursor: pointer; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tbody tr.selected { background: #F5EBF3; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tbody tr.selected td { border-color: #E6CCE1; opacity: 0.8; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tbody tr:last-child td { border-bottom: 1px solid #dee2e6; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tbody tr:first-child td { border-top: 8px solid #f9f9f9; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tbody#order_line_items tr:first-child td { border-top: none; } #atum_order_items .atum_order_items_wrapper table.atum_order_items td.thumb { text-align: left; width: 38px; padding-bottom: 1.5em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items td.thumb .atum-order-item-thumbnail { width: 38px; height: 38px; border: 2px solid #e9ecef; background: #f9f9f9; color: #ccc; position: relative; font-size: 21px; display: block; text-align: center; } #atum_order_items .atum_order_items_wrapper table.atum_order_items td.thumb .atum-order-item-thumbnail::before { font-family: "atum-icon-font"; content: ""; width: 38px; line-height: 38px; display: block; position: absolute; } #atum_order_items .atum_order_items_wrapper table.atum_order_items td.thumb .atum-order-item-thumbnail img { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; } #atum_order_items .atum_order_items_wrapper table.atum_order_items td.name .atum-order-item-sku, #atum_order_items .atum_order_items_wrapper table.atum_order_items td.name .atum-order-item-variation { display: block; margin-top: 0.5em; font-size: 0.92em !important; color: #888; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .item { min-width: 200px; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .center, #atum_order_items .atum_order_items_wrapper table.atum_order_items .variation-id { text-align: center; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost { text-align: right; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost label { white-space: nowrap; color: #999; font-size: 0.833em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost label input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax label input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity label input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost label input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax label input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class label input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost label input { display: inline; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost input { width: 70px; vertical-align: middle; text-align: right; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost select, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax select, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity select, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost select, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax select, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class select, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost select { width: 85px; height: 26px; vertical-align: middle; font-size: 1em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .split-input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .split-input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .split-input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .split-input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .split-input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .split-input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .split-input { display: inline-block; background: #fff; border: 1px solid #DDD; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); margin: 1px 0; min-width: 80px; overflow: hidden; line-height: 1em; text-align: right; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .split-input div.input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .split-input div.input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .split-input div.input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .split-input div.input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .split-input div.input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .split-input div.input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .split-input div.input { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .split-input div.input label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .split-input div.input label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .split-input div.input label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .split-input div.input label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .split-input div.input label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .split-input div.input label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .split-input div.input label { font-size: 0.75em; padding: 4px 6px 0; color: #555; display: block; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .split-input div.input input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .split-input div.input input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .split-input div.input input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .split-input div.input input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .split-input div.input input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .split-input div.input input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .split-input div.input input { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; border: 0; -webkit-box-shadow: none; box-shadow: none; margin: 0; padding: 0 6px 4px; color: #555; background: transparent; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .split-input div.input input::-moz-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .split-input div.input input::-moz-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .split-input div.input input::-moz-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .split-input div.input input::-moz-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .split-input div.input input::-moz-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .split-input div.input input::-moz-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .split-input div.input input::-moz-placeholder { color: #DDD; opacity: 1; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .split-input div.input input:-ms-input-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .split-input div.input input:-ms-input-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .split-input div.input input:-ms-input-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .split-input div.input input:-ms-input-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .split-input div.input input:-ms-input-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .split-input div.input input:-ms-input-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .split-input div.input input:-ms-input-placeholder { color: #DDD; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .split-input div.input input::-webkit-input-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .split-input div.input input::-webkit-input-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .split-input div.input input::-webkit-input-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .split-input div.input input::-webkit-input-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .split-input div.input input::-webkit-input-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .split-input div.input input::-webkit-input-placeholder, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .split-input div.input input::-webkit-input-placeholder { color: #DDD; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .split-input div.input:first-child, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .split-input div.input:first-child, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .split-input div.input:first-child, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .split-input div.input:first-child, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .split-input div.input:first-child, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .split-input div.input:first-child, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .split-input div.input:first-child { border-bottom: 1px dashed #DDD; background: #fff; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .split-input div.input:first-child label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .split-input div.input:first-child input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .split-input div.input:first-child label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .split-input div.input:first-child input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .split-input div.input:first-child label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .split-input div.input:first-child input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .split-input div.input:first-child label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .split-input div.input:first-child input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .split-input div.input:first-child label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .split-input div.input:first-child input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .split-input div.input:first-child label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .split-input div.input:first-child input, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .split-input div.input:first-child label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .split-input div.input:first-child input { color: #ccc; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .view, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .view, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .view, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .view, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .view, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .view, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .view { white-space: nowrap; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .edit, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .edit, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .edit, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .edit, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .edit, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .edit, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .edit { text-align: left; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost small.times, #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost del, #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .atum-order-item-discount, #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .atum-order-item-refund-fields, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax small.times, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax del, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .atum-order-item-discount, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .atum-order-item-refund-fields, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity small.times, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity del, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .atum-order-item-discount, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .atum-order-item-refund-fields, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost small.times, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost del, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .atum-order-item-discount, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .atum-order-item-refund-fields, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax small.times, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax del, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .atum-order-item-discount, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .atum-order-item-refund-fields, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class small.times, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class del, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .atum-order-item-discount, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .atum-order-item-refund-fields, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost small.times, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost del, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .atum-order-item-discount, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .atum-order-item-refund-fields { font-size: 0.92em !important; color: #888; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .atum-order-item-refund-fields, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .atum-order-item-refund-fields, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .atum-order-item-refund-fields, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .atum-order-item-refund-fields, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .atum-order-item-refund-fields, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .atum-order-item-refund-fields, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .atum-order-item-taxes, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .atum-order-item-refund-fields { margin: 0; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .atum-order-item-taxes label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .atum-order-item-refund-fields label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .atum-order-item-taxes label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .atum-order-item-refund-fields label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .atum-order-item-taxes label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .atum-order-item-refund-fields label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .atum-order-item-taxes label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .atum-order-item-refund-fields label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .atum-order-item-taxes label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .atum-order-item-refund-fields label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .atum-order-item-taxes label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .atum-order-item-refund-fields label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .atum-order-item-taxes label, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .atum-order-item-refund-fields label { display: block; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost .atum-order-item-discount, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax .atum-order-item-discount, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity .atum-order-item-discount, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost .atum-order-item-discount, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax .atum-order-item-discount, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class .atum-order-item-discount, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost .atum-order-item-discount { display: block; margin-top: 0.5em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .cost small.times, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax small.times, #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity small.times, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_cost small.times, #atum_order_items .atum_order_items_wrapper table.atum_order_items .line_tax small.times, #atum_order_items .atum_order_items_wrapper table.atum_order_items .tax_class small.times, #atum_order_items .atum_order_items_wrapper table.atum_order_items .item_cost small.times { margin-right: 0.25em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity { text-align: center; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .quantity input { text-align: center; width: 50px; } #atum_order_items .atum_order_items_wrapper table.atum_order_items span.subtotal { opacity: 0.5; } #atum_order_items .atum_order_items_wrapper table.atum_order_items td.tax_class, #atum_order_items .atum_order_items_wrapper table.atum_order_items th.tax_class { text-align: left; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .calculated { border-color: #eba3a3; border-style: dotted; } #atum_order_items .atum_order_items_wrapper table.atum_order_items table.meta { width: 100%; } #atum_order_items .atum_order_items_wrapper table.atum_order_items table.meta button { padding-left: 7px; padding-right: 7px; font-size: 12px; } #atum_order_items .atum_order_items_wrapper table.atum_order_items table.meta, #atum_order_items .atum_order_items_wrapper table.atum_order_items table.display_meta { margin: 0.5em 0 0; font-size: 0.92em !important; color: #888; } #atum_order_items .atum_order_items_wrapper table.atum_order_items table.meta tr th, #atum_order_items .atum_order_items_wrapper table.atum_order_items table.display_meta tr th { border: 0; padding: 0 4px 0.5em 0; line-height: 1.5em; width: 20%; white-space: nowrap; } #atum_order_items .atum_order_items_wrapper table.atum_order_items table.meta tr td, #atum_order_items .atum_order_items_wrapper table.atum_order_items table.display_meta tr td { padding: 0 4px 0.5em 0; border: 0; line-height: 1.5em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items table.meta tr td input, #atum_order_items .atum_order_items_wrapper table.atum_order_items table.display_meta tr td input { width: 100%; margin: 0; position: relative; border-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } #atum_order_items .atum_order_items_wrapper table.atum_order_items table.meta tr td textarea, #atum_order_items .atum_order_items_wrapper table.atum_order_items table.display_meta tr td textarea { width: 100%; height: 4em; margin: 0; -webkit-box-shadow: none; box-shadow: none; } #atum_order_items .atum_order_items_wrapper table.atum_order_items table.meta tr td input:focus + textarea, #atum_order_items .atum_order_items_wrapper table.atum_order_items table.display_meta tr td input:focus + textarea { border-top-color: #999; } #atum_order_items .atum_order_items_wrapper table.atum_order_items table.meta tr td p, #atum_order_items .atum_order_items_wrapper table.atum_order_items table.display_meta tr td p { margin: 0 0 0.5em; line-height: 1.5em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items table.meta tr td p:last-child, #atum_order_items .atum_order_items_wrapper table.atum_order_items table.display_meta tr td p:last-child { margin: 0; } #atum_order_items .atum_order_items_wrapper table.atum_order_items .refund_by { border-bottom: 1px dotted #999; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tr.fee .thumb div, #atum_order_items .atum_order_items_wrapper table.atum_order_items tr.refund .thumb div, #atum_order_items .atum_order_items_wrapper table.atum_order_items tr.shipping .thumb div { display: block; text-indent: -9999px; position: relative; height: 1em; width: 1em; font-size: 1.5em; line-height: 1em; vertical-align: middle; margin: 0; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tr.fee .thumb div:before, #atum_order_items .atum_order_items_wrapper table.atum_order_items tr.refund .thumb div:before, #atum_order_items .atum_order_items_wrapper table.atum_order_items tr.shipping .thumb div:before { color: #adb5bd; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tr.fee .thumb div:before { font-family: "atum-icon-font"; content: ""; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tr.refund .thumb div:before { font-family: "atum-icon-font"; content: ""; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tr.shipping .thumb div:before { font-family: "atum-icon-font"; content: ""; } #atum_order_items .atum_order_items_wrapper table.atum_order_items tr.shipping .shipping_method_name, #atum_order_items .atum_order_items_wrapper table.atum_order_items tr.shipping .shipping_method { width: 100%; margin: 0 0 0.5em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items th.line_tax { white-space: nowrap; } #atum_order_items .atum_order_items_wrapper table.atum_order_items th.line_tax .delete-atum-order-tax, #atum_order_items .atum_order_items_wrapper table.atum_order_items td.line_tax .delete-atum-order-tax { display: block; text-indent: -9999px; position: relative; height: 1em; width: 1em; float: right; font-size: 14px; visibility: hidden; margin: 3px -18px 0 0; } #atum_order_items .atum_order_items_wrapper table.atum_order_items th.line_tax .delete-atum-order-tax:before, #atum_order_items .atum_order_items_wrapper table.atum_order_items td.line_tax .delete-atum-order-tax:before { font-family: "atum-icon-font"; content: ""; color: #999; } #atum_order_items .atum_order_items_wrapper table.atum_order_items th.line_tax .delete-atum-order-tax:hover:before, #atum_order_items .atum_order_items_wrapper table.atum_order_items td.line_tax .delete-atum-order-tax:hover:before { color: #FF4848; } #atum_order_items .atum_order_items_wrapper table.atum_order_items th.line_tax:hover .delete-atum-order-tax, #atum_order_items .atum_order_items_wrapper table.atum_order_items td.line_tax:hover .delete-atum-order-tax { visibility: visible; } #atum_order_items .atum_order_items_wrapper table.atum_order_items small.refunded { display: block; color: #FF4848; white-space: nowrap; margin-top: 0.5em; } #atum_order_items .atum_order_items_wrapper table.atum_order_items small.refunded:before { font-family: "atum-icon-font"; content: ""; position: relative; top: auto; left: auto; margin: -1px 4px 0 0; vertical-align: middle; line-height: 1em; } #atum_order_items .atum-order-edit-line-item { padding-left: 0; } #atum_order_items .atum-order-edit-line-item-actions { width: 44px; text-align: right; padding-left: 0; vertical-align: middle; } #atum_order_items .atum-order-edit-line-item-actions a { color: #adb5bd; display: inline-block; cursor: pointer; padding: 0 0 0.5em; margin: 0 0 0 12px; vertical-align: middle; text-decoration: none; line-height: 16px; width: 16px; overflow: hidden; } #atum_order_items .atum-order-edit-line-item-actions a:before { margin: 0; padding: 0; font-size: 16px; width: 16px; height: 16px; } #atum_order_items .atum-order-edit-line-item-actions a:hover:before { color: #999; } #atum_order_items .atum-order-edit-line-item-actions a:first-child { margin-left: 0; } #atum_order_items .atum-order-edit-line-item-actions .edit-atum-order-item:before { font-family: "atum-icon-font"; content: ""; position: relative; } #atum_order_items .atum-order-edit-line-item-actions .edit-atum-order-item:focus { -webkit-box-shadow: none; box-shadow: none; } #atum_order_items .atum-order-edit-line-item-actions .delete-atum-order-item:before, #atum_order_items .atum-order-edit-line-item-actions .delete_refund:before { font-family: "atum-icon-font"; content: ""; position: relative; } #atum_order_items .atum-order-edit-line-item-actions .delete-atum-order-item:hover:before, #atum_order_items .atum-order-edit-line-item-actions .delete_refund:hover:before { color: #FF4848; } #atum_order_items .atum-order-edit-line-item-actions .delete-atum-order-item:focus, #atum_order_items .atum-order-edit-line-item-actions .delete_refund:focus { -webkit-box-shadow: none; box-shadow: none; } #atum_order_items tbody tr .atum-order-edit-line-item-actions { visibility: hidden; } #atum_order_items tbody tr:hover .atum-order-edit-line-item-actions { visibility: visible; } #atum_order_items .atum-order-totals .atum-order-edit-line-item-actions { width: 1.5em; visibility: visible !important; } #atum_order_items .atum-order-totals .atum-order-edit-line-item-actions a { padding: 0; } .items-blocker { position: absolute; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; } .items-blocker, .items-blocker h3 { left: 0; right: 0; } .items-blocker h3 { color: #fff; font-size: 30px; line-height: 1.3; margin: 0; padding: 0 60px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); text-align: center; } .items-blocker:not(.unblocked) + .atum_order_items_wrapper #atum_order_line_items { display: none; } .items-blocker.unblocked { display: 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; } } .sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .bootstrap-datetimepicker-widget { list-style: none; } .bootstrap-datetimepicker-widget.dropdown-menu { margin: 2px 0; padding: 4px; width: 19em; position: absolute; top: 100%; left: 0; z-index: 9995; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: .875rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: .25rem; -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); } @media (min-width: 481px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } @media (min-width: 769px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } @media (min-width: 993px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after { content: ''; display: inline-block; position: absolute; } .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ced4da; border-bottom-color: rgba(0, 0, 0, 0.2); top: -7px; left: 7px; } .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; top: -6px; left: 8px; } .bootstrap-datetimepicker-widget.dropdown-menu.top:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #ced4da; border-top-color: rgba(0, 0, 0, 0.2); bottom: -7px; left: 6px; } .bootstrap-datetimepicker-widget.dropdown-menu.top:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #fff; bottom: -6px; left: 7px; } .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before { left: auto; right: 6px; } .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after { left: auto; right: 7px; } .bootstrap-datetimepicker-widget .list-unstyled { margin: 0; } .bootstrap-datetimepicker-widget a { text-decoration: none; } .bootstrap-datetimepicker-widget a[data-action] { padding: 0; } .bootstrap-datetimepicker-widget a[data-action]:active { -webkit-box-shadow: none; box-shadow: none; } .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second { width: 54px; font-weight: bold; font-size: 1.2em; margin: 0; } .bootstrap-datetimepicker-widget button[data-action] { padding: 6px; } .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after { content: "Increment Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after { content: "Increment Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after { content: "Decrement Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after { content: "Decrement Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after { content: "Show Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after { content: "Show Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after { content: "Toggle AM/PM"; } .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after { content: "Clear the picker"; } .bootstrap-datetimepicker-widget .btn[data-action="today"]::after { content: "Set the date to today"; } .bootstrap-datetimepicker-widget .picker-switch { text-align: center; } .bootstrap-datetimepicker-widget .picker-switch::after { content: "Toggle Date and Time Screens"; } .bootstrap-datetimepicker-widget .picker-switch td { padding: 0; margin: 0; height: auto; width: auto; line-height: inherit; } .bootstrap-datetimepicker-widget .picker-switch td span, .bootstrap-datetimepicker-widget .picker-switch td i { line-height: 1.7; height: 1.7em; font-size: 1.2em; width: 100%; } .bootstrap-datetimepicker-widget table { width: 100%; margin: 0; border-collapse: collapse; border-spacing: 0; border: none !important; background-color: #fff !important; } .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th { text-align: center !important; border-radius: 0.25rem; padding: 0.5em !important; } .bootstrap-datetimepicker-widget table th { height: 20px; line-height: 20px; width: 20px; } .bootstrap-datetimepicker-widget table th.picker-switch { width: 145px; } .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover { background: none; color: #dee2e6; cursor: not-allowed; } .bootstrap-datetimepicker-widget table th.prev::after { content: "Previous Month"; } .bootstrap-datetimepicker-widget table th.next::after { content: "Next Month"; } .bootstrap-datetimepicker-widget table thead tr:first-child th { cursor: pointer; } .bootstrap-datetimepicker-widget table thead tr:first-child th:hover { background: #f8f9fa; } .bootstrap-datetimepicker-widget table td { height: 54px; line-height: 54px; width: 54px; } .bootstrap-datetimepicker-widget table td.cw { font-size: .8em; height: 20px; line-height: 20px; color: #dee2e6; } .bootstrap-datetimepicker-widget table td.day { height: 20px; line-height: 20px; width: 20px; } .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover { background: #f8f9fa; cursor: pointer; } .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new { color: #dee2e6; } .bootstrap-datetimepicker-widget table td.today { position: relative; } .bootstrap-datetimepicker-widget table td.today:before { content: ''; display: inline-block; border: solid transparent; border-width: 0 0 7px 7px; border-bottom-color: #00B8DB; border-top-color: rgba(0, 0, 0, 0.2); position: absolute; bottom: 4px; right: 4px; } .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { background-color: #00B8DB; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .bootstrap-datetimepicker-widget table td.active.today:before { border-bottom-color: #fff; } .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover { background: none; color: #dee2e6; cursor: not-allowed; } .bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table td i { display: inline-block; width: 54px; height: 54px; line-height: 54px; margin: 2px 1.5px; cursor: pointer; border-radius: 0.25rem; } .bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td i:hover { background: #f8f9fa; } .bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td i.active { background-color: #00B8DB; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .bootstrap-datetimepicker-widget table td span.old, .bootstrap-datetimepicker-widget table td i.old { color: #dee2e6; } .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover, .bootstrap-datetimepicker-widget table td i.disabled, .bootstrap-datetimepicker-widget table td i.disabled:hover { background: none; color: #dee2e6; cursor: not-allowed; } .bootstrap-datetimepicker-widget.usetwentyfour td.hour { height: 27px; line-height: 27px; } .input-group.date .input-group-addon { cursor: pointer; } #wpbody-content { padding-bottom: 100px; } .wrap h1.wp-heading-inline { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 15px; line-height: 1.5; position: relative; font-size: 36px; font-weight: bold; } .wrap h1.wp-heading-inline.extend-list-table { line-height: 1; margin-bottom: 15px; position: relative; font-size: 36px; font-weight: bold; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .wrap h1.wp-heading-inline #atum-update-list { margin-left: 5px; border-radius: 0; vertical-align: middle; background-color: #00B8DB; border-radius: 5px; text-shadow: none; -webkit-box-shadow: none; box-shadow: none; display: inline-block; top: 1px; height: 30px; } .wrap h1.wp-heading-inline #atum-update-list:hover { background-color: rgba(0, 184, 219, 0.6); } .wrap h1.wp-heading-inline #atum-update-list:active { color: #fff; padding: 0 10px 1px; } @media all and (max-width: 782px) { .wrap h1.wp-heading-inline { 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; margin: 0 10px; padding-bottom: 15px; } } @media all and (max-width: 480px) { .wrap h1.wp-heading-inline { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0; } } .wrap .subtitle { display: none; } .wrap .page-title-action, .wrap .page-title-action:active { border-radius: 5px; background-color: #69C61D; color: #fff; font-size: 14px; font-weight: normal; line-height: 30px; text-transform: uppercase; border: none; margin-left: 14px; top: 0; display: none; } .wrap .page-title-action.extend-list-table, .wrap .page-title-action:active.extend-list-table { font-size: 12px; padding: 0 12px; top: 1px; margin-left: 14px; display: inline-block; } .wrap .page-title-action:hover, .wrap .page-title-action:focus, .wrap .page-title-action:active:hover, .wrap .page-title-action:active:focus { background-color: rgba(105, 198, 29, 0.6); } @media all and (max-width: 782px) { .wrap .page-title-action, .wrap .page-title-action:active { font-size: 14px; height: 35px; line-height: 35px; } } @media all and (max-width: 480px) { .wrap .page-title-action, .wrap .page-title-action:active { margin: 0; } } .wrap input[type=submit]:not(.save-atum-order):not(#publish):not(#save-post):not(#bulk_edit):not(#newmeta-submit) { border-radius: 5px; background-color: #EFAF00; font-size: 12px; min-width: 70px; letter-spacing: normal; text-align: center; color: #fff; text-transform: uppercase; -webkit-box-shadow: none; box-shadow: none; border: none; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } @media all and (max-width: 782px) { .wrap input[type=submit]:not(.save-atum-order):not(#publish):not(#save-post):not(#bulk_edit):not(#newmeta-submit) { height: 35px; } } .wrap input[type=submit]:not(.save-atum-order):not(#publish):not(#save-post):not(#bulk_edit):not(#newmeta-submit):hover, .wrap input[type=submit]:not(.save-atum-order):not(#publish):not(#save-post):not(#bulk_edit):not(#newmeta-submit).active { background-color: rgba(239, 175, 0, 0.7); color: #fff; border: none; } @media all and (max-width: 782px) { .wrap { margin-right: 20px; margin-left: 10px; } } .subsubsub { background-color: #fff; width: 100%; position: relative; font-size: 16px; letter-spacing: 0.4px; font-weight: bold; text-transform: capitalize; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; } .subsubsub.extend-list-table { width: inherit; margin: 10px 0 !important; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; border-radius: 0; border-bottom: 0; } .subsubsub.extend-list-table li { padding: 0; } .subsubsub.extend-list-table li span { 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; margin-left: 3px; } .subsubsub.extend-list-table li span.active { border-radius: 5px; background-color: #00B8DB; font-size: 16px; padding: 0 10px; font-weight: bold; letter-spacing: 0.4px; color: #fff; } .subsubsub.extend-list-table li span.active .text-blue { color: #fff; } .subsubsub.extend-list-table li span.active .extra-links-container { font-size: 14px; font-weight: normal; color: #fff; } .subsubsub.extend-list-table li span.active .extra-links-container.empty { color: #fff; } .subsubsub.extend-list-table li span.active .extra-links-container a { color: #fff; } .subsubsub.extend-list-table li span.active .extra-links-container a.empty { color: #fff; } .subsubsub.extend-list-table li span.active a { color: #fff; padding: 0; } .subsubsub.extend-list-table li span.active a.empty, .subsubsub.extend-list-table li span.active a.tips, .subsubsub.extend-list-table li span.active a.empty { color: #fff; } .subsubsub.extend-list-table li span.active a .active { padding: 0; } .subsubsub.extend-list-table li span.active .count { font-size: 16px; font-weight: bold; color: #fff; } .subsubsub.extend-list-table li span.active .count.empty { color: #fff; } .subsubsub.extend-list-table li span a { color: #adb5bd; padding: 0; } .subsubsub.extend-list-table li span a.current { pointer-events: none; color: #fff; font-weight: bold; } .subsubsub.extend-list-table li span a .text-blue { color: #00B8DB; } .subsubsub.extend-list-table li span a.tips { color: #00B8DB; } .subsubsub.extend-list-table li span a.tips:hover { cursor: pointer; } .subsubsub.extend-list-table li span a.empty { color: #adb5bd; } .subsubsub.extend-list-table li span .extra-links-container { font-size: 14px; font-weight: normal; color: #00B8DB; } .subsubsub.extend-list-table li span .extra-links-container.empty { color: #adb5bd; } .subsubsub.extend-list-table li span .extra-links-container.empty a { padding: 0; color: #adb5bd; } .subsubsub.extend-list-table li span .extra-links-container a { padding: 0; color: #00B8DB; } .subsubsub.extend-list-table li span .count { font-size: 16px; font-weight: bold; color: #00B8DB; } .subsubsub.extend-list-table li span .count.extra-links-container { font-size: 14px; font-weight: normal; } .subsubsub.extend-list-table li span .count.empty { color: #adb5bd; } @media all and (max-width: 782px) { .subsubsub { margin: 10px 10px; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-bottom: none; } } @media all and (max-width: 480px) { .subsubsub { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } } .subsubsub:not(.extend-list-table) li { color: #fff; padding: 20px 0 20px 10px; text-transform: uppercase; } .subsubsub:not(.extend-list-table) li a { color: #adb5bd; padding: 0; } .subsubsub:not(.extend-list-table) li a.current { border-radius: 5px; background-color: #00B8DB; font-size: 16px; padding: 6px 10px; font-weight: bold; letter-spacing: 0.4px; color: #fff; } .subsubsub:not(.extend-list-table) li a.current .count { color: #fff; } .subsubsub:not(.extend-list-table) li a .count { font-size: 14px; font-weight: normal; color: #00B8DB; } .subsubsub:not(.extend-list-table) li a:active, .subsubsub:not(.extend-list-table) li a:focus { border: none; outline: none; -webkit-box-shadow: none; box-shadow: none; } .subsubsub:not(.extend-list-table) li a.tips { color: #00B8DB; } .subsubsub:not(.extend-list-table) li a.tips:hover { cursor: pointer; } .search-box, p.search-box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; float: right; padding: 1px; z-index: 999; margin: 20px 10px 20px auto; border: 1px solid #e9ecef; border-radius: 5px; } @media all and (max-width: 782px) { .search-box, p.search-box { position: static; height: auto; margin: 0 0 15px 0; } } .search-box.extend-list-table, p.search-box.extend-list-table { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; border-radius: 0; border: 0; margin: 0 0 3px auto !important; } @media all and (max-width: 782px) { .search-box.extend-list-table, p.search-box.extend-list-table { margin: 0 !important; float: none; } } .search-box #post-search-input, p.search-box #post-search-input { border: none; -webkit-box-shadow: none; box-shadow: none; margin: 0; height: 28px; padding: 0 12px; font-weight: normal; } .search-box #post-search-input::-webkit-input-placeholder, p.search-box #post-search-input::-webkit-input-placeholder { font-size: 12px; font-style: italic; color: #adb5bd; } .search-box #post-search-input:-ms-input-placeholder, p.search-box #post-search-input:-ms-input-placeholder { font-size: 12px; font-style: italic; color: #adb5bd; } .search-box #post-search-input::-ms-input-placeholder, p.search-box #post-search-input::-ms-input-placeholder { font-size: 12px; font-style: italic; color: #adb5bd; } .search-box #post-search-input::placeholder, p.search-box #post-search-input::placeholder { font-size: 12px; font-style: italic; color: #adb5bd; } @media all and (max-width: 782px) { .search-box #post-search-input, p.search-box #post-search-input { width: 70%; } } .search-box input[type=submit], p.search-box input[type=submit] { font-weight: normal; height: 29px; } @media all and (max-width: 782px) { .search-box input[type=submit], p.search-box input[type=submit] { margin-bottom: 0; } } .search-box.inbound-stock-search, p.search-box.inbound-stock-search { border: 1px solid #e9ecef; width: 280px; height: 30px; border-radius: 5px; 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; margin: 10px 20px; } .search-box.inbound-stock-search .atum-post-search, p.search-box.inbound-stock-search .atum-post-search { width: 100%; border-radius: 5px; } @media all and (max-width: 782px) { .search-box.inbound-stock-search .atum-post-search, p.search-box.inbound-stock-search .atum-post-search { margin-bottom: 0; } } @media all and (max-width: 480px) { .search-box.inbound-stock-search .atum-post-search, p.search-box.inbound-stock-search .atum-post-search { width: 100%; } } .search-box.inbound-stock-search .atum-post-search:focus, .search-box.inbound-stock-search .atum-post-search:active, p.search-box.inbound-stock-search .atum-post-search:focus, p.search-box.inbound-stock-search .atum-post-search:active { border: none; -webkit-box-shadow: none; box-shadow: none; } .search-box.inbound-stock-search input[type=submit], p.search-box.inbound-stock-search input[type=submit] { width: 87px; height: 30px; } @media all and (max-width: 782px) { .search-box.inbound-stock-search input[type=submit], p.search-box.inbound-stock-search input[type=submit] { margin-bottom: 0; } } @media all and (max-width: 782px) { .search-box.inbound-stock-search, p.search-box.inbound-stock-search { margin: 10px 10px; } } @media all and (max-width: 480px) { .search-box.inbound-stock-search, p.search-box.inbound-stock-search { margin: 10px 10px; width: 95%; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } } @media all and (max-width: 480px) { .search-box, p.search-box { float: none; width: 95%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } } .search-box #search_column_btn, p.search-box #search_column_btn { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .search-box .atum-post-search, p.search-box .atum-post-search { margin-right: 0; border: none; -webkit-box-shadow: none; box-shadow: none; width: 110px; max-width: 110px; font-size: 15px; } @media all and (max-width: 782px) { .search-box .atum-post-search, p.search-box .atum-post-search { width: 100%; } } @media all and (max-width: 480px) { .search-box .atum-post-search, p.search-box .atum-post-search { max-width: inherit; } } .search-box .atum-post-search::-webkit-input-placeholder, p.search-box .atum-post-search::-webkit-input-placeholder { color: #adb5bd; font-style: italic; letter-spacing: normal; margin-left: 10px; } .search-box .atum-post-search:-ms-input-placeholder, p.search-box .atum-post-search:-ms-input-placeholder { color: #adb5bd; font-style: italic; letter-spacing: normal; margin-left: 10px; } .search-box .atum-post-search::-ms-input-placeholder, p.search-box .atum-post-search::-ms-input-placeholder { color: #adb5bd; font-style: italic; letter-spacing: normal; margin-left: 10px; } .search-box .atum-post-search::placeholder, p.search-box .atum-post-search::placeholder { color: #adb5bd; font-style: italic; letter-spacing: normal; margin-left: 10px; } .search-box .atum-post-search:focus, .search-box .atum-post-search:active, p.search-box .atum-post-search:focus, p.search-box .atum-post-search:active { border: none; -webkit-box-shadow: none; box-shadow: none; } .search-box .atum-post-search-mc, p.search-box .atum-post-search-mc { width: 130px; max-width: 130px; } .search-box .input-group, p.search-box .input-group { border-radius: 5px; border: solid 1px #e9ecef; background-color: #fff; margin-left: 10px; padding-right: 1px; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: auto; } @media all and (max-width: 480px) { .search-box .input-group, p.search-box .input-group { width: 100%; } } .search-box .input-group input[type=submit], p.search-box .input-group input[type=submit] { height: 29px !important; } .search-box .input-group-append, p.search-box .input-group-append { border: none; height: 31px; } .search-box .dropdown-toggle, p.search-box .dropdown-toggle { width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; padding-left: 7px !important; padding-right: 25px !important; font-size: 15px !important; line-height: 15px !important; border: none; background-color: #f8f9fa; font-size: 15px; color: #6c757d; } .search-box .dropdown-toggle:after, p.search-box .dropdown-toggle:after { vertical-align: middle; font-family: "atum-icon-font"; content: ""; display: inline; font-size: 10px; position: absolute; right: 10px; top: 8px; } .search-box .dropdown-toggle:focus, .search-box .dropdown-toggle:active, .search-box .dropdown-toggle:hover, p.search-box .dropdown-toggle:focus, p.search-box .dropdown-toggle:active, p.search-box .dropdown-toggle:hover { outline: 0; -webkit-box-shadow: none; box-shadow: none; background-color: #f8f9fa; color: #6c757d; } .search-box .dropdown-toggle-mc, p.search-box .dropdown-toggle-mc { width: 130px; } .search-box .dropdown-menu, p.search-box .dropdown-menu { margin-top: 0px; right: 0px; -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: none; border-radius: 5px; max-height: 300px; overflow-y: auto; } .search-box .dropdown-item, p.search-box .dropdown-item { width: auto; } .search-box .dropdown-item.active, .search-box .dropdown-item:focus, .search-box .dropdown-item:active, p.search-box .dropdown-item.active, p.search-box .dropdown-item:focus, p.search-box .dropdown-item:active { background-color: #dbf9ff; color: #00B8DB; } .tablenav { height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .tablenav .actions { white-space: nowrap; } @media all and (max-width: 480px) { .tablenav .actions { white-space: inherit; } } @media all and (max-width: 782px) { .tablenav .actions.bulkactions { display: inline-block; } } @media all and (max-width: 480px) { .tablenav .actions.bulkactions { width: 100%; } .tablenav .actions.bulkactions .select2-container { width: 100% !important; } .tablenav .actions.bulkactions input[type=submit] { width: 100%; margin-top: 10px !important; } } .tablenav .tablenav-pages-container .btn { margin-left: 5px; padding: 0.344rem 0.75rem; line-height: 1.55; } @media all and (max-width: 782px) { .tablenav .tablenav-pages-container .btn { margin: 0; } } @media all and (max-width: 480px) { .tablenav .tablenav-pages-container .btn { width: 100%; margin: 10px 0; } } .tablenav .tablenav-pages { margin-top: 0; margin-bottom: 0; text-align: right; } .tablenav .tablenav-pages a:not(.extend-list-table) { display: inline-block; border: none; padding: 0; background: #e9ecef; font-size: 16px; font-weight: 400; text-align: center; line-height: 30px; } .tablenav .tablenav-pages a:not(.extend-list-table):hover, .tablenav .tablenav-pages a:not(.extend-list-table):active, .tablenav .tablenav-pages a:not(.extend-list-table):focus { background-color: #EFAF00; color: #fff; } @media all and (max-width: 480px) { .tablenav .tablenav-pages .displaying-num { width: 100%; } } @media all and (max-width: 480px) { .tablenav .tablenav-pages { width: 100%; text-align: center; } } .tablenav #table-paging { margin-left: 0; } @media all and (max-width: 782px) { .tablenav #table-paging { margin-left: 0; } } .tablenav input[type=submit] { font-size: 12px; } .tablenav.top { -webkit-box-shadow: 0 1px 0 0 #e9ecef, 0 -1px 0 0 #e9ecef; box-shadow: 0 1px 0 0 #e9ecef, 0 -1px 0 0 #e9ecef; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 10px 11px; margin: 0; } @media all and (max-width: 782px) { .tablenav.top { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } .tablenav.top.extend-list-table { padding: 0 11px; height: 52px; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } @media all and (max-width: 782px) { .tablenav.top.extend-list-table { -ms-flex-wrap: nowrap; flex-wrap: nowrap; height: auto; } } .tablenav.top.extend-list-table .actions { white-space: inherit; } @media all and (max-width: 480px) { .tablenav.top.extend-list-table { -ms-flex-wrap: wrap; flex-wrap: wrap; display: -webkit-box; display: -ms-flexbox; display: flex; } } @media all and (max-width: 480px) { .tablenav.top .actions { padding: 0; } } .tablenav.top .tablenav-pages-container { margin: 0 0 0 auto; text-align: right; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; min-width: 350px; z-index: 998; } .tablenav.top .tablenav-pages-container.no-submit { min-width: 300px; } .tablenav.top .tablenav-pages-container.one-page { width: 100%; min-width: 150px; } .tablenav.top .tablenav-pages-container.one-page.no-submit { min-width: 100px; } .tablenav.top .tablenav-pages-container input.btn { visibility: hidden; } @media all and (max-width: 480px) { .tablenav.top .tablenav-pages-container { -ms-flex-wrap: wrap; flex-wrap: wrap; min-width: 0; } } .tablenav.top .tablenav-pages-container .tablenav-pages { margin: 0 0 0 auto; } .tablenav.top .tablenav-pages-container .tablenav-pages.one-page { width: inherit; } @media all and (max-width: 782px) { .tablenav.top .tablenav-pages-container .tablenav-pages { margin: 5px 0 5px auto; text-align: right; } } @media all and (max-width: 480px) { .tablenav.top .tablenav-pages-container .tablenav-pages { margin: 5px 0 5px auto; } } .tablenav.top .tablenav-pages-container .tablenav-pages .displaying-num { display: inline-block; } .tablenav.top .filters-container-box { position: relative; } @media screen and (max-width: 1400px) { .tablenav.top .filters-container-box.no-pagination.no-submit { width: calc(100% - 100px); } } @media screen and (max-width: 1400px) { .tablenav.top .filters-container-box.no-pagination { width: calc(100% - 200px); } } @media all and (max-width: 782px) { .tablenav.top .filters-container-box.no-pagination { width: inherit; } } @media all and (max-width: 480px) { .tablenav.top .filters-container-box.no-pagination { width: 100% !important; margin-top: 10px; } } @media screen and (max-width: 1400px) { .tablenav.top .filters-container-box.no-submit { width: calc(100% - 300px); } } @media screen and (max-width: 1400px) { .tablenav.top .filters-container-box { width: calc(100% - 400px); } } @media all and (max-width: 782px) { .tablenav.top .filters-container-box { width: inherit; } } @media all and (max-width: 480px) { .tablenav.top .filters-container-box { width: 100% !important; margin-top: 10px; } } @media all and (max-width: 782px) { .tablenav.top .filters-container-box .overflow-opacity-effect-right { display: none !important; } } @media all and (max-width: 480px) { .tablenav.top .filters-container-box .overflow-opacity-effect-right { display: none !important; } } .tablenav.top .filters-container-box .overflow-opacity-effect-right, .tablenav.top .filters-container-box .overflow-opacity-effect-left { height: 50px; display: none; } .tablenav.top .nav-with-scroll-effect { height: 52px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; visibility: hidden; } .tablenav.top .nav-with-scroll-effect .actions { overflow: initial; } @media all and (max-width: 480px) { .tablenav.top .nav-with-scroll-effect { width: 100%; display: contents; white-space: normal; } } @media all and (max-width: 782px) { .tablenav.top .nav-with-scroll-effect { right: 63%; width: inherit; } } .tablenav.bottom { margin: 10px 11px 0; } .tablenav.bottom .tablenav-pages-container { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .tablenav.bottom .tablenav-pages { margin-left: auto; margin-bottom: 0; z-index: 999; } @media all and (max-width: 480px) { .tablenav.bottom .tablenav-pages { display: inline-block; margin: 0 0 10px; } } .tablenav.bottom .tablenav-pages .displaying-num { display: contents; } @media all and (max-width: 480px) { .tablenav.bottom .tablenav-pages .displaying-num { display: inline-block; position: inherit; top: inherit; } } #bulk-titles .ntdelbutton:before { font-family: "atum-icon-font"; content: ""; } .atum-list-wrapper { width: 100%; overflow: hidden; border-radius: 5px; background-color: #fff; -webkit-box-shadow: 0 4px 0 0 #e9ecef; box-shadow: 0 4px 0 0 #e9ecef; padding: 0 0 10px; margin: 0 0 18px; } .atum-list-wrapper a { -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .atum-list-wrapper a:focus { -webkit-box-shadow: none; box-shadow: none; } .atum-list-wrapper .rotate { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .atum-list-wrapper .table-style-buttons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .atum-list-wrapper .table-style-buttons button { width: 30px; height: 30px; border-radius: 5px; border: solid 1px #e9ecef; background-color: #fff; color: #6c757d; cursor: pointer; -webkit-transition: all 0.20s; transition: all 0.20s; line-height: 2; } .atum-list-wrapper .table-style-buttons button:first-child { margin-left: 9px; margin-right: 5px; } .atum-list-wrapper .table-style-buttons button:focus { outline: 0; } .atum-list-wrapper .table-style-buttons button.active, .atum-list-wrapper .table-style-buttons button:hover { background-color: #00B8DB; color: #fff; border-color: #fff; } .atum-list-wrapper .table-style-buttons button:hover { background-color: rgba(0, 184, 219, 0.6); border-color: #fff; } @media all and (max-width: 480px) { .atum-list-wrapper .table-style-buttons { display: none; } } .atum-list-wrapper .search-submit { margin-left: 4px; background-color: #EFAF00; color: #fff; font-size: 10px; font-weight: normal; line-height: 1.6px; letter-spacing: normal; text-transform: uppercase; -webkit-box-shadow: none; box-shadow: none; border: none; border-radius: 5px; height: 26px; width: 63px; } .atum-list-wrapper .search-submit:hover, .atum-list-wrapper .search-submit:active, .atum-list-wrapper .search-submit:focus { background-color: rgba(239, 175, 0, 0.7); color: #fff; -webkit-box-shadow: none; box-shadow: none; } .atum-list-wrapper .search-submit:disabled { opacity: 1; } @media all and (max-width: 782px) { .atum-list-wrapper .search-submit { height: 31px; padding: 0; margin-bottom: 0; } } .atum-list-wrapper .tablenav-pages, .atum-list-wrapper .search-box { position: relative; } .atum-list-wrapper .subsubsub { position: relative; font-size: 16px; letter-spacing: 0.4px; font-weight: bold; text-transform: capitalize; margin: 10px 20px; } @media all and (max-width: 782px) { .atum-list-wrapper .subsubsub { margin: 10px 10px; } } .atum-list-wrapper .subsubsub li { margin-right: 15px; color: #adb5bd; text-transform: uppercase; } .atum-list-wrapper .subsubsub li span { 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; margin-left: 3px; } .atum-list-wrapper .subsubsub li span.active { border-radius: 5px; background-color: #00B8DB; font-size: 16px; padding: 0 10px; font-weight: bold; letter-spacing: 0.4px; color: #fff; } .atum-list-wrapper .subsubsub li span.active .text-blue { color: #fff; } .atum-list-wrapper .subsubsub li span.active .extra-links-container { font-size: 14px; font-weight: normal; color: #fff; } .atum-list-wrapper .subsubsub li span.active .extra-links-container.empty { color: #fff; } .atum-list-wrapper .subsubsub li span.active .extra-links-container a { color: #fff; } .atum-list-wrapper .subsubsub li span.active .extra-links-container a.empty { color: #fff; } .atum-list-wrapper .subsubsub li span.active a { color: #fff; padding: 0; } .atum-list-wrapper .subsubsub li span.active a.empty, .atum-list-wrapper .subsubsub li span.active a.tips, .atum-list-wrapper .subsubsub li span.active a.empty { color: #fff; } .atum-list-wrapper .subsubsub li span.active a .active { padding: 0; } .atum-list-wrapper .subsubsub li span.active .count { font-size: 16px; font-weight: bold; color: #fff; } .atum-list-wrapper .subsubsub li span.active .count.empty { color: #fff; } .atum-list-wrapper .subsubsub li span a { color: #adb5bd; padding: 0; } .atum-list-wrapper .subsubsub li span a.current { pointer-events: none; color: #fff; font-weight: bold; } .atum-list-wrapper .subsubsub li span a .text-blue { color: #00B8DB; } .atum-list-wrapper .subsubsub li span a.tips { color: #00B8DB; } .atum-list-wrapper .subsubsub li span a.empty { color: #adb5bd; } .atum-list-wrapper .subsubsub li span .extra-links-container { font-size: 14px; font-weight: normal; color: #00B8DB; } .atum-list-wrapper .subsubsub li span .extra-links-container.empty { color: #adb5bd; } .atum-list-wrapper .subsubsub li span .extra-links-container.empty a { padding: 0; color: #adb5bd; } .atum-list-wrapper .subsubsub li span .extra-links-container a { padding: 0; color: #00B8DB; } .atum-list-wrapper .subsubsub li span .count { font-size: 16px; font-weight: bold; color: #00B8DB; } .atum-list-wrapper .subsubsub li span .count.extra-links-container { font-size: 14px; font-weight: normal; } .atum-list-wrapper .subsubsub li span .count.empty { color: #adb5bd; } .atum-list-wrapper .reset-filters { border-radius: 50%; text-align: center; border: none; background-color: #00B8DB; color: #fff; padding: 2px; cursor: pointer; z-index: 999; margin-left: 10px; width: 26px; height: 26px; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } @media all and (max-width: 480px) { .atum-list-wrapper .reset-filters { margin-bottom: 15px; } } .atum-list-wrapper .reset-filters:focus { outline: none; } .atum-list-wrapper .reset-filters:hover { background-color: #00a3c2; } .atum-list-wrapper .reset-filters i { font-size: 18px; } .atum-list-wrapper .actions.bulkactions { padding-right: 0; } .atum-list-wrapper .actions.bulkactions select { max-width: 150px; } .atum-list-wrapper .actions.bulkactions button { height: 30px; line-height: 0; text-transform: uppercase; font-size: 12px; } @media all and (max-width: 782px) { .atum-list-wrapper .actions.bulkactions button { font-size: 14px; height: 35px; } } @media all and (max-width: 480px) { .atum-list-wrapper .actions.bulkactions button { width: 100%; margin: 10px 0; } } @media all and (max-width: 480px) { .atum-list-wrapper .actions.bulkactions { width: 100%; float: none; } } .atum-list-wrapper .actions input[type=submit] { font-size: 12px; } .atum-list-wrapper .actions input, .atum-list-wrapper .actions select, .atum-list-wrapper .actions .select2-container { height: 30px; margin: 0 0 0 5px; float: none; } @media all and (max-width: 782px) { .atum-list-wrapper .actions input, .atum-list-wrapper .actions select, .atum-list-wrapper .actions .select2-container { height: 35px; } .atum-list-wrapper .actions input .select2-selection, .atum-list-wrapper .actions input .select2-selection__rendered, .atum-list-wrapper .actions input .select2-selection__arrow, .atum-list-wrapper .actions select .select2-selection, .atum-list-wrapper .actions select .select2-selection__rendered, .atum-list-wrapper .actions select .select2-selection__arrow, .atum-list-wrapper .actions .select2-container .select2-selection, .atum-list-wrapper .actions .select2-container .select2-selection__rendered, .atum-list-wrapper .actions .select2-container .select2-selection__arrow { height: 35px; line-height: 35px; } } @media all and (max-width: 480px) { .atum-list-wrapper .actions input, .atum-list-wrapper .actions select, .atum-list-wrapper .actions .select2-container { width: 100% !important; margin: 0; } } .atum-list-wrapper .actions #select2-supplier-container { padding: 0 30px 0 16px; } .atum-list-wrapper .actions input[type=submit] { line-height: 0; text-transform: uppercase; font-size: 12px; } @media all and (max-width: 782px) { .atum-list-wrapper .actions input[type=submit] { font-size: 14px; height: 35px; } } .atum-list-wrapper .actions .filter-text { display: inline; float: left; line-height: 28px; padding-right: 10px; } .atum-list-wrapper .actions .dropdown_extra_filter { max-width: 160px; } .atum-list-wrapper .floatThead-wrapper tr.size-row { display: none; } .atum-list-wrapper .floatThead-wrapper .floatThead-container { height: 0; } .atum-list-wrapper .floatThead-wrapper .floatThead-container .group-toggler { display: none; } .atum-list-wrapper .atum-list-table.cloned { width: auto; position: absolute; top: 0; border-right: none; -webkit-box-shadow: rgba(0, 0, 0, 0.04) 5px 1px 10px; box-shadow: rgba(0, 0, 0, 0.04) 5px 1px 10px; } @media all and (max-width: 782px) { .atum-list-wrapper ul.subsubsub { font-size: 16px; float: none; text-align: left; } .atum-list-wrapper .search-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; } .atum-list-wrapper .search-box input[type="text"], .atum-list-wrapper .search-box input[type="number"], .atum-list-wrapper .search-box button:not(.reset-filters) { height: 30px; } .atum-list-wrapper .actions.bulkactions { display: block; float: left; } .atum-list-wrapper .actions.bulkactions select { width: auto; float: none; display: block; margin: auto; } .atum-list-wrapper .filter-box { display: -webkit-box; display: -ms-flexbox; display: flex; float: none; margin: auto; width: 90%; } .atum-list-wrapper .tablenav .tablenav-pages { width: auto; margin: 0 0 0 auto; } } @media all and (max-width: 480px) { .atum-list-wrapper .tablenav .tablenav-pages { width: 100%; margin: 0; } } .list-table-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 11px 0 11px; background-color: #fff; border-bottom: 1px solid #e9ecef; } .list-table-header.no-margin { margin: 0; border-top-right-radius: 8px; border-top-left-radius: 8px; } @media all and (max-width: 782px) { .list-table-header { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 15px; } } @media all and (max-width: 480px) { .list-table-header { margin: 0 11px 15px; } } .list-table-header .nav-container-box { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; overflow: hidden; } .nav-with-scroll-effect { 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; -ms-flex-wrap: nowrap; flex-wrap: nowrap; cursor: -webkit-grab; cursor: grab; overflow: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch; white-space: nowrap; width: 100%; float: left; margin: 0 11px 0 0; } .nav-with-scroll-effect::-webkit-scrollbar { display: none; } .nav-with-scroll-effect .subsubsub { margin: 0; } .nav-with-scroll-effect.dragging a { pointer-events: none; } .overflow-opacity-effect-right, .overflow-opacity-effect-left { width: 100px; position: absolute; z-index: 998; height: 49px; pointer-events: none; background-repeat: no-repeat; } .overflow-opacity-effect-right { right: 0; background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9))); background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9)); } .overflow-opacity-effect-left { display: none; left: 0; background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9))); background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9)); } .atum-table-wrapper, #table-container { clear: both; } .atum-table-wrapper .jspContainer, #table-container .jspContainer { overflow: hidden; position: relative; } .atum-table-wrapper .jspPane, #table-container .jspPane { position: absolute; } .atum-table-wrapper .jspVerticalBar, .atum-table-wrapper .jspCap, .atum-table-wrapper .jspArrow, #table-container .jspVerticalBar, #table-container .jspCap, #table-container .jspArrow { display: none; } .atum-table-wrapper .jspHorizontalBar, #table-container .jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; } .atum-table-wrapper .jspHorizontalBar .jspCap, #table-container .jspHorizontalBar .jspCap { float: left; } .atum-table-wrapper .jspHorizontalBar .jspTrack, .atum-table-wrapper .jspHorizontalBar .jspDrag, #table-container .jspHorizontalBar .jspTrack, #table-container .jspHorizontalBar .jspDrag { float: left; height: 100%; } .atum-table-wrapper .jspHorizontalBar .jspArrow, #table-container .jspHorizontalBar .jspArrow { width: 16px; float: left; height: 100%; } .atum-table-wrapper .jspTrack, #table-container .jspTrack { background: rgba(108, 117, 125, 0.2); position: relative; } .atum-table-wrapper .jspDrag, #table-container .jspDrag { background: #adb5bd; position: relative; top: 0; left: 0; cursor: pointer; } .atum-table-wrapper .jspCorner, #table-container .jspCorner { background: #f8f9fa; float: left; height: 100%; } .select2-container .select2-search__field { min-width: inherit; } .atum-list-table { border: none !important; } .atum-list-table.cloned { width: auto; position: absolute; bottom: 0; margin-bottom: 0; border-right: none; -webkit-box-shadow: rgba(0, 0, 0, 0.04) 5px 1px 10px; box-shadow: rgba(0, 0, 0, 0.04) 5px 1px 10px; } @media all and (max-width: 600px) { .atum-list-table.cloned { display: none !important; } } #table-container { overflow: scroll; } #table-container table { min-width: 1200px; } table.wp-list-table { border: none; border-top: 1px solid #e9ecef; } table.wp-list-table:not(.cloned) { min-width: 1200px; } table.wp-list-table thead th, table.wp-list-table tfoot th { padding: 0; font-size: 14px; font-weight: bold; letter-spacing: 0.3px; color: #adb5bd; } table.wp-list-table td a { color: #00B8DB; } table.wp-list-table td a:hover, table.wp-list-table td a:focus, table.wp-list-table td a:active { color: #00B8DB; } table.wp-list-table tbody tr:hover { -webkit-box-shadow: -1px -1px 19px -1px rgba(0, 0, 0, 0.15) inset; box-shadow: -1px -1px 19px -1px rgba(0, 0, 0, 0.15) inset; } table.atum-list-table, .floatThead-container, .inbound-stock-list, table.wp-list-table { margin-bottom: 15px; border-collapse: collapse; } table.atum-list-table thead .item-heads, table.atum-list-table tfoot, .floatThead-container thead .item-heads, .floatThead-container tfoot, .inbound-stock-list thead .item-heads, .inbound-stock-list tfoot, table.wp-list-table thead .item-heads, table.wp-list-table tfoot { background-color: #fff; border-top: 1px solid #e9ecef; border-bottom: 1px solid #e9ecef; } table.atum-list-table thead .item-heads th:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), table.atum-list-table thead .item-heads td:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), table.atum-list-table tfoot th:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), table.atum-list-table tfoot td:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), .floatThead-container thead .item-heads th:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), .floatThead-container thead .item-heads td:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), .floatThead-container tfoot th:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), .floatThead-container tfoot td:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), .inbound-stock-list thead .item-heads th:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), .inbound-stock-list thead .item-heads td:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), .inbound-stock-list tfoot th:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), .inbound-stock-list tfoot td:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), table.wp-list-table thead .item-heads th:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), table.wp-list-table thead .item-heads td:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), table.wp-list-table tfoot th:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory), table.wp-list-table tfoot td:not(.column-calc_returns):not(.column-calc_other):not(.multi-inventory) { border: none; } table.atum-list-table thead .item-heads th, table.atum-list-table tfoot th, .floatThead-container thead .item-heads th, .floatThead-container tfoot th, .inbound-stock-list thead .item-heads th, .inbound-stock-list tfoot th, table.wp-list-table thead .item-heads th, table.wp-list-table tfoot th { padding: 3px 5px; line-height: 1.1; font-size: 14px; min-width: 50px; height: 60px; white-space: normal; font-weight: 600; letter-spacing: 0.3px; color: #adb5bd; } table.atum-list-table thead .item-heads th .atum-icon, table.atum-list-table tfoot th .atum-icon, .floatThead-container thead .item-heads th .atum-icon, .floatThead-container tfoot th .atum-icon, .inbound-stock-list thead .item-heads th .atum-icon, .inbound-stock-list tfoot th .atum-icon, table.wp-list-table thead .item-heads th .atum-icon, table.wp-list-table tfoot th .atum-icon { display: block; text-indent: -9999px; position: relative; height: 1em; width: 1em; margin: 0 auto; font-size: 19px; color: #adb5bd; } table.atum-list-table thead .item-heads th .atum-icon:before, table.atum-list-table tfoot th .atum-icon:before, .floatThead-container thead .item-heads th .atum-icon:before, .floatThead-container tfoot th .atum-icon:before, .inbound-stock-list thead .item-heads th .atum-icon:before, .inbound-stock-list tfoot th .atum-icon:before, table.wp-list-table thead .item-heads th .atum-icon:before, table.wp-list-table tfoot th .atum-icon:before { text-indent: 0; position: absolute; left: 0; top: 0; } table.atum-list-table tfoot .item-heads, .floatThead-container tfoot .item-heads, .inbound-stock-list tfoot .item-heads, table.wp-list-table tfoot .item-heads { border-top: 1px solid #e9ecef; border-bottom: 1px solid #e9ecef; } table.atum-list-table tfoot .item-heads th, .floatThead-container tfoot .item-heads th, .inbound-stock-list tfoot .item-heads th, table.wp-list-table tfoot .item-heads th { padding: 3px 5px; line-height: 1.1; font-size: 14px; min-width: 50px; height: 60px; white-space: normal; font-weight: 600; letter-spacing: 0.3px; color: #adb5bd; } table.atum-list-table .item-heads td, table.atum-list-table .item-heads th, .floatThead-container .item-heads td, .floatThead-container .item-heads th, .inbound-stock-list .item-heads td, .inbound-stock-list .item-heads th, table.wp-list-table .item-heads td, table.wp-list-table .item-heads th { -webkit-box-shadow: 0 1px 0 0 #e9ecef; box-shadow: 0 1px 0 0 #e9ecef; } table.atum-list-table .column-groups, .floatThead-container .column-groups, .inbound-stock-list .column-groups, table.wp-list-table .column-groups { background-color: #e9ecef; } table.atum-list-table .column-groups th, .floatThead-container .column-groups th, .inbound-stock-list .column-groups th, table.wp-list-table .column-groups th { padding: 6px 20px; font-weight: 500; font-size: 14px; line-height: normal; min-width: 80px; height: 20px; font-weight: bold; letter-spacing: 0.3px; color: #6c757d; } table.atum-list-table .column-groups th:not(:last-child), .floatThead-container .column-groups th:not(:last-child), .inbound-stock-list .column-groups th:not(:last-child), table.wp-list-table .column-groups th:not(:last-child) { border-right: 1px solid #ced4da; } table.atum-list-table .column-groups th .group-toggler, .floatThead-container .column-groups th .group-toggler, .inbound-stock-list .column-groups th .group-toggler, table.wp-list-table .column-groups th .group-toggler { float: right; font-size: 16px; cursor: pointer; font-family: "atum-icon-font"; } table.atum-list-table .column-groups th .group-toggler:before, .floatThead-container .column-groups th .group-toggler:before, .inbound-stock-list .column-groups th .group-toggler:before, table.wp-list-table .column-groups th .group-toggler:before { content: ""; } table.atum-list-table .column-groups th .group-toggler:hover, .floatThead-container .column-groups th .group-toggler:hover, .inbound-stock-list .column-groups th .group-toggler:hover, table.wp-list-table .column-groups th .group-toggler:hover { color: #00A0D2; } table.atum-list-table .column-groups th.collapsed, .floatThead-container .column-groups th.collapsed, .inbound-stock-list .column-groups th.collapsed, table.wp-list-table .column-groups th.collapsed { min-width: 0; width: 37px; } table.atum-list-table .column-groups th.collapsed .group-toggler, .floatThead-container .column-groups th.collapsed .group-toggler, .inbound-stock-list .column-groups th.collapsed .group-toggler, table.wp-list-table .column-groups th.collapsed .group-toggler { -webkit-transform: rotate(180deg); transform: rotate(180deg); } table.atum-list-table th.sortable a, table.atum-list-table th.sorted a, .floatThead-container th.sortable a, .floatThead-container th.sorted a, .inbound-stock-list th.sortable a, .inbound-stock-list th.sorted a, table.wp-list-table th.sortable a, table.wp-list-table th.sorted a { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; color: #adb5bd; overflow: visible; } table.atum-list-table th.sortable a:hover, table.atum-list-table th.sortable a span:hover, table.atum-list-table th.sorted a:hover, table.atum-list-table th.sorted a span:hover, .floatThead-container th.sortable a:hover, .floatThead-container th.sortable a span:hover, .floatThead-container th.sorted a:hover, .floatThead-container th.sorted a span:hover, .inbound-stock-list th.sortable a:hover, .inbound-stock-list th.sortable a span:hover, .inbound-stock-list th.sorted a:hover, .inbound-stock-list th.sorted a span:hover, table.wp-list-table th.sortable a:hover, table.wp-list-table th.sortable a span:hover, table.wp-list-table th.sorted a:hover, table.wp-list-table th.sorted a span:hover { color: #00B8DB; } table.atum-list-table th.sortable[class*="column-calc_"] a, table.atum-list-table th.sortable.column-_supplier_sku a, table.atum-list-table th.sortable.numeric a, table.atum-list-table th.sorted[class*="column-calc_"] a, table.atum-list-table th.sorted.column-_supplier_sku a, table.atum-list-table th.sorted.numeric a, .floatThead-container th.sortable[class*="column-calc_"] a, .floatThead-container th.sortable.column-_supplier_sku a, .floatThead-container th.sortable.numeric a, .floatThead-container th.sorted[class*="column-calc_"] a, .floatThead-container th.sorted.column-_supplier_sku a, .floatThead-container th.sorted.numeric a, .inbound-stock-list th.sortable[class*="column-calc_"] a, .inbound-stock-list th.sortable.column-_supplier_sku a, .inbound-stock-list th.sortable.numeric a, .inbound-stock-list th.sorted[class*="column-calc_"] a, .inbound-stock-list th.sorted.column-_supplier_sku a, .inbound-stock-list th.sorted.numeric a, table.wp-list-table th.sortable[class*="column-calc_"] a, table.wp-list-table th.sortable.column-_supplier_sku a, table.wp-list-table th.sortable.numeric a, table.wp-list-table th.sorted[class*="column-calc_"] a, table.wp-list-table th.sorted.column-_supplier_sku a, table.wp-list-table th.sorted.numeric a { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } table.atum-list-table th.sortable[class*="column-calc_"] a > span, table.atum-list-table th.sortable.column-_supplier_sku a > span, table.atum-list-table th.sortable.numeric a > span, table.atum-list-table th.sorted[class*="column-calc_"] a > span, table.atum-list-table th.sorted.column-_supplier_sku a > span, table.atum-list-table th.sorted.numeric a > span, .floatThead-container th.sortable[class*="column-calc_"] a > span, .floatThead-container th.sortable.column-_supplier_sku a > span, .floatThead-container th.sortable.numeric a > span, .floatThead-container th.sorted[class*="column-calc_"] a > span, .floatThead-container th.sorted.column-_supplier_sku a > span, .floatThead-container th.sorted.numeric a > span, .inbound-stock-list th.sortable[class*="column-calc_"] a > span, .inbound-stock-list th.sortable.column-_supplier_sku a > span, .inbound-stock-list th.sortable.numeric a > span, .inbound-stock-list th.sorted[class*="column-calc_"] a > span, .inbound-stock-list th.sorted.column-_supplier_sku a > span, .inbound-stock-list th.sorted.numeric a > span, table.wp-list-table th.sortable[class*="column-calc_"] a > span, table.wp-list-table th.sortable.column-_supplier_sku a > span, table.wp-list-table th.sortable.numeric a > span, table.wp-list-table th.sorted[class*="column-calc_"] a > span, table.wp-list-table th.sorted.column-_supplier_sku a > span, table.wp-list-table th.sorted.numeric a > span { float: none; } table.atum-list-table th.sortable[class*="column-calc_"] a > span:first-child, table.atum-list-table th.sortable.column-_supplier_sku a > span:first-child, table.atum-list-table th.sortable.numeric a > span:first-child, table.atum-list-table th.sorted[class*="column-calc_"] a > span:first-child, table.atum-list-table th.sorted.column-_supplier_sku a > span:first-child, table.atum-list-table th.sorted.numeric a > span:first-child, .floatThead-container th.sortable[class*="column-calc_"] a > span:first-child, .floatThead-container th.sortable.column-_supplier_sku a > span:first-child, .floatThead-container th.sortable.numeric a > span:first-child, .floatThead-container th.sorted[class*="column-calc_"] a > span:first-child, .floatThead-container th.sorted.column-_supplier_sku a > span:first-child, .floatThead-container th.sorted.numeric a > span:first-child, .inbound-stock-list th.sortable[class*="column-calc_"] a > span:first-child, .inbound-stock-list th.sortable.column-_supplier_sku a > span:first-child, .inbound-stock-list th.sortable.numeric a > span:first-child, .inbound-stock-list th.sorted[class*="column-calc_"] a > span:first-child, .inbound-stock-list th.sorted.column-_supplier_sku a > span:first-child, .inbound-stock-list th.sorted.numeric a > span:first-child, table.wp-list-table th.sortable[class*="column-calc_"] a > span:first-child, table.wp-list-table th.sortable.column-_supplier_sku a > span:first-child, table.wp-list-table th.sortable.numeric a > span:first-child, table.wp-list-table th.sorted[class*="column-calc_"] a > span:first-child, table.wp-list-table th.sorted.column-_supplier_sku a > span:first-child, table.wp-list-table th.sorted.numeric a > span:first-child { padding-left: 10px; } table.atum-list-table th.sortable .sorting-indicator, table.atum-list-table th.sorted .sorting-indicator, .floatThead-container th.sortable .sorting-indicator, .floatThead-container th.sorted .sorting-indicator, .inbound-stock-list th.sortable .sorting-indicator, .inbound-stock-list th.sorted .sorting-indicator, table.wp-list-table th.sortable .sorting-indicator, table.wp-list-table th.sorted .sorting-indicator { visibility: visible; position: relative; width: 10px; } table.atum-list-table th.sortable .sorting-indicator:before, table.atum-list-table th.sorted .sorting-indicator:before, .floatThead-container th.sortable .sorting-indicator:before, .floatThead-container th.sorted .sorting-indicator:before, .inbound-stock-list th.sortable .sorting-indicator:before, .inbound-stock-list th.sorted .sorting-indicator:before, table.wp-list-table th.sortable .sorting-indicator:before, table.wp-list-table th.sorted .sorting-indicator:before { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin-top: -2px; color: #adb5bd; content: "\f140"; } table.atum-list-table th.sortable.asc .sorting-indicator:before, table.atum-list-table th.sorted.asc .sorting-indicator:before, .floatThead-container th.sortable.asc .sorting-indicator:before, .floatThead-container th.sorted.asc .sorting-indicator:before, .inbound-stock-list th.sortable.asc .sorting-indicator:before, .inbound-stock-list th.sorted.asc .sorting-indicator:before, table.wp-list-table th.sortable.asc .sorting-indicator:before, table.wp-list-table th.sorted.asc .sorting-indicator:before { content: "\f142"; } table.atum-list-table th.sortable .sorting-indicator, .floatThead-container th.sortable .sorting-indicator, .inbound-stock-list th.sortable .sorting-indicator, table.wp-list-table th.sortable .sorting-indicator { visibility: hidden !important; } table.atum-list-table th.sortable a:hover .sorting-indicator, .floatThead-container th.sortable a:hover .sorting-indicator, .inbound-stock-list th.sortable a:hover .sorting-indicator, table.wp-list-table th.sortable a:hover .sorting-indicator { visibility: visible !important; } table.atum-list-table th.column-_supplier_sku, .floatThead-container th.column-_supplier_sku, .inbound-stock-list th.column-_supplier_sku, table.wp-list-table th.column-_supplier_sku { white-space: pre-wrap; max-width: 71px; } table.atum-list-table th.check-column, .floatThead-container th.check-column, .inbound-stock-list th.check-column, table.wp-list-table th.check-column { padding: 11px 20px 0 3px; } table.atum-list-table th.check-column input[type=checkbox], .floatThead-container th.check-column input[type=checkbox], .inbound-stock-list th.check-column input[type=checkbox], table.wp-list-table th.check-column input[type=checkbox] { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 10; } table.atum-list-table tr.main-row, table.atum-list-table tr.mi-row, table.atum-list-table tr.expandable, .floatThead-container tr.main-row, .floatThead-container tr.mi-row, .floatThead-container tr.expandable, .inbound-stock-list tr.main-row, .inbound-stock-list tr.mi-row, .inbound-stock-list tr.expandable, table.wp-list-table tr.main-row, table.wp-list-table tr.mi-row, table.wp-list-table tr.expandable { -webkit-transition: .2s ease-in; transition: .2s ease-in; } table.atum-list-table tr.main-row:hover, table.atum-list-table tr.mi-row:hover, table.atum-list-table tr.expandable:hover, .floatThead-container tr.main-row:hover, .floatThead-container tr.mi-row:hover, .floatThead-container tr.expandable:hover, .inbound-stock-list tr.main-row:hover, .inbound-stock-list tr.mi-row:hover, .inbound-stock-list tr.expandable:hover, table.wp-list-table tr.main-row:hover, table.wp-list-table tr.mi-row:hover, table.wp-list-table tr.expandable:hover { -webkit-box-shadow: 0 1px 19px 6px rgba(0, 0, 0, 0.04) inset; box-shadow: 0 1px 19px 6px rgba(0, 0, 0, 0.04) inset; } table.atum-list-table tr.even, .floatThead-container tr.even, .inbound-stock-list tr.even, table.wp-list-table tr.even { background-color: #f8f9fa; } table.atum-list-table tr.expanded, .floatThead-container tr.expanded, .inbound-stock-list tr.expanded, table.wp-list-table tr.expanded { -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; } table.atum-list-table tr.expanded.variable, table.atum-list-table tr.expanded.variable-subscription, .floatThead-container tr.expanded.variable, .floatThead-container tr.expanded.variable-subscription, .inbound-stock-list tr.expanded.variable, .inbound-stock-list tr.expanded.variable-subscription, table.wp-list-table tr.expanded.variable, table.wp-list-table tr.expanded.variable-subscription { background-color: #00B8DB; } table.atum-list-table tr.expanded.bundle, .floatThead-container tr.expanded.bundle, .inbound-stock-list tr.expanded.bundle, table.wp-list-table tr.expanded.bundle { background-color: #96588a; } table.atum-list-table tr.expanded.group, .floatThead-container tr.expanded.group, .inbound-stock-list tr.expanded.group, table.wp-list-table tr.expanded.group { background-color: #EFAF00; } table.atum-list-table tr.expanded.variable td, table.atum-list-table tr.expanded.variable a, table.atum-list-table tr.expanded.variable-subscription td, table.atum-list-table tr.expanded.variable-subscription a, table.atum-list-table tr.expanded.group td, table.atum-list-table tr.expanded.group a, table.atum-list-table tr.expanded.bundle td, table.atum-list-table tr.expanded.bundle a, .floatThead-container tr.expanded.variable td, .floatThead-container tr.expanded.variable a, .floatThead-container tr.expanded.variable-subscription td, .floatThead-container tr.expanded.variable-subscription a, .floatThead-container tr.expanded.group td, .floatThead-container tr.expanded.group a, .floatThead-container tr.expanded.bundle td, .floatThead-container tr.expanded.bundle a, .inbound-stock-list tr.expanded.variable td, .inbound-stock-list tr.expanded.variable a, .inbound-stock-list tr.expanded.variable-subscription td, .inbound-stock-list tr.expanded.variable-subscription a, .inbound-stock-list tr.expanded.group td, .inbound-stock-list tr.expanded.group a, .inbound-stock-list tr.expanded.bundle td, .inbound-stock-list tr.expanded.bundle a, table.wp-list-table tr.expanded.variable td, table.wp-list-table tr.expanded.variable a, table.wp-list-table tr.expanded.variable-subscription td, table.wp-list-table tr.expanded.variable-subscription a, table.wp-list-table tr.expanded.group td, table.wp-list-table tr.expanded.group a, table.wp-list-table tr.expanded.bundle td, table.wp-list-table tr.expanded.bundle a { color: #fff; } table.atum-list-table tr.expanded.variable .check-column input[type=checkbox], table.atum-list-table tr.expanded.variable-subscription .check-column input[type=checkbox], table.atum-list-table tr.expanded.group .check-column input[type=checkbox], table.atum-list-table tr.expanded.bundle .check-column input[type=checkbox], .floatThead-container tr.expanded.variable .check-column input[type=checkbox], .floatThead-container tr.expanded.variable-subscription .check-column input[type=checkbox], .floatThead-container tr.expanded.group .check-column input[type=checkbox], .floatThead-container tr.expanded.bundle .check-column input[type=checkbox], .inbound-stock-list tr.expanded.variable .check-column input[type=checkbox], .inbound-stock-list tr.expanded.variable-subscription .check-column input[type=checkbox], .inbound-stock-list tr.expanded.group .check-column input[type=checkbox], .inbound-stock-list tr.expanded.bundle .check-column input[type=checkbox], table.wp-list-table tr.expanded.variable .check-column input[type=checkbox], table.wp-list-table tr.expanded.variable-subscription .check-column input[type=checkbox], table.wp-list-table tr.expanded.group .check-column input[type=checkbox], table.wp-list-table tr.expanded.bundle .check-column input[type=checkbox] { border-color: transparent; } table.atum-list-table tr.expanded.variable .column-calc_type .has-child.product-type:before, table.atum-list-table tr.expanded.variable-subscription .column-calc_type .has-child.product-type:before, table.atum-list-table tr.expanded.group .column-calc_type .has-child.product-type:before, table.atum-list-table tr.expanded.bundle .column-calc_type .has-child.product-type:before, .floatThead-container tr.expanded.variable .column-calc_type .has-child.product-type:before, .floatThead-container tr.expanded.variable-subscription .column-calc_type .has-child.product-type:before, .floatThead-container tr.expanded.group .column-calc_type .has-child.product-type:before, .floatThead-container tr.expanded.bundle .column-calc_type .has-child.product-type:before, .inbound-stock-list tr.expanded.variable .column-calc_type .has-child.product-type:before, .inbound-stock-list tr.expanded.variable-subscription .column-calc_type .has-child.product-type:before, .inbound-stock-list tr.expanded.group .column-calc_type .has-child.product-type:before, .inbound-stock-list tr.expanded.bundle .column-calc_type .has-child.product-type:before, table.wp-list-table tr.expanded.variable .column-calc_type .has-child.product-type:before, table.wp-list-table tr.expanded.variable-subscription .column-calc_type .has-child.product-type:before, table.wp-list-table tr.expanded.group .column-calc_type .has-child.product-type:before, table.wp-list-table tr.expanded.bundle .column-calc_type .has-child.product-type:before { content: ""; color: #fff; } table.atum-list-table tr.expandable .check-column input[type=checkbox], .floatThead-container tr.expandable .check-column input[type=checkbox], .inbound-stock-list tr.expandable .check-column input[type=checkbox], table.wp-list-table tr.expandable .check-column input[type=checkbox] { margin-left: 13px; } table.atum-list-table tr.expandable.bundle, .floatThead-container tr.expandable.bundle, .inbound-stock-list tr.expandable.bundle, table.wp-list-table tr.expandable.bundle { background-color: #ebd7e7; } table.atum-list-table tr.expandable.bundle:nth-child(even), .floatThead-container tr.expandable.bundle:nth-child(even), .inbound-stock-list tr.expandable.bundle:nth-child(even), table.wp-list-table tr.expandable.bundle:nth-child(even) { background-color: #F5EBF3; } table.atum-list-table tr.expandable.bundle.active-row:not(.expanded), .floatThead-container tr.expandable.bundle.active-row:not(.expanded), .inbound-stock-list tr.expandable.bundle.active-row:not(.expanded), table.wp-list-table tr.expandable.bundle.active-row:not(.expanded) { background-color: #e7d0e3; } table.atum-list-table tr.expandable.bundle.expanded, .floatThead-container tr.expandable.bundle.expanded, .inbound-stock-list tr.expandable.bundle.expanded, table.wp-list-table tr.expandable.bundle.expanded { background-color: #96588a; } table.atum-list-table tr.expandable.bundle td.title .child-arrow, .floatThead-container tr.expandable.bundle td.title .child-arrow, .inbound-stock-list tr.expandable.bundle td.title .child-arrow, table.wp-list-table tr.expandable.bundle td.title .child-arrow { color: #96588a; } table.atum-list-table tr.variation, .floatThead-container tr.variation, .inbound-stock-list tr.variation, table.wp-list-table tr.variation { background-color: #dbf9ff; } table.atum-list-table tr.variation:nth-child(even), .floatThead-container tr.variation:nth-child(even), .inbound-stock-list tr.variation:nth-child(even), table.wp-list-table tr.variation:nth-child(even) { background-color: #f5fdff; } table.atum-list-table tr.variation.active-row, .floatThead-container tr.variation.active-row, .inbound-stock-list tr.variation.active-row, table.wp-list-table tr.variation.active-row { background-color: #a8f1ff; } table.atum-list-table tr.variation td.title .child-arrow, .floatThead-container tr.variation td.title .child-arrow, .inbound-stock-list tr.variation td.title .child-arrow, table.wp-list-table tr.variation td.title .child-arrow { color: #00B8DB; } table.atum-list-table tr.main-bundle, .floatThead-container tr.main-bundle, .inbound-stock-list tr.main-bundle, table.wp-list-table tr.main-bundle { background-color: #ebd7e7; } table.atum-list-table tr.main-bundle td, .floatThead-container tr.main-bundle td, .inbound-stock-list tr.main-bundle td, table.wp-list-table tr.main-bundle td { color: #fff; } table.atum-list-table tr.main-bundle td.column-ID, .floatThead-container tr.main-bundle td.column-ID, .inbound-stock-list tr.main-bundle td.column-ID, table.wp-list-table tr.main-bundle td.column-ID { color: #fff; } table.atum-list-table tr.bundle-item, .floatThead-container tr.bundle-item, .inbound-stock-list tr.bundle-item, table.wp-list-table tr.bundle-item { background-color: #F5EBF3; } table.atum-list-table tr.bundle-item.active-row, .floatThead-container tr.bundle-item.active-row, .inbound-stock-list tr.bundle-item.active-row, table.wp-list-table tr.bundle-item.active-row { background-color: #e4c9df; } table.atum-list-table tr.bundle-item td.title .child-arrow, .floatThead-container tr.bundle-item td.title .child-arrow, .inbound-stock-list tr.bundle-item td.title .child-arrow, table.wp-list-table tr.bundle-item td.title .child-arrow { color: #F5EBF3; } table.atum-list-table tr.grouped, .floatThead-container tr.grouped, .inbound-stock-list tr.grouped, table.wp-list-table tr.grouped { background-color: #ffedbc; } table.atum-list-table tr.grouped:nth-child(even), .floatThead-container tr.grouped:nth-child(even), .inbound-stock-list tr.grouped:nth-child(even), table.wp-list-table tr.grouped:nth-child(even) { background-color: #fff8e5; } table.atum-list-table tr.grouped.active-row, .floatThead-container tr.grouped.active-row, .inbound-stock-list tr.grouped.active-row, table.wp-list-table tr.grouped.active-row { background-color: #ffdf89; } table.atum-list-table tr.grouped td.title .child-arrow, .floatThead-container tr.grouped td.title .child-arrow, .inbound-stock-list tr.grouped td.title .child-arrow, table.wp-list-table tr.grouped td.title .child-arrow { color: #EFAF00; } table.atum-list-table tr.no-items td, .floatThead-container tr.no-items td, .inbound-stock-list tr.no-items td, table.wp-list-table tr.no-items td { padding: 10px 24px; } table.atum-list-table tr.no-items td .alert, .floatThead-container tr.no-items td .alert, .inbound-stock-list tr.no-items td .alert, table.wp-list-table tr.no-items td .alert { margin-top: 15px; -ms-flex-wrap: wrap; flex-wrap: wrap; } table.atum-list-table tr.no-items td .alert h3, table.atum-list-table tr.no-items td .alert p, .floatThead-container tr.no-items td .alert h3, .floatThead-container tr.no-items td .alert p, .inbound-stock-list tr.no-items td .alert h3, .inbound-stock-list tr.no-items td .alert p, table.wp-list-table tr.no-items td .alert h3, table.wp-list-table tr.no-items td .alert p { width: 100%; } table.atum-list-table tr.no-items td .alert h3, .floatThead-container tr.no-items td .alert h3, .inbound-stock-list tr.no-items td .alert h3, table.wp-list-table tr.no-items td .alert h3 { margin-bottom: 15px; } table.atum-list-table tr.no-items td .alert i, .floatThead-container tr.no-items td .alert i, .inbound-stock-list tr.no-items td .alert i, table.wp-list-table tr.no-items td .alert i { margin-right: 0; font-size: 24px; width: 24px; height: 24px; line-height: 0.8; } table.atum-list-table tr.no-items td .alert p, .floatThead-container tr.no-items td .alert p, .inbound-stock-list tr.no-items td .alert p, table.wp-list-table tr.no-items td .alert p { font-weight: bold; padding-left: 10px; margin-bottom: 0; } table.atum-list-table tr.no-items td .alert button, .floatThead-container tr.no-items td .alert button, .inbound-stock-list tr.no-items td .alert button, table.wp-list-table tr.no-items td .alert button { display: inline-block; vertical-align: middle; margin-top: 10px; } table.atum-list-table tr.no-items td .alert .atum-spinner, .floatThead-container tr.no-items td .alert .atum-spinner, .inbound-stock-list tr.no-items td .alert .atum-spinner, table.wp-list-table tr.no-items td .alert .atum-spinner { display: inline-block; vertical-align: 8px; margin-left: 10px; } table.atum-list-table tr.no-items td .alert .atum-spinner span, .floatThead-container tr.no-items td .alert .atum-spinner span, .inbound-stock-list tr.no-items td .alert .atum-spinner span, table.wp-list-table tr.no-items td .alert .atum-spinner span { width: 15px; height: 15px; border: 2px solid rgba(108, 117, 125, 0.25); border-top-color: #6c757d; border-radius: 50%; position: absolute; z-index: 50; -webkit-animation: loader-rotate 1s linear infinite; animation: loader-rotate 1s linear infinite; } @keyframes loader-rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } table.atum-list-table tr.totals, .floatThead-container tr.totals, .inbound-stock-list tr.totals, table.wp-list-table tr.totals { background-color: #e9ecef; } table.atum-list-table tr.totals td, table.atum-list-table tr.totals th, .floatThead-container tr.totals td, .floatThead-container tr.totals th, .inbound-stock-list tr.totals td, .inbound-stock-list tr.totals th, table.wp-list-table tr.totals td, table.wp-list-table tr.totals th { font-size: 12px; font-weight: 400; color: #6c757d; padding-top: 0; padding-bottom: 0; text-align: center; } table.atum-list-table tr.totals td.totals-heading span, table.atum-list-table tr.totals th.totals-heading span, .floatThead-container tr.totals td.totals-heading span, .floatThead-container tr.totals th.totals-heading span, .inbound-stock-list tr.totals td.totals-heading span, .inbound-stock-list tr.totals th.totals-heading span, table.wp-list-table tr.totals td.totals-heading span, table.wp-list-table tr.totals th.totals-heading span { font-size: 14px; font-weight: bold; letter-spacing: 0.3px; color: #6c757d; text-transform: uppercase; background-color: transparent; } table.atum-list-table tr.totals td span, table.atum-list-table tr.totals th span, .floatThead-container tr.totals td span, .floatThead-container tr.totals th span, .inbound-stock-list tr.totals td span, .inbound-stock-list tr.totals th span, table.wp-list-table tr.totals td span, table.wp-list-table tr.totals th span { display: inline-block; font-size: 16px; font-weight: bold; letter-spacing: 0.4px; text-align: center; color: #fff; border-radius: 5px; background-color: #6c757d; padding: 4px; } table.atum-list-table tr.totals td span.danger, table.atum-list-table tr.totals th span.danger, .floatThead-container tr.totals td span.danger, .floatThead-container tr.totals th span.danger, .inbound-stock-list tr.totals td span.danger, .inbound-stock-list tr.totals th span.danger, table.wp-list-table tr.totals td span.danger, table.wp-list-table tr.totals th span.danger { background-color: #FF4848; } table.atum-list-table .stock-selling-manager .atum-icon, .floatThead-container .stock-selling-manager .atum-icon, .inbound-stock-list .stock-selling-manager .atum-icon, table.wp-list-table .stock-selling-manager .atum-icon { font-size: 20px; } table.atum-list-table .cell-green, .floatThead-container .cell-green, .inbound-stock-list .cell-green, table.wp-list-table .cell-green { color: #69C61D !important; } table.atum-list-table .cell-yellow, .floatThead-container .cell-yellow, .inbound-stock-list .cell-yellow, table.wp-list-table .cell-yellow { color: #EFAF00 !important; } table.atum-list-table .cell-yellow .set-meta, .floatThead-container .cell-yellow .set-meta, .inbound-stock-list .cell-yellow .set-meta, table.wp-list-table .cell-yellow .set-meta { color: #EFAF00 !important; } table.atum-list-table .cell-red, .floatThead-container .cell-red, .inbound-stock-list .cell-red, table.wp-list-table .cell-red { color: #FF4848 !important; } table.atum-list-table .cell-red .set-meta, .floatThead-container .cell-red .set-meta, .inbound-stock-list .cell-red .set-meta, table.wp-list-table .cell-red .set-meta { color: #FF4848 !important; } table.atum-list-table .cell-blue, .floatThead-container .cell-blue, .inbound-stock-list .cell-blue, table.wp-list-table .cell-blue { color: #00B8DB !important; } table.atum-list-table input[type=checkbox], .floatThead-container input[type=checkbox], .inbound-stock-list input[type=checkbox], table.wp-list-table input[type=checkbox] { border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; border-color: #ced4da; } table.atum-list-table input[type=checkbox]:checked, .floatThead-container input[type=checkbox]:checked, .inbound-stock-list input[type=checkbox]:checked, table.wp-list-table input[type=checkbox]:checked { background-color: #00B8DB; border: 0; } table.atum-list-table input[type=checkbox]:checked:before, .floatThead-container input[type=checkbox]:checked:before, .inbound-stock-list input[type=checkbox]:checked:before, table.wp-list-table input[type=checkbox]:checked:before { color: #fff; content: ""; font-family: "atum-icon-font"; font-size: 14px; margin: 1px 0 0; font-weight: bold; } table.atum-list-table tbody tr.expanded.variable td, table.atum-list-table tbody tr.expanded.group td, table.atum-list-table tbody tr.expanded.bundle td, table.atum-list-table #the-list tr.expanded.variable td, table.atum-list-table #the-list tr.expanded.group td, table.atum-list-table #the-list tr.expanded.bundle td, .floatThead-container tbody tr.expanded.variable td, .floatThead-container tbody tr.expanded.group td, .floatThead-container tbody tr.expanded.bundle td, .floatThead-container #the-list tr.expanded.variable td, .floatThead-container #the-list tr.expanded.group td, .floatThead-container #the-list tr.expanded.bundle td, .inbound-stock-list tbody tr.expanded.variable td, .inbound-stock-list tbody tr.expanded.group td, .inbound-stock-list tbody tr.expanded.bundle td, .inbound-stock-list #the-list tr.expanded.variable td, .inbound-stock-list #the-list tr.expanded.group td, .inbound-stock-list #the-list tr.expanded.bundle td, table.wp-list-table tbody tr.expanded.variable td, table.wp-list-table tbody tr.expanded.group td, table.wp-list-table tbody tr.expanded.bundle td, table.wp-list-table #the-list tr.expanded.variable td, table.wp-list-table #the-list tr.expanded.group td, table.wp-list-table #the-list tr.expanded.bundle td { color: #fff !important; } table.atum-list-table tbody tr.expanded.variable td a, table.atum-list-table tbody tr.expanded.variable td span, table.atum-list-table tbody tr.expanded.group td a, table.atum-list-table tbody tr.expanded.group td span, table.atum-list-table tbody tr.expanded.bundle td a, table.atum-list-table tbody tr.expanded.bundle td span, table.atum-list-table #the-list tr.expanded.variable td a, table.atum-list-table #the-list tr.expanded.variable td span, table.atum-list-table #the-list tr.expanded.group td a, table.atum-list-table #the-list tr.expanded.group td span, table.atum-list-table #the-list tr.expanded.bundle td a, table.atum-list-table #the-list tr.expanded.bundle td span, .floatThead-container tbody tr.expanded.variable td a, .floatThead-container tbody tr.expanded.variable td span, .floatThead-container tbody tr.expanded.group td a, .floatThead-container tbody tr.expanded.group td span, .floatThead-container tbody tr.expanded.bundle td a, .floatThead-container tbody tr.expanded.bundle td span, .floatThead-container #the-list tr.expanded.variable td a, .floatThead-container #the-list tr.expanded.variable td span, .floatThead-container #the-list tr.expanded.group td a, .floatThead-container #the-list tr.expanded.group td span, .floatThead-container #the-list tr.expanded.bundle td a, .floatThead-container #the-list tr.expanded.bundle td span, .inbound-stock-list tbody tr.expanded.variable td a, .inbound-stock-list tbody tr.expanded.variable td span, .inbound-stock-list tbody tr.expanded.group td a, .inbound-stock-list tbody tr.expanded.group td span, .inbound-stock-list tbody tr.expanded.bundle td a, .inbound-stock-list tbody tr.expanded.bundle td span, .inbound-stock-list #the-list tr.expanded.variable td a, .inbound-stock-list #the-list tr.expanded.variable td span, .inbound-stock-list #the-list tr.expanded.group td a, .inbound-stock-list #the-list tr.expanded.group td span, .inbound-stock-list #the-list tr.expanded.bundle td a, .inbound-stock-list #the-list tr.expanded.bundle td span, table.wp-list-table tbody tr.expanded.variable td a, table.wp-list-table tbody tr.expanded.variable td span, table.wp-list-table tbody tr.expanded.group td a, table.wp-list-table tbody tr.expanded.group td span, table.wp-list-table tbody tr.expanded.bundle td a, table.wp-list-table tbody tr.expanded.bundle td span, table.wp-list-table #the-list tr.expanded.variable td a, table.wp-list-table #the-list tr.expanded.variable td span, table.wp-list-table #the-list tr.expanded.group td a, table.wp-list-table #the-list tr.expanded.group td span, table.wp-list-table #the-list tr.expanded.bundle td a, table.wp-list-table #the-list tr.expanded.bundle td span { color: #fff !important; } table.atum-list-table tbody tr.expanded.variable td a:before, table.atum-list-table tbody tr.expanded.variable td span:before, table.atum-list-table tbody tr.expanded.group td a:before, table.atum-list-table tbody tr.expanded.group td span:before, table.atum-list-table tbody tr.expanded.bundle td a:before, table.atum-list-table tbody tr.expanded.bundle td span:before, table.atum-list-table #the-list tr.expanded.variable td a:before, table.atum-list-table #the-list tr.expanded.variable td span:before, table.atum-list-table #the-list tr.expanded.group td a:before, table.atum-list-table #the-list tr.expanded.group td span:before, table.atum-list-table #the-list tr.expanded.bundle td a:before, table.atum-list-table #the-list tr.expanded.bundle td span:before, .floatThead-container tbody tr.expanded.variable td a:before, .floatThead-container tbody tr.expanded.variable td span:before, .floatThead-container tbody tr.expanded.group td a:before, .floatThead-container tbody tr.expanded.group td span:before, .floatThead-container tbody tr.expanded.bundle td a:before, .floatThead-container tbody tr.expanded.bundle td span:before, .floatThead-container #the-list tr.expanded.variable td a:before, .floatThead-container #the-list tr.expanded.variable td span:before, .floatThead-container #the-list tr.expanded.group td a:before, .floatThead-container #the-list tr.expanded.group td span:before, .floatThead-container #the-list tr.expanded.bundle td a:before, .floatThead-container #the-list tr.expanded.bundle td span:before, .inbound-stock-list tbody tr.expanded.variable td a:before, .inbound-stock-list tbody tr.expanded.variable td span:before, .inbound-stock-list tbody tr.expanded.group td a:before, .inbound-stock-list tbody tr.expanded.group td span:before, .inbound-stock-list tbody tr.expanded.bundle td a:before, .inbound-stock-list tbody tr.expanded.bundle td span:before, .inbound-stock-list #the-list tr.expanded.variable td a:before, .inbound-stock-list #the-list tr.expanded.variable td span:before, .inbound-stock-list #the-list tr.expanded.group td a:before, .inbound-stock-list #the-list tr.expanded.group td span:before, .inbound-stock-list #the-list tr.expanded.bundle td a:before, .inbound-stock-list #the-list tr.expanded.bundle td span:before, table.wp-list-table tbody tr.expanded.variable td a:before, table.wp-list-table tbody tr.expanded.variable td span:before, table.wp-list-table tbody tr.expanded.group td a:before, table.wp-list-table tbody tr.expanded.group td span:before, table.wp-list-table tbody tr.expanded.bundle td a:before, table.wp-list-table tbody tr.expanded.bundle td span:before, table.wp-list-table #the-list tr.expanded.variable td a:before, table.wp-list-table #the-list tr.expanded.variable td span:before, table.wp-list-table #the-list tr.expanded.group td a:before, table.wp-list-table #the-list tr.expanded.group td span:before, table.wp-list-table #the-list tr.expanded.bundle td a:before, table.wp-list-table #the-list tr.expanded.bundle td span:before { color: #fff !important; } table.atum-list-table tbody tr.expandable td.column-calc_location a, table.atum-list-table #the-list tr.expandable td.column-calc_location a, .floatThead-container tbody tr.expandable td.column-calc_location a, .floatThead-container #the-list tr.expandable td.column-calc_location a, .inbound-stock-list tbody tr.expandable td.column-calc_location a, .inbound-stock-list #the-list tr.expandable td.column-calc_location a, table.wp-list-table tbody tr.expandable td.column-calc_location a, table.wp-list-table #the-list tr.expandable td.column-calc_location a { pointer-events: none; } table.atum-list-table tbody tr.expandable td.column-calc_location a:before, table.atum-list-table #the-list tr.expandable td.column-calc_location a:before, .floatThead-container tbody tr.expandable td.column-calc_location a:before, .floatThead-container #the-list tr.expandable td.column-calc_location a:before, .inbound-stock-list tbody tr.expandable td.column-calc_location a:before, .inbound-stock-list #the-list tr.expandable td.column-calc_location a:before, table.wp-list-table tbody tr.expandable td.column-calc_location a:before, table.wp-list-table #the-list tr.expandable td.column-calc_location a:before { content: '-'; color: #6c757d; } table.atum-list-table tbody tr td, table.atum-list-table #the-list tr td, .floatThead-container tbody tr td, .floatThead-container #the-list tr td, .inbound-stock-list tbody tr td, .inbound-stock-list #the-list tr td, table.wp-list-table tbody tr td, table.wp-list-table #the-list tr td { color: #6c757d; } table.atum-list-table tbody tr td .set-meta, table.atum-list-table #the-list tr td .set-meta, .floatThead-container tbody tr td .set-meta, .floatThead-container #the-list tr td .set-meta, .inbound-stock-list tbody tr td .set-meta, .inbound-stock-list #the-list tr td .set-meta, table.wp-list-table tbody tr td .set-meta, table.wp-list-table #the-list tr td .set-meta { color: #00B8DB; } table.atum-list-table tbody tr td.column-title a, table.atum-list-table tbody tr td.column-title .row-title, table.atum-list-table tbody tr td.atum_order_title a, table.atum-list-table tbody tr td.atum_order_title .row-title, table.atum-list-table #the-list tr td.column-title a, table.atum-list-table #the-list tr td.column-title .row-title, table.atum-list-table #the-list tr td.atum_order_title a, table.atum-list-table #the-list tr td.atum_order_title .row-title, .floatThead-container tbody tr td.column-title a, .floatThead-container tbody tr td.column-title .row-title, .floatThead-container tbody tr td.atum_order_title a, .floatThead-container tbody tr td.atum_order_title .row-title, .floatThead-container #the-list tr td.column-title a, .floatThead-container #the-list tr td.column-title .row-title, .floatThead-container #the-list tr td.atum_order_title a, .floatThead-container #the-list tr td.atum_order_title .row-title, .inbound-stock-list tbody tr td.column-title a, .inbound-stock-list tbody tr td.column-title .row-title, .inbound-stock-list tbody tr td.atum_order_title a, .inbound-stock-list tbody tr td.atum_order_title .row-title, .inbound-stock-list #the-list tr td.column-title a, .inbound-stock-list #the-list tr td.column-title .row-title, .inbound-stock-list #the-list tr td.atum_order_title a, .inbound-stock-list #the-list tr td.atum_order_title .row-title, table.wp-list-table tbody tr td.column-title a, table.wp-list-table tbody tr td.column-title .row-title, table.wp-list-table tbody tr td.atum_order_title a, table.wp-list-table tbody tr td.atum_order_title .row-title, table.wp-list-table #the-list tr td.column-title a, table.wp-list-table #the-list tr td.column-title .row-title, table.wp-list-table #the-list tr td.atum_order_title a, table.wp-list-table #the-list tr td.atum_order_title .row-title { font-size: 14px; font-weight: 600; color: #00B8DB; } table.atum-list-table tbody tr td.column-calc_mi_status > span, table.atum-list-table #the-list tr td.column-calc_mi_status > span, .floatThead-container tbody tr td.column-calc_mi_status > span, .floatThead-container #the-list tr td.column-calc_mi_status > span, .inbound-stock-list tbody tr td.column-calc_mi_status > span, .inbound-stock-list #the-list tr td.column-calc_mi_status > span, table.wp-list-table tbody tr td.column-calc_mi_status > span, table.wp-list-table #the-list tr td.column-calc_mi_status > span { font-size: 22px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } table.atum-list-table tbody tr td.column-_sku span, table.atum-list-table #the-list tr td.column-_sku span, .floatThead-container tbody tr td.column-_sku span, .floatThead-container #the-list tr td.column-_sku span, .inbound-stock-list tbody tr td.column-_sku span, .inbound-stock-list #the-list tr td.column-_sku span, table.wp-list-table tbody tr td.column-_sku span, table.wp-list-table #the-list tr td.column-_sku span { font-size: 14px; color: #00B8DB; } table.atum-list-table tbody tr td.calc_purchase_order a, table.atum-list-table #the-list tr td.calc_purchase_order a, .floatThead-container tbody tr td.calc_purchase_order a, .floatThead-container #the-list tr td.calc_purchase_order a, .inbound-stock-list tbody tr td.calc_purchase_order a, .inbound-stock-list #the-list tr td.calc_purchase_order a, table.wp-list-table tbody tr td.calc_purchase_order a, table.wp-list-table #the-list tr td.calc_purchase_order a { color: #00B8DB; font-weight: bold; } table.atum-list-table td, table.atum-list-table th, .floatThead-container td, .floatThead-container th, .inbound-stock-list td, .inbound-stock-list th, table.wp-list-table td, table.wp-list-table th { position: relative; vertical-align: middle; padding: 6px 5px; height: 47px; font-size: 14px; color: #00B8DB; } table.atum-list-table td.column-ID, table.atum-list-table th.column-ID, .floatThead-container td.column-ID, .floatThead-container th.column-ID, .inbound-stock-list td.column-ID, .inbound-stock-list th.column-ID, table.wp-list-table td.column-ID, table.wp-list-table th.column-ID { font-size: 14px; letter-spacing: 0.3px; color: #6c757d; } table.atum-list-table td.pro-version, table.atum-list-table th.pro-version, .floatThead-container td.pro-version, .floatThead-container th.pro-version, .inbound-stock-list td.pro-version, .inbound-stock-list th.pro-version, table.wp-list-table td.pro-version, table.wp-list-table th.pro-version { background-color: #6c757d; } body:not(.edit-php) table.atum-list-table td.column-title, body:not(.edit-php) table.atum-list-table th.column-title, body:not(.edit-php) .floatThead-container td.column-title, body:not(.edit-php) .floatThead-container th.column-title, body:not(.edit-php) .inbound-stock-list td.column-title, body:not(.edit-php) .inbound-stock-list th.column-title, body:not(.edit-php) table.wp-list-table td.column-title, body:not(.edit-php) table.wp-list-table th.column-title { min-width: 171px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } body:not(.edit-php) table.atum-list-table td.column-title > span, body:not(.edit-php) table.atum-list-table th.column-title > span, body:not(.edit-php) .floatThead-container td.column-title > span, body:not(.edit-php) .floatThead-container th.column-title > span, body:not(.edit-php) .inbound-stock-list td.column-title > span, body:not(.edit-php) .inbound-stock-list th.column-title > span, body:not(.edit-php) table.wp-list-table td.column-title > span, body:not(.edit-php) table.wp-list-table th.column-title > span { white-space: nowrap; } body:not(.edit-php) table.atum-list-table td.column-title > span i, body:not(.edit-php) table.atum-list-table th.column-title > span i, body:not(.edit-php) .floatThead-container td.column-title > span i, body:not(.edit-php) .floatThead-container th.column-title > span i, body:not(.edit-php) .inbound-stock-list td.column-title > span i, body:not(.edit-php) .inbound-stock-list th.column-title > span i, body:not(.edit-php) table.wp-list-table td.column-title > span i, body:not(.edit-php) table.wp-list-table th.column-title > span i { margin-right: 4px; } body:not(.edit-php) table.atum-list-table td.column-title .child-arrow, body:not(.edit-php) table.atum-list-table th.column-title .child-arrow, body:not(.edit-php) .floatThead-container td.column-title .child-arrow, body:not(.edit-php) .floatThead-container th.column-title .child-arrow, body:not(.edit-php) .inbound-stock-list td.column-title .child-arrow, body:not(.edit-php) .inbound-stock-list th.column-title .child-arrow, body:not(.edit-php) table.wp-list-table td.column-title .child-arrow, body:not(.edit-php) table.wp-list-table th.column-title .child-arrow { display: inline-block; margin-right: 2px; margin-left: 5px; font-weight: bold; font-size: 14px; position: relative; top: -2px; -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } table.atum-list-table td.column-sku, table.atum-list-table th.column-sku, .floatThead-container td.column-sku, .floatThead-container th.column-sku, .inbound-stock-list td.column-sku, .inbound-stock-list th.column-sku, table.wp-list-table td.column-sku, table.wp-list-table th.column-sku { min-width: 70px; } table.atum-list-table td[class*="column-calc_"], table.atum-list-table td.column-_supplier_sku, table.atum-list-table td.numeric, table.atum-list-table th[class*="column-calc_"], table.atum-list-table th.column-_supplier_sku, table.atum-list-table th.numeric, .floatThead-container td[class*="column-calc_"], .floatThead-container td.column-_supplier_sku, .floatThead-container td.numeric, .floatThead-container th[class*="column-calc_"], .floatThead-container th.column-_supplier_sku, .floatThead-container th.numeric, .inbound-stock-list td[class*="column-calc_"], .inbound-stock-list td.column-_supplier_sku, .inbound-stock-list td.numeric, .inbound-stock-list th[class*="column-calc_"], .inbound-stock-list th.column-_supplier_sku, .inbound-stock-list th.numeric, table.wp-list-table td[class*="column-calc_"], table.wp-list-table td.column-_supplier_sku, table.wp-list-table td.numeric, table.wp-list-table th[class*="column-calc_"], table.wp-list-table th.column-_supplier_sku, table.wp-list-table th.numeric { text-align: center; } table.atum-list-table td a, table.atum-list-table th a, .floatThead-container td a, .floatThead-container th a, .inbound-stock-list td a, .inbound-stock-list th a, table.wp-list-table td a, table.wp-list-table th a { cursor: pointer; } table.atum-list-table td.ghost-column, table.atum-list-table th.ghost-column, .floatThead-container td.ghost-column, .floatThead-container th.ghost-column, .inbound-stock-list td.ghost-column, .inbound-stock-list th.ghost-column, table.wp-list-table td.ghost-column, table.wp-list-table th.ghost-column { width: 37px; padding: 0 !important; min-width: 0 !important; height: auto !important; border-left: 1px solid #e9ecef; border-right: 1px solid #e9ecef; } table.atum-list-table th span.col-stock-counters, table.atum-list-table th span.col-stock-negatives, table.atum-list-table th span.col-stock-selling-manager, .floatThead-container th span.col-stock-counters, .floatThead-container th span.col-stock-negatives, .floatThead-container th span.col-stock-selling-manager, .inbound-stock-list th span.col-stock-counters, .inbound-stock-list th span.col-stock-negatives, .inbound-stock-list th span.col-stock-selling-manager, table.wp-list-table th span.col-stock-counters, table.wp-list-table th span.col-stock-negatives, table.wp-list-table th span.col-stock-selling-manager { color: #adb5bd; font-weight: bold; font-size: 14px; } table.atum-list-table th span.col-stock-counters .set-header, table.atum-list-table th span.col-stock-negatives .set-header, table.atum-list-table th span.col-stock-selling-manager .set-header, .floatThead-container th span.col-stock-counters .set-header, .floatThead-container th span.col-stock-negatives .set-header, .floatThead-container th span.col-stock-selling-manager .set-header, .inbound-stock-list th span.col-stock-counters .set-header, .inbound-stock-list th span.col-stock-negatives .set-header, .inbound-stock-list th span.col-stock-selling-manager .set-header, table.wp-list-table th span.col-stock-counters .set-header, table.wp-list-table th span.col-stock-negatives .set-header, table.wp-list-table th span.col-stock-selling-manager .set-header { color: #00B8DB; } table.atum-list-table .column-calc_type, .floatThead-container .column-calc_type, .inbound-stock-list .column-calc_type, table.wp-list-table .column-calc_type { max-width: 50px; text-align: center; } table.atum-list-table .column-calc_type span.product-type, table.atum-list-table .column-calc_type span.product-type-icon, .floatThead-container .column-calc_type span.product-type, .floatThead-container .column-calc_type span.product-type-icon, .inbound-stock-list .column-calc_type span.product-type, .inbound-stock-list .column-calc_type span.product-type-icon, table.wp-list-table .column-calc_type span.product-type, table.wp-list-table .column-calc_type span.product-type-icon { display: block; position: relative; height: 1em; width: 1em; font-size: 1.6em; margin: 0 auto; color: #adb5bd; } table.atum-list-table .column-calc_type span.product-type:before, table.atum-list-table .column-calc_type span.product-type-icon:before, .floatThead-container .column-calc_type span.product-type:before, .floatThead-container .column-calc_type span.product-type-icon:before, .inbound-stock-list .column-calc_type span.product-type:before, .inbound-stock-list .column-calc_type span.product-type-icon:before, table.wp-list-table .column-calc_type span.product-type:before, table.wp-list-table .column-calc_type span.product-type-icon:before { content: ""; font-family: "atum-icon-font" !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; speak: none; font-weight: 400; text-transform: none; line-height: 1; text-indent: 0px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; font-variant: normal; margin: 0; } table.atum-list-table .column-calc_type span.product-type.bundle::before, table.atum-list-table .column-calc_type span.product-type-icon.bundle::before, .floatThead-container .column-calc_type span.product-type.bundle::before, .floatThead-container .column-calc_type span.product-type-icon.bundle::before, .inbound-stock-list .column-calc_type span.product-type.bundle::before, .inbound-stock-list .column-calc_type span.product-type-icon.bundle::before, table.wp-list-table .column-calc_type span.product-type.bundle::before, table.wp-list-table .column-calc_type span.product-type-icon.bundle::before { content: ""; } table.atum-list-table .column-calc_type span.product-type.grouped::before, table.atum-list-table .column-calc_type span.product-type-icon.grouped::before, .floatThead-container .column-calc_type span.product-type.grouped::before, .floatThead-container .column-calc_type span.product-type-icon.grouped::before, .inbound-stock-list .column-calc_type span.product-type.grouped::before, .inbound-stock-list .column-calc_type span.product-type-icon.grouped::before, table.wp-list-table .column-calc_type span.product-type.grouped::before, table.wp-list-table .column-calc_type span.product-type-icon.grouped::before { content: ""; } table.atum-list-table .column-calc_type span.product-type.variable::before, table.atum-list-table .column-calc_type span.product-type-icon.variable::before, .floatThead-container .column-calc_type span.product-type.variable::before, .floatThead-container .column-calc_type span.product-type-icon.variable::before, .inbound-stock-list .column-calc_type span.product-type.variable::before, .inbound-stock-list .column-calc_type span.product-type-icon.variable::before, table.wp-list-table .column-calc_type span.product-type.variable::before, table.wp-list-table .column-calc_type span.product-type-icon.variable::before { content: ""; } table.atum-list-table .column-calc_type span.product-type.downloadable::before, table.atum-list-table .column-calc_type span.product-type-icon.downloadable::before, .floatThead-container .column-calc_type span.product-type.downloadable::before, .floatThead-container .column-calc_type span.product-type-icon.downloadable::before, .inbound-stock-list .column-calc_type span.product-type.downloadable::before, .inbound-stock-list .column-calc_type span.product-type-icon.downloadable::before, table.wp-list-table .column-calc_type span.product-type.downloadable::before, table.wp-list-table .column-calc_type span.product-type-icon.downloadable::before { content: ""; } table.atum-list-table .column-calc_type span.product-type.virtual::before, table.atum-list-table .column-calc_type span.product-type-icon.virtual::before, .floatThead-container .column-calc_type span.product-type.virtual::before, .floatThead-container .column-calc_type span.product-type-icon.virtual::before, .inbound-stock-list .column-calc_type span.product-type.virtual::before, .inbound-stock-list .column-calc_type span.product-type-icon.virtual::before, table.wp-list-table .column-calc_type span.product-type.virtual::before, table.wp-list-table .column-calc_type span.product-type-icon.virtual::before { content: ""; } table.atum-list-table .column-calc_type span.product-type.booking::before, table.atum-list-table .column-calc_type span.product-type-icon.booking::before, .floatThead-container .column-calc_type span.product-type.booking::before, .floatThead-container .column-calc_type span.product-type-icon.booking::before, .inbound-stock-list .column-calc_type span.product-type.booking::before, .inbound-stock-list .column-calc_type span.product-type-icon.booking::before, table.wp-list-table .column-calc_type span.product-type.booking::before, table.wp-list-table .column-calc_type span.product-type-icon.booking::before { content: ""; } table.atum-list-table .column-calc_type span.product-type.product-part::before, table.atum-list-table .column-calc_type span.product-type-icon.product-part::before, .floatThead-container .column-calc_type span.product-type.product-part::before, .floatThead-container .column-calc_type span.product-type-icon.product-part::before, .inbound-stock-list .column-calc_type span.product-type.product-part::before, .inbound-stock-list .column-calc_type span.product-type-icon.product-part::before, table.wp-list-table .column-calc_type span.product-type.product-part::before, table.wp-list-table .column-calc_type span.product-type-icon.product-part::before { content: ""; } table.atum-list-table .column-calc_type span.product-type.variable-product-part::before, table.atum-list-table .column-calc_type span.product-type-icon.variable-product-part::before, .floatThead-container .column-calc_type span.product-type.variable-product-part::before, .floatThead-container .column-calc_type span.product-type-icon.variable-product-part::before, .inbound-stock-list .column-calc_type span.product-type.variable-product-part::before, .inbound-stock-list .column-calc_type span.product-type-icon.variable-product-part::before, table.wp-list-table .column-calc_type span.product-type.variable-product-part::before, table.wp-list-table .column-calc_type span.product-type-icon.variable-product-part::before { content: ""; } table.atum-list-table .column-calc_type span.product-type.raw-material::before, table.atum-list-table .column-calc_type span.product-type-icon.raw-material::before, .floatThead-container .column-calc_type span.product-type.raw-material::before, .floatThead-container .column-calc_type span.product-type-icon.raw-material::before, .inbound-stock-list .column-calc_type span.product-type.raw-material::before, .inbound-stock-list .column-calc_type span.product-type-icon.raw-material::before, table.wp-list-table .column-calc_type span.product-type.raw-material::before, table.wp-list-table .column-calc_type span.product-type-icon.raw-material::before { content: ""; } table.atum-list-table .column-calc_type span.product-type.variable-raw-material::before, table.atum-list-table .column-calc_type span.product-type-icon.variable-raw-material::before, .floatThead-container .column-calc_type span.product-type.variable-raw-material::before, .floatThead-container .column-calc_type span.product-type-icon.variable-raw-material::before, .inbound-stock-list .column-calc_type span.product-type.variable-raw-material::before, .inbound-stock-list .column-calc_type span.product-type-icon.variable-raw-material::before, table.wp-list-table .column-calc_type span.product-type.variable-raw-material::before, table.wp-list-table .column-calc_type span.product-type-icon.variable-raw-material::before { content: ""; } table.atum-list-table .column-calc_type .has-child, .floatThead-container .column-calc_type .has-child, .inbound-stock-list .column-calc_type .has-child, table.wp-list-table .column-calc_type .has-child { cursor: pointer; } table.atum-list-table .column-calc_type .has-child.product-type.variable, table.atum-list-table .column-calc_type .has-child.product-type.variable-subscription, table.atum-list-table .column-calc_type .has-child.product-type.variable-product-part, table.atum-list-table .column-calc_type .has-child.product-type.variable-raw-material, table.atum-list-table .column-calc_type .has-child.product-type-icon.variable, table.atum-list-table .column-calc_type .has-child.product-type-icon.variable-subscription, table.atum-list-table .column-calc_type .has-child.product-type-icon.variable-product-part, table.atum-list-table .column-calc_type .has-child.product-type-icon.variable-raw-material, .floatThead-container .column-calc_type .has-child.product-type.variable, .floatThead-container .column-calc_type .has-child.product-type.variable-subscription, .floatThead-container .column-calc_type .has-child.product-type.variable-product-part, .floatThead-container .column-calc_type .has-child.product-type.variable-raw-material, .floatThead-container .column-calc_type .has-child.product-type-icon.variable, .floatThead-container .column-calc_type .has-child.product-type-icon.variable-subscription, .floatThead-container .column-calc_type .has-child.product-type-icon.variable-product-part, .floatThead-container .column-calc_type .has-child.product-type-icon.variable-raw-material, .inbound-stock-list .column-calc_type .has-child.product-type.variable, .inbound-stock-list .column-calc_type .has-child.product-type.variable-subscription, .inbound-stock-list .column-calc_type .has-child.product-type.variable-product-part, .inbound-stock-list .column-calc_type .has-child.product-type.variable-raw-material, .inbound-stock-list .column-calc_type .has-child.product-type-icon.variable, .inbound-stock-list .column-calc_type .has-child.product-type-icon.variable-subscription, .inbound-stock-list .column-calc_type .has-child.product-type-icon.variable-product-part, .inbound-stock-list .column-calc_type .has-child.product-type-icon.variable-raw-material, table.wp-list-table .column-calc_type .has-child.product-type.variable, table.wp-list-table .column-calc_type .has-child.product-type.variable-subscription, table.wp-list-table .column-calc_type .has-child.product-type.variable-product-part, table.wp-list-table .column-calc_type .has-child.product-type.variable-raw-material, table.wp-list-table .column-calc_type .has-child.product-type-icon.variable, table.wp-list-table .column-calc_type .has-child.product-type-icon.variable-subscription, table.wp-list-table .column-calc_type .has-child.product-type-icon.variable-product-part, table.wp-list-table .column-calc_type .has-child.product-type-icon.variable-raw-material { color: #00B8DB; } table.atum-list-table .column-calc_type .has-child.product-type.variable-subscription:before, table.atum-list-table .column-calc_type .has-child.product-type-icon.variable-subscription:before, .floatThead-container .column-calc_type .has-child.product-type.variable-subscription:before, .floatThead-container .column-calc_type .has-child.product-type-icon.variable-subscription:before, .inbound-stock-list .column-calc_type .has-child.product-type.variable-subscription:before, .inbound-stock-list .column-calc_type .has-child.product-type-icon.variable-subscription:before, table.wp-list-table .column-calc_type .has-child.product-type.variable-subscription:before, table.wp-list-table .column-calc_type .has-child.product-type-icon.variable-subscription:before { content: ""; } table.atum-list-table .column-calc_type .has-child.product-type.grouped, table.atum-list-table .column-calc_type .has-child.product-type-icon.grouped, .floatThead-container .column-calc_type .has-child.product-type.grouped, .floatThead-container .column-calc_type .has-child.product-type-icon.grouped, .inbound-stock-list .column-calc_type .has-child.product-type.grouped, .inbound-stock-list .column-calc_type .has-child.product-type-icon.grouped, table.wp-list-table .column-calc_type .has-child.product-type.grouped, table.wp-list-table .column-calc_type .has-child.product-type-icon.grouped { color: #EFAF00; } table.atum-list-table .column-calc_type .has-child.product-type.bundle, table.atum-list-table .column-calc_type .has-child.product-type-icon.bundle, .floatThead-container .column-calc_type .has-child.product-type.bundle, .floatThead-container .column-calc_type .has-child.product-type-icon.bundle, .inbound-stock-list .column-calc_type .has-child.product-type.bundle, .inbound-stock-list .column-calc_type .has-child.product-type-icon.bundle, table.wp-list-table .column-calc_type .has-child.product-type.bundle, table.wp-list-table .column-calc_type .has-child.product-type-icon.bundle { color: #96588a; } table.atum-list-table .column-calc_type .has-child.product-type:hover:before, table.atum-list-table .column-calc_type .has-child.product-type-icon:hover:before, .floatThead-container .column-calc_type .has-child.product-type:hover:before, .floatThead-container .column-calc_type .has-child.product-type-icon:hover:before, .inbound-stock-list .column-calc_type .has-child.product-type:hover:before, .inbound-stock-list .column-calc_type .has-child.product-type-icon:hover:before, table.wp-list-table .column-calc_type .has-child.product-type:hover:before, table.wp-list-table .column-calc_type .has-child.product-type-icon:hover:before { content: ""; } table.atum-list-table .column-calc_type .variation:before, table.atum-list-table .column-calc_type .grouped-item:before, .floatThead-container .column-calc_type .variation:before, .floatThead-container .column-calc_type .grouped-item:before, .inbound-stock-list .column-calc_type .variation:before, .inbound-stock-list .column-calc_type .grouped-item:before, table.wp-list-table .column-calc_type .variation:before, table.wp-list-table .column-calc_type .grouped-item:before { content: "" !important; } table.atum-list-table .column-calc_type .product-part, table.atum-list-table .column-calc_type .raw-material, .floatThead-container .column-calc_type .product-part, .floatThead-container .column-calc_type .raw-material, .inbound-stock-list .column-calc_type .product-part, .inbound-stock-list .column-calc_type .raw-material, table.wp-list-table .column-calc_type .product-part, table.wp-list-table .column-calc_type .raw-material { display: block; padding-top: 6px; } table.atum-list-table .show-locations, .floatThead-container .show-locations, .inbound-stock-list .show-locations, table.wp-list-table .show-locations { cursor: pointer; color: #adb5bd; font-size: 20px; } table.atum-list-table .show-locations.not-empty, .floatThead-container .show-locations.not-empty, .inbound-stock-list .show-locations.not-empty, table.wp-list-table .show-locations.not-empty { color: #00B8DB; } table.atum-list-table .show-hierarchy, .floatThead-container .show-hierarchy, .inbound-stock-list .show-hierarchy, table.wp-list-table .show-hierarchy { cursor: pointer; color: #adb5bd; font-size: 20px; } table.atum-list-table .show-hierarchy.not-empty, .floatThead-container .show-hierarchy.not-empty, .inbound-stock-list .show-hierarchy.not-empty, table.wp-list-table .show-hierarchy.not-empty { color: #00B8DB; } table.atum-list-table .set-meta, .floatThead-container .set-meta, .inbound-stock-list .set-meta, table.wp-list-table .set-meta { cursor: pointer; color: #00B8DB; } table.atum-list-table .set-meta:hover, .floatThead-container .set-meta:hover, .inbound-stock-list .set-meta:hover, table.wp-list-table .set-meta:hover { color: #00A0D2; } table.atum-list-table .set-meta.unsaved, .floatThead-container .set-meta.unsaved, .inbound-stock-list .set-meta.unsaved, table.wp-list-table .set-meta.unsaved { color: #FF4848 !important; } table.atum-list-table .set-header, .floatThead-container .set-header, .inbound-stock-list .set-header, table.wp-list-table .set-header { cursor: pointer; color: #00B8DB; } table.atum-list-table .set-header .select2-selection__rendered, .floatThead-container .set-header .select2-selection__rendered, .inbound-stock-list .set-header .select2-selection__rendered, table.wp-list-table .set-header .select2-selection__rendered { padding-left: 8px; } table.atum-list-table .set-header:hover, .floatThead-container .set-header:hover, .inbound-stock-list .set-header:hover, table.wp-list-table .set-header:hover { color: #00A0D2; } table.atum-list-table .highlight-danger, .floatThead-container .highlight-danger, .inbound-stock-list .highlight-danger, table.wp-list-table .highlight-danger { background-color: #FF4848; color: #fff; padding: 2px 3px; border-radius: 2px; } table.atum-list-table #calc_stock_out_days, .floatThead-container #calc_stock_out_days, .inbound-stock-list #calc_stock_out_days, table.wp-list-table #calc_stock_out_days { min-width: 56px; } table.atum-list-table .column-calc_stock_indicator .atum-icon, .floatThead-container .column-calc_stock_indicator .atum-icon, .inbound-stock-list .column-calc_stock_indicator .atum-icon, table.wp-list-table .column-calc_stock_indicator .atum-icon { font-size: 20px; } table.atum-list-table .atum-title-small, .floatThead-container .atum-title-small, .inbound-stock-list .atum-title-small, table.wp-list-table .atum-title-small { display: none; } table.atum-list-table .column-groups th, .floatThead-container .column-groups th, .inbound-stock-list .column-groups th, table.wp-list-table .column-groups th { padding: 6px 20px !important; } @media all and (max-width: 782px) { table.atum-list-table th, table.atum-list-table td, .floatThead-container th, .floatThead-container td, .inbound-stock-list th, .inbound-stock-list td, table.wp-list-table th, table.wp-list-table td { display: table-cell !important; padding: 6px 5px !important; } table.atum-list-table th.check-column input[type="checkbox"], table.atum-list-table td.check-column input[type="checkbox"], .floatThead-container th.check-column input[type="checkbox"], .floatThead-container td.check-column input[type="checkbox"], .inbound-stock-list th.check-column input[type="checkbox"], .inbound-stock-list td.check-column input[type="checkbox"], table.wp-list-table th.check-column input[type="checkbox"], table.wp-list-table td.check-column input[type="checkbox"] { width: 18px; height: 18px; } table.atum-list-table th.check-column input[type="checkbox"]:before, table.atum-list-table td.check-column input[type="checkbox"]:before, .floatThead-container th.check-column input[type="checkbox"]:before, .floatThead-container td.check-column input[type="checkbox"]:before, .inbound-stock-list th.check-column input[type="checkbox"]:before, .inbound-stock-list td.check-column input[type="checkbox"]:before, table.wp-list-table th.check-column input[type="checkbox"]:before, table.wp-list-table td.check-column input[type="checkbox"]:before { margin: -5px -8px; } table.atum-list-table th, .floatThead-container th, .inbound-stock-list th, table.wp-list-table th { padding: 0 5px !important; } table.atum-list-table th.column-primary, .floatThead-container th.column-primary, .inbound-stock-list th.column-primary, table.wp-list-table th.column-primary { width: auto !important; } table.atum-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before, .floatThead-container tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before, .inbound-stock-list tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before, table.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before { content: none; } table.atum-list-table .column-primary .toggle-row, .floatThead-container .column-primary .toggle-row, .inbound-stock-list .column-primary .toggle-row, table.wp-list-table .column-primary .toggle-row { display: none; } } .floatThead-wrapper tr.size-row { display: none; } .floatThead-wrapper .floatThead-container { height: 0; overflow-y: hidden; margin-bottom: 0; } .floatThead-wrapper .floatThead-container .group-toggler { display: none; } .atum-notice { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .atum-notice .manage-message { position: relative; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .atum-notice .notice-dismiss { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .atum-notice .add-manage-option { margin-top: 3px; } .contextual-help-tabs-wrap { padding: 20px; } .contextual-help-tabs-wrap table tr td:first-child { width: 20%; } .contextual-help-tabs-wrap .atum-icon { font-size: 16px; } .filter-range-dates-modal { height: 200px; min-height: 200px !important; overflow-y: unset; overflow-x: unset; } .filter-range-dates-modal .swal2-title { text-align: left; line-height: 1; } .filter-range-dates-modal .swal2-title .title { font-size: 26px; font-weight: bold; color: #27283B; margin: 0; } .filter-range-dates-modal .swal2-title .sub-title { font-size: 15px; color: #adb5bd; font-weight: 400; } .filter-range-dates-modal .swal2-content { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .filter-range-dates-modal .swal2-content a { color: #0073AA !important; } .filter-range-dates-modal .swal2-content a:hover { color: #00A0D2; } .filter-range-dates-modal .swal2-content button { height: 30px; width: 60px; -webkit-box-shadow: none; box-shadow: none; padding: 0; font-size: 12px; font-weight: 300; text-transform: uppercase; letter-spacing: 1px; } .filter-range-dates-modal .swal2-content .input-date { margin-right: 10px; text-align: left; } .filter-range-dates-modal .swal2-content .input-date label { font-weight: 400; font-size: 12px; line-height: 1.67; color: #6c757d; } .filter-range-dates-modal .swal2-content .input-date input { width: 150px; font-size: 15px; line-height: 1; color: #6c757d; font-weight: 400; } .filter-range-dates-modal .swal2-content .input-date input:after { font-family: atum-icon-font; content: ""; } .filter-range-dates-modal .swal2-content .date-picker::-webkit-input-placeholder { font-size: 12px; font-style: italic; line-height: 1.67; font-weight: 400; color: #adb5bd; } .popover .popover-content > input[type=number], .popover .popover-content > input[type=text], .popover .popover-content > .button { display: inline-block; vertical-align: middle; height: 30px; } .popover .popover-content > input[type=number], .popover .popover-content > input[type=text] { width: 73%; } .popover .popover-content > .button { margin-left: 3px; } .popover .popover-content > .button:disabled { color: #f8f9fa !important; opacity: 0.6; } @media all and (max-width: 768px) { .popover .popover-content > input[type=number], .popover .popover-content > input[type=text], .popover .popover-content > .button { width: 100%; } .popover .popover-content > .button { margin-left: 0; margin-top: 5px; } } .popover.with-meta .popover-content input, .popover.with-meta .popover-content button { width: 100%; margin: 3px 0; } .popover.with-meta .popover-content .btn-link { font-size: 10px; padding: 0; } .popover.with-meta .popover-content hr { border-color: #E3E8F5; } [data-screen="atum-inventory_page_atum-inbound-stock"] .tablenav [name="filter_action"] { visibility: hidden; } #posts-filter { width: 100%; overflow: hidden; border-radius: 5px; background-color: #fff; -webkit-box-shadow: 0 4px 0 0 #e9ecef; box-shadow: 0 4px 0 0 #e9ecef; padding: 0 0 10px; } #posts-filter .tablenav-pages { float: none; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .wp-heading-inline ~ .subsubsub { display: none; } .tips { cursor: help; text-decoration: none; } img.tips { padding: 5px 0 0; } #tiptip_holder { display: none; z-index: 8675309; position: absolute; top: 0; left: 0; } #tiptip_holder.tip_top { padding-bottom: 5px; } #tiptip_holder.tip_top #tiptip_arrow_inner { margin-top: -7px; margin-left: -6px; border-top-color: #fff; } #tiptip_holder.tip_bottom { padding-top: 5px; } #tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top: -5px; margin-left: -6px; border-bottom-color: #fff; } #tiptip_holder.tip_right { padding-left: 5px; } #tiptip_holder.tip_right #tiptip_arrow_inner { margin-top: -6px; margin-left: -5px; border-right-color: #fff; } #tiptip_holder.tip_left { padding-right: 5px; } #tiptip_holder.tip_left #tiptip_arrow_inner { margin-top: -6px; margin-left: -7px; border-left-color: #fff; } .swal2-in #tiptip_holder { z-index: 100000001; } #tiptip_content { color: #6c757d; font-size: 0.8em; max-width: 150px; background: #fff; text-align: center; border-radius: 3px; padding: 0.618em 1em; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); } #tiptip_content code { padding: 1px; background: #888; } #tiptip_arrow, #tiptip_arrow_inner { position: absolute; border-color: transparent; border-style: solid; border-width: 6px; height: 0; width: 0; } table.wp-list-table .column-notes { width: 48px; text-align: center; } table.wp-list-table .column-notes img { margin: 0 auto; padding-top: 0 !important; } table.wp-list-table .column-actions { width: 110px; } table.wp-list-table .column-actions a { float: left; margin: 0 4px 2px 0; cursor: pointer; height: inherit; padding: 3px 4px; } table.wp-list-table .column-actions a img { display: block; width: 12px; height: auto; } table.wp-list-table .column-total, table.wp-list-table .column-date { width: 9%; } table.wp-list-table .column-status { text-align: center; } table.wp-list-table .column-status .order-status { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; line-height: 2.5em; color: #6c757d; background: #f8f9fa; border-radius: 4px; margin: -.25em 0; cursor: inherit !important; white-space: nowrap; max-width: 100%; height: 26px; line-height: 26px; } table.wp-list-table .column-status .order-status.status-completed, table.wp-list-table .column-status .order-status.status-received { background: #d5f5ba; color: #69C61D; } table.wp-list-table .column-status .order-status.status-on-hold { background: #f8dda7; color: #94660c; } table.wp-list-table .column-status .order-status.status-failed, table.wp-list-table .column-status .order-status.status-trash { background: #eba3a3; color: #761919; } table.wp-list-table .column-status .order-status.status-pending { background: #ffe1e1; color: #FF4848; } table.wp-list-table .column-status .order-status.status-ordered { background: #ffedbc; color: #EFAF00; } table.wp-list-table .column-status .order-status.status-onthewayin { background: #dbf9ff; color: #00B8DB; } table.wp-list-table .column-status .order-status.status-receiving { background: #edddfd; color: #BA7DF7; } table.wp-list-table .column-status .order-status > span { margin: 0 1em; overflow: hidden; text-overflow: ellipsis; } table.wp-list-table td.column-status { padding-top: 9px; } table.wp-list-table .column-notes .note-on { display: block; text-indent: -9999px; position: relative; height: 1em; width: 1em; margin: 0 auto; color: #999; } table.wp-list-table .column-notes .note-on:after { font-family: "atum-icon-font"; content: ""; line-height: 16px; } table.wp-list-table .column-actions .complete i, table.wp-list-table .column-actions .view i, table.wp-list-table .column-actions .pdf i { font-size: 18px; } table.wp-list-table .column-actions .pdf i { color: #FF4848; } table.wp-list-table img { margin: 1px 2px; } table.wp-list-table .row-actions, table.wp-list-table span.na { color: #999; } table.wp-list-table .notes_head, table.wp-list-table .notes_head, table.wp-list-table .status_head { display: block; text-indent: -9999px; position: relative; height: 1em; width: 1em; margin: 0 auto; } table.wp-list-table .notes_head:after, table.wp-list-table .notes_head:after, table.wp-list-table .status_head:after { font-family: "atum-icon-font"; } table.wp-list-table .notes_head::after { content: ""; } table.wp-list-table .status_head::after { content: ""; } /*# sourceMappingURL=atum-orders.css.map */