.zoom-90 {
    zoom: 0.9 !important;
}
.zoom-85 {
    zoom: 0.85 !important;
}
.zoom-75 {
    zoom: 0.75 !important;
}

.ui-selectable-helper {
    position: absolute;
    border: 1px dashed #880000;
}
.podPageTemplates .block {
    cursor: pointer;
    position:   absolute;
    border-radius: 4px !important;
    font-size:   11px;
    padding:    3px;
    overflow:   hidden;

    background: rgba(100,100,100,0.05) !important;
    border:     1px solid rgba(100,100,100,0.3) !important;
    color:      rgba(100,100,100,0.6) !important;
}
.podPageTemplates.active .block {
    background: rgba(255,0,0,0.05) !important;
    border:     1px solid rgba(255,0,0,0.3) !important;
    color:      rgba(255,0,0,0.6) !important;
}

.podTemplate .block.ui-selectee {
    /*
    border-radius: 4px !important;
    background: rgba(255,0,0,0.05) !important;
    color:      rgba(255,0,0,0.6) !important;
    */
}
.podTemplate .block.ui-selected,
.podTemplate .block.block-selected {
    border-radius: 4px !important;
    background: rgba(255,0,0,0.5) !important;
    border:     1px solid rgba(255,0,0,1) !important;
    color:      #fff !important;
}
.podTemplate .block.ui-selecting {
    border-radius: 4px !important;
    background: rgba(255,0,0,0.25) !important;
    border:     1px solid rgba(255,0,0,0.6) !important;
}

.podTemplate #templateFrame {
    position: absolute;
}

.podTemplate .block .resizeHelper {
    display: block;
    width: 100%;
    height: 100%;
}

.podPageTemplates .pageBackground {
    position: relative;
}

.pageSelector, .pageBackground {
    cursor: pointer;
}

.podPageTemplates.active .pageBackground {
}

.podPageTemplates .templateFrame {
    position: absolute;
}
.podPageTemplates.active .templateFrame {
    outline: 1px solid #ff0000;
}

#podsPreviewFrame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
    opacity: 0;
    transition: 0.5s;
}
#podsPreviewFrame > div.toolbar {
    text-align: center;
    padding-top: 21px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    clear: both;
}
#podsPreviewFrame > div.toolbar .btn {
    border: 2px solid #fff !important;
    color: #fff !important;
    background: none !important;
    border-radius: 15px !important;
    padding: 2px 15px !important;
}
#podsPreviewFrame > div.toolbar .btn.btn-round {
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 2px !important;
}
#podsPreviewFrame > div.toolbar .btn.btn-round i {
    line-height: 20px !important;
}
#podsPreviewFrame > div.toolbar .btn.btn-round.pull-left {
    margin-left: 30px;
}

#podsPreviewFrame > div.image {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
    overflow-y: auto;
    padding: 30px;
    padding-top: 0;
}
#podsPreviewFrame > div.image > img {
    box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    padding-bottom: 30px;
}

.previewWrapper {
    position: relative;
}
.previewWrapper > img {
    background: none !important;
    border: none !important;
}

.qrcodeSettings {
    display: none;
}

/*
.portlet.block-editor .portlet-body {
    padding: 0;
}
*/

/*
.datapool-area {
    margin-top: 10px;
    background: #f8f8f8;
}
*/

#templateSideContent .podPageTemplates h1 {
    font-size: 16px;
    font-weight: bold;
}

/*
.podDraggableContainer {
    padding-left: 5px;
    padding-top: 5px;
}
 */
.podDraggable {
    display: inline-block;
    border-radius: 16px !important;
    background: #4285f4;
    color: #fff;
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.podDraggable:hover {
    background: #3265BA;
}
.podDraggable.ui-draggable-dragging {
    box-shadow: 5px 5px 2px rgba(0,0,0,0.2);
}

.podDraggable .item {
    display: flex;
    height: 30px;
    line-height: 30px;
}

.podDraggable .item.title,
.podDraggable .item.remove {
    flex-grow: 0;
}

.podDraggable .item.remove {
    padding-left: 10px;
}
.podDraggable .item.remove i {
    line-height: 30px;
}

.podDraggable .item.input {
    flex-grow: 1;
}
.podDraggable .item.input input {
    width: 100%;
    background: rgba(255,255,255,0.3);
    border-radius: 3px !important;
    margin-top: 4px;
    margin-bottom: 4px;
    border: none !important;
    padding: 2px 8px;
}
.podDraggable .item.input input:focus {
    outline: none;
}
.podDraggable .item.input input.left {
    text-align: right;
}

.podDraggableContainer .podDraggable .input,
.podDraggableContainer .podDraggable .remove {
    display: none;
}

.podDroppableContainer {
    padding: 10px;
    min-height: 72px;
    border: 1px solid #ccc;
    padding-top: 20px;
}

.podDroppableContainer.ui-droppable-hover {
    background: rgba(0,0,0,0.1);
}

.podDroppableContainer .podDraggable {
    display: flex;
    width: 100% !important;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.podDroppableContainer .podDraggable .title {
    padding-left: 10px;
    padding-right: 10px;
}


.fragDraggable {
    display: inline-block;
    border-radius: 16px !important;
    background: #008800;
    color: #fff;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.fragmentTarget {
    width: 100%;
    background: rgba(255,255,255,0.3);
    border-radius: 3px !important;
    margin-top: 4px;
    margin-bottom: 4px;
    border: none !important;
    padding: 3px;
}

.fragmentTarget .fragDraggable {
    margin-right: 5px;
    margin-bottom: 0;
}

.colorSelectionDialog {
    margin-bottom: 2.5rem;
}
.colorSelectionDialog .model {
    display: none;
}

.colorSelectionDialog .colorNameSelection {
    list-style: none;
    height: 200px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}
.colorSelectionDialog .colorNameSelection li {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    padding-top: 2px;
}
.colorSelectionDialog .colorNameSelection li.active {
    color: #fff;
    background: #0088cc;
}

.colorSelectionDialog .colorNameSelection li .colorPreview {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    margin-left: 5px;
}
.colorSelectionDialog .colorNameSelection li .colorName {
    line-height: 12px;
    display: inline-block;
    position: relative;
    top: -7px;
}

.colorSelectionDialog .colorNameSelection li.spotnameSelector {
    cursor: pointer;
}