.mmf-grid:after {
    content: "";
    display: table;
    clear: both;

}

.mmf-left-grid {
    float: left;
    width: 19%;
    margin-right: 10px;
}

.mmf-right-grid {
    float: left;
    width:79%;
}

.popover-level-before {
    background: #A4C6E9;
    border: 1px solid #001871;
    margin: -1px;
    padding: 10px 15px;
    color: #001871;
}

.popover-level-current {
    background: #001871;
    border: 1px solid #001871;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
    padding: 10px 15px;
    color: white;
}

.popover-level-after {
    background: lightgrey;
    border: 1px solid #001871;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
    padding: 10px 15px;
    color: #001871;
}
.popover-drillup-button {
    color: #fff;
    background-color: #253186;
    border-color: #00061a;
    border-radius: 0px;
//position: absolute;
    z-index: 5;
    left: 80%;
}

.data-button {
    color: #fff;
//background-color: #253186;
    border-color: #00061a;
    border-radius: 0px;
    font-size: 15px;
    z-index: 5;
}

.popover-data-button {
    color: #fff;
//background-color: #253186;
    margin-top: 10px;
    border-color: #00061a;
    border-radius: 0px;
    font-size: 15px;
    position: absolute;
    z-index: 5;
    left: 80%;
}

.popover-drilldown-button {
    color: #fff;
    background-color: #253186;
    border-color: #00061a;
    border-radius: 0px;
//position: absolute;
    z-index: 5;
    left: 80%;
}

.legend-square {
    width: 8px;
    height: 8px;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
    padding-right: 5px;

}

.legend-name {
    font-family: 'AvenirLTStd-Book', 'Helvetica';
    float: left;
    margin-left: 2px;
    font-size: 12px;
}

.legend-details {
    float: right;
    color: #001871;
    text-decoration: none;
    font-size: 12px;
}

.legend-details-link {
    border: none;
    background: none;
    padding: 0;
    outline: none;
}

.legend-page-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    float: left;
}

.legend-page-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    float: left;
}

.legend-div {
    width: 200px;
    padding-top: 5px;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
}

#sizecalc
{
    font-family: 'AvenirLTStd-Book', 'Helvetica';
    position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
    white-space: nowrap;
}
.clearable-input {
    position: relative;
}
.clearable-input > input {
    padding-right: 1.4em;
}
.clearable-input >[data-clear-input] {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    padding: 0 6px;
    line-height: 30px;
    cursor: pointer;
}
.clearable-input >[data-clear-input].cleared {
    display: block;
}
.clearable-input > input::-ms-clear {
    display: none;
}