/* * Do NOT edit this file by hand! * Edit the SCSS instead and re-compile. * Compiled 2024-10-07 */ @charset "UTF-8"; *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { font-size: 10px; height: 100%; width: 100%; } body { font-family: Tahoma, Verdana, Segoe, sans-serif; height: 100%; margin: 0; padding: 0; color: #000000; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.2rem; line-height: 1.4rem; } ul, ol { margin: 15px; } ul.list-style-none, ol.list-style-none { list-style: none; } h1, .h1 { font-size: 1.6rem; line-height: 1; font-weight: 700; } h2, .h2 { font-size: 1.4rem; line-height: 1; font-weight: 700; } h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-size: 1.2rem; line-height: 1.4rem; font-weight: 700; } a, a:active { color: #383838; text-decoration: none; } a:hover { color: #000000; } img { border: 0 none; } pre, code { font-family: Courier New, Lucida Console, Monospace, Monaco, sans-serif, serif; } code { color: green; } legend { background-color: #ffffff; cursor: default; } hr { border: 0; border-bottom: 1px solid #c8c9c9; height: 1px; } acronym { border-bottom: 1px dashed #000000; } #contentArea { background-color: #ffffff; border-right: 0; border-left: 1px solid #787979; position: absolute; bottom: 0; top: 0; left: 237px; right: 0; } #contentArea .contentTitle { padding: 5px; background-color: #e6e7e7; border: 1px solid #787979; margin: 5px 5px 0 5px; } #menuTreeOn { position: absolute; bottom: 0; top: 0; width: 235px; margin-right: 5px; overflow: auto; border-left: 0; } #menuTreeOn table { background-color: #ffffff; padding-bottom: 15px; } #treeTop { min-width: 230px; white-space: nowrap; margin: 0 20px; } #treeTop a { margin-right: 10px; } /* Classes for floating */ .fl { float: left; } .fr { float: right; } .cl { clear: left; } .cr { clear: right; } .cb { clear: both; } /* Classes for margin */ .m0 { margin: 0px !important; } .mt0 { margin-top: 0px !important; } .mr0 { margin-right: 0px !important; } .mb0 { margin-bottom: 0px !important; } .ml0 { margin-left: 0px !important; } .m5 { margin: 5px !important; } .mt5 { margin-top: 5px !important; } .mr5 { margin-right: 5px !important; } .mb5 { margin-bottom: 5px !important; } .ml5 { margin-left: 5px !important; } .m10 { margin: 10px !important; } .mt10 { margin-top: 10px !important; } .mr10 { margin-right: 10px !important; } .mb10 { margin-bottom: 10px !important; } .ml10 { margin-left: 10px !important; } .m15 { margin: 15px !important; } .mt15 { margin-top: 15px !important; } .mr15 { margin-right: 15px !important; } .mb15 { margin-bottom: 15px !important; } .ml15 { margin-left: 15px !important; } .m20 { margin: 20px !important; } .mt20 { margin-top: 20px !important; } .mr20 { margin-right: 20px !important; } .mb20 { margin-bottom: 20px !important; } .ml20 { margin-left: 20px !important; } .mt-auto { margin-top: auto !important; } .mr-auto { margin-right: auto !important; } .mb-auto { margin-bottom: auto !important; } .ml-auto { margin-left: auto !important; } /* Classes for padding */ .p0 { padding: 0px !important; } .pt0 { padding-top: 0px !important; } .pr0 { padding-right: 0px !important; } .pb0 { padding-bottom: 0px !important; } .pl0 { padding-left: 0px !important; } .p5 { padding: 5px !important; } .pt5 { padding-top: 5px !important; } .pr5 { padding-right: 5px !important; } .pb5 { padding-bottom: 5px !important; } .pl5 { padding-left: 5px !important; } .p10 { padding: 10px !important; } .pt10 { padding-top: 10px !important; } .pr10 { padding-right: 10px !important; } .pb10 { padding-bottom: 10px !important; } .pl10 { padding-left: 10px !important; } .p15 { padding: 15px !important; } .pt15 { padding-top: 15px !important; } .pr15 { padding-right: 15px !important; } .pb15 { padding-bottom: 15px !important; } .pl15 { padding-left: 15px !important; } .p20 { padding: 20px !important; } .pt20 { padding-top: 20px !important; } .pr20 { padding-right: 20px !important; } .pb20 { padding-bottom: 20px !important; } .pl20 { padding-left: 20px !important; } .display-block { display: block; } .display-inline { display: inline; } .display-flex { display: flex; } .justify-content-center { justify-content: center; } .justify-content-between { justify-content: space-between; } .justify-content-around { justify-content: space-around; } .justify-content-evenly { justify-content: space-evenly; } .align-items-start { align-items: flex-start; } .align-items-center { align-items: center; } .align-items-end { align-items: flex-end; } .display-none, .hide { display: none !important; } /* Classes for scrolling */ .overflow-auto { overflow: auto; } .overflow-scroll { overflow: scroll; } .vat { vertical-align: top !important; } .vam { vertical-align: middle; margin-top: -2px; } .vab { vertical-align: bottom; } .flip-horizontally { transform: scaleX(-1); } .flip-vertically { transform: scaleY(-1); } table.two-col th, table.two-col td { width: 50%; } table.three-col th, table.three-col td { width: 33%; } table.four-col th, table.four-col td { width: 25%; } table.five-col th, table.five-col td { width: 20%; } .w100 { width: 100%; } .h100 { height: 100%; } table.padding td { padding: 2px; } table.no-border-spacing { border-spacing: 0; } .box { border: 1px solid #c8c9c9; background: #ffffff; } .box * { vertical-align: middle; } .toolbar a { padding: 5px 3px 5px 3px; border: 1px solid #c8c9c9; background: #e6e7e7; border-radius: 2px; color: #000000; } .toolbar a.inactive { cursor: default; opacity: 0.5; } .toolbar a:hover, .toolbar a:active { border: 1px solid #c8c9c9; background: #e6e7e7; color: #05356c; } .no-user-select { user-select: none; } .user-selectable { user-select: text !important; } /* @deprecated The CSS class .gradient is deprecated and will be removed soon */ .gradient { background: #e6e7e7; } .shadow-sm { box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08), 0 0 1px rgba(0, 0, 0, 0.1) !important; } .shadow { box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.05) !important; } .shadow-lg { box-shadow: 0 16px 24px rgba(0, 0, 0, 0.16), 0 16px 32px rgba(0, 0, 0, 0.16), 0 0 24px rgba(0, 0, 0, 0.08) !important; } .shadow-none { box-shadow: none !important; } div.node .hover { font-weight: bold; color: #000000; } .border { border: 1px solid #787979; } .border-none { border: none !important; } .border-left { border-left: 1px solid #787979; } .border-left-none { border-left: none !important; } .border-bottom { border-bottom: 1px solid #787979; } .border-bottom-none { border-bottom: none !important; } .border-top { border-top: 1px solid #787979; } .border-top-none { border-top: none !important; } .border-right { border-right: 1px solid #787979; } .border-right-none { border-right: none !important; } .header { border-bottom: 1px solid #787979; } div.commentary { margin: 0 15px 0 20px; } div.commentary blockquote { margin-left: 35px; } div.commentary ol, div.commentary ul { margin: 5px 20px; } .mouse-pointer { cursor: pointer !important; } .mouse-default { cursor: default !important; } .mouse-move { cursor: move !important; } .mouse-move-vertically { cursor: ns-resize !important; } .mouse-move-horizontally { cursor: ew-resize !important; } .mouse-move-n { cursor: n-resize !important; } .mouse-move-ne { cursor: ne-resize !important; } .mouse-move-e { cursor: e-resize !important; } .mouse-move-se { cursor: se-resize !important; } .mouse-move-s { cursor: s-resize !important; } .mouse-move-sw { cursor: sw-resize !important; } .mouse-move-w { cursor: w-resize !important; } .mouse-move-nw { cursor: nw-resize !important; } .mouse-crosshair { cursor: crosshair !important; } .mouse-help { cursor: help !important; } /* This marker can be used to highlight certain stuff like numbers */ .marker { border-radius: 50%; border: 2px solid #e42d2c; } .bullet-marker { border-radius: 50%; width: 8px; height: 8px; margin: 4px; padding: 0; border: 1px solid rgba(0, 0, 0, 0.2); } .cmdb-marker { width: 8px; height: 12px; display: block; float: left; margin: 2px 5px 2px 0; border-radius: 2px; border: 1px solid rgba(0, 0, 0, 0.2); } /* Here we alter the cmdb-marker for a few different views */ .room-view .cmdb-marker, .tooltip .cmdb-marker { height: 7px; margin: 1px 5px 1px 0; } .greyscale { filter: grayscale(1); } .greyscale:hover, .greyscale.disabled { filter: grayscale(0); } .opacity-100 { opacity: 1; } .opacity-70 { opacity: 0.7; } .opacity-50 { opacity: 0.5; } .opacity-30 { opacity: 0.3; } .opacity-0 { opacity: 0; } .strcut { display: block; width: 100%; text-overflow: ellipsis; overflow: hidden; } .nowrap { white-space: nowrap !important; } .allow-wrap { white-space: normal !important; } .progress { border: 1px solid #787979; height: 10px; border-radius: 2px; background: #787979; } .progress .progress-bar { background: #ffffff; height: 8px; } .non-clickable { pointer-events: none !important; } .flex { flex: 1; } .slideDown { animation-name: slideDown; animation-duration: 500ms; animation-timing-function: ease-out; visibility: visible !important; } @keyframes slideDown { 0% { transform: translateY(-10%); opacity: 0; } 100% { transform: translateY(0%); opacity: 1; } } .slideUp { animation-name: slideUp; animation-duration: 500ms; animation-timing-function: ease-in; animation-fill-mode: both; } @keyframes slideUp { 0% { transform: translateY(0%); opacity: 1; } 100% { transform: translateY(10%); opacity: 0; } } .animation-rotate { animation-name: animateRotation; animation-duration: 750ms; animation-timing-function: ease-out; animation-iteration-count: infinite; visibility: visible !important; } @keyframes animateRotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .autocomplete { background: #ffffff; cursor: default; overflow: auto; margin-top: -1px; padding: 0; box-sizing: border-box; font-weight: 100; max-height: 250px; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3); border: 1px solid #5897fb; border-top: none; outline: 0; z-index: 1000; } .autocomplete ul { list-style-type: none; margin: 0; padding: 0; } .autocomplete ul li { list-style-type: none; display: block; margin: 0; padding: 4px; height: 22px; cursor: pointer; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; } .autocomplete ul li.text-rtl { direction: rtl; unicode-bidi: normal; } .autocomplete ul li span { font-weight: bold; padding: 7px 0 7px 0; } .autocomplete ul li div.type { float: right; color: #787979; padding: 0 6px 7px 6px; text-align: right; width: 75px; text-overflow: ellipsis; overflow: hidden; } .autocomplete ul li.selected { color: #ffffff; background-color: #5897fb; } .autocomplete.global-search ul li { font-size: 9px; } .autocomplete.global-search ul li div { white-space: nowrap; } .autocomplete.global-search ul li div.search-for { color: #787979 !important; } .autocomplete.global-search ul li div.title { width: 165px; text-overflow: ellipsis; overflow: hidden; display: inline-block; } .autocomplete.global-search ul li div.type { font-size: 8px; } .autocomplete.global-search ul li.selected div.search-for, .autocomplete.global-search ul li.selected div.type { color: #e6e7e7 !important; } .autocomplete.main-search ul li div.search-for { color: #787979 !important; } .autocomplete.main-search ul li div.title { width: 75%; text-overflow: ellipsis; overflow: hidden; } .autocomplete.main-search ul li div.type { width: 20%; font-size: 8px; } #breadcrumb { margin: 0; padding: 0; border-bottom: 1px solid #787979; height: 40px; white-space: nowrap; display: flex; font-size: 1.2rem; line-height: 1.4rem; } #breadcrumb li { display: flex; align-items: center; list-style-type: none; padding: 0 24px 0 10px; height: 40px; background: url("/images/axialis/user-interface/angle-right-small.svg") no-repeat right; } #breadcrumb li a { text-decoration: none; color: #181818; max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #breadcrumb li a:hover { text-decoration: underline; } #breadcrumb li:first-of-type { padding-left: 20px; } #breadcrumb li:last-of-type { padding-right: 0; background-image: none; } div.tree { padding: 5px; vertical-align: top; overflow: auto; height: 350px; } #object_details { width: 100%; } #objectList.left { width: 52.5%; overflow: auto; } #portList.right { margin-left: 5px; width: 46.5%; overflow: auto; } #createObjectTitle, #createObjectType { width: 220px; } .browser-selection-sorter { background: #ffffff; } .browser-selection-sorter ul { margin: 0; list-style: none; } .browser-selection-sorter ul li { margin: 2px; padding: 3px; background: #e6e7e7; } .browser-selection-sorter ul li span.handle { background: url("/images/icons/hatch.gif"); cursor: ns-resize; } .browser-selection-sorter .controls { border-top: 1px solid #787979; background: #e6e7e7; } .btn { padding: 7px; background: #ffffff; border: 1px solid #787979; border-radius: 2px; color: #383838; cursor: pointer; min-height: 32px; min-width: 32px; text-align: center; white-space: nowrap; vertical-align: middle; display: inline-flex; align-items: center; user-select: none; text-decoration: none; font-size: 1.2rem; transition: all 250ms; outline: 0; /* @deprecated The class .btn-mini will be removed in the future */ /* @deprecated The class .btn-large will be removed in the future */ /* @deprecated The class .btn-green will be removed in the future */ /* @deprecated The class .btn-blue will be removed in the future */ /* @deprecated The class .btn-red will be removed in the future */ /* @deprecated The class .btn-yellow will be removed in the future */ } .btn:focus-inner { border: 0; } .btn.btn-secondary { background: transparent; border-color: transparent; } .btn:hover, .btn.hover { background: rgba(24, 24, 24, 0.12); } .btn:active, .btn.active, .btn.pressed { border-color: #383838; color: #181818; background: rgba(24, 24, 24, 0.3); } .btn:active.btn-secondary, .btn.active.btn-secondary, .btn.pressed.btn-secondary { border-color: transparent; } .btn:focus, .btn.focus { border-color: #096480; outline: 2px solid #096480; box-shadow: 0px 0px 10px rgba(9, 100, 128, 0.3); } .btn.disabled, .btn[disabled] { color: #787979; border-color: #c8c9c9; background: rgba(24, 24, 24, 0.08); filter: grayscale(1); } .btn img { max-height: 16px; max-width: 16px; } .btn img + span { margin-left: 4px; } .btn.btn-mini { padding: 3px; min-height: 24px; min-width: 24px; } .btn.btn-small { padding: 4px; min-height: 28px; min-width: 28px; } .btn.btn-large { padding: 11px; min-height: 40px; min-width: 40px; } .btn.btn-block { display: flex; width: 100%; justify-content: center; } .btn.btn-green { background-color: #acd8b1; border-color: #056312; color: #056312; } .btn.btn-blue { background-color: #92cbee; border-color: #05356c; color: #05356c; } .btn.btn-red { background-color: #f3b8b8; border-color: #7b0000; color: #7b0000; } .btn.btn-yellow { background-color: #f7da8e; border-color: #b1530f; color: #b1530f; } .btn-group { display: inline-flex; align-items: center; } .btn-group> .btn.btn-secondary:not(:first-child) { border-left: 1px solid #787979; } .btn-group> .btn:not(:first-child) { margin-left: -1px; } .btn-group> .btn:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group> .btn + .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group> .btn:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } #chassis .canvas { width: 700px; overflow: auto; background: #ffffff; } #chassis .canvas td { width: 15px; height: 15px; vertical-align: top; text-align: left; background-color: #e6e7e7; border: 1px solid transparent; position: relative; } #chassis .canvas td.edit { vertical-align: middle; text-align: center; } #chassis .canvas td.selected { background-color: #787979; } #chassis .canvas td.edge-first { height: 0; width: 0; background-color: transparent; } #chassis .canvas td.edge-top { height: 0; background-color: transparent; } #chassis .canvas td.edge-side { width: 0; background-color: transparent; } #chassis .canvas td.slot { border-color: #787979; } #chassis .canvas td.slot.device { background-color: #ffffff; } #chassis .canvas td.slot.hover, #chassis .canvas td.slot.selected { background-color: #c8c9c9; border-color: #5897fb; box-shadow: 0 0 5px #5897fb; } #chassis .canvas td.slot img.option, #chassis .canvas td.slot img.info { width: 16px; height: 16px; cursor: pointer; position: absolute; top: 2px; right: 1px; margin: 0; background: none; border: none; } #chassis .canvas td.slot div { padding: 2px; overflow: hidden; } #chassis .canvas td.slot div.title { background: #ffffff; border-bottom: 1px solid #c8c9c9; position: relative; height: 16px; } #unassigned-slot-list { height: 225px; overflow-y: auto; } #unassigned-slot-list div.unassigned-slot, #slot_options div.navbar_item { display: block; float: none; margin: 5px; padding: 5px; border: 1px solid transparent; } #chassisContextPopup { position: fixed; z-index: 1001; } #chassisContextPopup li { margin-bottom: 2px; } #chassisContextPopup li:last-child { margin-bottom: 0; } /* * This CSS file contains multiple color definitions. Please try to avoid names like "error", "notice" or "info" and use color names instead. * There are styles for following purposes: * * text-* For text colors only (see text.css). * border-* For border colors only. * box-* This style should contain border, background and text color definitions. * bg-* For backgrounds only. */ .border-transparent, .border-black-transparent { /* Deprecated */ border-color: rgba(0, 0, 0, 0.3); } .bg-light-blue { background-color: #eaf1ff; } .bg-light-turquois { background-color: #bee2e5; } .colorpicker-pill { padding: 4px 8px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; } .input-group-addon> .colorpicker-pill { height: 100%; width: 100%; margin: 0px; display: block; border-radius: 2px; border: 1px solid rgba(0, 0, 0, 0.1); } .box-white { background-color: #ffffff !important; border: 1px solid #ffffff !important; color: #000000 !important; } .box-white a:not(.btn) { color: #000000 !important; border-bottom: 1px dotted #000000 !important; } .border-white { border-color: #ffffff; } .bg-white { background-color: #ffffff; } .text-white { color: #ffffff; } .text-white a { color: #ffffff !important; border-bottom: 1px dotted #ffffff !important; } .box-neutral-200 { background-color: #e6e7e7 !important; border: 1px solid #e6e7e7 !important; color: #000000 !important; } .box-neutral-200 a:not(.btn) { color: #000000 !important; border-bottom: 1px dotted #000000 !important; } .border-neutral-200 { border-color: #e6e7e7; } .bg-neutral-200 { background-color: #e6e7e7; } .text-neutral-200 { color: #e6e7e7; } .text-neutral-200 a { color: #e6e7e7 !important; border-bottom: 1px dotted #e6e7e7 !important; } .box-neutral-400 { background-color: #c8c9c9 !important; border: 1px solid #c8c9c9 !important; color: #000000 !important; } .box-neutral-400 a:not(.btn) { color: #000000 !important; border-bottom: 1px dotted #000000 !important; } .border-neutral-400 { border-color: #c8c9c9; } .bg-neutral-400 { background-color: #c8c9c9; } .text-neutral-400 { color: #c8c9c9; } .text-neutral-400 a { color: #c8c9c9 !important; border-bottom: 1px dotted #c8c9c9 !important; } .box-neutral-600 { background-color: #787979 !important; border: 1px solid #787979 !important; color: #ffffff !important; } .box-neutral-600 a:not(.btn) { color: #ffffff !important; border-bottom: 1px dotted #ffffff !important; } .border-neutral-600 { border-color: #787979; } .bg-neutral-600 { background-color: #787979; } .text-neutral-600 { color: #787979; } .text-neutral-600 a { color: #787979 !important; border-bottom: 1px dotted #787979 !important; } .box-black { background-color: #000000 !important; border: 1px solid #000000 !important; color: #ffffff !important; } .box-black a:not(.btn) { color: #ffffff !important; border-bottom: 1px dotted #ffffff !important; } .border-black { border-color: #000000; } .bg-black { background-color: #000000; } .text-black { color: #000000; } .text-black a { color: #000000 !important; border-bottom: 1px dotted #000000 !important; } .box-red { background-color: #f3b8b8 !important; border: 1px solid #e42d2c !important; color: #7b0000 !important; } .box-red a:not(.btn) { color: #7b0000 !important; border-bottom: 1px dotted #7b0000 !important; } .border-red { border-color: #e42d2c; } .bg-red { background-color: #f3b8b8; } .text-red { color: #e42d2c; } .text-red a { color: #e42d2c !important; border-bottom: 1px dotted #e42d2c !important; } .box-purple { background-color: #f4ebf2 !important; border: 1px solid #a0519f !important; color: #591a5b !important; } .box-purple a:not(.btn) { color: #591a5b !important; border-bottom: 1px dotted #591a5b !important; } .border-purple { border-color: #a0519f; } .bg-purple { background-color: #f4ebf2; } .text-purple { color: #a0519f; } .text-purple a { color: #a0519f !important; border-bottom: 1px dotted #a0519f !important; } .box-yellow { background-color: #f7da8e !important; border: 1px solid #e57428 !important; color: #b1530f !important; } .box-yellow a:not(.btn) { color: #b1530f !important; border-bottom: 1px dotted #b1530f !important; } .border-yellow { border-color: #e57428; } .bg-yellow { background-color: #f7da8e; } .text-yellow { color: #e57428; } .text-yellow a { color: #e57428 !important; border-bottom: 1px dotted #e57428 !important; } .box-green { background-color: #acd8b1 !important; border: 1px solid #0ba04a !important; color: #056312 !important; } .box-green a:not(.btn) { color: #056312 !important; border-bottom: 1px dotted #056312 !important; } .border-green { border-color: #0ba04a; } .bg-green { background-color: #acd8b1; } .text-green { color: #0ba04a; } .text-green a { color: #0ba04a !important; border-bottom: 1px dotted #0ba04a !important; } .box-blue { background-color: #92cbee !important; border: 1px solid #0964b0 !important; color: #05356c !important; } .box-blue a:not(.btn) { color: #05356c !important; border-bottom: 1px dotted #05356c !important; } .border-blue { border-color: #0964b0; } .bg-blue { background-color: #92cbee; } .text-blue { color: #0964b0; } .text-blue a { color: #0964b0 !important; border-bottom: 1px dotted #0964b0 !important; } /* @deprecated Please use 'neutrals' for this */ .box-lightgrey { background-color: #e6e7e7 !important; border: 1px solid #e6e7e7 !important; color: #000000 !important; /* @deprecated Please use 'neutrals' for this */ } .box-lightgrey a { color: #000000 !important; border-bottom: 1px dotted #000000 !important; } /* @deprecated Please use 'neutrals' for this */ .border-lightgrey { border-color: #e6e7e7; } /* @deprecated Please use 'neutrals' for this */ .bg-lightgrey { background-color: #e6e7e7; } /* @deprecated Please use 'neutrals' for this */ .text-lightgrey { color: #e6e7e7; /* @deprecated Please use 'neutrals' for this */ } .text-lightgrey a { color: #e6e7e7 !important; border-bottom: 1px dotted #e6e7e7 !important; } /* @deprecated Please use 'neutrals' for this */ .box-grey { background-color: #c8c9c9 !important; border: 1px solid #c8c9c9 !important; color: #000000 !important; /* @deprecated Please use 'neutrals' for this */ } .box-grey a { color: #000000 !important; border-bottom: 1px dotted #000000 !important; } /* @deprecated Please use 'neutrals' for this */ .border-grey { border-color: #c8c9c9; } /* @deprecated Please use 'neutrals' for this */ .bg-grey { background-color: #c8c9c9; } /* @deprecated Please use 'neutrals' for this */ .text-grey { color: #c8c9c9; /* @deprecated Please use 'neutrals' for this */ } .text-grey a { color: #c8c9c9 !important; border-bottom: 1px dotted #c8c9c9 !important; } /* @deprecated Please use 'neutrals' for this */ .box-darkgrey { background-color: #787979 !important; border: 1px solid #787979 !important; color: #ffffff !important; /* @deprecated Please use 'neutrals' for this */ } .box-darkgrey a { color: #ffffff !important; border-bottom: 1px dotted #ffffff !important; } /* @deprecated Please use 'neutrals' for this */ .border-darkgrey { border-color: #787979; } /* @deprecated Please use 'neutrals' for this */ .bg-darkgrey { background-color: #787979; } /* @deprecated Please use 'neutrals' for this */ .text-darkgrey { color: #787979; /* @deprecated Please use 'neutrals' for this */ } .text-darkgrey a { color: #787979 !important; border-bottom: 1px dotted #787979 !important; } #isys_form { height: 100%; } #wrapper { height: 100%; display: flex; flex-direction: column; } #scroller { overflow: auto; overflow-x: hidden; } .display-container { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; overflow-x: hidden; overflow-y: auto; } #contentWrapper { overflow-y: auto; overflow-x: hidden; min-width: 800px; position: absolute; top: 100px; bottom: 22px; left: 0; right: 0; display: flex; flex-direction: column; } #dashboardWrapper { overflow-y: auto; overflow-x: hidden; min-width: 800px; top: 35px; bottom: 22px; left: 0; right: 0; background: #ffffff; } #content { position: relative; flex: 1 1 auto; } #contentTopOn { margin-top: 5px; } #contentTopOff { margin-top: 5px; } #contentHeader { background-color: #e6e7e7; border-bottom: 1px solid #787979; padding: 14px 20px; } #contentHeader> div { display: flex; align-items: center; } #contentHeader> div .contentHeaderImage { max-width: 40px; max-height: 40px; margin-right: 20px; } #contentHeader> div .contentHeaderImage img { width: 100%; height: auto; } #contentHeader> div #contentTopTitle { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 10px 15px 10px 0; } #contentHeader> div #barcode.qr-code { max-width: 50px; max-height: 50px; image-rendering: crisp-edges; display: block; margin: 5px; } #contentHeader> div #barcode.barcode { image-rendering: crisp-edges; display: block; margin: 5px; } #contentHeader #contentHeaderTable { white-space: nowrap; overflow: hidden; align-self: flex-start !important; } #contentHeader #contentHeaderInnerTable td { padding: 4px 20px 4px 0; } #contentHeader.contentHeaderSmall { height: 60px; display: flex; align-items: center; } #contentDescription { margin: 5px 5px 0 5px; background-color: #ffffff; border: 1px solid #787979; } #ContentHeaderSwitch { text-align: center; height: 5px; } #contentBottom { flex: 1; position: relative; } #contentButtons { margin: 0 0 10px 5px; } #contentBottomContent, #scroller { height: 100%; } #search { border: 0; position: absolute; right: 10px; top: 17px; } #error { position: absolute; left: 30%; top: 80px; width: 40%; z-index: 999; } #error span a { color: #383838; font-weight: bold; } #error span.close { position: absolute; right: 5px; } #overlay { position: absolute; background: #000000; width: 100%; top: 0; left: 0; bottom: 0; z-index: 1000; } .tab-content { border: 1px solid #787979; border-top: 0; background: #ffffff; margin: 0; min-height: 25px; } #cable_run { background: #e6e7e7; border: 1px solid #c8c9c9; } div.connector td.border { margin: 10px; } div.dash { width: 100%; height: 50%; border-bottom: 1px dashed #c8c9c9; } span.indicator { position: absolute; left: 4px; } .draggableBar { background-color: #92cbee; border: 0; min-width: 2px; position: absolute; top: 0; bottom: 0; opacity: 0; z-index: 900; } .draggableBar:hover { min-width: 5px; opacity: 0.8; margin-left: -1px; } #widget-container-popup { border: 1px solid #787979; } #freeTrialBadge { position: absolute; bottom: 25px; right: 0; } #objTypeImagesHelp td.selected, #objTypeIconsHelp td.selected { background: #92cbee; } #objTypeImagesHelp td img { width: 25px; height: 25px; border: 1px solid #787979; border-radius: 2px; } #objTypeIconsHelp td img { width: 16px; height: 16px; } .searchHighlight { background-color: #f7da8e; } div.datepicker { position: absolute; text-align: center; border: 1px solid #aaaaaa; background: #ffffff; padding: 0; } div.datepicker table { margin: 0; padding: 0; text-align: center; font-size: 9px; } div.datepicker table thead tr th { /* The rest will be done by the ".btn" class */ display: table-cell; } div.datepicker table tbody tr { border: 1px solid #ffffff; margin: 0; padding: 0; } div.datepicker table tbody tr td { border: 1px solid #e6e7e7; margin: 0; padding: 0; text-align: center; width: 35px; line-height: 15px; cursor: pointer; } div.datepicker table tbody tr td.wday { border: 1px solid #ffffff; cursor: default; } div.datepicker table tbody tr td.outbound { background: #e6e7e7; } div.datepicker table tbody tr td.outbound:hover { border: 1px solid #aaaaaa; } div.datepicker table tbody tr td.today { border: 1px solid #ff3341; background: #ffffff; color: #ff3341; } div.datepicker table tbody tr td.today:hover { border: 1px solid #aaaaaa; background: #fbfbfb; } div.datepicker table tbody tr td.nclick, div.datepicker table tbody tr td.nclick_outbound { cursor: default; color: #aaaaaa; } div.datepicker table tbody tr td.nclick:hover, div.datepicker table tbody tr td.nclick_outbound:hover { border: 1px solid #e6e7e7; background: #ffffff; } div.datepicker table tbody tr td.nclick_outbound { background: #e6e7e7; } div.datepicker table tbody tr td.nclick_outbound:hover { background: #e6e7e7; } div.datepicker table tbody tr td:hover { border: 1px solid #aaaaaa; background: #fbfbfb; } div.datepicker table tfoot { padding: 0; } div.datepicker table tfoot td { /* The rest will be done by the ".btn" class */ display: table-cell; } #popup-dialog-plus #items { overflow: auto; position: absolute; top: 0; bottom: 43px; width: 100%; } #popup-dialog-plus #items> div { padding: 5px 10px; position: relative; min-height: 22px; display: flex; align-items: center; margin-bottom: 4px; } #popup-dialog-plus #items> div .edit, #popup-dialog-plus #items> div .save { margin-left: auto; } #popup-dialog-plus #items> div> label { width: 100%; height: 32px; display: flex; align-items: center; cursor: pointer; } #popup-dialog-plus #items> div> label .value { max-width: 380px; overflow: hidden; text-overflow: ellipsis; } #popup-dialog-plus #items> div:hover { background-color: #e6e7e7; } #popup-dialog-plus #new-item { position: absolute; bottom: 0; width: 100%; padding: 5px; border-top: 1px solid #787979; background: #ffffff; display: flex; align-items: center; } ul.menu-dropdown { border: 1px solid #c8c9c9; border-radius: 2px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.05); background-color: #ffffff; margin: 0; padding: 2px 0; list-style: none; } ul.menu-dropdown li { height: 28px; } ul.menu-dropdown li hr { padding-top: 14px; } ul.menu-dropdown li a { padding: 0 10px; height: 28px; display: flex; align-items: center; white-space: nowrap; } ul.menu-dropdown li a span { overflow: hidden; text-overflow: ellipsis; } ul.menu-dropdown li a img.prefix-icon { width: 16px; height: 16px; margin-right: 4px; } ul.menu-dropdown li a img.submenu-indicator { width: 16px; height: 16px; margin-left: auto; } ul.menu-dropdown li a:hover { background: #e6e7e7; color: #181818; } ul.menu-dropdown li.highlighted { background-color: #EAF1FF; } ul.menu-dropdown li.highlighted a::after { content: ""; position: relative; display: block; border-radius: 50%; width: 6px; height: 6px; background: #e3000f; color: #ffffff; margin-left: 5px; } #exception-container { position: absolute; top: 20%; left: 25%; right: 25%; bottom: 20%; z-index: 9999; overflow: auto; } #exception-container> a { position: absolute; top: 7px; right: 7px; } #exception-container> h2 { background-color: #f3b8b8; border-bottom: 1px solid #e42d2c; margin: 0; padding: 5px; } fieldset { margin-top: 1.4em; padding: 0.8em; } fieldset.border-top-none legend> span { border-top: none !important; } fieldset.overview { position: relative; margin: 0; padding: 16px 0 0; border: 0; color: #787979; } fieldset.overview legend { display: block; width: 100%; background: #e6e7e7; border-top: 1px solid #787979; border-bottom: 1px solid #787979; min-height: 40px; padding: 13px 20px; } fieldset.overview table { border: 0; background: none; box-shadow: none; } fieldset.overview .mainTable .CMDBListElementsOdd, fieldset.overview .mainTable .CMDBListElementsEven { background-color: #ffffff; } fieldset.overview .mainTable tr:hover { background-color: #e6e7e7; } fieldset.overview .mainTable tr:first-child:hover { background-color: transparent !important; } fieldset.overview .mainTable td, fieldset.overview .mainTable th { padding-left: 7px; background: transparent !important; } fieldset.overview .mainTable td { border: 0; } fieldset.overview .mainTable th { border-color: #e6e7e7; line-height: 15px; } fieldset.overview .mainTable th.desc { background: transparent url("/images/list/desc.gif") no-repeat right center !important; } fieldset.overview .mainTable th.asc { background: transparent url("/images/list/asc.gif") no-repeat right center !important; } fieldset.overview .mainTable th:last-child { border-right: 0; } fieldset.overview div.list { position: relative; } #file-browser .modal-content { display: flex; } #file-browser .modal-content .loading-indicator, #file-browser .modal-content .empty-indicator { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 0.5); display: flex; align-items: center; justify-content: center; z-index: 5; } #file-browser .modal-content .left-panel { position: relative; padding: 40px 0 0 20px; min-width: 245px; width: 245px; } #file-browser .modal-content .left-panel .search-bar { padding-right: 20px; } #file-browser .modal-content .left-panel .search-bar img { right: 30px; } #file-browser .modal-content .left-panel .category-list { overflow-y: scroll; height: calc(100% - 42px); padding-right: 20px; } #file-browser .modal-content .left-panel .category-list ul.category-list-content { list-style: none; margin: 0; padding: 0; } #file-browser .modal-content .left-panel .category-list ul.category-list-content li:hover { background-color: #e6e7e7; } #file-browser .modal-content .left-panel .category-list ul.category-list-content li.selected { background-color: rgba(146, 203, 238, 0.5); color: #05356c; font-weight: 700; } #file-browser .modal-content .left-panel .category-list ul.category-list-content li div { padding: 14px 16px; display: flex; align-items: center; cursor: pointer; } #file-browser .modal-content .separator { width: 1px; background-color: #c8c9c9; } #file-browser .modal-content .right-panel { position: relative; padding: 40px 20px 0; flex-grow: 1; } #file-browser .modal-content .right-panel> div:not(.loading-indicator, .file-table) { position: relative; } #file-browser .modal-content .right-panel .search-bar { flex-grow: 1; } #file-browser .modal-content .right-panel .file-table { position: absolute; top: 145px; left: 20px; right: 20px; bottom: 0; overflow-y: scroll; } #file-browser .modal-content .right-panel .file-table table thead { position: sticky; top: 0; z-index: 2; background: #ffffff; } #file-browser .modal-content .right-panel .file-table table thead th { cursor: pointer; } #file-browser .modal-content .right-panel .file-table table thead th.ordered span { width: calc(100% - 20px); } #file-browser .modal-content .right-panel .file-table table tbody td { cursor: pointer; } #file-upload .droppable-overlay { position: absolute; top: 40px; right: 60px; bottom: 40px; left: 60px; background-color: #e6e7e7; display: flex; align-items: center; justify-content: center; text-align: center; } #file-upload .droppable-overlay #file-upload-field { width: auto; } #file-upload .droppable-overlay #file-upload-field> .btn { display: none; } #file-upload .droppable-overlay #file-upload-field .qq-uploader .qq-upload-drop-area { top: -115px; left: -80px; right: -80px; width: auto; height: 260px; } #file-upload .droppable-overlay #file-upload-field .qq-uploader .qq-upload-list { display: none; } #file-upload .form .contentTable td.key { width: 100px; } .form { width: 100%; padding: 5px 0 5px 0; color: #383838; } .form .form__items, .form .form__items__field { margin: 0; padding: 0; list-style: none; } .form .form__items .form__items__field { display: flex; width: 100%; min-height: 48px; padding: 8px 0; align-items: center; } .form .form__items .form__items__field .form__items__field__label { font-weight: bold; display: inline-block; width: 205px; margin-right: 20px; text-align: right; } .form .form__items .form__items__field .form__items__field__btn { margin: 0 5px; } .form .form__items .form__items__field .form__items__field__btn:first-child { margin-left: 225px; } .form .form__items .form__items__field .form__items__field__btn_icon::before { display: inline-block; width: 16px; height: 16px; margin-right: 4px; content: ""; background-size: cover; } .form .form__items .form__items__field .form__items__field__btn_icon_update::before { background-image: url("/images/axialis/basic/symbol-update.svg"); } .form .form__items .form__items__field .form__items__field__btn_icon_update--loading::before { animation: 1s linear infinite rotate360; } .form .form__items .form__items__field .form__items__field__btn_icon_delete::before { background-image: url("/images/axialis/industry-manufacturing/waste-bin.svg"); } @keyframes rotate360 { to { transform: rotate(360deg); } } #infoBox { border-top: 1px solid #787979; height: 22px; line-height: 21px; background: #e6e7e7; position: fixed; left: 236px; bottom: 0; right: 0; overflow: hidden; padding: 0 3px 0 3px; z-index: 990; } #infoBox .message { position: relative; } #infoBox .message img { margin-top: 3px; width: 16px; height: 16px; } #infoBox .message span { position: absolute; left: 20px; right: 100px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } #infoBox .version { position: absolute; top: 0; right: 5px; color: #b5b6b6; } .table-container { height: 100%; overflow-x: auto; min-height: 300px; border-bottom: 40px solid white; box-sizing: border-box; } .table-container .table { width: 100%; height: 100%; position: absolute; border-top: 60px solid white; box-sizing: border-box; } .table-container .table .table-header { background-color: #ffffff; overflow: hidden; height: 40px; } .table-container .table .table-header .mainTable { border-bottom: 0; } .table-container .table .table-body-container { position: relative; height: calc(100% - 40px); border-bottom: 40px solid white; } .table-container .table .table-body-container .table-body { overflow: auto; } .table-container .table .table-body-container .table-body .mainTable { border-top: none; border-bottom: none; margin-bottom: 2px; } .table-container .table .table-footer { background: #ffffff; bottom: 0; left: 0; right: 0; position: absolute; z-index: 1; height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; } .table-container .table .table-footer .table-footer-pager { display: flex; align-items: center; } .table-container .table .table-footer .table-footer-pager> * { margin-right: 4px; } .table-container .table .table-footer .table-footer-pager> *:first-child { margin-right: 16px; } .table-container .table .table-footer .table-footer-pager> *:last-child { margin-right: 0; } table.contentInfoTable thead td, table.contentInfoTable thead th { font-weight: bold; border-bottom: 1px solid #898989; } table.contentInfoTable tbody tr:hover { background: #ecedff; } table.contentInfoTable tr { background: #ffffff; } table.contentInfoTable td { padding: 0.33em 0.5em; vertical-align: top; border-bottom: 1px solid #c8c9c9; } table.contentInfoTable td.value { color: #676767; } table.contentTable { width: 100%; padding: 5px 0 5px 0; border-spacing: 0; border-collapse: separate; color: #383838; } table.contentTable td { padding: 8px 0; vertical-align: middle; height: 48px; } table.contentTable td.key { text-align: right; width: 205px; font-weight: bold; } table.contentTable td.key.vat { padding-top: 17px; } table.contentTable td.value { vertical-align: middle; font-weight: normal; } table.contentTable td.value input, table.contentTable td.value select { font-weight: normal; } table.contentTable td hr { margin: 0; border-color: #dddddd; } table.listing { clear: both; border-bottom: 1px solid #c8c9c9; border-collapse: collapse; border-spacing: 0; width: 100%; background: #ffffff; } table.listing thead, table.listing tfoot { background: #e6e7e7; } table.listing thead tr { border-bottom: 1px solid #c8c9c9; font-weight: bold; } table.listing tbody tr { border-bottom: 1px solid #c8c9c9; } table.listing tbody tr:last-of-type { border-bottom: none; } table.listing tfoot tr { border-top: 1px solid #c8c9c9; font-weight: bold; } table.listing tr.even, table.listing tr.alt, table.listing tr:nth-of-type(even) { background: #e6e7e7; } table.listing th, table.listing td { text-align: left; padding: 8px; font-size: 12px; } table.listing.hover tbody tr:hover:not(.no-hover) { background-color: #e6e7e7; } table.mainTable { table-layout: fixed; white-space: nowrap; text-align: left; border-spacing: 0; user-select: none; min-width: 100%; color: #383838; } table.mainTable thead th { cursor: default; border-right: 2px solid transparent; border-bottom: 1px solid #c8c9c9; padding: 13px 0 12px 10px; overflow: hidden; text-align: left; font-weight: normal; position: relative; text-overflow: ellipsis; overflow-x: hidden; height: 40px; } table.mainTable thead th:last-child { border-right: 0; } table.mainTable thead th .sort-arrow { position: absolute; top: 12px; right: 6px; opacity: 0; transition: all 250ms; } table.mainTable thead th.ordered { font-weight: 700; } table.mainTable thead th.ordered .sort-arrow { opacity: 1; right: 10px; } table.mainTable thead th:hover .sort-arrow { opacity: 1; right: 10px; } table.mainTable tbody tr { position: relative; } table.mainTable tbody tr td { border-bottom: 1px solid #c8c9c9; padding: 12px 0 12px 10px; vertical-align: top; text-align: left; position: relative; text-overflow: ellipsis; overflow-x: hidden; height: 40px; } table.mainTable tbody tr td[data-property="contact_tag"], table.mainTable tbody tr td[data-property="contact_primary"], table.mainTable tbody tr td[data-property="showports"] { padding-top: 4px; padding-bottom: 4px; } table.mainTable tbody tr td:first-child { border-left: 2px solid transparent; } table.mainTable tbody tr td:last-child { border-right: 2px solid transparent; } table.mainTable tbody tr .drag-handle { background: url("/images/icons/hatch.gif"); width: 10px; height: 14px; display: block; float: left; cursor: move; } table.mainTable tbody tr.on { background-color: #e6e7e7; cursor: pointer; } table.mainTable tbody tr:first-of-type td { border-top: 2px solid transparent; } table.mainTable tbody tr:nth-child(2n+1) { background-color: #e6e7e7; } table.mainTable tbody tr.tr-selected { background-color: #92cbee; cursor: pointer; } table.mainTable tbody.mainTableHover tr.tr-selected:hover, table.mainTable tbody .mainTableHover tr.tr-selected:hover { background-color: #92cbee; } table.mainTable tbody.mainTableHover tr:hover, table.mainTable tbody .mainTableHover tr:hover { background-color: #e6e7e7; } table.mainTable tbody.mainTableHover tr.highlightLine, table.mainTable tbody .mainTableHover tr.highlightLine { outline: 2px solid #096480; z-index: 5; } table.mainTable tbody.mainTableHover tr.highlightLine td:first-child, table.mainTable tbody .mainTableHover tr.highlightLine td:first-child { border-left: 2px solid #096480; } table.mainTable tbody.mainTableHover tr.highlightLine td:last-child, table.mainTable tbody .mainTableHover tr.highlightLine td:last-child { border-right: 2px solid #096480; } table.mainTable tbody.mainTableHover tr.highlightLine:first-of-type td, table.mainTable tbody .mainTableHover tr.highlightLine:first-of-type td { border-top: 2px solid #096480; } table.mainTable th .overflowable, table.mainTable td .overflowable { width: 100%; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } table.mainTable .cmdb-marker { height: 9px; } table.mainTable .link-marker:before, table.mainTable .email-marker:before { content: ""; display: inline-block; width: 16px; height: 16px; margin-right: 5px; vertical-align: middle; } table.mainTable .link-marker:before { background: url("/images/axialis/basic/link.svg"); } table.mainTable .email-marker:before { background: url("/images/axialis/web-email/mail-back.svg"); } table.mainTable.is-loading, table.mainTable .is-loading { position: relative; overflow: hidden; width: 100%; } table.mainTable.is-loading:before, table.mainTable .is-loading:before { content: ""; display: block; left: 0; right: 0; position: absolute; background: rgba(255, 255, 255, 0.7); top: 0; bottom: 0; z-index: 10000; } table.mainTable:before { content: ""; transition: background 300ms ease; } table.mainTable input { margin: 0 2px 0 2px; } table.mainTable ul, table.mainTable ol, table.mainTable td[data-property*="__description"][data-property*="custom_fields"] ul, table.mainTable td[data-property*="__f_wysiwyg"][data-property*="custom_fields"] ul { margin: 0; list-style: none; } table.mainTable td[data-property*="__description"] ul, table.mainTable td[data-property*="__f_wysiwyg"] ul, table.mainTable td[data-property*="__description"] ol, table.mainTable td[data-property*="__f_wysiwyg"] ol, table.mainTable td[data-property*="__description"][data-property*="custom_fields"] li> ul, table.mainTable td[data-property*="__f_wysiwyg"][data-property*="custom_fields"] li> ul { margin: 0 15px; list-style: revert; } table.mainTable col:last-child { width: inherit !important; } input.txtfilter, input.btnfilter { border: 1px solid #e6e7e7; background-color: #ffffff; } input.txtfilter:focus, input.btnfilter:focus { border: 1px solid #c8c9c9; background-color: #e6e7e7; } input.btnfilter:hover { border: 1px solid #c8c9c9; background-color: #e6e7e7; } .CMDBListElementsEven { cursor: pointer; background-color: #ffffff !important; } .CMDBListElementsEven:hover { background-color: #e6e7e7 !important; } .CMDBListElementsOdd { cursor: pointer; background-color: #f4f4f4 !important; } .CMDBListElementsOdd:hover { background-color: #e6e7e7 !important; } .LogbookListElement0 { color: #0964b0; font-weight: bold; } .LogbookListElement1 { color: #0ba04a; font-weight: bold; } .LogbookListElement2 { color: #e57428; font-weight: bold; } .LogbookListElement3 { color: #e42d2c; font-weight: bold; } .sup_infotext { font-size: 1em; padding: 6px; } td .mouseOver { background-color: #ffffff; cursor: pointer; } td .mouseOut { background-color: #f2fcfd; } div.mainTable-pager { user-select: none; padding-left: 5px; white-space: nowrap; } div.mainTable-pager .currentpage { padding-left: 5px; padding-right: 5px; font-weight: bold; width: 40px; } div.mainTable-pager .totalpages { padding: 0; } div.mainTable-options { float: right; margin-right: 5px; } div.mainTable-options input { padding: 2px 0 1px 3px; vertical-align: bottom; } div.mainTable-options input, div.mainTable-options select { margin: 0 0 5px 5px; } #data-grid-mainList { border-top: 1px solid #787979; } #scroller #mainList { margin-top: 5px; } #scroller img.listConfigureIcon { float: right; margin: 10px 5px 5px 0; } #mainList table { margin-top: 5px; } .mainTableFilterInput { width: 200px; height: 24px; margin: 4px 10px 0 0; line-height: 24px; } .search { width: 250px; } .advanced-filters-header { height: 60px; position: absolute; width: 100%; z-index: 10; display: flex; align-items: center; justify-content: space-between; } .advanced-filters-header .advanced-filters-tools { margin-right: 20px; } .advanced-filters-header .advanced-filters-tools .btn { margin-left: 16px; } .advanced-filters-container { width: 500px; height: 60px; padding: 0 10px; position: relative; } .advanced-filters-search { flex-grow: 1; } .advanced-filters-search:before { content: ""; display: inline-block; background-image: url("/images/axialis/basic/symbol-cancel.svg"); cursor: pointer; width: 30px; background-repeat: no-repeat; background-position: center; height: 32px; position: absolute; } .advanced-filters-search input { padding-left: 30px; } .advanced-filters { background: #ffffff; border: 1px solid #c8c9c9; border-radius: 2px; position: absolute; height: auto; z-index: 100; box-sizing: border-box; display: flex; flex-direction: row; align-items: flex-start; margin-top: 10px; padding: 4px; position: relative; } .advanced-filters.collapsed { border-color: transparent; height: 60px; overflow: hidden; } .advanced-filters.collapsed tr { display: none; } .advanced-filters.collapsed tr.default-field { display: table-row; } .advanced-filters.collapsed tr.default-field td> .empty_value_checkbox { margin-left: -30px; } .advanced-filters-table { width: 375px; display: flex; align-items: center; } .advanced-filters-table> table td> label.fr { max-width: 95%; text-overflow: ellipsis; overflow-x: hidden; white-space: nowrap; } .advanced-filters-table .input-size-normal { width: 100%; } .advanced-filters label { margin-right: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; text-align: right; } .advanced-filters table { table-layout: fixed; width: 100%; } .advanced-filters table td:first-child { width: 200px; } .mainTableDragContainer .handle { position: absolute; top: 0; bottom: 30px; width: 11px; cursor: ew-resize; z-index: 8; } .mainTableDragContainer .handle:hover> div { width: 2px; height: 40px; background-color: #096480; margin: 0 auto; } .mainTableDragger { width: 0; background: #ffffff; border: 1px dotted #000000; z-index: 900; } td.searchResult, td.searchResult * { color: #0ba04a; } th.no-drag label.mainTableCheckbox input { margin-left: 11px; } .mainTableCheckbox { display: block; height: 100%; text-align: center; cursor: pointer; } .mainTableDragGhost { position: absolute; width: 90px; padding: 4px; border-radius: 3px; z-index: 100; } .mainTableDragGhost * { vertical-align: middle; } .mainListContainer { position: relative; height: calc(100% - 200px); } .additionalListContainer { position: relative; overflow: scroll; max-height: 195px !important; } .login-container .login-box { position: relative; width: 480px; margin: 80px 120px auto; padding: 42px 42px 64px; z-index: 100; border: 1px solid #181818; background: #ffffff; } .login-container .login-box .welcome-message { padding: 24px 24px 32px; } .login-container .login-box #ajax-loading { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 0.75); } .login-container .login-box #login_error { margin: 32px auto; } .login-container .login-box .auth-container { padding-bottom: 30px; } .login-container .login-box .auth-container .auth-separator { text-align: center; border-bottom: 1px solid #383838; line-height: 0; margin-bottom: 30px; } .login-container .login-box .auth-container .auth-separator span { background: #ffffff; color: #383838; padding: 0 10px; font-weight: 700; font-size: 1.4rem; } .login-container .login-box .auth-container .btn { width: 240px; margin-left: auto; margin-right: auto; } .login-container .login-testimonial { position: relative; margin-top: 120px; z-index: 100; } .login-container .login-testimonial h1 { font-size: 2.4rem; line-height: 24px; margin-bottom: 20px; } .login-container .login-testimonial h2 { font-size: 3.2rem; line-height: 48px; } img.login-testimonial { position: fixed; width: 50%; height: auto; bottom: -15%; right: -5%; z-index: 50; } #top { display: flex; align-items: center; justify-content: space-between; position: relative; color: #ffffff; height: 48px; min-width: 1000px; overflow: hidden; background: #262626; } #top .logo-top-left { margin: 0 32px 0 20px; } #top .main-menu { flex: 0 1 auto; } #top #mainMenu { display: flex; line-height: 25px; color: #c8c9c9; overflow: hidden; white-space: nowrap; margin: 1px 0 0 0; padding: 0; } #top #mainMenu li { font-size: 1.2rem; list-style-type: none; float: left; margin-right: 26px; text-align: center; position: relative; display: inline; } #top #mainMenu li a { color: #c8c9c9; text-align: center; } #top #mainMenu li a:hover { color: #ffffff; } #top #mainMenu li a::before { display: block; content: attr(title); font-weight: bold; height: 0; overflow: hidden; visibility: hidden; } #top #mainMenu li.active { font-weight: bold; } #top #mainMenu li.active a { color: #ffffff; } #top #mainMenu li.active a:hover { color: #ffffff; } #top #mainMenu li:last-child { margin-right: 0; } #top #mainMenu.collapsed li.main-menu-item { display: none; } #top #object-type-group-dropdown { position: fixed; top: 36px; z-index: 1010; width: 160px; } #top #searchBar { flex-grow: 1; padding: 0 24px; position: relative; } #top #searchBar .input { background: transparent; border: 1px solid #c8c9c9; color: #c8c9c9; border-radius: 2px; max-width: 300px; height: 32px; float: right; } #top #searchBar img { position: absolute; top: 8px; right: 35px; } #top .language-switch { margin-right: 16px; position: relative; } #top .language-switch button { height: 32px; min-width: 64px; color: #ffffff; border: 1px solid transparent; background: transparent; } #top .language-switch button:focus, #top .language-switch button:active { border-color: #ffffff; padding: 7px; box-shadow: none; } #top .language-switch ul { position: fixed; top: 36px; z-index: 1010; min-width: 64px; } #top .user-avatar { margin: 0 20px 0 15px; position: relative; } #top .user-avatar div.notification-bubble { border-radius: 50%; width: 12px; height: 12px; background: #e3000f; color: #ffffff; font-size: 0.9rem; line-height: 1rem; font-weight: 700; text-align: center; position: absolute; top: -3px; right: -3px; } #top .user-avatar img.avatar { width: 24px; height: 24px; border-radius: 50%; cursor: pointer; } #top .user-avatar ul { position: fixed; top: 36px; right: 20px; z-index: 1010; width: 230px; } #module-dropdown, #add-ons-dropdown { position: fixed; width: 200px; margin-top: -5px; z-index: 1010; } #modal-container .modal-overlay { position: absolute; background: rgba(0, 0, 0, 0.3); width: 100%; top: 0; left: 0; bottom: 0; display: flex; align-items: center; } #modal-container .modal-overlay .modal { position: relative; width: 90%; height: 90%; border: 1px solid #000000; background-color: #ffffff; margin-left: auto; margin-right: auto; } #modal-container .modal-overlay .modal .modal-header { position: relative; width: 100%; height: 43px; background: #c8c9c9; border-bottom: 1px solid #787979; display: flex; align-items: center; padding: 5px 5px 5px 15px; } #modal-container .modal-overlay .modal .modal-content { position: absolute; top: 43px; right: 0; bottom: 43px; left: 0; overflow-x: hidden; overflow-y: auto; } #modal-container .modal-overlay .modal .modal-footer { position: absolute; width: 100%; height: 43px; bottom: 0; background: #e6e7e7; border-top: 1px solid #787979; padding: 5px; display: flex; align-items: center; } #mydoitArea { background-color: #ffffff; position: absolute; top: 0; left: 0; bottom: 0; width: 235px; overflow: auto; border: 1px solid #787979; border-left: 0; margin-right: 5px; z-index: 999; } #mydoitArea table { width: 100%; } #mydoitArea table th.navigation { padding: 1px; } #mydoitArea table th.navigation td.bookmarkButton { background-color: #c8c9c9; border: 1px solid #787979; cursor: pointer; } #mydoitArea table th.navigation td.bookmarkButton:hover { background-color: #e6e7e7; border: 1px solid #787979; } #mydoitArea .status-headline { border-top: 1px solid #787979; border-bottom: 1px solid #787979; } #tasks ul { list-style-type: none; display: block; margin: 10px 0 10px 20px; padding: 0; } #tasks :link, #tasks :visited { color: #5e594d; text-decoration: none; border-bottom: 1px dotted #c8c9c9; padding-bottom: 1px; } #tasks :link:hover, #tasks :visited:hover { color: #ff3341; border-bottom: 1px solid #ff3341; } #navBar { border-bottom: 1px solid #787979; display: flex; position: relative; align-items: center; background-color: #ffffff; padding: 14px 20px; height: 60px; white-space: nowrap; } #navBar h2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-right: 40px; line-height: 2; } #navBar #cSpanRecFilter { margin-left: auto; } #navBar> .btn, #navBar> .btn-group { margin-right: 16px; flex-shrink: 0; } #navBar .new-overlay { position: absolute; top: 50px; left: 5px; z-index: 9999; } #navBar .pager-results { display: flex; align-items: center; } #navBar .fileUpload { position: relative; overflow: hidden; } #navBar .fileUpload input.upload { position: absolute; top: 0; right: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } #Notify .item { position: relative; float: right; clear: right; margin: 0 0 10px; width: 226px; overflow: hidden; padding: 10px; line-height: 18px; font-size: 11px; color: #000000; border: 1px solid; } #Notify .item .head { font-size: 13px; font-weight: bold; } #Notify .item .exit { position: absolute; top: 2px; right: 5px; font-weight: bold; font-size: 12px; cursor: pointer; } .popup { border: 1px solid #000000; background-color: #ffffff; } .popup .popup-header, .popup .popup-header-ng { position: relative; width: 100%; height: 43px; background: #c8c9c9; border-bottom: 1px solid #787979; padding: 8px; } .popup .popup-header-ng { display: flex; align-items: center; padding: 5px 5px 5px 15px; } .popup .popup-content { position: absolute; top: 43px; right: 0; bottom: 43px; left: 0; overflow-x: hidden; overflow-y: auto; } .popup .popup-footer, .popup .popup-footer-ng { position: absolute; width: 100%; height: 43px; bottom: 0; background: #e6e7e7; border-top: 1px solid #787979; padding: 5px; } .popup .popup-footer-ng { display: flex; align-items: center; } @keyframes propertySelected { 0% { background: #e6e7e7; } 50% { background: #5897fb; color: #ffffff; } 100% { background: #e6e7e7; } } .property-selector table td { vertical-align: top; } .property-selector table td .category-field, .property-selector table td .selected-field { padding: 5px; margin-top: 5px; position: relative; font-weight: normal; min-height: 15px; } .property-selector table td .category-field:hover, .property-selector table td .selected-field:hover { background: #e6e7e7; } .property-selector table td .category-field span.plus { background: url("/images/axialis/basic/button-add.svg"); width: 16px; height: 16px; position: absolute; top: 3px; right: 3px; cursor: pointer; } .property-selector table td .draggable .selected-field { cursor: ns-resize; } .property-selector table td .selected-field.selected-field-focus { animation: propertySelected 3s infinite; } .property-selector table td .selected-field div { padding: 2px; position: relative; } .property-selector table td .selected-field span.minus { background: url("/images/axialis/basic/button-cancel.svg"); width: 16px; height: 16px; position: absolute; top: 3px; right: 3px; cursor: pointer; } .property-selector table td .reference { background: url("/images/axialis/basic/zoom.svg"); width: 16px; height: 16px; position: absolute; top: 3px; right: 18px; cursor: pointer; } .property-selector table td .property-remover { background: url("/images/axialis/basic/button-cancel.svg") no-repeat; width: 16px; height: 16px; position: relative; cursor: pointer; padding: 0px 16px; margin-top: 5px; font-weight: normal; } #qcw table { width: 100%; max-width: 990px; } #qcw table td { vertical-align: top; width: 310px; position: relative; } #qcw table td.spacer { width: 20px; } #qcw table td.rsaquo { width: 60px; padding: 200px 10px; text-align: center; } #qcw table td #object-type-hider, #qcw table td #category-hider { position: absolute; background: #ffffff; top: 0; right: 0; bottom: 0; left: 0; z-index: 20; } #qcw table td #object-type-hider div, #qcw table td #category-hider div { position: absolute; top: 45%; text-align: center; margin: 0 40px; } #qcw table td .container { background: #ffffff; border: 1px solid #c8c9c9; width: 290px; } #qcw table td .container h2 { padding: 10px; background-color: #e6e7e7; border-bottom: #c8c9c9 1px solid; } #qcw table td .container h2 img { float: right; } #qcw table td .container #objtypegroup_name, #qcw table td .container #objtype_name { display: inline-block; max-width: 170px; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; } #qcw table td .container ul { list-style: none; margin: 0; padding: 0; height: 438px; position: relative; overflow-y: auto; } #qcw table td .container ul#obj_type_list li, #qcw table td .container ul#obj_type_group_list li { cursor: pointer; } #qcw table td .container ul li { position: relative; border-radius: 2px; padding: 5px; height: 40px; margin-top: 5px; display: flex; align-items: center; } #qcw table td .container ul li.filtered { display: none; } #qcw table td .container ul li.selfdefined span.title { font-style: italic; } #qcw table td .container ul li:hover { background: #e6e7e7; } #qcw table td .container ul li:hover span.counter { background: #e6e7e7; box-shadow: -5px 0 4px #e6e7e7; } #qcw table td .container ul li:hover button { opacity: 1; } #qcw table td .container ul li.active { background: #e6e7e7; font-weight: bold; } #qcw table td .container ul li.active:hover span.counter { background: #e6e7e7; font-weight: bold; box-shadow: -5px 0 4px #e6e7e7; } #qcw table td .container ul li .handle { background: transparent url("/images/icons/hatch.gif"); width: 8px; height: 18px; float: left; cursor: ns-resize; margin-right: 4px; } #qcw table td .container ul li button { opacity: 0.2; margin-left: auto; } #qcw table td .container ul li span { display: inline-block; vertical-align: middle; } #qcw table td .container ul li span.title { width: 205px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #qcw table td .container ul li span.counter { position: absolute; right: 35px; top: 8px; } #qcw hr { margin: 20px 0; } #popup-qcw * { box-sizing: border-box; } #popup-qcw label { height: auto; } #popup-qcw .list { width: 60%; } #popup-qcw .list ul { margin: 0; padding: 0; list-style: none; overflow-x: hidden; overflow-y: scroll; } #popup-qcw .list ul li { position: relative; border-radius: 2px; padding: 5px; height: 40px; margin-top: 5px; display: flex; align-items: center; } #popup-qcw .list ul li.selected { background: #ffffff; } #popup-qcw .list ul li.selfdefined span.title { font-style: italic; } #popup-qcw .list ul li.not-assigned { background: #ffffff; color: #c8c9c9; } #popup-qcw .list ul li:hover { background: #e6e7e7; } #popup-qcw .list ul li:hover button { opacity: 1 !important; } #popup-qcw .list ul li:hover button[disabled] { opacity: 0.5 !important; } #popup-qcw .list ul li span { display: inline-block; vertical-align: middle; } #popup-qcw .list ul li span.title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 345px; } #popup-qcw .list ul li span.title span { margin-top: -2px; margin-left: 5px; } #popup-qcw .list ul li button { opacity: 0; } #popup-qcw .list ul li:last-of-type { border-bottom: none; } #popup-qcw .editor { width: 40%; border-left: 1px solid #c8c9c9; padding: 5px; } #popup-qcw .list, #popup-qcw .editor { position: relative; float: left; height: 100%; box-sizing: border-box; } #popup-qcw .editor-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255, 255, 255, 0.8); box-sizing: border-box; text-align: center; padding-top: 40px; } #popup-qcw #profile-table th:last-of-type, #popup-qcw #profile-table td:last-of-type { width: 60px !important; text-align: center; } #popup-qcw .qq-upload-drop-area, #popup-qcw .qq-upload-extra-drop-area { left: auto; top: -30px; padding: 5px 0; height: 64px; } .highlightSearch { background-color: #d6dde5; border-radius: 5px; } .search-bar { position: relative; margin-bottom: 10px; } .search-bar img { position: absolute; top: 8px; right: 10px; } .suggestion-container { position: relative; } .suggestion-container input { width: 100% !important; } .suggestion-container .suggestion-choices { position: absolute; background: #ffffff; border: 1px solid #787979; border-top: none; z-index: 1000; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.05); overflow-y: auto; } .suggestion-container .suggestion-choices ul { list-style: none; margin: 0; padding: 0; } .suggestion-container .suggestion-choices ul li { padding: 5px; display: flex; overflow: hidden; cursor: pointer; } .suggestion-container .suggestion-choices ul li.selected { background: #5897fb; color: #ffffff; } .suggestion-container .suggestion-indicator { position: absolute; top: 8px; right: 8px; } .sys-message { margin: 5px; padding: 5px; color: #056312; border-color: #056312; background: #acd8b1; } .sys-message_info, .sys-message_warning, .sys-message_error { padding: 5px 5px 5px 25px; } .sys-message_info { color: #05356c; border-color: #05356c; background: #92cbee url("/images/axialis/basic/button-info.svg") no-repeat 5px center; } .sys-message_warning { color: #b1530f; border-color: #b1530f; background: #f7da8e url("/images/axialis/basic/warning.svg") no-repeat 5px center; } .sys-message_error { color: #7b0000; border-color: #7b0000; background: #f3b8b8 url("/images/axialis/basic/warning-red.svg") no-repeat 5px center; } ul.tabs { height: 35px; list-style: none; border-bottom: 1px solid #787979; padding: 0; margin: 0; } ul.tabs li { float: left; } ul.tabs li:first-child { margin-left: -6px; } ul.tabs a { float: left; padding: 5px 8px; margin-left: 6px; border: 1px solid #787979; text-decoration: none; font-weight: bold; height: 35px; line-height: 15px; color: #000000; border-radius: 5px 5px 0 0; } ul.tabs a:hover { color: #383838; } ul.tabs a.active { background-color: #ffffff; border: 1px solid #787979; border-bottom: 1px solid transparent !important; color: #383838; text-decoration: underline; } ul.browser-tabs { height: 35px; list-style: none; border-bottom: 1px solid #787979; padding-top: 8px; padding-left: 0; } ul.browser-tabs li { float: left; } ul.browser-tabs li.disabled a { color: #787979; } ul.browser-tabs li a { float: left; padding: 5px 8px; margin-left: 10px; text-decoration: none; height: 27px; color: #383838; } ul.browser-tabs li a:hover { color: #000000; } ul.browser-tabs li a.active { background-color: #ffffff; border: 1px solid #787979; border-bottom: 1px solid transparent !important; color: #383838; } .text-reset { color: #000000; font-family: Tahoma, Verdana, Segoe, sans-serif; font-size: 1.2rem; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.4rem; } .text-normal { font-weight: normal !important; } .text-bold { font-weight: bold !important; } .text-underline { text-decoration: underline !important; } .text-strike { text-decoration: line-through !important; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .text-justify { text-align: justify; } .text-monospace, .font-monospace { font-family: Courier New, Lucida Console, Monospace, Monaco, sans-serif, serif; } .tooltip { position: absolute; box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.5); } .tooltip * { position: relative; box-sizing: border-box; } .tooltip .pointer { position: absolute; width: 100%; height: 100%; } .tooltip .pointer div { position: absolute; border: 5px solid transparent; width: 0; height: 0; } .tooltip .pointer .lefttop, .tooltip .pointer .topleft { border-bottom-color: #787979; border-left-color: #787979; top: -10px; left: 0; } .tooltip .pointer .topmiddle { border-width: 10px; border-bottom-color: #787979; top: -20px; left: 50%; } .tooltip .pointer .topright, .tooltip .pointer .righttop { border-bottom-color: #787979; border-right-color: #787979; top: -10px; right: 0; } .tooltip .pointer .rightmiddle { border-width: 10px; border-left-color: #787979; top: 50%; right: -20px; } .tooltip .pointer .rightbottom, .tooltip .pointer .bottomright { border-top-color: #787979; border-right-color: #787979; bottom: -10px; right: 0; } .tooltip .pointer .bottommiddle { border-width: 10px; border-top-color: #787979; bottom: -20px; left: 50%; } .tooltip .pointer .bottomleft, .tooltip .pointer .leftbottom { border-top-color: #787979; border-left-color: #787979; bottom: -10px; left: 0; } .tooltip .pointer .leftmiddle { border-width: 10px; border-right-color: #787979; top: 50%; left: -20px; } .tooltip .objectinfo { border: 1px solid #787979; background: #ffffff; width: 350px; } .tooltip .objectinfo .header { border-bottom: 1px solid #787979; background: #e6e7e7; display: flex; align-items: center; padding: 5px; } .tooltip .objectinfo .header img { float: left; margin-right: 5px; height: 30px; width: auto; } .tooltip .objectinfo .header .cmdb-marker { float: right; height: 15px; width: 10px; margin: 5px; } .tooltip .objectinfo h2 { padding: 5px; background-color: #e6e7e7; border-top: 1px solid #c8c9c9; border-bottom: 1px solid #c8c9c9; } .tooltip .objectinfo h2:first-of-type { border-top: none; } .tooltip .objectinfo table { width: 100%; padding: 2px; margin-bottom: 5px; } .tooltip .objectinfo table td.key { font-weight: 700; } .tooltip.darkgrey { font-size: 11px; color: #ffffff; background-color: #383838; padding: 2px 4px; border-radius: 2px; } .tooltip.darkgrey .content { padding: 3px; color: #ffffff; line-height: 15px; max-width: 500px; } /*! * LF: For future use (when we remove our dtree and etree JS component). * Found here https://codepen.io/khoama/pen/hpljA * By https://codepen.io/khoama/# */ ul.css-tree { color: #181818; margin: 0 0 0 20px; list-style: none; line-height: 26.5px; } ul.css-tree .css-tree { margin-top: 1px; margin-bottom: -1px; } ul.css-tree li { position: relative; } ul.css-tree li .tree-inner { position: relative; margin-left: 4px; white-space: nowrap; display: flex; align-items: center; } ul.css-tree li.root { margin: 0 0 0 -25px; } ul.css-tree li.root .child-toggle { display: none; } ul.css-tree li.root:before { display: none; } ul.css-tree li.root:after { display: none; } ul.css-tree li:before { position: absolute; left: -15px; top: 3px; content: ""; display: block; border-left: 1px solid #787979; height: 1em; border-bottom: 1px solid #787979; width: 14px; } ul.css-tree li:after { position: absolute; left: -15px; bottom: -7px; content: ""; display: block; border-left: 1px solid #787979; height: 100%; } ul.css-tree li:last-child:after { display: none; } /** * i-doit specific styles for "toggle" button and displaying images (icons) inside the tree. */ ul.css-tree li .child-toggle { position: absolute; top: 9px; left: -19px; z-index: 50; cursor: pointer; } ul.css-tree li img:not(.child-toggle) { max-width: 16px; max-height: 16px; vertical-align: middle; margin-left: -1px; } .wysiwyg h1 { margin: 17px 0; font-size: 25px; } .wysiwyg h2 { margin: 16px 0; font-size: 20px; } .wysiwyg h3 { margin: 15px 0; font-size: 15px; } .wysiwyg h4 { margin: 17px 0; font-size: 13px; } .wysiwyg h5 { margin: 18px 0; font-size: 10px; } .wysiwyg h6 { margin: 20px 0; font-size: 9px; } .wysiwyg p { margin: 10px 0; font-size: 11px; } .wysiwyg a { color: #e3000f; border-bottom: 1px dotted transparent; } .wysiwyg a:hover { color: #ff3341; border-color: #ff3341; } .wysiwyg :first-child { margin-top: 0 !important; } .wysiwyg :last-child { margin-bottom: 0 !important; } /*! Chosen, a Select Box Enhancer for jQuery and Prototype by Patrick Filler for Harvest, http://getharvest.com Version 1.5.1 Full source at https://github.com/harvesthq/chosen Copyright (c) 2011-2016 Harvest http://getharvest.com MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md This file is generated by `grunt build`, do not edit it by hand. */ .chosen-container { position: relative; display: inline-block; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; user-select: none; text-align: left; } .chosen-container a { cursor: pointer; } .chosen-container .chosen-drop { position: absolute; top: 100%; left: -9999px; z-index: 1010; width: 100%; border: 1px solid #787979; border-top: 0; background: #ffffff; } .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name { margin-right: 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: normal; color: #787979; } .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after { content: ":"; padding-left: 2px; vertical-align: top; } .chosen-container .chosen-results { color: #383838; position: relative; overflow-x: hidden; overflow-y: auto; margin: 0 4px 4px 0; padding: 0 0 0 4px; max-height: 240px; -webkit-overflow-scrolling: touch; } .chosen-container .chosen-results li { display: none; margin: 0; padding: 5px 6px; list-style: none; line-height: 13px; word-wrap: break-word; -webkit-touch-callout: none; } .chosen-container .chosen-results li.active-result { display: list-item; cursor: pointer; } .chosen-container .chosen-results li.disabled-result { display: list-item; color: #c8c9c9; cursor: default; } .chosen-container .chosen-results li.highlighted { background: #096480; color: #ffffff; } .chosen-container.chosen-with-drop .chosen-drop { left: 0; } .chosen-container-single .chosen-single { position: relative; display: block; overflow: hidden; padding: 2px 5px; height: 32px; border: 1px solid #787979; border-radius: 2px; background-color: #ffffff; background-clip: padding-box; text-decoration: none; white-space: nowrap; display: flex; align-items: center; } .chosen-container-single .chosen-single.input-error { color: #e42d2c; background: #f3b8b8; border: 1px #e42d2c solid; } .chosen-container-single .chosen-single div { margin-left: auto; } .chosen-container-single .chosen-single div b { display: block; width: 100%; height: 100%; background: url("/images/chosen/chosen-sprite.png") no-repeat 0px 2px; } .chosen-container-single .chosen-single span { display: block; overflow: hidden; margin-right: 26px; text-overflow: ellipsis; white-space: nowrap; } .chosen-container-single .chosen-single abbr { position: absolute; top: 6px; right: 26px; display: block; width: 12px; height: 12px; background: url("/images/chosen/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; } .chosen-container-single .chosen-single abbr:hover { background-position: -42px -10px; } .chosen-container-single .chosen-default { color: #787979; } .chosen-container-single .chosen-single-with-deselect span { margin-right: 38px; } .chosen-container-single .chosen-search { position: relative; z-index: 1010; margin: 0; padding: 3px 4px; white-space: nowrap; } .chosen-container-single .chosen-search input[type="text"] { margin: 1px 0; padding: 4px 20px 4px 5px; width: 100%; height: auto; outline: 0; border: 1px solid #aaa; background: white url("/images/chosen/chosen-sprite.png") no-repeat 100% -20px; background: url("/images/chosen/chosen-sprite.png") no-repeat 100% -20px; font-size: 1em; font-family: sans-serif; line-height: normal; border-radius: 0; } .chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px; } .chosen-container-single .chosen-drop { margin-top: -1px; border-radius: 0 0 4px 4px; background-clip: padding-box; } .chosen-container-single.chosen-container-single-nosearch .chosen-search { position: absolute; left: -9999px; } .chosen-container .chosen-results li.no-results { color: #787979; display: list-item; background: #e6e7e7; } .chosen-container .chosen-results li.group-result { display: list-item; font-weight: bold; cursor: default; } .chosen-container .chosen-results li.group-option { padding-left: 15px; } .chosen-container .chosen-results li em { font-style: normal; text-decoration: underline; } .chosen-container-multi .chosen-choices { position: relative; overflow: hidden; margin: 0; padding: 2px 5px; width: 100%; min-height: 32px; height: auto !important; border: 1px solid #787979; background-color: #ffffff; cursor: text; } .chosen-container-multi .chosen-choices.input-error { color: #e42d2c; background: #f3b8b8; border: 1px #e42d2c solid; } .chosen-container-multi .chosen-choices li { float: left; list-style: none; } .chosen-container-multi .chosen-choices li.search-field { margin: 0; padding: 0; white-space: nowrap; } .chosen-container-multi .chosen-choices li.search-field input[type="text"] { margin: 0; padding: 0; height: 26px; outline: 0; border: 0 !important; background: transparent !important; box-shadow: none; color: #787979; } .chosen-container-multi .chosen-choices li.search-choice { position: relative; margin: 1px 5px 1px 0; padding: 2px 20px 2px 5px; border: 1px solid #aaa; max-width: 100%; border-radius: 3px; background-color: #e6e7e7; background-size: 100% 19px; background-repeat: repeat-x; background-clip: padding-box; line-height: 18px; cursor: default; } .chosen-container-multi .chosen-choices li.search-choice span { word-wrap: break-word; } .chosen-container-multi .chosen-choices li.search-choice .search-choice-close { position: absolute; top: 6px; right: 3px; display: block; width: 12px; height: 12px; background: url("/images/chosen/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; } .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { background-position: -42px -10px; } .chosen-container-multi .chosen-choices li.search-choice-disabled { padding-right: 5px; border: 1px solid #ccc; background-color: #e6e7e7; color: #666; } .chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; } .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close { background-position: -42px -10px; } .chosen-container-multi .chosen-results { margin: 0; padding: 0; } .chosen-container-multi .chosen-drop .result-selected { display: list-item; color: #ccc; cursor: default; } .chosen-container-active .chosen-single { border: 1px solid #096480; } .chosen-container-active .chosen-choices { border: 1px solid #096480; } .chosen-container-active .chosen-choices li.search-field input[type="text"] { color: #222 !important; } .chosen-container-active.chosen-with-drop .chosen-single div { border-left: none; background: transparent; } .chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 2px; } .chosen-disabled { opacity: 0.5 !important; cursor: default; } .chosen-disabled .chosen-single { cursor: default; } .chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; } @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) { .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span { background-image: url("/images/chosen/chosen-sprite@2x.png") !important; background-size: 52px 37px !important; background-repeat: no-repeat !important; } } .clr-picker { display: none; flex-wrap: wrap; position: absolute; width: 200px; z-index: 1000; border-radius: 10px; background-color: #fff; justify-content: flex-end; direction: ltr; box-shadow: 0 0 5px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.1); -moz-user-select: none; -webkit-user-select: none; user-select: none; } .clr-picker.clr-open, .clr-picker[data-inline="true"] { display: flex; } .clr-picker[data-inline="true"] { position: relative; } .clr-gradient { position: relative; width: 100%; height: 100px; margin-bottom: 15px; border-radius: 3px 3px 0 0; background-image: linear-gradient(rgba(0, 0, 0, 0), #000), linear-gradient(90deg, #fff, currentColor); cursor: pointer; } .clr-marker { position: absolute; width: 12px; height: 12px; margin: -6px 0 0 -6px; border: 1px solid #fff; border-radius: 50%; background-color: currentColor; cursor: pointer; } .clr-picker input[type="range"]::-webkit-slider-runnable-track { width: 100%; height: 16px; } .clr-picker input[type="range"]::-webkit-slider-thumb { width: 16px; height: 16px; -webkit-appearance: none; } .clr-picker input[type="range"]::-moz-range-track { width: 100%; height: 16px; border: 0; } .clr-picker input[type="range"]::-moz-range-thumb { width: 16px; height: 16px; border: 0; } .clr-hue { background-image: linear-gradient(to right, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%); } .clr-hue, .clr-alpha { position: relative; width: calc(100% - 40px); height: 8px; margin: 5px 20px; border-radius: 4px; } .clr-alpha span { display: block; height: 100%; width: 100%; border-radius: inherit; background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), currentColor); } .clr-hue input, .clr-alpha input { position: absolute; width: calc(100% + 32px); height: 16px; left: -16px; top: -4px; margin: 0; background-color: transparent; opacity: 0; cursor: pointer; appearance: none; -webkit-appearance: none; } .clr-hue div, .clr-alpha div { position: absolute; width: 16px; height: 16px; left: 0; top: 50%; margin-left: -8px; transform: translateY(-50%); border: 2px solid #fff; border-radius: 50%; background-color: currentColor; box-shadow: 0 0 1px #888; pointer-events: none; } .clr-alpha div:before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: 0; border-radius: 50%; background-color: currentColor; } .clr-format { display: none; order: 1; width: calc(100% - 40px); margin: 0 20px 20px; } .clr-segmented { display: flex; position: relative; width: 100%; margin: 0; padding: 0; border: 1px solid #ddd; border-radius: 15px; box-sizing: border-box; color: #999; font-size: 12px; } .clr-segmented input, .clr-segmented legend { position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; left: 0; top: 0; opacity: 0; pointer-events: none; } .clr-segmented label { flex-grow: 1; margin: 0; padding: 4px 0; font-size: inherit; font-weight: normal; line-height: initial; text-align: center; cursor: pointer; } .clr-segmented label:first-of-type { border-radius: 10px 0 0 10px; } .clr-segmented label:last-of-type { border-radius: 0 10px 10px 0; } .clr-segmented input:checked + label { color: #fff; background-color: #666; } .clr-swatches { order: 2; width: calc(100% - 32px); margin: 0 16px; } .clr-swatches div { display: flex; flex-wrap: wrap; padding-bottom: 12px; justify-content: center; } .clr-swatches button { position: relative; width: 20px; height: 20px; margin: 0 4px 6px 4px; padding: 0; border: 0; border-radius: 50%; color: inherit; text-indent: -1000px; white-space: nowrap; overflow: hidden; cursor: pointer; } .clr-swatches button:after { content: ""; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: inherit; background-color: currentColor; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); } input.clr-color { order: 1; width: calc(100% - 80px); height: 32px; margin: 15px 20px 20px auto; padding: 0 10px; border: 1px solid #ddd; border-radius: 16px; color: #444; background-color: #fff; font-family: sans-serif; font-size: 14px; text-align: center; box-shadow: none; } input.clr-color:focus { outline: none; border: 1px solid #1e90ff; } .clr-close, .clr-clear { display: none; order: 2; height: 24px; margin: 0 20px 20px; padding: 0 20px; border: 0; border-radius: 12px; color: #fff; background-color: #666; font-family: inherit; font-size: 12px; font-weight: 400; cursor: pointer; } .clr-close { display: block; margin: 0 20px 20px auto; } .clr-preview { position: relative; width: 32px; height: 32px; margin: 15px 0 20px 20px; border-radius: 50%; overflow: hidden; } .clr-preview:before, .clr-preview:after { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: 0; border: 1px solid #fff; border-radius: 50%; } .clr-preview:after { border: 0; background-color: currentColor; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); } .clr-preview button { position: absolute; width: 100%; height: 100%; z-index: 1; margin: 0; padding: 0; border: 0; border-radius: 50%; outline-offset: -2px; background-color: transparent; text-indent: -9999px; cursor: pointer; overflow: hidden; } .clr-marker, .clr-hue div, .clr-alpha div, .clr-color { box-sizing: border-box; } .clr-field { display: inline-block; position: relative; color: transparent; } .clr-field input { margin: 0; direction: ltr; } .clr-field.clr-rtl input { text-align: right; } .clr-field button { position: absolute; width: 30px; height: 100%; right: 0; top: 50%; transform: translateY(-50%); margin: 0; padding: 0; border: 0; color: inherit; text-indent: -1000px; white-space: nowrap; overflow: hidden; pointer-events: none; } .clr-field.clr-rtl button { right: auto; left: 0; } .clr-field button:after { content: ""; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: inherit; background-color: currentColor; box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); } .clr-alpha, .clr-alpha div, .clr-swatches button, .clr-preview:before, .clr-field button { background-image: repeating-linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa), repeating-linear-gradient(45deg, #aaa 25%, #fff 25%, #fff 75%, #aaa 75%, #aaa); background-position: 0 0, 4px 4px; background-size: 8px 8px; } .clr-marker:focus { outline: none; } .clr-keyboard-nav .clr-marker:focus, .clr-keyboard-nav .clr-hue input:focus + div, .clr-keyboard-nav .clr-alpha input:focus + div, .clr-keyboard-nav .clr-segmented input:focus + label { outline: none; box-shadow: 0 0 0 2px #1e90ff, 0 0 2px 2px #fff; } .clr-picker[data-alpha="false"] .clr-alpha { display: none; } .clr-picker[data-minimal="true"] { padding-top: 16px; } .clr-picker[data-minimal="true"] .clr-gradient, .clr-picker[data-minimal="true"] .clr-hue, .clr-picker[data-minimal="true"] .clr-alpha, .clr-picker[data-minimal="true"] .clr-color, .clr-picker[data-minimal="true"] .clr-preview { display: none; } /** Dark theme **/ .clr-dark { background-color: #444; } .clr-dark .clr-segmented { border-color: #777; } .clr-dark .clr-swatches button:after { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } .clr-dark input.clr-color { color: #fff; border-color: #777; background-color: #555; } .clr-dark input.clr-color:focus { border-color: #1e90ff; } .clr-dark .clr-preview:after { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); } .clr-dark .clr-alpha, .clr-dark .clr-alpha div, .clr-dark .clr-swatches button, .clr-dark .clr-preview:before { background-image: repeating-linear-gradient(45deg, #666 25%, transparent 25%, transparent 75%, #888 75%, #888), repeating-linear-gradient(45deg, #888 25%, #444 25%, #444 75%, #888 75%, #888); } /** Polaroid theme **/ .clr-picker.clr-polaroid { border-radius: 6px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 30px rgba(0, 0, 0, 0.2); } .clr-picker.clr-polaroid:before { content: ""; display: block; position: absolute; width: 16px; height: 10px; left: 20px; top: -10px; border: solid transparent; border-width: 0 8px 10px 8px; border-bottom-color: currentColor; box-sizing: border-box; color: #fff; filter: drop-shadow(0 -4px 3px rgba(0, 0, 0, 0.1)); pointer-events: none; } .clr-picker.clr-polaroid.clr-dark:before { color: #444; } .clr-picker.clr-polaroid.clr-left:before { left: auto; right: 20px; } .clr-picker.clr-polaroid.clr-top:before { top: auto; bottom: -10px; transform: rotateZ(180deg); } .clr-polaroid .clr-gradient { width: calc(100% - 20px); height: 120px; margin: 10px; border-radius: 3px; } .clr-polaroid .clr-hue, .clr-polaroid .clr-alpha { width: calc(100% - 30px); height: 10px; margin: 6px 15px; border-radius: 5px; } .clr-polaroid .clr-hue div, .clr-polaroid .clr-alpha div { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } .clr-polaroid .clr-format { width: calc(100% - 20px); margin: 0 10px 15px; } .clr-polaroid .clr-swatches { width: calc(100% - 12px); margin: 0 6px; } .clr-polaroid .clr-swatches div { padding-bottom: 10px; } .clr-polaroid .clr-swatches button { width: 22px; height: 22px; } .clr-polaroid input.clr-color { width: calc(100% - 60px); margin: 10px 10px 15px auto; } .clr-polaroid .clr-clear { margin: 0 10px 15px 10px; } .clr-polaroid .clr-close { margin: 0 10px 15px auto; } .clr-polaroid .clr-preview { margin: 10px 0 15px 10px; } /** Large theme **/ .clr-picker.clr-large { width: 275px; } .clr-large .clr-gradient { height: 150px; } .clr-large .clr-swatches button { width: 22px; height: 22px; } /** Pill (horizontal) theme **/ .clr-picker.clr-pill { width: 380px; padding-left: 180px; box-sizing: border-box; } .clr-pill .clr-gradient { position: absolute; width: 180px; height: 100%; left: 0; top: 0; margin-bottom: 0; border-radius: 3px 0 0 3px; } .clr-pill .clr-hue { margin-top: 20px; } /*--------------------------------------------------| | dTree 2.05 | www.destroydrop.com/javascript/tree/ | |---------------------------------------------------| | Copyright (c) 2002-2003 Geir Landrü | |--------------------------------------------------*/ .dtree { white-space: nowrap; color: #181818; } .dtree> .node { margin-bottom: 5px; } .dtree img { border: 0; vertical-align: middle; cursor: pointer; } .dtree img.nodeIcon { width: 16px; height: 16px; margin: 0 4px; } .dtree a { text-decoration: none; cursor: pointer; } .dtree a.node, .dtree a.rootNode, .dtree a.nodeSel { white-space: nowrap; line-height: 16px; vertical-align: middle; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dtree a.node:hover, .dtree a.rootNode:hover, .dtree a.nodeSel:hover { text-decoration: none; } .dtree a.nodeSel { font-weight: bold; } .dtree a.nodeDisabled { white-space: nowrap; padding-left: 5px; line-height: 16px; vertical-align: middle; color: #181818; opacity: 0.5; cursor: default; } .dtree a.rootNode { color: #181818; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dtree span.noentries { color: #787979; } .dtree .clip { overflow: visible; } .dtree div.node { display: flex; align-items: center; } .dtree div.node a span { padding-left: 0 !important; } .dtree div.node span { white-space: nowrap; line-height: 16px; vertical-align: middle; } #nodeVisibilityIcon { position: absolute; right: 30px; z-index: 301; } /* * VERSION 2.0 * Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com ) * Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com ) * * Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt. */ .qq-uploader { position: relative; width: 100%; } .qq-upload-drop-area, .qq-upload-extra-drop-area { position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-height: 30px; z-index: 2; background: #FF9797; text-align: center; /* i-doit specific styles are always at the bottom */ background: #EEE; border: 1px solid #BBB; top: -6px; left: -6px; padding: 5px 5px 0px; height: 100%; } .qq-upload-drop-area span { display: block; position: absolute; top: 50%; width: 100%; margin-top: -8px; font-size: 16px; /* i-doit specific styles are always at the bottom */ font-size: 11px; } .qq-upload-extra-drop-area { position: relative; margin-top: 50px; font-size: 16px; padding-top: 30px; height: 20px; min-height: 40px; } .qq-upload-drop-area-active { background: #FF7171; /* i-doit specific styles are always at the bottom */ background: #DDD; } .qq-upload-list { margin: 0; padding: 0; list-style: none; /* i-doit specific styles are always at the bottom */ float: right; width: 320px; margin-top: 2px; } .qq-upload-list li { margin: 0; padding: 9px; line-height: 15px; font-size: 16px; background-color: #FFF0BD; /* i-doit specific styles are always at the bottom */ background: #eee; font-size: 12px; line-height: 12px; padding: 5px; } .qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text, .qq-upload-finished { margin-right: 12px; } .qq-upload-spinner { display: inline-block; background: url("loading.gif"); width: 15px; height: 15px; vertical-align: text-bottom; /* i-doit specific styles are always at the bottom */ background: url("/images/ajax-loading.gif"); width: 16px; height: 16px; } .qq-upload-finished { display: none; width: 15px; height: 15px; vertical-align: text-bottom; } .qq-upload-size, .qq-upload-cancel { font-size: 12px; font-weight: normal; } .qq-upload-failed-text { display: none; } .qq-upload-failed-icon { display: none; width: 15px; height: 15px; vertical-align: text-bottom; } .qq-upload-fail .qq-upload-failed-text { display: inline; } .qq-upload-list li.qq-upload-success { background-color: #5DA30C; color: #FFFFFF; } .qq-upload-list li.qq-upload-fail { background-color: #D60000; color: #FFFFFF; } /* i-doit specific styles are always at the bottom */ a.qq-upload-cancel { width: 16px; height: 16px; float: right; background: transparent url("/images//axialis/basic/symbol-cancel.svg") no-repeat; margin-top: -2px; } input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: 1.3rem; line-height: inherit; } select.input { min-width: 4em; appearance: none; background: #ffffff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguMDAwMTEgOS41MzEyOEwxMi4yMTU4IDUuMzY4MjNMMTIuOTE4NCA2LjA3OTc2TDguMzUxNDQgMTAuNTg5OEg3LjY0ODc5TDMuMDgxNzkgNi4wNzk3NkwzLjc4NDQ0IDUuMzY4MjNMOC4wMDAxMSA5LjUzMTI4WiIgZmlsbD0iIzM4MzgzOCIvPjwvc3ZnPg==") no-repeat right 8px center; cursor: pointer; padding-right: 28px; } select.input option { color: #666666; padding: 3px; } select.input option:hover { color: #ffffff; background: #096480; } select.input option[disabled] { color: #787979; background: rgba(24, 24, 24, 0.08); border-color: #c8c9c9; } select.input.input-error { background: #f3b8b8 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguMDAwMTEgOS41MzEyOEwxMi4yMTU4IDUuMzY4MjNMMTIuOTE4NCA2LjA3OTc2TDguMzUxNDQgMTAuNTg5OEg3LjY0ODc5TDMuMDgxNzkgNi4wNzk3NkwzLjc4NDQ0IDUuMzY4MjNMOC4wMDAxMSA5LjUzMTI4WiIgZmlsbD0iI2U0MmQyYyIvPjwvc3ZnPg==") no-repeat right 8px center; } select.input:active, select.input:focus { background: #ffffff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuOTc5MDggNi40NDg2M0wzLjc2MzM2IDEwLjYxMDhMMy4wNjA3OSA5Ljg5OTJMNy42Mjc3OSA1LjM5MDJMOC4zMzAzNiA1LjM5MDJMMTIuODk3NCA5Ljg5OTJMMTIuMTk0OCAxMC42MTA4TDcuOTc5MDggNi40NDg2M1oiIGZpbGw9IiMzODM4MzgiLz48L3N2Zz4=") no-repeat right 8px center; } select.input[disabled], select.input.disabled { color: #787979; background: rgba(24, 24, 24, 0.08) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguMDAwMTEgOS41MzEyOEwxMi4yMTU4IDUuMzY4MjNMMTIuOTE4NCA2LjA3OTc2TDguMzUxNDQgMTAuNTg5OEg3LjY0ODc5TDMuMDgxNzkgNi4wNzk3NkwzLjc4NDQ0IDUuMzY4MjNMOC4wMDAxMSA5LjUzMTI4WiIgZmlsbD0iIzM4MzgzOCIvPjwvc3ZnPg==") no-repeat right 8px center; border-color: #c8c9c9; } input[type="checkbox"] { appearance: checkbox; width: 13px; height: 13px; border: none; padding: 0; } input[type="radio"] { appearance: radio; width: 13px; height: 13px; border: none; padding: 0; } .input-dual-radio { width: 563px !important; } .input { border: 1px solid #787979; border-radius: 2px; padding: 2px 5px; box-sizing: border-box; height: 32px; vertical-align: middle; transition-duration: 250ms; appearance: none; } .input.input-error { color: #e42d2c; background: #f3b8b8; border: 1px #e42d2c solid; } .input[disabled], .input.disabled { color: #787979; background: rgba(24, 24, 24, 0.08); border-color: #c8c9c9; } .input[readonly], .input.readonly { background-color: #e6e7e7; cursor: default; } .input:hover, .input.hover { border-color: #787979; color: black; } .input:active, .input.active, .input:focus, .input.focus { border-color: #096480; outline: 2px solid #096480; box-shadow: 0px 0px 10px rgba(9, 100, 128, 0.3); } /* Standard width of a content form-element */ .input, .input-size-normal, .contentTable .chosen-container-single { width: 460px; } /* Refs ID-713 - But this should be refactored in further versions */ .contentTable .property-selector .chosen-container-single { width: 100%; } .chosen-container { font-weight: normal; } textarea.input { height: auto; } textarea.input.noresize { resize: none; } .input-size-block, .input.input-block { width: 100%; display: block; } /* 3/4 witdh of a default content form-element */ .input-size-medium, .input.input-medium { width: 340px; } /* 1/2 witdh of a default content form-element */ .input-size-small, .input.input-small { width: 220px; } /* 1/4 witdh of a default content form-element */ .input-size-mini, .input.input-mini { width: 100px; } optgroup[disabled], option[disabled] { color: #777777; } optgroup option { padding-left: 10px; } /* Special case for file upload fields */ .input-file { cursor: pointer !important; padding: 0 !important; border: none !important; box-shadow: none !important; } .input-file:focus, input[type="file"]:focus { box-shadow: none !important; border: none !important; } /* Special case for file upload fields */ .input-file-ajax { position: relative !important; padding: 0 !important; border: none !important; box-shadow: none !important; } .input-file-ajax .qq-upload-button { cursor: pointer; } .input-file-ajax button { position: absolute; top: 0; left: 0; } /*------------------------------------------------------------------------*/ /* Input Group */ /*------------------------------------------------------------------------*/ .input-group { position: relative; display: flex; align-items: center; border-collapse: separate; float: left; border-spacing: 0; /* @deprecated Use CSS classes according to the "addon"-element */ /* This can be used for two fields next to each other (calendar + time). The two (or more) fields need inline styles which add up to exactly 100% width! */ } .input-group> * { margin-left: 4px; } .input-group> *:first-child { margin-left: 0; } .input-group .input { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; } .input-group .input-group-addon { min-width: 32px; height: 32px; white-space: nowrap; vertical-align: middle; text-align: center; background: #ffffff; padding: 7px; border: 1px solid #787979; border-radius: 2px; /* @deprecated Use button element and .btn CSS class */ } .input-group .input-group-addon.input-group-addon-clickable:hover { background: #e6e7e7; cursor: pointer; } .input-group [disabled].input-group-addon.input-group-addon-clickable, .input-group [disabled="disabled"].input-group-addon.input-group-addon-clickable, .input-group .disabled.input-group-addon.input-group-addon-clickable { background: #dddddd; cursor: default; opacity: 0.5; } .input-group .input-group-addon.input-group-addon-unstyled { border: none; background: transparent; } .input-group .input.input-group-addon { width: 30%; } .input-group .chosen-container { position: relative; width: 100%; line-height: 16px; } #ip-table { float: left; width: 68%; min-width: auto; } #ip-table tr.used td:nth-child(2) { font-weight: bold; } #ip-table tr[data-ip] button { opacity: 0.3; } #ip-table tr:hover button:not([disabled]) { opacity: 1; } #ip-table td> span, #ip-table td> a { width: 100%; text-overflow: ellipsis; overflow: hidden; } #ip-table td.sel { background: #000000 !important; } .reserved { background: #c3f4c3 !important; } .default-gateway { background: #ffffaf !important; } .static-address { background: #e8e8e8 !important; } .static-address.even { background: #e0e0e0 !important; } .unnumbered { background: #ffdeb7 !important; } .unnumbered.even { background: #f7d7b2 !important; } .dhcp-address { background: #e2f4ff !important; } .dhcp-address.even { background: #d6efff !important; } .dhcp-reserved-address { background: #a8d7ff !important; } .dhcp-reserved-address.even { background: #91cdff !important; } .slaac { background: #ffffff !important; } .slaac-dhcp { background: #e2f4ff url("/images/list/ip_list_slaac_dhcp.png") !important; } .slaac-dhcp.even { background: #e2f4ff url("/images/list/ip_list_slaac_dhcp.png") 46px 0 !important; } #box-scroller { position: absolute; width: 30%; top: 52px; right: 0; } #box-scroller h3 { height: 40px; padding: 5px; background: #e6e7e7; cursor: pointer; display: flex; align-items: center; } #box-scroller li { min-height: 38px; line-height: 1.5; padding: 5px; background: #e6e7e7; } #box-scroller li:nth-child(2n+1) { background: #ffffff; } #box-scroller li span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-right: 10px; } #box-scroller.v6 { position: absolute; width: 30%; top: 0; right: 0; } #box-scroller.condensed-half { width: 22%; } #box-scroller.sticky { position: fixed; width: 25%; } #box-scroller.sticky.condensed-half { position: fixed; width: 19%; } #ip-table.condensed-half { width: 75%; } #box-scroller.condensed { width: 120px; } #ip-table.condensed { width: 100%; } #box-scroller.condensed tbody, #box-scroller.condensed:hover tbody.hide, #box-scroller.condensed #hide-show-unused, #box-scroller.condensed #hide-show-unused span, #box-scroller.condensed-half #hide-show-unused span { display: none; } #box-scroller.condensed:hover { width: auto; } #box-scroller.condensed:hover #hide-show-unused { display: block; } #box-scroller.condensed:hover tbody { display: table-row-group; } #separator-line { height: 5px; background: #888888; } #new-dhcp-area { cursor: pointer; } .sanmatrix { border-collapse: collapse; background-color: #ffffff; } .sanmatrix th { text-align: left; height: 46px; } .sanmatrix td, .sanmatrix th { padding-left: 4px; padding-right: 4px; width: 120px; min-height: 1px; max-height: 97px; min-width: 120px; max-width: 120px; overflow: hidden; vertical-align: middle; border: 1px solid #b6babf; } .sanmatrix .maxheight { height: 97px; } .portgroup td { padding-left: 4px; padding-right: 4px; height: 30px; width: 140px; min-width: 100px; max-width: 140px; min-height: 1px; max-height: 40px; vertical-align: middle; overflow: hidden; border: 0 solid #b6babf; border-spacing: 0; } .portgroup_head { height: 25px; max-height: 60px; } .sanmatrix .maxheight { height: 97px; } .sanmatrix .minheight { height: 47px; } .sanmatrix .hideit { display: none !important; } .sanmatrix .p_red { color: #cc0000; } .sanmatrix .p_yellow { color: #ff9900; } .sanmatrix .p_green { color: #009900; } .sanmatrix td.clusterdienst_aktiv { background-color: #d3e1f0 !important; } .sanmatrix td.clusterdienst_passiv { background-color: #e3e9f0 !important; } .sanmatrix td.clusterdienst_hpc { background-color: #f2efd8 !important; } .sanmatrix .clusterdienst_inactive { -webkit-animation: clusterdienstInactive 1s infinite; /* Safari 4+ */ -moz-animation: clusterdienstInactive 1s infinite; /* Fx 5+ */ -o-animation: clusterdienstInactive 1s infinite; /* Opera 12+ */ animation: clusterdienstInactive 1s infinite; /* IE 10+, Fx 29+ */ } .sanmatrix td.clusterdienst_virtualmachine { background-color: #e8def0; } .sanmatrix .backcolor { background-color: #d4f0d6; } .matrixvalues { border-collapse: collapse; } .matrixvalues td { border: 0; min-width: 130px; } @-webkit-keyframes clusterdienstInactive { from { background-color: inherit; } to { background-color: #fa9894; } } @-moz-keyframes clusterdienstInactive { from { background-color: inherit; } to { background-color: #fa9894; } } @-o-keyframes clusterdienstInactive { from { background-color: inherit; } to { background-color: #fa9894; } } @keyframes clusterdienstInactive { from { background-color: inherit; } to { background-color: #fa9894; } } div.browserContent { height: 100%; overflow: auto; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; user-select: none; } /* ---------------------------------- */ /* Taborder styles */ /* ---------------------------------- */ .prototools-table { width: 100%; text-align: left; border-spacing: 0; margin-top: 5px; user-select: none; table-layout: fixed; } .prototools-table th { border-bottom: 1px solid #c8c9c9; cursor: default; } .prototools-table th.desc { background: url("images/list/desc.gif") no-repeat right center; } .prototools-table th.asc { background: url("images/list/asc.gif") no-repeat right center; } .prototools-table td, .prototools-table th { padding: 5px; white-space: nowrap; position: relative; /* ID-1110 */ text-overflow: ellipsis; overflow: hidden; } .prototools-table tr:nth-of-type(even) { background: #e6e7e7; } .prototools-table tr.on { background-color: #eeeeee; cursor: pointer; } .prototools-table tr.selected { background-color: #dddddd; cursor: pointer; } .prototools-table tr.selected td { font-weight: bold; } div.prototools-pager { margin: 0 10px 10px; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; user-select: none; } div.prototools-pager .currentpage { padding-left: 5px; padding-right: 5px; font-weight: bold; } div.prototools-pager .totalpages { padding: 0; } div.prototools-pager a { margin: 0 3px; cursor: default; padding: 2px 4px 2px 4px; } /* @todo Remove these ASAP, they are currently used for the object browser filters */ div.prototools-options { float: right; margin-right: 10px; } /* @deprecated Is this still being used? */ div.prototools-options input, div.prototools-options select { border: 1px solid #cccccc; margin: 0 0 5px 5px; padding: 2px; } /* ---------------------------------- */ td.toolbar a { font-weight: bold; display: block; padding: 0; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; user-select: none; } #browser-content .overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(255, 255, 255, 0.4); } #leftPane h3 { margin: 0; border-bottom: 1px; background-color: #ffffff; cursor: default; width: 185px; } #leftPane ul { list-style: none; padding: 0; margin: 0; width: 185px; } #leftPane ul li { padding: 8px 0 8px 20px; cursor: pointer; margin-bottom: 4px; } #leftPane ul li:hover { background-color: #e6e7e7; } #leftPane ul li.selected { background-color: #e6e7e7; } #leftPane ul li.selected-objects { position: absolute; bottom: 0; width: 185px; } #leftPane> div { position: absolute; top: 0; bottom: 35px; width: 185px; height: auto; overflow-x: hidden; overflow-y: auto; } #rightPane { padding-left: 10px; } #preselectionLoader { text-align: center; padding-top: 270px; } #selectionTab { float: right; margin-right: 10px; } #ajaxLoader { position: absolute; top: 13px; right: 45px; z-index: 20; } #latestLog { width: 680px; overflow: hidden; text-align: right; margin-right: 10px; margin-top: 3px; } #new-object, #new-objectgroup { position: absolute; z-index: 9999; width: 400px; height: 200px; background-color: #ffffff; border: 1px solid #787979; } .browserContent .groups { padding: 7px 0 6px 10px; } .browserContent table tr td span.quickinfo { display: none; /* Below: Changes for ID-1110 */ position: absolute; right: 3px; top: 4px; } .browserContent table tr:hover td span.quickinfo { display: block; } .browserContent div.toolbar { margin: 12px 6px; } #objectSearch { position: absolute; width: 100%; height: auto; top: 36px; bottom: 0; } .emptyPageMessage { text-align: center; margin-top: 180px; font-size: 22px; font-weight: bold; width: 60%; margin-left: 20%; } #rightsError { position: absolute; z-index: 9999; width: 350px; left: 50%; margin-left: -175px; top: 70px; } .object-browser-content-area { position: absolute; width: 100%; top: 0; bottom: 0; } #rackview table { width: 100%; overflow: hidden; } #rackview .box-closer { float: right; cursor: pointer; margin-top: 1px; } #rackview .chassis { border-collapse: separate; border-spacing: 1px; table-layout: fixed; } #rackview .chassis td { padding: 0; margin: 0; } #rackview .chassis .device-container { max-height: 38px; overflow: hidden; } #rackview .chassis .device-container div.device { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 8px; padding: 1px; border-bottom: 1px dotted #444444; } #rackview .chassis .device-container div.device:last-of-type { border-bottom: none; } #rackview .chassis .edge-top, #rackview .chassis .edge-first { height: 0; background-color: transparent; margin: 0; padding: 0; } #rackview .chassis .slot { border: 1px solid #888888 !important; } #rackview .chassis .title { display: none; } #rackview .expanded .chassis .title { display: block; position: relative; background-color: #000000; color: #ffffff; font-size: 9px; padding: 1px; } #rackview .slot-options { position: absolute; top: 4px; right: 2px; cursor: pointer; opacity: 0; z-index: 100; } #rackview .slot:hover .slot-options { opacity: 1; } #rack_front, #rack_rear, .rack { display: inline-block; border: 1px solid #b7b7b7; border-top: none; width: 400px; padding: 10px 0; background: #eeeeee; } #rackview tr.row { height: 27px; transition: height 400ms; -moz-transition: height 400ms; -webkit-transition: height 400ms; } /* @see ID-7132 Splitting up row and object heights */ #rackview .slot-object { height: 26px; transition: height 400ms; -moz-transition: height 400ms; -webkit-transition: height 400ms; } #rackview .expanded tr.row, #rackview .expanded .slot-object { height: 84px; } /* Special styles for vertical slots */ #rackview .left-slots .slot-object, #rackview .right-slots .slot-object { height: 17px; } #rackview tr.row td:last-of-type { text-align: right; } #rackview div.slot, #rackview td.slot { width: 90%; background-color: #eeeeee; background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 10px, #e0e0e0 10px, #e0e0e0 20px); cursor: default; border: 1px solid #b7b7b7; font-size: 11px; position: relative; } /* This should only apply to the "room"-view */ table.room-view, table.room-view table { table-layout: fixed; } table.room-view div.slot, table.room-view td.slot { background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 5px, #e5e5e5 5px, #e5e5e5 10px); } table.room-view tr.odd td.slot { background-position: 10px 0; } table.room-view td.slot .object-icon, table.room-view td.slot .object-title { margin: -1px 0 1px 3px; } table.room-view .left-slots .slot, table.room-view .right-slots .slot { margin: 2px; } table.room-view .cmdb-marker { margin: 1px !important; } table.room-view div.slot-object { max-height: 11px; overflow: hidden; transition: max-height 400ms; -moz-transition: max-height 400ms; -webkit-transition: max-height 400ms; } table.room-view tr.row { height: 12px; transition: height 400ms; -moz-transition: height 400ms; -webkit-transition: height 400ms; } table.room-view .rotated .object-title { width: 120px; font-size: 8px; } .expanded table.room-view tr.row { height: 41px; } .expanded table.room-view div.slot-object { max-height: 400px; } td.slot .object-icon, td.slot .object-title { margin: 5px 0 5px 5px; float: left; } td.slot .object-icon { width: 16px; height: 16px; } td.slot .object-title { width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .room-view td.slot .object-title { width: 150px; } td.last.slot:empty { border: 1px solid #b7b7b7; } .left-slots, .right-slots { width: 53px; position: relative; } .left-slots .slot, .right-slots .slot { display: inline-block; height: 220px; width: 20px !important; margin: 2px; } .main-slots td { color: #000000; font-size: 10px; vertical-align: middle; } td.slot { border-bottom: none; vertical-align: top; } #rackview td.slot div[data-object-height] { overflow: hidden; height: 24px; } #rackview .expanded td.slot div[data-object-height] { overflow: hidden; height: 100%; } td.slot div span { display: inline-block; vertical-align: top; padding-top: 2px; } .clear { clear: both; } #side_box { position: relative; width: 270px; } #unassigned_objects .list> div { border-bottom: 1px solid #b7b7b7; position: relative; display: block; } #unassigned_objects .object-item { width: 245px; overflow: hidden; cursor: pointer; padding: 5px 0 5px 5px; } #unassigned_objects .object-item.active { background: transparent url("/images/gradient_x.png") repeat-y left top; color: #cc0000; } #unassigned_objects strong { border: 1px solid rgba(0, 0, 0, 0.5); padding: 2px; border-radius: 3px; background: rgba(255, 255, 255, 0.5); margin: 5px 5px 0 0; float: left; } #unassigned_objects .list div p { width: 205px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; float: left; } #unassigned_objects .list div .mouse-pointer { position: relative; float: right; margin-right: 5px; top: 4px; display: none; } #unassigned_objects .list div:hover .object-item { width: 180px; } #unassigned_objects .list div:hover p { width: 140px; } #unassigned_objects .list div:hover .mouse-pointer { display: block; } img.object_option { float: right; display: inline-block; cursor: pointer; margin-left: 3px; } #unassigned_objects div.list { overflow-x: visible; overflow-y: auto; height: 170px; display: block; position: relative; } #rackview .row.selected .slot, #rackview .left-slots .slot.selected, #rackview .right-slots .slot.selected { color: #ffffff; background-color: #3e3e3e; background-image: repeating-linear-gradient(-45deg, #303030, #303030 10px, #3e3e3e 10px, #3e3e3e 20px); } /* This is for chassis slots */ #rackview .chassis .slot.selected { border: 3px solid #333333 !important; } #rack_stats { width: 100%; } #rack_stats table { width: 475px; } #rack_stats table td { height: 30px; } #rack_stats div.bar { height: 3px; width: 100%; background: #888888; position: relative; } #rack_stats div.bar div { position: absolute; height: 3px; } .rotated { bottom: 104px; right: -100px; width: 220px; height: 17px; /*overflow: hidden;*/ position: absolute; writing-mode: lr-tb; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } .rotated img { margin: 1px 5px 0 1px; width: 16px; height: 16px; float: left; } .rotated img.object_option { margin-top: 2px; } .rotated .object-title { width: 160px; height: 17px; overflow: hidden; display: inline-block; float: left; white-space: nowrap; text-overflow: ellipsis; } .rotated .cmdb-marker { margin-top: 1px; } .rackOptionsPopup { position: fixed; width: 200px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); border-color: #888888; z-index: 110; } .rackOptionsPopup h4 { white-space: nowrap; overflow: hidden; font-weight: bold; text-overflow: ellipsis; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; border-bottom: 1px solid #888888; } .rackOptionsPopup li { border-bottom: 1px solid #cccccc; } .rackOptionsPopup li:last-of-type { border-bottom: none; } .rackOptionsPopup li a { display: block; padding: 4px; } .rackOptionsPopup img, .rackOptionsPopup span { vertical-align: middle; } #segment_slot_option_preview table { height: 40px !important; } @media screen and (max-width: 1280px) { /* Shrinking all these large form input fields */ /* 3/4 witdh of a default content form-element */ /* 1/2 witdh of a default content form-element */ /* 1/4 witdh of a default content form-element */ .input, .contentTable .chosen-container-single, .contentTable textarea { width: 400px; } .input-size-medium, .input.input-medium { width: 295px; } .input-size-small, .input.input-small { width: 190px; } .input-size-mini, .input.input-mini { width: 85px; } .contentTable td.value .input-dual-small { width: 20% !important; } .contentTable td.value .input-dual-large { width: 60% !important; } .mainTableFilterInput { width: 120px; } .mainTableFilterInput.search { width: 190px; } #advanced-filters { width: 336px; } } @media screen and (max-width: 1024px) { /* Shrinking width of the key description in contentTable */ /* Prevent horizontal scrollbars because of a high min-width for #top */ /* Prevent horizontal scrollbars for contentWrapper as well */ .contentTable td.key { text-align: right; width: 150px; } div#top { min-width: 0; } div#contentWrapper { min-width: 400px; } .mainTableFilterInput { width: 90px; } .mainTableFilterInput.search { width: 120px; } #advanced-filters { width: 266px; } } @media screen and (max-width: 850px) { /* Disabling CKEditor's header */ /* Removing commentary's margin */ /* Shrinking key description in contentTable */ /* Decreasing content font size */ /* Shrinking info icons */ /* Hiding list filter */ .contentTable .cke_inner .cke_top { display: none; } .contentTable div.commentary { margin: 0 0 0 8px !important; } #scroller .contentTable td.key { text-align: right; width: 100px; } #scroller .contentTable { font-size: 10px !important; } img.infoIcon { width: 2px; } #mainList> div.mainTable-options { display: none; } }


/* Spacers */
.category-spacer { height: auto !important; }
