﻿/* WARNING: DO NOT CHANGE! (This file will be overwritten on next Lobsta install) */
.pvtUi {
    color: #333;
}


table.pvtTable {
    font-size: 8pt;
    text-align: left;
    border-collapse: collapse;
    min-width: 100%;
}

    table.pvtTable tr th, table.pvtTable tr th {
        background-color: #F5F6F6;
        border: 1px solid #CDCDCD;
        color:#535353;
        font-size: 10pt;
        padding: 5px;
    }

    table.pvtTable .pvtColLabel {
        text-align: center;
    }

    table.pvtTable .pvtTotalLabel {
        text-align: right;
    }

    table.pvtTable tr td {
        color: #3D3D3D;
        padding: 5px;
        background-color: #FFF;
        border: 1px solid #CDCDCD;
        vertical-align: top;
        text-align: right;
    }

.pvtTotal, .pvtGrandTotal {
    font-weight: bold;
}

.pvtVals {
    text-align: center;
}

.pvtAggregator {
    margin-bottom: 5px;
}

.pvtAxisContainer, .pvtVals {
    border: 1px solid gray;
    padding: 5px;
    min-width: 20px;
    min-height: 20px;
}

    .pvtAxisContainer li {
        padding: 8px 6px;
        list-style-type: none;
        cursor: move;
    }

        .pvtAxisContainer li.pvtPlaceholder {
            -webkit-border-radius: 5px;
            padding: 3px 15px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px dashed #aaa;
        }

        .pvtAxisContainer li span.pvtAttr {
            -webkit-text-size-adjust: 100%;
            background: #F3F3F3;
            border: 1px solid #DEDEDE;
            padding: 2px 5px;
            white-space: nowrap;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

.pvtTriangle {
    cursor: pointer;
    color: grey;
}

.pvtHorizList li {
    display: inline;
}

.pvtVertList {
    vertical-align: top;
}

.pvtFilteredAttribute {
    font-style: italic;
}

.pvtFilterBox {
    z-index: 100;
    width: 280px;
    border: 1px solid gray;
    background-color: #fff;
    position: absolute;
    padding: 20px;
    text-align: center;
}

    .pvtFilterBox button {
        margin-left: 5px;
        margin-right: 5px;
    }

    .pvtFilterBox h4 {
        margin: 0;
    }

    .pvtFilterBox p {
        margin: 1em auto;
    }

    .pvtFilterBox label {
        font-weight: normal;
    }

    .pvtFilterBox input[type='checkbox'] {
        margin-right: 5px;
    }

.pvtCheckContainer {
    text-align: left;
    overflow: auto;
    width: 100%;
    max-height: 200px;
}

    .pvtCheckContainer p {
        margin: 5px;
    }

.pvtRendererArea {
    padding: 5px;
}

    .pvtRendererArea h1 {
        margin-bottom: 0;
    }

.pvtRenderer {
    width: calc(100% - 8px);
    margin-left: 3px;
}

.ui-sortable-handle {
    padding: 10px 8px;
}
