
@font-face {
    font-family: WorkSans-Medium;
    src: url(../fonts/WorkSans-Medium.ttf);
}

body {
    font-family: WorkSans-Medium;
}

.pvtUi {
    color: #333;
    width: 100%
}

table.pvtTable {
    font-size: 8pt;
    text-align: left;
    border-collapse: collapse;
    width: 100%
}


    table.pvtTable .pvtColLabel {
        text-align: center
    }

    table.pvtTable .pvtTotalLabel {
        text-align: right
    }

    table.pvtTable tbody tr td {
        color: #2E55B9;
        font-weight: bold;
        font-size: 9pt;
        padding: 5px;
        background-color: #f8c954;
        border-bottom: 1px solid #d2bd89;
        border-left: 2px solid white;
        border-right: 2px solid white;
        vertical-align: top;
        text-align: right
    }

.pvtGrandTotal, .pvtTotal {
    font-weight: 700
}

.pvtVals {
    text-align: center;
    white-space: nowrap
}

.pvtColOrder, .pvtRowOrder {
    cursor: pointer;
    width: 15px;
    margin-left: 5px;
    display: inline-block
}

.pvtAggregator {
    margin-bottom: 5px;
    font-family: WorkSans-Medium;
    border-radius: 5px;
    padding: 5px;
    width: 130px;
}

.pvtAxisContainer, .pvtVals {
    background: #dfedfe;
    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: #84b1e5;
            padding: 5px;
            white-space: nowrap;
            font-size: 9pt;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            color: #355894 !important;
        }

.pvtRenderer,
.pvtAttrDropdown {
    font-family: WorkSans-Medium;
    padding: 5px;
    border-radius: 5px;
    font-family: WorkSans-Medium;
    padding: 5px;
    border-radius: 5px;
    width: 130px;
    float: left
}

span.pvtAttr {
    color: white !important;
}

.pvtTriangle {
    cursor: pointer;
    color: #355894;
}

.pvtHorizList li {
    display: inline
}

.pvtVertList {
    vertical-align: top
}

.pvtFilteredAttribute {
    font-style: italic
}

.pvtFilterBox {
    z-index: 100;
    width: 300px;
    border: 1px solid gray;
    background-color: #fff;
    position: fixed;
    text-align: center;
    box-shadow: 3px 2px 8px 0px #252569;
}

    .pvtFilterBox h4 {
        margin: 15px
    }

    .pvtFilterBox p {
        margin: 10px auto
    }

    .pvtFilterBox label {
        font-weight: 400;
        margin-bottom: 0 !important;
    }

    .pvtFilterBox input[type=checkbox] {
        margin-right: 10px;
        margin-left: 10px
    }

    .pvtFilterBox input[type=text] {
        width: 230px
    }

    .pvtFilterBox .count {
        color: gray;
        font-weight: 400;
        margin-left: 3px
    }

.pvtCheckContainer {
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
    overflow-y: scroll;
    width: 100%;
    max-height: 250px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 15px 7%;
    font-family: WorkSans-Medium;
}

    .pvtCheckContainer p {
        margin: 0px
    }

.pvtRendererArea {
    padding: 5px
}


table.pvtTable thead {
    font-size: 9pt;
    text-align: center;
    background-color: #f8c954;
    border: 1px solid #d2bd89;
    padding: 5px;
}

table.pvtTable tbody {
    background-color: #f9edd1;
    font-size: 9pt;
}

    table.pvtTable tbody tr th {
        border: 1px solid #d2bd89;
        padding: 5px;
    }

.pvtRowLabelR {
    border: 1px solid #d2bd89;
    padding: 5px;
    text-align: right;
}

.pvtRowLabelL {
    border: 1px solid #d2bd89;
    padding: 5px;
    text-align: left;
}

table.pvtTable thead tr th {
    border: 1px solid #d2bd89;
}

.pvtGrandTotal,
.pvtTotalLabel,
.rowTotal {
    display: none;
}

.pvtUnused {
    background: transparent;
}

.pvtVertList {
    min-width: 10px;
    display: block;
    background: white;
}

.pvtFilterBox > h4 {
    font-family: WorkSans-Medium;
    font-weight: bold;
}

.pvtFilterBox > p > button {
    font-size: 10pt;
    border-radius: 4px;
    box-shadow: 1px 2px 6px #38383B;
    background: #c7cbd4;
    border-width: 0px;
    padding: 2px 10px;
    margin: 2px 15px;
    cursor: pointer;
}

    .pvtFilterBox > p > button:hover {
        background: #a7abb3;
    }

.pvtSearch {
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #b1b7c1;
    font-family: WorkSans-Medium;
    font-size: 14pt;
}
