

.top-area {
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #dadada;
}

.top-area #search {
    height: 40px;
    padding: 0px 20px;
}

.btn .material-icons {
    font-size: 16px;
    color: #73747d;
    margin-right: 6px;
}

.left-panel-section {
    position: relative;
}


.left-panel-section .header {
    height: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    padding: 0px 10px;

}

.left-panel-section .body {
    padding: 0px 10px 15px 10px;
}

.left-panel-section .title {
    font-weight: bold;
}

.flyout-content {
    padding-top: 8px;
}


.flyout-icon {
    cursor: pointer;
}

.flyout-icon i {
    font-size: 16px;
    opacity: 0;
    transition: all .2s ease; 
}

.left-panel-section:hover .flyout-icon i {
    opacity: .7;
}

.left-panel-section .flyout-icon i:hover {
    opacity: 1;
}

.left-panel-section .flyout-icon.active i  {
    opacity: 1;
}

.table.facet-details-table.comfortable td, .table.facet-details-table.comfortable th {
    padding: 8px 16px;
    font-size: 13px;
}

.table.facet-details-table.comfortable td.check-col, .table.facet-details-table.comfortable th.check-col {
    padding: 8px 0px 8px 16px;

}

.facet-panel-container {
    border: 1px solid #dadada;
    border-radius: 4px;
    overflow: hidden;
}

.facet-panel-container .table.facet-details-table tr:first-child {
    border-top: 0px;
}

.facet-panel-container .table.facet-details-table tr:last-child, .facet-panel-container .table.facet-details-table tr:last-child td {
    border-bottom: 0px;
}

.left-panel-section .tag {
    padding: 3px 12px;
    font-weight: bold;
    margin-right: 6px;
    border-radius: 14px;
}

.left-panel-section .tag .count {
    margin-left: 8px;
    font-weight: normal;
    opacity: .7;
}

.left-panel-section .show-more {
    margin-top: 6px;
}


/* New filter buttons */

.filter-bar {
    display: flex;
}

.filter-btn {
    opacity: 1;
    padding-left: 12px;
    padding-right: 18px;
    border-radius: 4px;
    margin-right: 5px;
    border: 1px solid #a8a8ae;
}

.filter-btn:hover, .dropdown.open > .filter-btn {
    border-color: #0000fe;
    color: #0000fe;
}



.filter-btn:hover .material-icons, .dropdown.open > .filter-btn .material-icons {
    color: #0000fe;
    opacity: 1;
}

.btn .filter-icon {
    margin-right: 10px;
    color: #2a2a2d;
    opacity: .7;
}

.filter-btn .filter-label {
}

.filter-btn:hover .filter-label, .dropdown.open .filter-btn .filter-label {
    color: #0000fe;
}


.filter.has-value .filter-btn .filter-label {
    display: none;
}

.filter.has-value .filter-btn {
    color: #0000fe;
    border-color: #0000fe;
}

.filter.has-value .filter-btn .material-icons {
    color: #0000fe;
}





.filter-btn .default-text {
}



.filter .btn-text {
    font-weight: bold;
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter.no-value .filter-btn .btn-text {
    display: none;
}

.filter .clear-icon {
    margin-left: 10px;
    display: none;
}

.filter.no-value .filter-btn .clear-icon {
    display: none;
}


.dropdown .filter-menu {
    top: 50px;
}

.filter-menu {
    color: #2a2a2d;
}

.filter-menu .menu-header {
    text-transform: none;
    font-weight: normal;
    color: #2a2a2d;
    font-size: 14px;
}

.filter-menu .subhead {
    margin-top: 5px;
    font-size: 13px;
}

.filter-menu .menu-header h2 {
    font-size: 18px;
}

.filter-menu .menu-body {
    padding: 20px;
}

.filter-menu .menu-footer {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    border-top: 1px solid #dadada;
}

.menu-errors .checkbox-row {
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
}

.menu-errors .checkbox-row:hover {
    background-color: rgba(0,0,0,.05);
}

.menu-errors .checkbox-row .checkbox-col {
    flex: 0 0 30px;
}

.menu-errors .checkbox-row label {
    color: #2a2a2d;
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.menu-errors .checkbox-row .error-message {
    padding: 0px;
    background-color: transparent;
    display: block;
}

.count-traces {
    margin-left: 20px;
    font-size: 12px;
}

.inline-progress-bar {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #ccc;
    top: 56px;
    z-index: 1045;
    width: 0;
    display: none;
}

.skeleton {
}

.skeleton .list-of-fields .count {
    background-color: #dadada;
    color: #dadada;
}

.skeleton .viz-col + div {
    background-color: #dadada;
    color: #dadada;
}

.skeleton .graph {
    background-color: #eaeaea;
}

.skeleton .graph * {
    display: none;
}

.skeleton .traces-table td * {
    display: none !important;
}

.skeleton .traces-table td::after {
    content: "";
    height: 16px;
    width: 100px;
    background-color: #dadada;
    display: inline-block;
    border-radius: 3px;
}


.skeleton .traces-table td:first-child * {
    width: 4px;
}

.left-panel {
    overflow: visible;
}

.left-panel-resize-btn  {
    align-items: center;
    border: 1px solid;
    border-bottom-right-radius: 3px;
    border-left: 0;
    border-top-right-radius: 3px;
    display: flex;
    height: 28px;
    width: 16px;
    justify-content: center;
    left: 239px;
    position: absolute;
    top: 13px;
    z-index: 999;
    border-color: #c2c3c7;
    background-color: #f7f7f8;
}

.left-panel-resize-btn .material-icons {
    opacity: .6;
    font-size: 20px;
    margin-left: -2px;
}

#operations-table .operation-name {
    margin-left: 12px;
    font-weight: bold;
}

.facet-selected {
    font-weight: bold;
}

#facet-panel .menu-header {
    padding-right: 50px;
}

#facet-panel .menu-footer {
    display: none;
}

#facet-panel .close-panel-icon {
    right: 8px;
}

