/* module-key = 'de.scandio.confluence.plugins.lively-theme:lively-custom-elements-resources', location = '/lively/theme/thirdparty/jquery-palette-color-picker/palette-color-picker.css' */
.palette-color-picker-button {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="#f5c86c" d="M2 2h8v8H2z"/><path fill="#f56c6c" d="M12 2h8v8h-8z"/><path fill="#f46ac6" d="M22 2h8v8h-8z"/><path fill="#c3f167" d="M2 12h8v8H2z"/><path fill="#f3f3f3" d="M12 12h8v8h-8z"/><path fill="#c76cf5" d="M22 12h8v8h-8z"/><path fill="#69e369" d="M2 22h8v8H2z"/><path fill="#6bc6f4" d="M12 22h8v8h-8z"/><path fill="#6b6bf5" d="M22 22h8v8h-8z"/><path d="M9 3v6H3V3h6m1-1H2v8h8V2zm9 1v6h-6V3h6m1-1h-8v8h8V2zm9 1v6h-6V3h6m1-1h-8v8h8V2zM9 13v6H3v-6h6m1-1H2v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zM9 23v6H3v-6h6m1-1H2v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8z" opacity=".25"/></svg>') center center no-repeat;
    background-size: cover;
    cursor: pointer;
    box-shadow: 0 0 0 1px #bbb;
    border: 2px solid #fff
}

.palette-color-picker-bubble {
    display: none;
    margin: 12px 0;
    position: absolute;
    bottom: 100%;
    width: 220px;
    padding: 10px 8px 8px 8px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background-color: #fff
}

.palette-color-picker-bubble:after, .palette-color-picker-bubble:before {
    top: 100%;
    left: 14px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.palette-color-picker-bubble:after {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px
}

.palette-color-picker-bubble:before {
    border-color: transparent;
    border-top-color: #bbb;
    border-width: 9px;
    margin-left: -9px
}

.palette-color-picker-bubble.downside {
    bottom: auto;
    top: 100%
}

.palette-color-picker-bubble.downside:after, .palette-color-picker-bubble.downside:before {
    top: auto;
    bottom: 100%
}

.palette-color-picker-bubble.downside:after {
    border-top-color: transparent;
    border-bottom-color: #fff
}

.palette-color-picker-bubble.downside:before {
    border-top-color: transparent;
    border-bottom-color: #bbb
}

.palette-color-picker-bubble .swatch {
    position: relative;
    display: inline-block;
    font: 0/0 a;
    width: 10.8%;
    padding-top: 11.00%;
    margin: 1% 2%;
    outline: 1px solid #bbb;
    border: 2px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden
}

.palette-color-picker-bubble .swatch.active {
    outline-color: #000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75)
}

.palette-color-picker-bubble .swatch.clear {
    background-color: #fff
}

.palette-color-picker-bubble .swatch.clear:before {
    position: absolute;
    content: '';
    display: block;
    top: -1px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #e00;
    transform-origin: 0 0;
    transform: rotate(45deg)
}

.palette-color-picker-bubble.double .swatch {
    width: 29.30%;
    padding-top: 11.00%;
    margin: 1% 2%
}

.palette-color-picker-bubble.double .swatch.clear:before {
    transform: rotate(22.5deg)
}

.palette-color-picker-bubble.wide .swatch {
    width: 96.2%;
    padding-top: 11.00%;
    margin: 1% 2%
}

.palette-color-picker-bubble.wide .swatch.clear {
    width: 12.66%
}

/* module-key = 'de.scandio.confluence.plugins.lively-theme:lively-custom-elements-resources', location = '/lively/theme/bundle-custom-elements.css' */
body .lively-custom-element{position:relative}body .lively-custom-element .lively-custom-element-edit-button{position:absolute;top:3px;right:3px}body .lively-custom-element .columnLayout{display:table;table-layout:fixed;width:100%;*clear:both}body .lively-custom-element .columnLayout .cell{display:table-cell;padding:0 10px;vertical-align:top}body .lively-custom-element .columnLayout .cell.aside{width:29.9%}body .lively-custom-element .columnLayout .cell.sidebars{width:19.9%}body .lively-custom-element .confluence-embedded-file-wrapper{max-width:100%}body .lively-custom-element .confluence-embedded-file-wrapper.confluence-embedded-manual-size{max-width:none}body .lively-custom-element .confluence-embedded-file-wrapper .confluence-embedded-image{display:block}body .lively-custom-element .confluence-embedded-file-wrapper .confluence-embedded-image[height],body .lively-custom-element .confluence-embedded-file-wrapper .confluence-embedded-image[width]{max-width:none}body .lively-custom-element .image-left-wrapper{float:left}body .lively-custom-element .image-center-wrapper{display:table;margin-left:auto;margin-right:auto}body .lively-custom-element .image-right-wrapper{float:right}body.login .lively-custom-menu,body.login .lively-custom-submenu{display:none !important}body.login #main.aui-page-panel{margin-bottom:50px}body .lively-custom-menu .lively-menu .aui-dropdown2-sub-trigger::after{display:none}body.dashboard section.content-body ul.list-container>li.group-wrapper .sticky-header.stick{padding-bottom:10px}body.dashboard .aui-page-panel aside.content-sidebar{display:none;height:100%;padding:0;width:100%}body.dashboard .lively-custom-dashboard{padding-right:50px}body.dashboard .lively-custom-dashboard .columnLayout{margin-bottom:0}body.dashboard .lively-custom-dashboard .columnLayout .cell{padding:20px 10px}body.dashboard .lively-custom-dashboard .columnLayout .cell:first-child{padding-left:20px}body.dashboard .lively-custom-dashboard .columnLayout .cell.all-updates-column{background-color:#fff}body.dashboard .lively-custom-dashboard .columnLayout .cell.all-updates-column+.cell{padding-left:20px}body.dashboard .lively-all-updates .content-body{width:100%;margin-top:-20px;padding:0 10px}body #header .lively-custom-submenu{background:#fff;z-index:1}body #header .lively-custom-submenu a{color:inherit}body #header .lively-custom-submenu.background-color-dark .aui-navgroup-primary>ul a,body #header .lively-custom-submenu.background-color-dark .lively-custom-element-edit-button.aui-button .aui-icon{color:#fff}body #lively-custom-menu-link{padding:24px 24px 25px 12px !important;position:relative}body[data-aui-version^="6."] #lively-custom-menu-link:after,body[data-aui-version^="5."] #lively-custom-menu-link:after{border:4px solid transparent;border-top-color:#fff;content:"";height:0;margin-left:-18px;margin-top:-2px;opacity:.8;left:100%;position:absolute;text-indent:-99999px;top:50%;width:0}body:not([data-aui-version^="6."]):not([data-aui-version^="5."]) #lively-custom-menu-link:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0;font-family:"Adgs Icons";font-weight:normal;font-style:normal;speak:none;content:"";font-size:16px;height:16px;line-height:1;margin-top:-8px;position:absolute;right:4px;top:50%;text-indent:0;width:16px}body .aui-dropdown2#lively-custom-menu-dropdown{width:100%;max-width:100%;min-height:35px;padding:15px 40px 25px}body .aui-dropdown2-trigger.lively-custom-menu-hidden-trigger{position:absolute;bottom:0;width:100%}body .aui-dropdown2-trigger.lively-custom-menu-hidden-trigger:after{display:none}body .lively-custom-menu .aui-dropdown2-sub-trigger span.aui-icon-dropdown{display:none}body aui-dropdown-menu#favdropdown-body{max-height:80%;overflow-y:auto}body aui-dropdown-menu#favdropdown-body ul#favdropdown-manage span.aui-iconfont-configure{padding-top:3px}body aui-dropdown-menu#favdropdown-body ul.favdropdown-pages li>a:hover,body aui-dropdown-menu#favdropdown-body ul.favdropdown-spaces li>a:hover,body aui-dropdown-menu#favdropdown-body ul#favdropdown-manage li>a:hover,body aui-dropdown-menu#favdropdown-body nav.lively-menu li>a:hover{background-color:rgba(9,30,66,.08)}body ul.favdropdown-spaces img.icon.space-logo{border-radius:50%;width:16px;padding-right:5px}body ul.favdropdown-spaces.empty li,body ul.favdropdown-pages.empty li,body ul.favdropdown-manage.empty li,body nav.lively-menu.empty li{padding:7px 10px}body ul.favdropdown-spaces span.favdropdown-space,body ul.favdropdown-pages span.favdropdown-space,body ul.favdropdown-manage span.favdropdown-space,body nav.lively-menu span.favdropdown-space{color:rgba(9,30,66,.4);padding-left:3px}body ul.favdropdown-spaces span.aui-icon.aui-icon-small,body ul.favdropdown-pages span.aui-icon.aui-icon-small,body ul.favdropdown-manage span.aui-icon.aui-icon-small,body nav.lively-menu span.aui-icon.aui-icon-small{position:absolute;right:5px;top:7px;cursor:pointer}body ul.favdropdown-spaces span.aui-icon.aui-icon-small:hover,body ul.favdropdown-pages span.aui-icon.aui-icon-small:hover,body ul.favdropdown-manage span.aui-icon.aui-icon-small:hover,body nav.lively-menu span.aui-icon.aui-icon-small:hover{color:#000}body ul.favdropdown-spaces li,body ul.favdropdown-pages li,body ul.favdropdown-manage li,body nav.lively-menu li{position:relative}body ul.favdropdown-spaces li>a,body ul.favdropdown-pages li>a,body ul.favdropdown-manage li>a,body nav.lively-menu li>a{padding-right:25px}body .lively-custom-header{background:#fff;min-height:35px;z-index:200}body .lively-custom-header:after{content:"";clear:both;display:table}body .lively-custom-header .contentLayout2 .columnLayout:last-child{margin-bottom:0}body .lively-custom-header .contentLayout2 .columnLayout .cell:first-child{padding-left:0}body .lively-custom-header .contentLayout2 .columnLayout .cell:last-child{padding-right:0}body .lively-custom-footer{min-height:35px;padding:40px}
