﻿
.page-header {
}

.save {
}

#right .lb-row-container .btn-group {
    margin-bottom: 0;
}

.lb-row-container .panel-body {
    padding: 12px 8px 6px 8px;
}

.panel-heading h4 {
    margin: 4px 0;
}

.tools-tooltip {
    opacity:0;
    position: absolute;
    background: #fff;
    border-radius: 3px;
    padding: 2px 3px 1px 0;
    border: 1px solid #ddd;
    top: -1px;
    right: -1px;
    -moz-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

.panel-heading .tools-tooltip {
    background: transparent;
    border: none;
}

.tools-tooltip-right {
    top: 3px;
    right: 3px;
}

.tools-tooltip-left {
    top: 3px;
    left: 3px;
    right: inherit;
}

.tools-tooltip-bottom {
    top: -5px;
    z-index: 2;
    border: none;
    border-radius: 3px;
    background: #e5e5e5;
    right: 0;
    left: 60px;
    margin: 0;
    min-width:118px;
    box-shadow:0 2px 4px rgba(0,0,0,.2);
}
[data-toggle="tools-tooltip"] {
    width:auto;
}
[data-toggle="tools-tooltip"]:hover {
    width:100%;
    z-index:10;
}
[data-toggle="tools-tooltip"]:hover .tools-tooltip {
    opacity:1;
    width:auto;
    max-width:none;
}
.row > div.col-md-1:last-child > .lb-col-control > .tools-tooltip-bottom {
    min-width:30px;
}

.tools-tooltip-bottom button {
    float:left;
}

[data-toggle="tools-tooltip"] {
    position: relative;
}



[data-toggle="tools-tooltip"] .badge {
    color: #bbb;
    background-color: transparent;
    -moz-transition: color ease-in-out .15s, background-color ease-in-out .15s;
    -o-transition: color ease-in-out .15s, background-color ease-in-out .15s;
    -webkit-transition: color ease-in-out .15s, background-color ease-in-out .15s;
    transition: color ease-in-out .15s, background-color ease-in-out .15s;
}

[data-toggle="tools-tooltip"]:hover .badge {
    color: #fff;
    background-color: #777;
}

.btn-insert-row {
    background: transparent;
    color: #ccc;
    border-color: transparent;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
    -moz-transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, margin ease-in-out .15s, font-size ease-in-out .15s, line-height ease-in-out .15s;
    -o-transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, margin ease-in-out .15s, font-size ease-in-out .15s, line-height ease-in-out .15s;
    -webkit-transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, margin ease-in-out .15s, font-size ease-in-out .15s, line-height ease-in-out .15s;
    transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, margin ease-in-out .15s, font-size ease-in-out .15s, line-height ease-in-out .15s;
}

.btn-insert-row:hover,
.btn-insert-row:focus,
.btn-insert-row:active {
    background: #eee;
    color: #888;
    border-color: transparent;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.25;
}

.lb-row-container > .panel-heading {
    cursor: pointer;
}

.lb-row-cols > .row > .col:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -2px;
    width: 3px;
    height: 100%;
    background: #efefef;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .lb-row-cols > .row > .col:after {
        display: none;
    }
}

.lb-row-cols > .row > .col:last-child:after {
    display: none;
}

@media (max-width: 767px) {
    .lb-col-control {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }
}

.media-object {
    width: 48px;
    height: 48px;
    overflow: hidden;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    opacity: 0.5;
}

.media-handle {
    display: block;
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 3px 0 0 3px;
    background-color: #dedede;
    cursor: pointer;
}

.media-object img {
    display: inline-block;
    max-width: 32px;
    max-height: 32px;
}

.media-body h4 {
    line-height: 48px;
}

.media.well {
    padding: 10px 10px;
    margin: 0 0 10px 0;
}
.media.well:last-child {
    margin: 0;
}

.lb-col-preview {
    pointer-events: none;
    cursor: default;
}

.tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.lb-icon {
    padding: 10px 30px 0 30px;
}

.spinner {
    margin-top: 30px;
}
