/** * ATUM Inventory Management for WooCommerce CSS * @version 1.5.8 * @author Be Rebel * * Author URI: https://berebel.io * License : ©2019 Stock Management Labs */ @charset "UTF-8"; @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @-webkit-keyframes fadeOutUp { from { opacity: 1; } to { opacity: 1; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes fadeOutUp { from { opacity: 1; } to { opacity: 1; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @-webkit-keyframes anim-atum-menu { 50% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 51% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes anim-atum-menu { 50% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 51% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .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%; } @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%; } .nice-select { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); background-color: #fff; border-radius: 30px; border: solid 1px #e9ecef; -webkit-box-sizing: border-box; box-sizing: border-box; clear: both; cursor: pointer; display: block; font-family: inherit; font-size: 14px; font-weight: 100; height: 42px; line-height: 40px; outline: none; padding-left: 18px; padding-right: 30px; position: relative; text-align: left !important; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; width: auto; color: #adb5bd; } .nice-select:hover, .nice-select:active, .nice-select.open, .nice-select:focus { border-color: #cbd3da; } .nice-select:after { border-bottom: 1px solid #adb5bd; border-right: 1px solid #adb5bd; content: ''; display: block; height: 5px; margin-top: -4px; pointer-events: none; position: absolute; right: 12px; top: 50%; -webkit-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; width: 5px; } .nice-select.open:after { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); } .nice-select.open .list { opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0); } .nice-select.disabled { border-color: #eff1f3; color: #adb5bd; pointer-events: none; } .nice-select.disabled:after { border-color: #e6e8ea; } .nice-select.wide { width: 100%; } .nice-select.wide .list { left: 0 !important; right: 0 !important; } .nice-select.right { float: right; } .nice-select.right .list { left: auto; right: 0; } .nice-select.left { float: left; } .nice-select.left .list { left: 0; right: auto; } .nice-select.small { font-size: 12px; height: 36px; line-height: 34px; } .nice-select.small:after { height: 4px; width: 4px; } .nice-select.small .option { line-height: 34px; min-height: 34px; } .nice-select .list { background-color: #fff; border-radius: 10px; -webkit-box-shadow: 0 0 0 1px rgba(52, 58, 64, 0.11); box-shadow: 0 0 0 1px rgba(52, 58, 64, 0.11); -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 4px; opacity: 0; overflow: hidden; padding: 0; pointer-events: none; position: absolute; top: 100%; left: 0; -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(-21px); transform: scale(0.75) translateY(-21px); -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 9; } .nice-select .list:hover .option:not(:hover) { background-color: transparent !important; } .nice-select .option { cursor: pointer; font-weight: 400; line-height: 40px; list-style: none; min-height: 40px; outline: none; padding-left: 18px; padding-right: 29px; margin: 0; text-align: left; -webkit-transition: all 0.2s; transition: all 0.2s; } .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background-color: #f8f9fa; } .nice-select .option.selected { background-color: #dbf9ff !important; color: #00B8DB; } .nice-select .option.disabled { background-color: transparent; color: #adb5bd; cursor: default; } .no-csspointerevents .nice-select .list { display: none; } .no-csspointerevents .nice-select.open .list { display: block; } .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; } .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; } :root .grid-stack-item > .ui-resizable-handle { -webkit-filter: none; filter: none; } .grid-stack { position: relative; } .grid-stack.grid-stack-rtl { direction: ltr; } .grid-stack.grid-stack-rtl > .grid-stack-item { direction: rtl; } .grid-stack .grid-stack-placeholder > .placeholder-content { border: 1px dashed #dee2e6; margin: 0; position: absolute; top: 0; left: 15px; right: 15px; bottom: 0; width: auto; z-index: 0 !important; text-align: center; } .grid-stack > .grid-stack-item { min-width: 8.33333%; position: absolute; padding: 0; } .grid-stack > .grid-stack-item > .grid-stack-item-content { margin: 0; position: absolute; top: 0; left: 15px; right: 15px; bottom: 0; width: auto; z-index: 0 !important; overflow-x: hidden; overflow-y: auto; } .grid-stack > .grid-stack-item > .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; opacity: 0.2; -ms-touch-action: none; touch-action: none; -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } .grid-stack > .grid-stack-item > .ui-resizable-handle:hover { opacity: 0.7; } .grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle { display: none; } .grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing { z-index: 100; } .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content { -webkit-box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2); box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2); opacity: 0.8; } .grid-stack > .grid-stack-item > .ui-resizable-se, .grid-stack > .grid-stack-item > .ui-resizable-sw { background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K); background-repeat: no-repeat; background-position: center; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .grid-stack > .grid-stack-item > .ui-resizable-se { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .grid-stack > .grid-stack-item > .ui-resizable-nw { cursor: nw-resize; width: 20px; height: 20px; left: 15px; top: 0; } .grid-stack > .grid-stack-item > .ui-resizable-n { cursor: n-resize; height: 10px; top: 0; left: 25px; right: 25px; } .grid-stack > .grid-stack-item > .ui-resizable-ne { cursor: ne-resize; width: 20px; height: 20px; right: 15px; top: 0; } .grid-stack > .grid-stack-item > .ui-resizable-e { cursor: e-resize; width: 10px; right: 15px; top: 15px; bottom: 15px; } .grid-stack > .grid-stack-item > .ui-resizable-se { cursor: se-resize; width: 20px; height: 20px; right: 15px; bottom: 0; } .grid-stack > .grid-stack-item > .ui-resizable-s { cursor: s-resize; height: 10px; left: 25px; bottom: 0; right: 25px; } .grid-stack > .grid-stack-item > .ui-resizable-sw { cursor: sw-resize; width: 20px; height: 20px; left: 15px; bottom: 0; } .grid-stack > .grid-stack-item > .ui-resizable-w { cursor: w-resize; width: 10px; left: 15px; top: 15px; bottom: 15px; } .grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle { display: none !important; } .grid-stack > .grid-stack-item[data-gs-width='1'] { width: 8.33333%; } .grid-stack > .grid-stack-item[data-gs-x='1'] { left: 8.33333%; } .grid-stack > .grid-stack-item[data-gs-min-width='1'] { min-width: 8.33333%; } .grid-stack > .grid-stack-item[data-gs-max-width='1'] { max-width: 8.33333%; } .grid-stack > .grid-stack-item[data-gs-width='2'] { width: 16.66667%; } .grid-stack > .grid-stack-item[data-gs-x='2'] { left: 16.66667%; } .grid-stack > .grid-stack-item[data-gs-min-width='2'] { min-width: 16.66667%; } .grid-stack > .grid-stack-item[data-gs-max-width='2'] { max-width: 16.66667%; } .grid-stack > .grid-stack-item[data-gs-width='3'] { width: 25%; } .grid-stack > .grid-stack-item[data-gs-x='3'] { left: 25%; } .grid-stack > .grid-stack-item[data-gs-min-width='3'] { min-width: 25%; } .grid-stack > .grid-stack-item[data-gs-max-width='3'] { max-width: 25%; } .grid-stack > .grid-stack-item[data-gs-width='4'] { width: 33.33333%; } .grid-stack > .grid-stack-item[data-gs-x='4'] { left: 33.33333%; } .grid-stack > .grid-stack-item[data-gs-min-width='4'] { min-width: 33.33333%; } .grid-stack > .grid-stack-item[data-gs-max-width='4'] { max-width: 33.33333%; } .grid-stack > .grid-stack-item[data-gs-width='5'] { width: 41.66667%; } .grid-stack > .grid-stack-item[data-gs-x='5'] { left: 41.66667%; } .grid-stack > .grid-stack-item[data-gs-min-width='5'] { min-width: 41.66667%; } .grid-stack > .grid-stack-item[data-gs-max-width='5'] { max-width: 41.66667%; } .grid-stack > .grid-stack-item[data-gs-width='6'] { width: 50%; } .grid-stack > .grid-stack-item[data-gs-x='6'] { left: 50%; } .grid-stack > .grid-stack-item[data-gs-min-width='6'] { min-width: 50%; } .grid-stack > .grid-stack-item[data-gs-max-width='6'] { max-width: 50%; } .grid-stack > .grid-stack-item[data-gs-width='7'] { width: 58.33333%; } .grid-stack > .grid-stack-item[data-gs-x='7'] { left: 58.33333%; } .grid-stack > .grid-stack-item[data-gs-min-width='7'] { min-width: 58.33333%; } .grid-stack > .grid-stack-item[data-gs-max-width='7'] { max-width: 58.33333%; } .grid-stack > .grid-stack-item[data-gs-width='8'] { width: 66.66667%; } .grid-stack > .grid-stack-item[data-gs-x='8'] { left: 66.66667%; } .grid-stack > .grid-stack-item[data-gs-min-width='8'] { min-width: 66.66667%; } .grid-stack > .grid-stack-item[data-gs-max-width='8'] { max-width: 66.66667%; } .grid-stack > .grid-stack-item[data-gs-width='9'] { width: 75%; } .grid-stack > .grid-stack-item[data-gs-x='9'] { left: 75%; } .grid-stack > .grid-stack-item[data-gs-min-width='9'] { min-width: 75%; } .grid-stack > .grid-stack-item[data-gs-max-width='9'] { max-width: 75%; } .grid-stack > .grid-stack-item[data-gs-width='10'] { width: 83.33333%; } .grid-stack > .grid-stack-item[data-gs-x='10'] { left: 83.33333%; } .grid-stack > .grid-stack-item[data-gs-min-width='10'] { min-width: 83.33333%; } .grid-stack > .grid-stack-item[data-gs-max-width='10'] { max-width: 83.33333%; } .grid-stack > .grid-stack-item[data-gs-width='11'] { width: 91.66667%; } .grid-stack > .grid-stack-item[data-gs-x='11'] { left: 91.66667%; } .grid-stack > .grid-stack-item[data-gs-min-width='11'] { min-width: 91.66667%; } .grid-stack > .grid-stack-item[data-gs-max-width='11'] { max-width: 91.66667%; } .grid-stack > .grid-stack-item[data-gs-width='12'] { width: 100%; } .grid-stack > .grid-stack-item[data-gs-x='12'] { left: 100%; } .grid-stack > .grid-stack-item[data-gs-min-width='12'] { min-width: 100%; } .grid-stack > .grid-stack-item[data-gs-max-width='12'] { max-width: 100%; } .grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item { -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; } .grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder { -webkit-transition: left .0s, top .0s, height .0s, width .0s; transition: left .0s, top .0s, height .0s, width .0s; } .grid-stack.grid-stack-one-column-mode { height: auto !important; } .grid-stack.grid-stack-one-column-mode > .grid-stack-item { position: relative !important; width: auto !important; left: 0 !important; top: auto !important; margin-bottom: 30px; max-width: none !important; } .grid-stack.grid-stack-one-column-mode > .grid-stack-item > .ui-resizable-handle { display: none; } .grid-stack.grid-stack-1 > .grid-stack-item { min-width: 100%; } .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-width='1'] { width: 100%; } .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-x='1'] { left: 100%; } .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-min-width='1'] { min-width: 100%; } .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-max-width='1'] { max-width: 100%; } .grid-stack.grid-stack-2 > .grid-stack-item { min-width: 50%; } .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='1'] { width: 50%; } .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='1'] { left: 50%; } .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='1'] { min-width: 50%; } .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='1'] { max-width: 50%; } .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='2'] { width: 100%; } .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='2'] { left: 100%; } .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='2'] { min-width: 100%; } .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='2'] { max-width: 100%; } .grid-stack.grid-stack-3 > .grid-stack-item { min-width: 33.33333%; } .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='1'] { width: 33.33333%; } .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='1'] { left: 33.33333%; } .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='1'] { min-width: 33.33333%; } .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='1'] { max-width: 33.33333%; } .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='2'] { width: 66.66667%; } .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='2'] { left: 66.66667%; } .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='2'] { min-width: 66.66667%; } .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='2'] { max-width: 66.66667%; } .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='3'] { width: 100%; } .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='3'] { left: 100%; } .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='3'] { min-width: 100%; } .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='3'] { max-width: 100%; } .grid-stack.grid-stack-4 > .grid-stack-item { min-width: 25%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='1'] { width: 25%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='1'] { left: 25%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='1'] { min-width: 25%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='1'] { max-width: 25%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='2'] { width: 50%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='2'] { left: 50%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='2'] { min-width: 50%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='2'] { max-width: 50%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='3'] { width: 75%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='3'] { left: 75%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='3'] { min-width: 75%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='3'] { max-width: 75%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='4'] { width: 100%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='4'] { left: 100%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='4'] { min-width: 100%; } .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='4'] { max-width: 100%; } .grid-stack.grid-stack-5 > .grid-stack-item { min-width: 20%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='1'] { width: 20%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='1'] { left: 20%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='1'] { min-width: 20%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='1'] { max-width: 20%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='2'] { width: 40%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='2'] { left: 40%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='2'] { min-width: 40%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='2'] { max-width: 40%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='3'] { width: 60%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='3'] { left: 60%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='3'] { min-width: 60%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='3'] { max-width: 60%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='4'] { width: 80%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='4'] { left: 80%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='4'] { min-width: 80%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='4'] { max-width: 80%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='5'] { width: 100%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='5'] { left: 100%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='5'] { min-width: 100%; } .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='5'] { max-width: 100%; } .grid-stack.grid-stack-6 > .grid-stack-item { min-width: 16.66667%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='1'] { width: 16.66667%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='1'] { left: 16.66667%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='1'] { min-width: 16.66667%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='1'] { max-width: 16.66667%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='2'] { width: 33.33333%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='2'] { left: 33.33333%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='2'] { min-width: 33.33333%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='2'] { max-width: 33.33333%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='3'] { width: 50%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='3'] { left: 50%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='3'] { min-width: 50%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='3'] { max-width: 50%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='4'] { width: 66.66667%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='4'] { left: 66.66667%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='4'] { min-width: 66.66667%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='4'] { max-width: 66.66667%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='5'] { width: 83.33333%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='5'] { left: 83.33333%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='5'] { min-width: 83.33333%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='5'] { max-width: 83.33333%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='6'] { width: 100%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='6'] { left: 100%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='6'] { min-width: 100%; } .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='6'] { max-width: 100%; } .grid-stack.grid-stack-7 > .grid-stack-item { min-width: 14.28571%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='1'] { width: 14.28571%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='1'] { left: 14.28571%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='1'] { min-width: 14.28571%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='1'] { max-width: 14.28571%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='2'] { width: 28.57143%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='2'] { left: 28.57143%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='2'] { min-width: 28.57143%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='2'] { max-width: 28.57143%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='3'] { width: 42.85714%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='3'] { left: 42.85714%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='3'] { min-width: 42.85714%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='3'] { max-width: 42.85714%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='4'] { width: 57.14286%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='4'] { left: 57.14286%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='4'] { min-width: 57.14286%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='4'] { max-width: 57.14286%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='5'] { width: 71.42857%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='5'] { left: 71.42857%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='5'] { min-width: 71.42857%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='5'] { max-width: 71.42857%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='6'] { width: 85.71429%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='6'] { left: 85.71429%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='6'] { min-width: 85.71429%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='6'] { max-width: 85.71429%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='7'] { width: 100%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='7'] { left: 100%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='7'] { min-width: 100%; } .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='7'] { max-width: 100%; } .grid-stack.grid-stack-8 > .grid-stack-item { min-width: 12.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='1'] { width: 12.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='1'] { left: 12.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='1'] { min-width: 12.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='1'] { max-width: 12.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='2'] { width: 25%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='2'] { left: 25%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='2'] { min-width: 25%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='2'] { max-width: 25%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='3'] { width: 37.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='3'] { left: 37.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='3'] { min-width: 37.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='3'] { max-width: 37.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='4'] { width: 50%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='4'] { left: 50%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='4'] { min-width: 50%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='4'] { max-width: 50%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='5'] { width: 62.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='5'] { left: 62.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='5'] { min-width: 62.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='5'] { max-width: 62.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='6'] { width: 75%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='6'] { left: 75%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='6'] { min-width: 75%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='6'] { max-width: 75%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='7'] { width: 87.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='7'] { left: 87.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='7'] { min-width: 87.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='7'] { max-width: 87.5%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='8'] { width: 100%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='8'] { left: 100%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='8'] { min-width: 100%; } .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='8'] { max-width: 100%; } .grid-stack.grid-stack-9 > .grid-stack-item { min-width: 11.11111%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='1'] { width: 11.11111%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='1'] { left: 11.11111%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='1'] { min-width: 11.11111%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='1'] { max-width: 11.11111%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='2'] { width: 22.22222%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='2'] { left: 22.22222%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='2'] { min-width: 22.22222%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='2'] { max-width: 22.22222%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='3'] { width: 33.33333%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='3'] { left: 33.33333%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='3'] { min-width: 33.33333%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='3'] { max-width: 33.33333%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='4'] { width: 44.44444%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='4'] { left: 44.44444%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='4'] { min-width: 44.44444%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='4'] { max-width: 44.44444%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='5'] { width: 55.55556%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='5'] { left: 55.55556%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='5'] { min-width: 55.55556%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='5'] { max-width: 55.55556%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='6'] { width: 66.66667%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='6'] { left: 66.66667%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='6'] { min-width: 66.66667%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='6'] { max-width: 66.66667%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='7'] { width: 77.77778%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='7'] { left: 77.77778%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='7'] { min-width: 77.77778%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='7'] { max-width: 77.77778%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='8'] { width: 88.88889%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='8'] { left: 88.88889%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='8'] { min-width: 88.88889%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='8'] { max-width: 88.88889%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='9'] { width: 100%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='9'] { left: 100%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='9'] { min-width: 100%; } .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='9'] { max-width: 100%; } .grid-stack.grid-stack-10 > .grid-stack-item { min-width: 10%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='1'] { width: 10%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='1'] { left: 10%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='1'] { min-width: 10%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='1'] { max-width: 10%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='2'] { width: 20%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='2'] { left: 20%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='2'] { min-width: 20%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='2'] { max-width: 20%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='3'] { width: 30%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='3'] { left: 30%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='3'] { min-width: 30%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='3'] { max-width: 30%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='4'] { width: 40%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='4'] { left: 40%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='4'] { min-width: 40%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='4'] { max-width: 40%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='5'] { width: 50%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='5'] { left: 50%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='5'] { min-width: 50%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='5'] { max-width: 50%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='6'] { width: 60%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='6'] { left: 60%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='6'] { min-width: 60%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='6'] { max-width: 60%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='7'] { width: 70%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='7'] { left: 70%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='7'] { min-width: 70%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='7'] { max-width: 70%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='8'] { width: 80%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='8'] { left: 80%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='8'] { min-width: 80%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='8'] { max-width: 80%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='9'] { width: 90%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='9'] { left: 90%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='9'] { min-width: 90%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='9'] { max-width: 90%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='10'] { width: 100%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='10'] { left: 100%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='10'] { min-width: 100%; } .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='10'] { max-width: 100%; } .grid-stack.grid-stack-11 > .grid-stack-item { min-width: 9.09091%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='1'] { width: 9.09091%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='1'] { left: 9.09091%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='1'] { min-width: 9.09091%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='1'] { max-width: 9.09091%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='2'] { width: 18.18182%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='2'] { left: 18.18182%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='2'] { min-width: 18.18182%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='2'] { max-width: 18.18182%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='3'] { width: 27.27273%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='3'] { left: 27.27273%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='3'] { min-width: 27.27273%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='3'] { max-width: 27.27273%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='4'] { width: 36.36364%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='4'] { left: 36.36364%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='4'] { min-width: 36.36364%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='4'] { max-width: 36.36364%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='5'] { width: 45.45455%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='5'] { left: 45.45455%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='5'] { min-width: 45.45455%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='5'] { max-width: 45.45455%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='6'] { width: 54.54545%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='6'] { left: 54.54545%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='6'] { min-width: 54.54545%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='6'] { max-width: 54.54545%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='7'] { width: 63.63636%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='7'] { left: 63.63636%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='7'] { min-width: 63.63636%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='7'] { max-width: 63.63636%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='8'] { width: 72.72727%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='8'] { left: 72.72727%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='8'] { min-width: 72.72727%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='8'] { max-width: 72.72727%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='9'] { width: 81.81818%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='9'] { left: 81.81818%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='9'] { min-width: 81.81818%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='9'] { max-width: 81.81818%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='10'] { width: 90.90909%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='10'] { left: 90.90909%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='10'] { min-width: 90.90909%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='10'] { max-width: 90.90909%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='11'] { width: 100%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='11'] { left: 100%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='11'] { min-width: 100%; } .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='11'] { max-width: 100%; } .grid-stack.grid-stack-12 > .grid-stack-item { min-width: 8.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='1'] { width: 8.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='1'] { left: 8.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='1'] { min-width: 8.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='1'] { max-width: 8.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='2'] { width: 16.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='2'] { left: 16.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='2'] { min-width: 16.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='2'] { max-width: 16.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='3'] { width: 25%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='3'] { left: 25%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='3'] { min-width: 25%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='3'] { max-width: 25%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='4'] { width: 33.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='4'] { left: 33.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='4'] { min-width: 33.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='4'] { max-width: 33.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='5'] { width: 41.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='5'] { left: 41.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='5'] { min-width: 41.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='5'] { max-width: 41.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='6'] { width: 50%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='6'] { left: 50%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='6'] { min-width: 50%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='6'] { max-width: 50%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='7'] { width: 58.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='7'] { left: 58.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='7'] { min-width: 58.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='7'] { max-width: 58.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='8'] { width: 66.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='8'] { left: 66.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='8'] { min-width: 66.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='8'] { max-width: 66.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='9'] { width: 75%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='9'] { left: 75%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='9'] { min-width: 75%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='9'] { max-width: 75%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='10'] { width: 83.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='10'] { left: 83.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='10'] { min-width: 83.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='10'] { max-width: 83.33333%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='11'] { width: 91.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='11'] { left: 91.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='11'] { min-width: 91.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='11'] { max-width: 91.66667%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='12'] { width: 100%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='12'] { left: 100%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='12'] { min-width: 100%; } .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='12'] { max-width: 100%; } .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); } } body.toplevel_page_atum-dashboard #wpbody-content { padding-bottom: 0; } body.toplevel_page_atum-dashboard #wpbody-content > .notice-error, body.toplevel_page_atum-dashboard #wpbody-content > .notice-info, body.toplevel_page_atum-dashboard #wpbody-content > .notice-success, body.toplevel_page_atum-dashboard #wpbody-content > .notice-warning, body.toplevel_page_atum-dashboard #wpbody-content > .error, body.toplevel_page_atum-dashboard #wpbody-content > .updated, body.toplevel_page_atum-dashboard #wpbody-content > .notice { margin: 15px 15px 15px 0; } #wpfooter { position: relative; } .atum-dashboard { margin-left: -20px; text-align: center; } .atum-dashboard.overlay:before { content: ''; position: absolute; background-color: rgba(0, 0, 0, 0.7); opacity: 0.7; top: 0; bottom: 0; left: 0; right: 0; z-index: 100; left: -20px; } .atum-dashboard a { text-decoration: none; } .atum-dashboard a:focus { -webkit-box-shadow: none; box-shadow: none; } .atum-dashboard .btn { text-transform: uppercase; -webkit-box-shadow: none; box-shadow: none; } .atum-dashboard .dash-header { position: relative; height: 300px; background: #dbf9ff url("../images/dashboard/header-bg.png") center bottom; background-size: cover; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } .atum-dashboard .dash-header .dash-header-buttons { position: absolute; left: 0; right: 0; top: 0; padding: 15px; text-align: left; } @media all and (max-width: 768px) { .atum-dashboard .dash-header .dash-header-buttons { right: 0; } } .atum-dashboard .dash-header .dash-header-buttons .restore-defaults { position: absolute; top: 8px; right: 15px; border-radius: 50%; width: 36px; height: 36px; font-size: 18px; } .atum-dashboard .dash-header .dash-header-buttons .restore-defaults i { margin-left: -2px; } .atum-dashboard .dash-header img { max-width: 320px; margin-bottom: 5px; } @media all and (max-width: 480px) { .atum-dashboard .dash-header img { max-width: 220px; } } .atum-dashboard .dash-header h3 { font-size: 21px; font-weight: 200; width: 100%; margin: 0; } @media all and (max-width: 480px) { .atum-dashboard .dash-header h3 { font-size: 15px; } } .atum-dashboard .dash-header .atum-version { color: #fff; background-color: rgba(0, 0, 0, 0.1); border-radius: 30px; padding: 1px 15px; font-weight: 100; font-size: 12px; margin-top: 10px; display: inline-block; } .atum-dashboard .dash-header .dash-header-notice { position: absolute; bottom: 0; left: 0; padding-left: 15px; padding-bottom: 5px; font-size: 11px; } .atum-dashboard .dash-header .dash-header-notice span { color: #00B8DB; } @media all and (max-width: 768px) { .atum-dashboard .dash-header .dash-header-notice { right: 0; } } @media all and (max-width: 480px) { .atum-dashboard .dash-header .dash-header-notice { font-size: 10px; line-height: 1.3; } } @media all and (min-width: 481px) { .atum-dashboard .dash-cards { display: -webkit-box; display: -ms-flexbox; display: flex; } } .atum-dashboard .dash-cards .dash-card { margin: 30px 7.5px; width: 33.3333%; border: 1px solid #E5E5E5; border-radius: 5px; background: #fff center 1px no-repeat; background-size: contain; background-position: bottom; position: relative; overflow: hidden; } .atum-dashboard .dash-cards .dash-card:first-child { margin-left: 30px; } .atum-dashboard .dash-cards .dash-card:last-child { margin-right: 30px; } @media all and (max-width: 768px) { .atum-dashboard .dash-cards .dash-card { margin-top: 15px; margin-bottom: 15px; } } @media all and (max-width: 480px) { .atum-dashboard .dash-cards .dash-card { width: 100%; margin-left: 0 !important; margin-right: 0 !important; } } .atum-dashboard .dash-cards .dash-card .card-content { width: 60%; float: left; text-align: left; padding: 15px; position: relative; z-index: 1; } .atum-dashboard .dash-cards .dash-card .card-content h5, .atum-dashboard .dash-cards .dash-card .card-content h2 { margin: 5px 0; } .atum-dashboard .dash-cards .dash-card .card-content h2, .atum-dashboard .dash-cards .dash-card .card-content p { color: #adb5bd; font-weight: 200; } .atum-dashboard .dash-cards .dash-card .card-content h5 { font-size: 13px; font-weight: bold; } .atum-dashboard .dash-cards .dash-card .card-content h2 { font-size: 21px; } .atum-dashboard .dash-cards .dash-card .card-content p { font-size: 10px; } .atum-dashboard .dash-cards .dash-card .card-content .btn { margin-top: 15px; display: inline-block; padding: 4px 10px; font-size: 10px; } @media all and (max-width: 768px) { .atum-dashboard .dash-cards .dash-card .card-content { width: 91%; } } .atum-dashboard .dash-cards .dash-card .card-img { float: left; width: 30%; } .atum-dashboard .dash-cards .dash-card .card-img img { position: absolute; } @media all and (max-width: 768px) { .atum-dashboard .dash-cards .dash-card .card-img { display: none; } } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner { width: 100%; min-height: 200px; margin: 20px 30px 0; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .marketing-close { right: 0; font-size: 20px; font-weight: 100; line-height: 30px; color: #6c757d; cursor: pointer; margin: 0 10px; position: absolute; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .marketing-close:hover { color: #00B8DB; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .image { width: 100px; height: auto; position: absolute; top: 0; left: 0; margin: 10px 10px; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 20px 0 100px; min-height: 200px; } @media all and (max-width: 768px) { .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content { -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 100px 20px; } } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-description { width: 50%; } @media all and (max-width: 768px) { .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-description { width: 100%; } } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-description h1 { font-weight: 400; font-size: 40px; margin: 0 0 10px; line-height: 1.1; letter-spacing: 2px; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-description h1, .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-description p { text-align: left !important; padding: 0 22px; } @media all and (max-width: 768px) { .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-description h1, .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-description p { text-align: center !important; } } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-description .version { padding: 2px 7px; height: 21px; line-height: 20px; border-radius: 11.5px; position: relative; top: -27px; right: 20px; font-size: 14px; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons { width: 300px; display: block; float: right; margin-left: auto; } @media all and (max-width: 768px) { .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons { float: none; margin: 0; } } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button { max-width: 300px; width: 100% !important; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button:first-child { margin-bottom: 10px; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button.btn-success, .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button.btn-success:focus, .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button.btn-outline-success, .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button.btn-outline-success:focus { -webkit-box-shadow: none; box-shadow: none; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button.btn-success.purple:hover, .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button.btn-success:focus.purple:hover, .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button.btn-outline-success.purple:hover, .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button.btn-outline-success:focus.purple:hover { opacity: 0.7; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button.btn-outline-success { background: #fff; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button.btn-outline-success:hover { background: #69C61D; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button.btn-outline-success.purple { background: #fff; color: #9357cc; border-color: #9357cc; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .content .content-buttons button.btn-outline-success.purple:hover { background: #9357cc; color: #fff; border-color: #9357cc; } .atum-dashboard .dash-cards .dash-card.dash-marketing-banner .mp-logo { width: 170px; height: auto; } .atum-dashboard .dash-cards .dash-card.docs { background-image: url("../images/dashboard/card-docs-bg.png"); } .atum-dashboard .dash-cards .dash-card.docs .card-img img { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 0; max-width: 280px; } .atum-dashboard .dash-cards .dash-card.add-ons { background-image: url("../images/dashboard/card-add-ons-bg.png"); } .atum-dashboard .dash-cards .dash-card.add-ons .card-img img { max-width: 120px; bottom: 0; right: 10px; } .atum-dashboard .dash-cards .dash-card.subscription { background-image: url("../images/dashboard/card-subscription-bg.png"); } .atum-dashboard .dash-cards .dash-card.subscription .card-img img { max-width: 80px; top: 30px; right: 30px; } .atum-dashboard .dash-cards .dash-card.subscription form { clear: both; width: 90%; margin: auto; } .atum-dashboard .dash-cards .dash-card.subscription form .input-group { background-color: rgba(255, 255, 255, 0.66); border-radius: 15px; -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2); box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2); display: -webkit-box; display: -ms-flexbox; display: flex; } .atum-dashboard .dash-cards .dash-card.subscription form input[type=email] { border: none; -webkit-box-shadow: none; box-shadow: none; background: transparent; padding: 7px 15px; font-size: 10px; font-weight: 300; border-radius: 15px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } @media all and (max-width: 768px) { .atum-dashboard .dash-cards .dash-card.subscription form input[type=email] { padding: 6px 10px; } } .atum-dashboard .dash-cards .dash-card.subscription form button { font-size: 10px; } @media all and (max-width: 480px) { .atum-dashboard .dash-cards .dash-card.subscription form { margin-bottom: 15px; } } .atum-dashboard .add-dash-widget { border: 1px dashed #adb5bd; border-radius: 5px; margin: 30px 30px 0; min-height: 180px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; } .atum-dashboard .add-dash-widget i, .atum-dashboard .add-dash-widget h2 { display: inline-block; vertical-align: middle; color: #adb5bd; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .atum-dashboard .add-dash-widget i { margin-right: 4px; font-weight: bold; font-size: 16px; } .atum-dashboard .add-dash-widget:hover { border-color: #00B8DB; } .atum-dashboard .add-dash-widget:hover i, .atum-dashboard .add-dash-widget:hover h2 { color: #00B8DB; } .atum-dashboard .add-dash-widget h2 { font-size: 18px; margin: 0; } .atum-dashboard .atum-widgets { padding: 0 15px; } .atum-dashboard .atum-widget { margin-bottom: 30px; } .atum-dashboard .atum-widget .widget-wrapper { background-color: #fff; border-radius: 5px; -webkit-box-shadow: 0 3px 2px #e9ecef; box-shadow: 0 3px 2px #e9ecef; } .atum-dashboard .atum-widget .widget-header, .atum-dashboard .atum-widget .widget-body { padding: 15px; } .atum-dashboard .atum-widget .widget-header { border-bottom: 1px solid #E5E5E5; text-align: left; cursor: move; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .atum-dashboard .atum-widget .widget-header:before, .atum-dashboard .atum-widget .statistics-widget .chart-legend .legend-switch:before, .statistics-widget .chart-legend .atum-dashboard .atum-widget .legend-switch:before { content: '...'; color: #E5E5E5; font-size: 63px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 17px; letter-spacing: -4px; -webkit-transform: rotate(90deg) translateY(-50%); transform: rotate(90deg) translateY(-50%); -webkit-transform-origin: top; transform-origin: top; } .atum-dashboard .atum-widget .widget-header h2, .atum-dashboard .atum-widget .widget-header i { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .atum-dashboard .atum-widget .widget-header h2 { margin: 10px 10px 9px 15px; font-size: 18px; font-weight: bold; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .atum-dashboard .atum-widget .widget-header i { font-size: 20px; color: #adb5bd; display: inline-block; cursor: pointer; margin-left: 3px; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } .atum-dashboard .atum-widget .widget-header i:hover { color: #00B8DB; } .atum-dashboard .atum-widget .widget-header i.widget-settings { display: none; } .atum-dashboard .atum-widget .widget-body p.error { color: #adb5bd; font-size: 17px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); max-width: 85%; margin: auto; left: 0; right: 0; } .atum-dashboard .atum-widget .widget-config { display: none; } .atum-dashboard .atum-widget .widget-config .form-field { margin: 15px auto; } .atum-dashboard .atum-widget .widget-config .form-field label { display: block; margin-bottom: 10px; } .atum-dashboard .atum-widget .widget-config .form-field .nice-select { width: 120px; max-width: 98%; margin: auto; } .atum-dashboard .atum-widget .widget-config .config-controls { border-top: 1px solid #f8f9fa; padding-top: 15px; } .atum-dashboard .atum-widget .widget-primary { color: #00B8DB; } .atum-dashboard .atum-widget .widget-success { color: #69C61D; } .atum-dashboard .atum-widget .widget-warning { color: #EFAF00; } .atum-dashboard .atum-widget .widget-danger { color: #FF4848; } @media all and (max-width: 768px) { .atum-dashboard .atum-widget { margin-bottom: 15px !important; } } @media all and (max-width: 480px) { .atum-dashboard .atum-widget { min-height: 345px !important; } .atum-dashboard .atum-widget.atum_statistics_widget { min-height: 460px !important; } .atum-dashboard .atum-widget.atum_stock_control_widget { min-height: 400px !important; } .atum-dashboard .atum-widget.atum_videos_widget { min-height: 480px !important; } } .atum-dashboard .owl-dots { margin-top: -10px !important; margin-bottom: 15px; } .atum-dashboard .owl-dots .owl-dot span { width: 8px; height: 8px; margin-right: 3px; margin-left: 3px; border: 1px solid #E5E5E5; background-color: transparent; -webkit-box-sizing: border-box; box-sizing: border-box; } .atum-dashboard .owl-dots .owl-dot.active span { background-color: #E5E5E5; } .atum-dashboard .scroll-box { overflow: hidden; } .atum-dashboard .nicescroll-rails { border-radius: 3px; margin-left: 10px; } .add-widget-popup { padding-left: 0 !important; padding-right: 0 !important; min-height: 0 !important; max-width: 98%; overflow: hidden; } .add-widget-popup.overlay:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; background-color: #f8f9fa; opacity: 0.5; } .add-widget-popup.overlay:after { content: ''; top: 45%; left: 0; right: 0; margin: auto; width: 50px; height: 50px; border: 3px solid rgba(227, 232, 245, 0.25); border-top-color: #E3E8F5; border-radius: 50%; position: absolute; z-index: 50; -webkit-animation: loader-rotate 1s linear infinite; animation: loader-rotate 1s linear infinite; border-top-color: #6c757d; } @keyframes loader-rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .add-widget-popup .swal2-content { margin-bottom: 0; } .add-widget-popup h2.swal2-title { position: relative; font-size: 17px; text-align: left; color: #343a40; border-bottom: 1px solid #f8f9fa; padding: 20px; margin: -15px 0 0; } .add-widget-popup .swal2-close { color: #6c757d; font-weight: 200; font-size: 32px; line-height: 1.7; } .add-widget-popup .swal2-close:hover { color: #00B8DB; } .add-widget-popup .widgets-list { margin-top: 5px; margin-bottom: 0; margin-right: 8px; padding-right: 5px; max-height: 390px; } .add-widget-popup .widgets-list li { width: 90%; padding: 12px 0; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 0.5px solid rgba(248, 249, 250, 0.5); } .add-widget-popup .widgets-list li:first-child { padding-top: 3px; } .add-widget-popup .widgets-list li:last-child { border-bottom: none; } .add-widget-popup .widgets-list li.added .add-widget { display: none; } .add-widget-popup .widgets-list li.not-added .btn-info { display: none; } .add-widget-popup .widgets-list li button, .add-widget-popup .widgets-list li button:hover, .add-widget-popup .widgets-list li button:focus, .add-widget-popup .widgets-list li button:active { display: inline-block; } @media all and (max-width: 480px) { .add-widget-popup .widgets-list li { -ms-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; padding-bottom: 0; } } .add-widget-popup .widgets-list .widget-details { text-align: left; margin: 0 10px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .add-widget-popup .widgets-list .widget-details h3 { font-size: 15px; margin: 0; } .add-widget-popup .widgets-list .widget-details p { text-align: left; font-size: 12px; color: #adb5bd; margin-top: 4px; } @media all and (max-width: 480px) { .add-widget-popup .widgets-list .widget-details { padding-top: 10px; margin-left: 0; max-width: 70%; } } .add-widget-popup .widgets-list img { max-width: 120px; border-radius: 4px; } @media all and (max-width: 480px) { .add-widget-popup .widgets-list img { max-width: 100%; } } .add-widget-popup .widgets-list .coming-soon img { max-width: 100%; } .swal2-container .nicescroll-rails { border-radius: 3px; margin-left: -15px; margin-top: 7px; } .statistics-widget { height: 322px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .statistics-widget .mobile-filter-nav { display: none; margin-left: -15px; margin-right: -15px; margin-top: -30px; } @media all and (max-width: 480px) { .statistics-widget .mobile-filter-nav { display: block; } } .statistics-widget .mobile-filter-nav ul { background-color: #e9ecef; display: -webkit-box; display: -ms-flexbox; display: flex; } .statistics-widget .mobile-filter-nav ul li { display: inline-block; padding: 15px 10px; color: #adb5bd; font-size: 15px; font-weight: 100; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .statistics-widget .mobile-filter-nav ul li:hover, .statistics-widget .mobile-filter-nav ul li.active { color: #69C61D; } .statistics-widget .mobile-filter-nav ul li span, .statistics-widget .mobile-filter-nav ul li i { display: inline-block; vertical-align: middle; } .statistics-widget .mobile-filter-nav ul li i { font-size: 15px; } .statistics-widget .chart-filter { width: 100%; 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-bottom: 15px; } @media all and (max-width: 768px) { .statistics-widget .chart-filter { margin-bottom: 15px; } } @media all and (max-width: 480px) { .statistics-widget .filter-controls:not(.visible-filter), .statistics-widget .chart-type:not(.visible-filter), .statistics-widget .chart-legend:not(.visible-filter) { display: none; } .statistics-widget .filter-controls.visible-filter, .statistics-widget .chart-type.visible-filter, .statistics-widget .chart-legend.visible-filter { -webkit-animation: fadeInDown 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); animation: fadeInDown 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); -webkit-animation-fill-mode: both; animation-fill-mode: both; } } .statistics-widget .filter-controls { margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; } .statistics-widget .nice-select { display: inline-block; margin-right: 7px; } .statistics-widget .nice-select.loading { -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .statistics-widget .nice-select.loading .current { position: relative; padding-right: 10px; } .statistics-widget .nice-select.loading .current:after { content: ''; width: 10px; height: 10px; border: 2px solid rgba(0, 115, 170, 0.25); border-top-color: #0073AA; border-radius: 50%; position: absolute; z-index: 50; -webkit-animation: loader-rotate 1s linear infinite; animation: loader-rotate 1s linear infinite; top: 2px; right: -8px; } @keyframes loader-rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @media all and (max-width: 768px) { .statistics-widget .nice-select { font-size: 12px; height: 36px; line-height: 34px; } } .statistics-widget .chart-type { margin: auto; } .statistics-widget .chart-type svg { max-width: 32px; max-height: 32px; fill: #adb5bd; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } @media all and (max-width: 768px) { .statistics-widget .chart-type svg { max-width: 25px; max-height: 25px; } } .statistics-widget .chart-type a { display: inline-block; margin-right: 5px; background-color: rgba(248, 249, 250, 0.2); padding: 3px 7px; border-radius: 4px; border: 0.5px solid #e9ecef; } .statistics-widget .chart-type a.active svg, .statistics-widget .chart-type a:hover svg { fill: #EFAF00; } .statistics-widget .chart-legend { margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; } .statistics-widget .chart-legend .legend-switch { padding: 10px 40px; border: 0.5px solid #e9ecef; border-radius: 4px; background-color: rgba(248, 249, 250, 0.2); position: relative; margin-left: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; } .statistics-widget .chart-legend .legend-switch:before { font-size: 50px !important; left: 14px !important; cursor: ew-resize; } .statistics-widget .chart-legend .legend-switch.legend-placeholder { background-color: rgba(248, 249, 250, 0.15); border-style: dashed; } .statistics-widget .chart-legend .legend-switch.legend-placeholder:before { display: none; } .statistics-widget .chart-legend .legend-switch label { font-size: 15px; font-weight: 600; margin-left: 5px; } .statistics-widget .chart-legend .legend-switch #value-chart ~ label { color: #69C61D; } .statistics-widget .chart-legend .legend-switch #products-chart ~ label { color: #00B8DB; } @media all and (max-width: 768px) { .statistics-widget .chart-legend .legend-switch { padding: 6.5px 22px; } .statistics-widget .chart-legend .legend-switch label { font-size: 13px; line-height: 1.6; } } .statistics-widget .canvas-wrapper { width: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .statistics-widget .statistics-canvas { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .statistics-widget .stats-chart-tooltip { opacity: 0; position: absolute; background: rgba(0, 0, 0, 0.7); color: #fff; font-size: 12px; border-radius: 3px; -webkit-transition: all .1s ease; transition: all .1s ease; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); padding: 4px; pointer-events: none; } .stats-data-widget { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .stats-data-widget .data { margin-top: 60px; width: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } @media all and (max-width: 768px) { .stats-data-widget .data { margin-top: 15px; } } .stats-data-widget h3, .stats-data-widget h5 { margin: 10px 0; } .stats-data-widget h3 { font-size: 35px; font-weight: bold; } .stats-data-widget h5 { font-size: 15px; color: #adb5bd; font-weight: 100; text-transform: uppercase; } .stats-data-widget hr { border-width: 1px; border-color: rgba(0, 0, 0, 0.1); border-bottom: none; margin: 30px 0; } @media all and (max-width: 480px) { .stats-data-widget .nice-select { font-size: 12px; height: 36px; line-height: 34px; } } @media all and (max-width: 768px) { .atum-widget.atum_stock_control_widget .widget-body { padding-top: 0; padding-bottom: 0; } } .stock-control-widget { display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 5px; } @media all and (max-width: 768px) { .stock-control-widget { padding-top: 15px; } } .stock-control-widget > div { width: 50%; padding: 10px 15px; } @media all and (max-width: 768px) { .stock-control-widget > div { padding: 15px; } } .stock-control-widget .stock-chart .stock-chart-tooltip { opacity: 1; position: absolute; background: rgba(0, 0, 0, 0.7); color: #fff; border-radius: 3px; -webkit-transition: all .1s ease; transition: all .1s ease; pointer-events: none; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .stock-control-widget .stock-chart .stock-chart-tooltip table td { white-space: nowrap; } .stock-control-widget .stock-chart .stock-chart-tooltip-key { display: inline-block; width: 10px; height: 10px; margin-right: 10px; } .stock-control-widget h3, .stock-control-widget h5 { margin: 10px 0; text-align: left; } .stock-control-widget h3 { font-size: 35px; font-weight: bold; } @media all and (max-width: 768px) { .stock-control-widget h3 { float: right; } } @media all and (max-width: 480px) { .stock-control-widget h3 { font-size: 24px; line-height: 0; } } .stock-control-widget h5 { font-size: 15px; color: #adb5bd; font-weight: 100; text-transform: uppercase; } @media all and (max-width: 768px) { .stock-control-widget h5 { float: left; } } @media all and (max-width: 480px) { .stock-control-widget h5 { font-size: 12px; line-height: 1; } } .stock-control-widget hr { border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: none; margin: 15px 0; } @media all and (max-width: 768px) { .stock-control-widget hr { clear: both; padding: 10px 0; border-top: none; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } } @media all and (max-width: 480px) { .stock-control-widget hr { padding: 3px 0; } } @media all and (max-width: 480px) { .stock-control-widget { -ms-flex-wrap: wrap; flex-wrap: wrap; } .stock-control-widget > div { width: 100%; padding-top: 0; padding-bottom: 5px; } } .atum-widget.atum_current_stock_value_widget .widget-body { padding: 10px 30px 0; } @media all and (max-width: 768px) { .atum-widget.atum_current_stock_value_widget .widget-body { padding-top: 0; padding-bottom: 0; } } .atum-widget.atum_current_stock_value_widget .grid-stack-item-content { overflow-x: hidden; overflow-y: hidden; } .current-stock-value-widget.overlay:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; background-color: #f8f9fa; opacity: 0.5; } .current-stock-value-widget.overlay:after { content: ''; top: 45%; left: 0; right: 0; margin: auto; width: 50px; height: 50px; border: 3px solid rgba(227, 232, 245, 0.25); border-top-color: #E3E8F5; border-radius: 50%; position: absolute; z-index: 50; -webkit-animation: loader-rotate 1s linear infinite; animation: loader-rotate 1s linear infinite; border-top-color: #6c757d; } @keyframes loader-rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .current-stock-value-widget h5 { font-size: 15px; color: #adb5bd; font-weight: 100; text-transform: uppercase; } .current-stock-value-widget .current-stock-value-filters { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } .current-stock-value-widget .current-stock-value-filters .nice-select { margin-right: 10px; margin-top: 10px; } .current-stock-value-widget .current-stock-value-filters .nice-select.open .list { max-height: 200px; overflow-x: hidden; overflow-y: scroll; } .current-stock-value-widget .current-stock-value-content { text-align: left; padding: 40px 0; } .current-stock-value-widget .current-stock-value-content .total-items-purcharse-price, .current-stock-value-widget .current-stock-value-content .items-count { font-size: 36px; font-weight: bold; } .current-stock-value-widget .current-stock-value-content .total { display: inline; } .current-stock-value-widget .current-stock-value-content .total-items-purcharse-price { color: #69C61D; } .current-stock-value-widget .current-stock-value-content .items-value-title h5, .current-stock-value-widget .current-stock-value-content .stock-value-title h5 { margin: 17px 0; } .current-stock-value-widget .current-stock-value-content .items-count { color: #00B8DB; } .current-stock-value-widget .current-stock-value-content .separator-line { width: 100%; height: 1px; background-color: #E5E5E5; margin: 21px 0 30px 0; } .current-stock-value-widget .current-stock-value-content .stock-counter { padding-bottom: 25px; } .current-stock-value-widget .current-stock-value-content .items-without-purcharse-price { border-radius: 4px; background-color: #ffe1e1; font-size: 12px; line-height: 1; color: #FF4848; padding: 6px 7px; } .atum_videos_widget .grid-stack-item-content { overflow: hidden !important; } .videos-widget { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .videos-widget > div { width: 49%; } @media all and (max-width: 480px) { .videos-widget { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .videos-widget > div { width: 100%; } } .videos-widget .video-list .video-list-wrapper { position: relative; } .videos-widget .video-list .video-list-wrapper .carousel-nav-next, .videos-widget .video-list .video-list-wrapper .carousel-nav-prev { display: none; } .videos-widget .video-list .video-list-wrapper .carousel-nav-next, .videos-widget .video-list .video-list-wrapper .carousel-nav-prev { background-color: #f8f9fa; padding: 3px; position: absolute; top: 10px; bottom: 4px; cursor: pointer; z-index: 10; } .videos-widget .video-list .video-list-wrapper .carousel-nav-next.disabled, .videos-widget .video-list .video-list-wrapper .carousel-nav-prev.disabled { opacity: 0.2; } .videos-widget .video-list .video-list-wrapper .carousel-nav-next > i, .videos-widget .video-list .video-list-wrapper .carousel-nav-prev > i { display: block; position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } @media all and (max-width: 480px) { .videos-widget .video-list .video-list-wrapper .carousel-nav-next, .videos-widget .video-list .video-list-wrapper .carousel-nav-prev { display: inline-block; } } .videos-widget .video-list .video-list-wrapper .carousel-nav-prev { left: -15px; } .videos-widget .video-list .video-list-wrapper .carousel-nav-next { right: -15px; } .videos-widget .video-list .scroll-box { max-height: 410px; } @media all and (max-width: 768px) { .videos-widget .video-list .scroll-box { max-height: 280px; } } .videos-widget .video-list .scroll-box.overlay { pointer-events: none; } .videos-widget .video-list .scroll-box.overlay:before { content: ''; position: absolute; background-color: rgba(0, 0, 0, 0.7); opacity: 0.7; top: 0; bottom: 0; left: 0; right: 0; z-index: 100; } .videos-widget .video-list .scroll-box.overlay:after { content: ''; width: 30px; height: 30px; border: 2.4px solid rgba(255, 255, 255, 0.25); border-top-color: #fff; border-radius: 50%; position: absolute; z-index: 101; -webkit-animation: loader-rotate 1s linear infinite; animation: loader-rotate 1s linear infinite; top: 50%; left: 0; right: 0; margin: auto; } @keyframes loader-rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .videos-widget .video-list article { width: 99%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; text-align: left; padding: 10px 0; border-bottom: 1px solid white; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .videos-widget .video-list article:last-child { border-bottom: none; } .videos-widget .video-list article.active a { color: #00B8DB; pointer-events: none; } @media all and (max-width: 480px) { .videos-widget .video-list article { -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 143px; border-bottom: none; padding-bottom: 0; float: left; margin-right: 4px; } .videos-widget .video-list article .video-details { max-width: 116px; text-align: center; } } .videos-widget .video-list .video-thumb { position: relative; margin-right: 15px; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } .videos-widget .video-list .video-thumb img { max-width: 143px; } .videos-widget .video-list .video-thumb time { position: absolute; bottom: 6px; right: 2px; color: #fff; background-color: #000; border-radius: 2px; font-size: 9px; line-height: 1; padding: 2px 3px; } .videos-widget .video-list .video-thumb:hover { opacity: 0.7; } .videos-widget .video-list .video-title { display: block; font-size: 14px; color: #343a40; font-weight: bold; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } .videos-widget .video-list .video-title:hover { color: #00B8DB; } @media all and (max-width: 768px) { .videos-widget .video-list .video-title { font-size: 10px; line-height: 1.3; } } @media all and (max-width: 480px) { .videos-widget .video-list .video-title { max-height: 27px; overflow: hidden; } } .videos-widget .video-list[data-view="grid"] article { width: 31.333%; padding: 0 1% 2%; float: left; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: none; } .videos-widget .video-list[data-view="grid"] article:last-child { padding-bottom: 0; } .videos-widget .video-list[data-view="grid"] article .video-thumb { margin-right: 0; } .videos-widget .video-list[data-view="grid"] article .video-thumb img { max-width: 100%; } .videos-widget .video-list[data-view="grid"] article .video-title { display: block; font-size: 13px; line-height: 1.2; max-height: 30px; overflow: hidden; } @media all and (max-width: 768px) { .videos-widget .video-list[data-view="grid"] article .video-title { font-size: 11px; max-height: 26px; text-align: center; } } @media all and (max-width: 768px) { .videos-widget .video-list[data-view="grid"] article { width: 48%; } } .videos-widget .video-list[data-view="grid"] .video-meta, .videos-widget .video-list[data-view="grid"] .video-desc { display: none; } .videos-widget .video-meta, .videos-widget .video-desc { color: #adb5bd; } @media all and (max-width: 480px) { .videos-widget .video-meta, .videos-widget .video-desc { display: none; } } .videos-widget .video-meta { font-size: 9px; margin-bottom: 4px; } @media all and (max-width: 768px) { .videos-widget .video-meta { margin-bottom: 0; } } .videos-widget .video-desc { font-size: 10px; line-height: 1.5; } @media all and (max-width: 768px) { .videos-widget .video-desc { max-height: 47px; overflow: hidden; } } .videos-widget .video-filter { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 15px auto 23px; } @media all and (max-width: 768px) { .videos-widget .video-filter { margin-top: 8px; margin-bottom: 17px; } } @media all and (max-width: 480px) { .videos-widget .video-filter { margin-bottom: 8px; } } .videos-widget .video-filter .filter-controls { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: left; } @media all and (max-width: 480px) { .videos-widget .video-filter .filter-controls { text-align: center; } } .videos-widget .video-filter .nice-select { display: inline-block; margin-right: 10px; float: none; } @media all and (max-width: 768px) { .videos-widget .video-filter .nice-select { font-size: 12px; height: 36px; line-height: 34px; margin-right: 5px; padding-left: 13px; } } .videos-widget .video-filter .video-list-layout img { max-width: 36px; margin-left: 5px; float: left; opacity: .4; -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } @media all and (max-width: 768px) { .videos-widget .video-filter .video-list-layout img { max-width: 24px; } } .videos-widget .video-filter .video-list-layout a:hover img, .videos-widget .video-filter .video-list-layout a.active img { opacity: 1; } @media all and (max-width: 480px) { .videos-widget .video-filter .video-list-layout { display: none; } } @media all and (min-width: 481px) { .videos-widget .video-preview { padding-left: 10px; } } .videos-widget .video-preview .channel-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media all and (max-width: 480px) { .videos-widget .video-preview .channel-info { display: none; } } .videos-widget .video-preview .channel-info > span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: -10px; } .videos-widget .video-preview .channel-info > span img, .videos-widget .video-preview .channel-info > span h3 { display: inline-block; vertical-align: middle; } .videos-widget .video-preview .channel-info > span img { max-width: 70px; } @media all and (max-width: 768px) { .videos-widget .video-preview .channel-info > span img { max-width: 50px; } } .videos-widget .video-preview .channel-info > span h3 { font-size: 14px; text-align: left; margin: 0; } .videos-widget .video-preview .channel-info > span .subscriptions { display: block; font-size: 11px; color: #adb5bd; font-weight: 100; } .videos-widget .video-preview .channel-info .channel-subscribe { white-space: nowrap; } @media all and (max-width: 768px) { .videos-widget .video-preview .channel-info .channel-subscribe { font-size: 10px; padding: 3px 10px; } } .videos-widget .video-preview .video-player { margin: 10px auto 0; text-align: left; } .videos-widget .video-preview .video-player .embed-responsive { background-color: #f8f9fa; } .videos-widget .video-preview .video-player .video-title { font-size: 15px; margin-bottom: 5px; } @media all and (max-width: 768px) { .videos-widget .video-preview .video-player .video-title { margin-bottom: 0; } } @media all and (max-width: 480px) { .videos-widget .video-preview .video-player .video-title { margin-top: 4px; } } .videos-widget .video-preview .video-player .video-desc { max-height: 30px; overflow: hidden; } @media all and (max-width: 480px) { .videos-widget .video-preview .video-player { margin-bottom: 10px; } } .atum_news_widget .widget-wrapper { overflow: hidden !important; } .news-widget .scroll-box { max-height: 310px; } @media all and (max-width: 480px) { .news-widget .scroll-box { max-height: 250px; } } .news-widget article { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; text-align: left; padding: 10px 0; border-bottom: 1px solid white; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .news-widget article:last-child { border-bottom: none; } .news-widget article.active a { color: #00B8DB; pointer-events: none; } .news-widget .post-thumb { position: relative; margin-right: 15px; } .news-widget .post-thumb .thumb { overflow: hidden; } .news-widget .post-thumb .thumb > div { background-repeat: no-repeat; background-size: cover; width: 123px; height: 70px; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .news-widget .post-thumb:hover .thumb > div { -webkit-transform: scale(1.4) rotate(5deg); transform: scale(1.4) rotate(5deg); } .news-widget .post-title { font-size: 12px; color: #343a40; font-weight: bold; display: block; line-height: 1; margin-bottom: 3px; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } .news-widget .post-title:hover { color: #00B8DB; } .news-widget .post-meta, .news-widget .post-excerpt { color: #adb5bd; } .news-widget .post-meta { font-size: 9px; line-height: 1.1; margin-bottom: 5px; } .news-widget .post-excerpt { font-size: 10px; line-height: 1.4; display: block; overflow: hidden; max-height: 41px; } /*# sourceMappingURL=atum-dashboard.css.map */