/* Variables

#7b3ff2 - Primary green
#f8f8f8 - Hover default (for menus, tables, etc.)

/*



body {
    -webkit-font-smoothing: subpixel-antialiased
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}



* {
    box-sizing: border-box;
}

body,
input {
    margin: 0;
    font-family: Lato, sans-serif;
    font-size: .85rem;
    box-sizing: border-box;
    color: #575757;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@font-face {
          font-family: 'Material Icons';
          font-style: normal;
          font-weight: 400;
          src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
        }

        .material-icons {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          font-size: 24px;
          line-height: 1;
          letter-spacing: normal;
          text-transform: none;
          display: inline-block;
          white-space: nowrap;
          word-wrap: normal;
          direction: ltr;
          -webkit-font-feature-settings: 'liga';
          -webkit-font-smoothing: antialiased;
        }


.navbar {
    flex: 0 0 50px;
    display: flex;
    background-color: #333;
    background-color: #32292F;
    height: 50px;
    align-items: center;
    padding-left: 20px;
    position: fixed;
    z-index: 1000;
    width: 100%;

}

#container-page {
}

.navbar-left {
    display: none;
}



.nav-tabs .nav-link, .nav-tabs .nav-link:hover {
    border-width: 3px 0px;
    border-color: transparent;
    padding: .5rem 5px;
    margin-right: 10px;
    color: #777;
    
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    color: #7b3ff2;
    border-bottom-color: #7b3ff2;
    font-weight: 600;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

 

.navbar i {
    font-size: 15px;
    margin-left: 3px;
}

.navbar .user-menu {
    margin-left: auto;
    color: #ccc;
    color: #8ba1a6;
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
    transition: all .2s ease;
}

.navbar .user-menu:hover {
    color: #fff;
}



.searchbar.focus {
    background-color: #ffffff;
    border-bottom: 1px solid #7b3ff2;

}

.searchbar .search-icon {
    margin-right: 8px;
    margin-top: 2px;
    font-size: 24px;
    color: #99acb1;
    transition: all .2s ease;

}

.searchbar.focus .search-icon {
    color: #7b3ff2;
    color: #666;
}

.search-input {
    height: 100%;
    width: calc(100% - 200px);
    font-size: .85rem;
    background-color: transparent;
    border: 0px;
}



.search-input::placeholder {
    color: #99acb1;
}

.search-input:focus {
    outline: 0px;
}

.time-selector {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.searchbar.focus .time-selector {
    color: #444;
}

.time-selector i {
    font-size: 15px;
    margin-left: 3px;
    margin-top: 1px;
}

.btn {
    display: inline-flex;
    align-items: center;
    height: 30px;
    border-radius: 3px;
    font-size: .8em;
    font-weight: 500;
    cursor: pointer;
    transition: .2s all ease;
    border: 1px solid transparent;
}

.btn-borderless {
    color: #7b3ff2;
}

.btn-borderless:hover {
    color: #3c3cff;
}

.btn-sm {
    height: 26px;
}

.btn + .btn {
    margin-left: 4px;
}

.btn-group .btn {
    margin-left: 0px;
    margin-left: -1px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.btn-group > .btn:first-child, .btn-group > .dropdown:first-child .btn {
    border-radius: 4px 0px 0px 4px;;
}

.btn-group > .btn-sm:first-child, .btn-group > .dropdown:first-child .btn-sm {
    border-radius: 3px 0px 0px 3px;
}

.btn-group .btn:last-child {

}


.go-btn {
    background-color: #7b3ff2;
    color: #fff;
    height: 28px;
    border-radius: 20px;

    text-transform: uppercase;
}

.go-btn:hover {
    background-color: #7b3ff2;
}

.btn-primary {
    background-color: #7b3ff2;
}

.btn-primary:hover {
    background-color: #7b3ff2;
    border-color: #7b3ff2;
}

.btn-secondary {
    border: 1px solid #a8a8ae;
    background-color: #fff;
}

.btn-secondary:hover {
    /* border: 1px solid #cad6d6; green tint */
    /* background-color: #f3f9f9; mint green */
    border-color: #7b3ff2;
    color: #7b3ff2;
}



.btn .btn-icon {
    font-size: 20px;
    color: #888;
    margin-right: 5px;
    margin-left: -5px;
    transition: all .2s ease;
}

.btn .btn-icon.icon-sm {
    font-size: 16px;
}

.btn .btn-icon.icon-right {
    margin-right: -5px;
    margin-left: 5px;
}

.btn:hover .btn-icon {
    color: #7b3ff2;
}

.btn-invisible {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-invisible:hover {
    color: #7b3ff2;
    background-color: rgba(0, 0, 0, .02);
}

.btn-selected, .btn-selected:hover {
    background-color: rgba(71, 163, 159, 0.1);
    color: #7b3ff2;
    border-color: #7b3ff2;
    z-index: 1000;

}

.main {
    flex: 1 1 auto;
    display: flex;
    height: 100%;
    align-items: stretch;
    overflow: visible;
}

.left-panel {
    flex: 0 0 210px;
    height: 100%;
    background-color: #f7f7f8;
    border-right: 1px solid #d8e1e1;
    overflow: auto;
    z-index: 200;
    font-size: 12px;
}

.main-panel {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.padding {
    padding: 20px;
}

.side-panel-heading {
    color: #888;
    color: #8ba1a6;
    color: #4e9f9b;
    color: #998ea4;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: .85em;
}

.faux-dropdown {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #ccc;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0px 8px;

}

.faux-dropdown i {
    font-size: 15px;
    margin-left: auto;
    color: #555;
}

.margin-bottom {
    margin-bottom: 7px;
}

.list-of-fields > div {
    display: flex;
    align-items: center;
    padding: 4px 20px;
    transition: .1s all ease;
}

.list-of-fields > div:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.list-of-fields > div .count {
    margin-left: auto;
    color: #777;
    font-size: 1em;
    text-align: right;


}

.sub-panel {
    background-color: #fff;
    border-right: 1px solid #ccc;
    position: fixed;
    width: 340px;
    height: 100%;
    left: -100px;
    box-shadow: none;
    z-index: 101;
    transition: all .1s ease;
}

.sub-panel.show {
    left: 264px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    transition: all .1s ease;
}

.close-panel-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    color: #999;
    cursor: pointer;

    align-items: center;
    justify-content: center;
}

.close-panel-icon .background {
    position: absolute;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transition: all .2s ease;
    top: 2px;
    right: 2px;
    z-index: 1;


}

.close-panel-icon:hover .background {

    width: 36px;
    height: 36px;
    top: -6px;
    right: -6px;
    background-color: rgba(0, 0, 0, .03);
    background-color: #f8f8f8;



}

.btn-icon-only {
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon-only .btn-icon {
    margin-left: 0px;
    margin-right: 0px;
}

.btn-invisible {
    position: relative;

}

.btn-invisible .background {
    position: absolute;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transition: all .2s ease;
    top: 6px;
    right: 7px;
    z-index: 1;


}

.btn-invisible + .btn-invisible {
    margin-left: -4px;
}

.btn-invisible:hover .background {
    width: 30px;
    height: 30px;
    top: 0px;
    right: 0px;
    background-color: #f8f8f8;


}

.btn-invisible .btn-icon {
    position: relative;
    z-index: 10;
}

.close-panel-icon i {
    z-index: 2;
    position: relative;
}



.close-panel-icon:hover {
    color: #348682;


}

.loading {
    position: fixed;
    top: 136px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    background-color: #173d3b;
    color: #e2e7e8;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    padding: 6px;
    text-align: center;
    opacity: 0;
}

.toolbar {
    border-bottom: 1px solid #d8e1e1;
    display: flex;
    align-items: center;
    padding: 10px 5px;
    position: relative;
    z-index: 99;
}

.btn-group {
    display: flex;
    align-items: center;
}

.jump-to {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #ccc;
    height: 30px;

    padding: 0px 8px;
    text-align: center;
    width: 80px;
    font-size: .85em;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .03);
    border: 0px;
    transition: .2s all ease;


}

.jump-to:hover {
    background-color: rgba(0, 0, 0, .05);
}

.jump-to:focus {
    outline: none;
    border-color: #7b3ff2;
    border-color: #71c8c4;
    box-shadow: 0 0 0px 2px #e0f3f2;
}

.jumpto:placeholder {
    color: #ccc;
}



.page-control .btn:first-child {
    border-right: 0px;
}

.page-control .btn:last-child {
    border-left: 0px;
}

.visualization {
    align-items: center;
    flex: 0 0 150px;
    padding: 10px;
    border-bottom: 1px solid #d8e1e1;
}

.visualization img {
    width: 100%;
    margin-top: 15px;
}

.list-area {
    flex: 1 1 auto;
    width: calc(100vw - 240px);
    overflow-x: auto;
}

.log-list > div {
    padding: 6px 10px;
    border-bottom: 1px solid #e6ecec;
    display: flex;
    flex-wrap: nowrap;
    overflow: none;
    white-space: nowrap;
    align-items: center;
    font-family: 'Source Code Pro', monospace;
    font-size: .85em;

}

.log-list > div:hover {
    background-color: #f5f7f7;
    background-color: #f8f8f8;
}

.log-list-icon {
    width: 16px;
    height: 16px;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-right: 10px;
    flex: 0 0 16px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;

}

.icon-i {
    background-color: #8f8abd;
}

.icon-t {
    background-color: #6d9f93;
}

.metadata {
    color: #1d75b3;
}


.log-list > div.selected {
    background-color: #d9e0e0;
    background-color: #e0f3f2;
    background-color: rgba(54, 183, 177, .2);
    background-color: #efefef;

}

.log-list > div.belly-tank {
    font-family: Lato, sans-serif;
    background-color: #f8f8f8;
    font-size: 1em;
    display: none;
    padding: 12px 20px 12px 36px;
}

.belly-tank > div {
    display: flex;
    align-items: center;
}

.placeholder {
    color: #999;

}

.dropdown-arrow,
.dropdown-arrow.material-icons {
    margin-left: 4px;
    font-size: 16px;
    margin-right: -2px;
}

.menu {
    font-family: Lato, sans-serif;
    font-size: .85rem;
    color: #575757;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1), 0 0px 3px rgba(0, 0, 0, .4);
    position: absolute;
    background-color: #fff;
    text-transform: none;
    margin-top: -10px;
    left: 0px;
    border-radius: 3px;
    transition: all .1s ease;
    opacity: 0;
    z-index: 100;

}


#menu-dashboards,
#menu-user {
    z-index: -1;
}

#menu-dashboards.appear,
#menu-user.appear {
    z-index: 10000;
}


.menu.appear {
    margin-top: 10px;
    opacity: 1;
    transition: all .1s ease;
}

.menu-item {
    padding: 10px 20px;
    white-space: nowrap;
    transition: all .1s ease;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-check {
    flex: 0 0 30px;

}

.menu-check i {
    display: none;
}

.menu-item.selected .menu-check i {
    display: block;
}

.menu-item:hover {
    background-color: #f8f8f8;
}

.divider {
    height: 1px;
    border-bottom: 1px solid #d8e1e1;
    margin-top: 6px;
    margin-bottom: 6px;
}

.chart-stats {
    display: flex;
    align-items: center;

}

.muted {
    color: #999;
}

.highcharts-title,
.highcharts-contextbutton,
.highcharts-credits,
.highcharts-axis-title {
    display: none;
}

.label-col .label {
    font-weight: bold;
}

.value-col .checkbox-row .label,
.value-col .radio-row .label {
    font-weight: normal;
}

.graph-title {
    font-size: 20px;
}

.area-below-graph {
    background-color: #ffffff;
    padding: 30px;
}

.dot {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
}

.legend-item > div, .legend-header > div {
}

.legend-item {
    padding: 0px 10px 0 0;
    display: flex;
    align-items: center;
    height: 46px;

    border-top: 1px solid #eaeaea;
    cursor: pointer;
}


.edit-plot-line {
    padding: 0px 10px 0 0;
    display: flex;
    align-items: center;
    height: 40px;

    border-top: 1px solid #eaeaea;
    cursor: pointer;
}

.legend {
    margin-top: 30px;
    border-top: 1px solid #dadada;
    display: flex;
    position: relative;
}

.card-footer .legend {
    padding-left: 10px;
}
        
.legend-col {
    flex: 1 1 100%;
}


.legend .plot-row {
    padding: 6px 12px;
    display: flex;
    align-items: flex-start;
}

.legend .plot-row .check-color {
    margin-top: 4px;
    margin-right: 15px;
}

.legend .plot-row .main-col {
    flex: 1 1 auto;
}

 .legend .plot-row:hover {
    background-color: rgba(0,0,0,.02);
}

.legend .plot-row .count {
    color: #777;
    font-size: 12px;
}

.legend .plot-row .icon-edit {
    visibility: hidden;
    font-size: 20px;
}

.legend .plot-row:hover .icon-edit {
    visibility: visible;
}

.legend-expanded .plot-row {
    border-bottom: 1px solid #eaeaea;
    padding: 15px;
}

.legend-expanded .plot-row .icon-edit {
}

.legend-expanded .plot-row .main-col {
    display: flex;
    align-items: center;
}



.legend-expanded .plot-row .plot-name {
}

.legend .legend-expanded .plot-row .count {
    flex: 0 0 120px;
    margin-left: auto;
    font-size: 14px;
    color: #575757;
}

.legend-expanded .plot-row .icon-edit {
    flex: 0 0 40px;
    margin-left: 0px;
}




.legend-condensed {
    display: flex;
    flex-direction: row;
    padding: 16px 10px;
    flex-wrap: wrap;
    margin-top: 10px;
    
}

.legend-expanded {
    padding-top: 10px;
    width: 100%;
    margin-top: 10px;
}

.legend-condensed .plot-row {
    flex: 0 1 auto;
    border-radius: 4px;
    border: 1px solid transparent;
    padding-right: 5px;
    cursor: pointer;
}

.legend-condensed .plot-row:hover {
    border: 1px solid #eaeaea;
}

.legend-condensed .plot-row .plot-name {
    white-space: nowrap;
    margin-bottom: 1px;
    margin-top: 1px;
}

.legend-condensed .plot-row .check-color {
    margin-right: 8px;
}

.legend-condensed .plot-row .icon-edit {
    margin: 0px 0px 0px 10px;
    font-size: 18px;
}

.legend-condensed .col-detail {
    display: none;
}

.legend-expanded .col-detail {
    display: flex;
    align-items: center;
}

.col-detail .field-name {
    margin-left: 5px;
    margin-right: 5px;
}

.legend-expanded .plot-name {
    flex: 0 0 300px;
}

.legend-item:hover {
    background-color: #fafafa;
}

.legend-header {
    padding: 10px;
    display: none;
    align-items: center;
    border-bottom: 1px solid #dadada;
    text-transform: uppercase;
    background-color: transparent;
}

.legend-item .dot, .legend-header .dot, .edit-plot-line .dot {
    margin-right: 20px;
}

.edit-plot-line .dot {
    flex: 0 0 15px;
}


.field-name {
    padding: 2px 6px;
    background-color: #eaeaea;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
}

.field-value {
    padding: 3px 8px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 0px 3px 3px 0px;
    display: inline-block;
}

.col-check {
    flex: 0 0 50px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-expand {
    flex: 0 0 20px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.col-name {
    flex: 0 0 200px;
}

.col-function {
    flex: 0 0 200px;
}

.col-edit {
    margin-left: auto;
}

.col-function {
    flex: 0 0 auto;
}


#slider {
    background-color: #fff;
    padding-top: 100px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-left: 1px solid #ccc;
    z-index: 10000;
    padding: 20px;
}

#slider h1 {
    font-size: 28px;
}

#slider h2 {
    font-size: 20px;
    margin-top: 20px;
    padding: 5px;
    background-color: #fafafa;
}

.section-header {
    font-size: 18px;
    margin-bottom: 10px;
}


.label {
    font-weight: bold;
    margin-bottom: 4px;
}

.label2 {
    font-weight: bold;
    margin-bottom: 4px;
}

.toggle-btn > .btn {
    font-weight: normal;
    text-transform: none;
    z-index: 1;
    position: relative;
    justify-content: center;
}

.toggle-btn > .btn-primary {
    background-color: rgba(66, 171, 166, .07);
    font-weight: bold;
    color: #7b3ff2;
    border-color: #7b3ff2;
    z-index: 10;
}

.toggle-btn > .btn:hover {}

.toggle-btn > .btn-primary:hover {
    background-color: rgba(66, 171, 166, .07);
}



input[type=checkbox]{
    
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-top: 3px;
}

.footnote {
    font-size: 12px;
    color: #999;
}

.form-check {
    margin-bottom: 4px;
}

.form-check-input {
    margin-top: 0px;
}

.row-of-dots {
    display: flex;
    align-items: center;
}

.outer-dot {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: all .2s ease;
    margin-right: 2px;
}

.outer-dot:hover {
    border-color: #ccc;
}

.outer-dot.selected {
    border-color: #888;
}

.inner-dot {
    width: 16px;
    height: 16px;
    background-color: pink;
    border-radius: 20px;
}

.slider-header {
    display: flex;
    align-items: center;
}

.slider-footer {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}

.close-slider {
    cursor: pointer;
}

.legend-line {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.legend-line-item {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.legend-line-item .dot {
    margin-right: 7px;
}

.plot-tag {
    padding: 4px 6px;
    border-radius: 2px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    padding-right: 29px;
}

.plot-tag:hover {
    border-color: #ccc;
    cursor: pointer;
    padding-right: 6px;
}

.plot-tag .icon {
    display: none;
    margin-left: 6px;
    opacity: .6;
} 

.plot-tag .icon .material-icons {
    font-size: 17px;
}

.plot-tag:hover .icon {
    display: block;
} 

.log-volume-line {
    position: absolute;
    display: flex;
    align-items: flex-end;
    padding: 10px 4px 0px 4px;
    background-color: #fafafa;
    width: 100%;
    bottom: 40px;
    left: 40px;
    
}

.log-volume-line-section {
    display: flex;
    align-items: flex-end;
}

.log-volume-bar {
    height: 20px;
    width: 6px;
    background-color: #dadada;
    margin-right: 2px;
}

.footer-banner {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    padding: 30px;
    text-align: center;
    z-index: 1000000;
}


.right-panel {
    flex: 0 0 250px;
    border-left: 1px solid #dadada;
    background-color: #fafafa;
}

.right-panel .section-header {
    cursor: pointer;
    height: 50px;
    padding: 0px 15px;
}

.dropdown-header {
    text-transform: uppercase;
    font-size: 13px;
}

.slide-in-panel {
    position: absolute;
    top: 100px;
    left: -180px;
    width: 400px;
    background-color: #fff;
    z-index: 100;
    height: 100%;
    border-right: 1px solid #ccc;
    padding: 16px;
    transition: all .3s ease;
    box-shadow: 0 0 3px rgba(0,0,0,.2), 0 0 20px rgba(0,0,0,.05);
}


.slide-in-panel.open {
    left: 240px;
    transition: all .3s ease;
}

.valign-middle td {
    vertical-align: middle;
}

#field-matches-table td:last-of-type {
    text-align: right;
}

.close-slide-in-panel {
    cursor: pointer;
}

#field-matches-table .btn {
    width: 70px;
    text-align: center;
    justify-content: center;
}

.gray-sidebar {
    flex: 0 0 300px;
    background-color: #fafafa;
    border-left: 1px solid #dadada;
}

#backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    z-index: 1000;
    display: none;
}

.tabs {
    display: flex;
    align-items: stretch;
    
}

.tab-link {
    padding: 11px 8px;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.tab-link.active {
    border-bottom-color: #7b3ff2;
}

.tabs-top {
    border-top: 1px solid #dadada;
}

.tabs-top .tab-link.active {
    border-top-color: #7b3ff2;
    border-bottom-color: transparent;
}

.table {
    width: 100%;
    font-size: 13px;
    border-spacing: 0px;
}

.table td, .table th {
    padding: 10px;
    border-bottom: 1px solid #dadada;
    text-align: left;
}

.table th {
    background-color: #fafafa;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    width: 600px;
    box-shadow: 0 0 45px rgba(0,0,0,.2), 0 0 12px rgba(0,0,0,.4);
    border-radius: 6px;
    margin-top: 100px;
    left: 50%;
    margin-left: -300px;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0 solid #eaebed;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    align-items: center;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.37rem;
    font-weight: normal;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.close-modal {
    cursor: pointer;
}



.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0 solid #eaebed;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    opacity: .6;
    display: none;
}

.side-panel-heading {
            font-size: 14px;
            font-weight: 400;
            color: #666;
        }
        
        .left-panel .padding {
            padding: 12px 20px;
        }
        
        .col-icon {
            justify-self: stretch;
            height: 100%;
            align-self: stretch;
            min-height: 100%;
            height: auto;
        }
        
        
        .log-list-icon {
            overflow: hidden;
            width: 10px;
            height: 10px;
            width: 4px;
            height: 100%;
            justify-self: stretch;
            border-radius: 0;
            margin-left: -3px;
        }
        .icon-i {
            background-color: #cde5e6;
            border: 1px solid #cde5e6;
            color: #cde5e6;
            
        }
        
        .icon-w {
            color: #f5d27d;
            background-color: #f5d27d;
            border: 1px solid #f5d27d;
        }
        
        .icon-e {
            color: #e55757;
            background-color: #e55757;
            border: 1px solid #e55757;
        }
        
        .list-of-fields > div > div:nth-child(2){
            flex-grow: 1;
        }
        
        .list-of-fields > div:hover {
            background-color: rgba(0,0,0,.04);
        }
        
        .list-of-fields .checkbox {
            border: 1px solid #ccc;
            height: 9px;
            width: 9px;
            margin-right: 8px;
            border-radius: 8px;
            margin-left: -6px;
            display: none;
            margin-top: 2px;
        }
        
        .list-of-fields .checkbox:hover {
            background-color: #ccc;
        }
        
        .list-of-fields .checkbox.checked {
            background-color: #7b3ff2;
            border-color: #7b3ff2;
        }
        #log-line-header {
            font-family: 'Assistant', sans-serif;
            text-transform: uppercase;
            font-weight: 600;
            color: #555;
        }
        
        .col-icon {
            flex: 0 0 10px;
        }
        
        .col-date {
            flex: 0 0 160px;
            color: #888;
        }
        
        .col-source {
            flex: 0 0 280px;
            color: #888;
        }
        
        .col-message {
            flex: 1 1 auto;
            color: #444;
        }
        
        .blah {
            height: 14px;
            background-color: #eaeaea;
            display: block;
            margin-bottom: 6px;
        }
        
        a.btn {
            text-decoration: none;
        }
        
        .log-list > div {
            align-items: flex-start;
        }
        .col-message {
            word-wrap: break-word;
            white-space: normal;
        }
        
        .autocomplete-menu {
            
            padding-top: 6px;
            padding-bottom: 6px;
            overflow: hidden;
            border-radius: 4px;
        }
        
        .menu {
            box-shadow: 0 10px 30px rgba(0, 0, 0, .2), 0 0px 3px rgba(0, 0, 0, .4);
            z-index: 100000;
        }
        
        .menu-item {
            flex-direction: column;
            align-items: flex-start;
            position: relative;
        }
        
        .searchbar .query-text {
            margin-right: 7px;
        }
        
        .query-text {
            font-family: 'Source Code Pro', monospace;
            display: none;
        }
        

        .query-operator {
            color: #6a6f73;
        }
        
        .dropdown {
            position: relative;
        }
        
        
        .btn.active, .btn.active:hover {
            background-color: rgba(0,0,0,.03);
            color: #7b3ff2;
            border-color: rgba(0,0,0,.2);
        }
        
        .btn.active .btn-icon {
            color: #7b3ff2;
        }
        
        .menu {
            top: 46px;
            left: 10px;
            right: auto;
            padding-top: 4px;
            padding-bottom: 4px;
            display: none;
        }
        .menu.show {
            opacity: 1;
            display: block;
        }

        .menu-header {
            text-transform: uppercase;
            margin-top: 10px;
            font-weight: bold;
            padding: 5px 20px;
            color: #888;
        }
        
        .menu-item {
            cursor: pointer;
        }
        

        .menu .divider {
            margin-top: 4px;
            margin-bottom: 4px;
        }


        
        .arrow-left {
          width: 0; 
          height: 0; 
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent; 

          border-right:8px solid rgba(0,0,0,.7);; 
          position: absolute;
          top: 10px;
          left: -8px;
        }
        
        
        .menu-item.footer, .footer {
            background-color: #fafafa;
            padding: 10px 8px;
            color: #888;
            font-size: 12px;
        }
        
        #command {
            display: none;
        }
        
        .stats-table td:first-child, .stats-table th:first-child {
            padding-left: 20px;
        }
        #results-views {
            margin-left: 10px;
        }
        
        #results-views .tab-link {
            cursor: pointer;
            padding: 0px;
            height: 100%;
            margin-right: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0px 3px;
        }
        
        #results-views .tab-link:last-child {
            margin-right: 0px;
        }
   
        select.form-control {
            border-color: #a8a8ae;
            padding: 8px 12px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            display: flex;
            align-items: center;
            border-radius: 3px;
            width: 100%;
        }
        
        select.form-control:after {
            content: "A";
            margin-left: auto;
        }
        
        .dropdown {
            position: relative;
        }
        
        .down-arrow {
            position: absolute;
            top: 5px;
            right: 8px;
            opacity: .6;
            font-size: 18px;
        }
        
        .right-panel-section {
        }
        
        .right-panel .label {
            margin-bottom: 12px;
            color: #666;
            text-transform: none;
            font-size: 17px;
        }

        a {
            color: #7b3ff2;
            text-decoration: none;
        }

        input {
            height: auto;
        }
        
        .form-control {
            border: 1px solid #a8a8ae;
            border-radius: 4px;
            background-color: #fff;
            width: 100%;
            height: 35px;
        }

        .form-control:focus {
            border-color: #7b3ff2;
            outline: 0px;
        }

        .s1 .form-control:focus {
            border-color: rgba(150, 101, 244,1);
        }

        .searchbar {
            display: flex;
            flex: 1 1 auto;
            align-items: center;
            height: 35px;
            border-radius: 0 4px 4px 0px;
            margin-left: -1px;
            border: 1px solid #a8a8ae;
            z-index: 1;
            background-color: #fff;
            padding: 0px 8px;
        }
        
        .check-color {
            width: 15px;
            height: 15px;
            border-radius: 2px;
            display: flex;
            align-items: center;
            justify-content: center;
            
        }
        
        .check-color .material-icons {
            font-size: 14px;
            color: #fff;
        }
        
        .btn {
            font-size: .875rem;
            display: inline-flex;
            align-items: center;
            height: 35px;
            padding: 0px 10px;
        }
        
        .btn-sm {
            font-size: 12px;
            height: 29px;
            padding: 0px 8px;
        }
        

        
        #table-pie td:first-of-type, #table-pie td:nth-of-type(2) {
            background-color: #fffef0;
            border-right: 1px solid #d9d8c8;
        }
        
        #table-pie th:first-of-type, #table-pie th:nth-of-type(2) {
            background-color: #f4f3e7;
            border-right: 1px solid #d9d8c8;
        }
        
        .option-boxes {
            display: flex;
            align-items: flex-start;
        }
        
        .option-boxes .option {
            flex: 0 0 60px;
            text-align: center;
            padding-right: 15px;
            justify-content: flex-start;
            cursor: pointer;
        }
        
        .option-boxes-big .option {
            flex: 0 0 80px;
            padding-right: 30px;
        }
        
        .option-boxes .box {
            height: 50px;
            width: 50px;
            border: 1px solid #dadada;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            cursor: pointer;
            
        }
        
        .option-boxes-big .box {
            width: 80px;
            height: 80px;
        }
        
        .option-boxes .box .material-icons {
            font-size: 20px;
            opacity: .6;
        }
        
        .option-boxes-big .box .material-icons {
            font-size: 30px;
        }
        
        .option-boxes .option:hover .box {
            box-shadow: 0 0 0 4px rgba(0,0,0,.08);
            border-color: #439ac5;
            cursor: pointer;
        }
        
        .option-boxes .text {
            font-size: 11px;
            margin-top: 6px;
            line-height: 1.2em;
        }
        
        .option-boxes-big .text {
            margin-top: 15px;
            font-size: 14px;
        }
        
        .option:hover {
            
            cursor: pointer;
        }
        
        .option-boxes .option.active .box {
            border-color: #439ac5;
        }
        
        input[type=checkbox] {
            height: 14px;
            width: 14px;
            min-width: 14px;
            margin-top: 3px;
        }
        
        .section-header {
            display: flex;
            align-items: center;
            margin-bottom: 0px;
            font-size: 17px;
        }
        
        .section-header .caret {
            margin-left: auto;
        }
        
        .right-panel-section .caret {
            transform: rotate(-90deg);
        }
        
        .right-panel-section.open .caret {
            transform: rotate(0deg);
        }
        
        .right-panel-section .section-body {
            display: none;
            padding: 15px;
        }
        
        .right-panel-section.open .section-body {
            display: block;
        }
        
        .tab-link {
            cursor: pointer;
        }
        
        #json {
            font-family: monospace;
            font-size: 12px;
            line-height: 1.5;
        }
        
        .highlight {
            display: inline-block;
            font-weight: bold;
            background-color: #F9EDC0;
            padding: 1px 3px;
            border-radius: 2px;
        }
        
        #example > span {
            margin-right: 8px;
        }
        
        .section-title {
            font-size: 13px;
            text-transform: uppercase;
            color: #666;
        }
        
        .btn-primary {
            color: #fff;
        }
        
        .plot-row {
            display: flex;
            align-items: center;
            padding: 4px 0px;
        }

        .plot-row-editable {
            padding: 6px 10px;
            margin-top: -2px;
            margin-bottom: -2px;
            margin-left: -10px;
            margin-right: -10px;
        }

        .check-color {
            margin-right: 10px;
        }

        .plot-name {
            font-weight: bold;
        }

        .plot-name.form-control {
            display: inline-flex;
            align-items: center;
            font-weight: normal;
            margin-right: 15px;
        }

        .plot-name-label {
            font-weight: normal;
            color: #777;
        }

        
        
        .plot-row-editable:hover {
            background-color: rgba(0,0,0,.02);
        }
        
        .plot-row .icon-col {
            margin-left: auto;
            opacity: 0;
        }

        .plot-row:hover .icon-col {
            opacity: 1;
        }
        
        .plot-row .material-icons {
            font-size: 18px;
            opacity: .5;
            cursor: pointer;
        }

        .plot-row .material-icons:hover {
            opacity: .8;
        }

        .plot-row .icon-delete {
            display: none;
        }

        .plot-row .check-color .material-icons, .plot-row .check-color .material-icons:hover {
            opacity: 1;
            font-size: 14px;
        }
        
        
        .radio-row label {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        
        .radio-row input {
            margin-right: 10px;
        }
        
        #additional-query {
            display: none;
        }
        
        .form-check {
            display: flex;
            align-items: center;
        }
        
        .form-check-label {
            display: flex;
            align-items: center;
        }
        
        .tiny-icon {
            font-size: 16px;
            opacity: 0;
            margin-left: 6px;
            transition: opacity .2s ease;
            cursor: help;
        }
        
        .form-check:hover .tiny-icon {
            opacity: .3;
        }
        
        .form-check:hover .tiny-icon:hover {
            opacity: .7;
        }
        
        .form-check input {
            margin-right: 8px;
        }
        
        .form-control {
            padding: 0px 8px;
        }
        
        .tag-field {
            padding: 2px 8px;
            border: 1px solid #ccc;
            background-color: #eaeaea;
            border-radius: 3px;
            cursor: pointer;
        }
        
        #multiplot-table td:first-of-type {
            width: 10px;
        }
        #multiplot-table td:nth-of-type(6) {
            width: 10px;
        }
        
        .monospace {
            font-family: monospace;
        }
        
        #multiplot-table tr {
            cursor: pointer;
        }
        
        #multiplot-table tr.active {
            background-color: #fffef4;
        }
        
        .multiplot {
            display: none;
        }
        
        #multiplot-table td:last-of-type .material-icons {
            font-size: 20px;
            opacity: 0;
        }
        
        #multiplot-table tr:hover td:last-of-type .material-icons {
            opacity: .6;
        }
        
        .menu-area {
            flex: 0 0 180px;
            margin-top: 6px;
            margin-bottom: 6px;
        }
        
        .context-area {
            flex: 1 1 auto;
            background-color: #f8f8f8;
            border-left: 1px solid #ccc;
            border-radius: 0px 4px 4px 0px;
        }
        
        .context-area .menu-body {
            padding: 25px;
        }
        
        .context-area h2 {
            font-size: 16px;
            font-weight: normal;
            margin: 0px;
            margin-bottom: 16px;
        }
        
        .context-help-row {
            display: flex;
            margin-bottom: 10px;
            
        }
        
        .context-help-label {
            font-weight: bold;
            flex: 0 0 130px;
            font-size: 13px;
            
            line-height: 1.5;
            margin-top: 1px;
        }
        
        .context-help-value {
            font-family: monospace;
            flex: 1 1 auto;
            font-size: 13px;
            line-height: 1.5;
        }
        

        #table-breakdown th:last-child, #table-breakdown td:last-child {
            display: none;
        }
        
        .search-top-area {
            padding: 15px;
            padding-bottom: 0px;
            background-color: #f3f3f3;
            border-bottom: 1px solid #dadada; 
        }
        
        .go-btn {
            border-radius: 3px;
            font-size: 14px;
            height: 30px;
            margin-left: 15px;
        }
        
        .graph-header {
            flex: 1 1 auto;
            display: flex;
            align-items: center;
            padding: 0px 12px 0px 15px;
            height: 50px;
        }
        
        .dropdown-toggle::after {
            display: inline-block;
            width: 0;
            height: 0;
            vertical-align: .255em;
            content: "";
            border-top: .3em solid;
            border-right: .3em solid transparent;
            border-bottom: 0;
            border-left: .3em solid transparent;
            margin-left: 10px;
        }

        .dropdown-toggle-100w {
            width: 100%;
        }

        .dropdown-toggle-100w::after {
            margin-left: auto;
        }


        
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 10000000;
            display: none;
            float: left;
            min-width: 10rem;
            padding: .5rem 0;
            margin: .125rem 0 0;
            color: #212529;
            text-align: left;
            list-style: none;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0,0,0,.15);
            border-radius: .25rem;
        }
        
        .dropdown-menu-right {
            left: auto;
            right: 0px;
        }
        
        a.dropdown-item, .dropdown-item {
            text-decoration: none;
            display: block;
            width: 100%;
            padding: .25rem 1rem;
            clear: both;
            font-weight: 400;
            color: #212529;
            text-align: inherit;
            white-space: nowrap;
            background-color: transparent;
            border: 0;
        }
        
        .dropdown-item:focus, .dropdown-item:hover {
            color: #16181b;
            text-decoration: none;
            background-color: #f8f9fa;
        }
        
        .btn-secondary .material-icons {
            opacity: .7;
            margin-right: 6px;
            font-size: 18px;
        }
        
        .visualization-panel {
            flex: 1 1 auto;
        }
        
        .right-panel {
            position: relative;
            flex: 0 0 386px;
            background-color: #fafafa;
            min-width: 386px;
        }
        
        .right-panel-header {
             border-bottom: 1px solid #dadada;
            flex: 0 0 50px;
            display: flex;
            align-items: center;
            padding: 0px 15px;
        }
        
        .right-panel-title {
            font-size: 18px;
        }
        
        .right-panel-detail {
            position: relative;
            display: flex;
            flex-direction: column;
            height: calc(100vh - 50px);
        }
        
        .chart-stats {
            font-size: 12px;
        }

        .stats-table {
            font-family: monospace;
            font-size: 14px;
            border-top: 1px solid #dadada;
            border-left: 1px solid #dadada;
            
        }
        
        .stats-table td, .stats-table th {
            border-right: 1px solid #dadada;
        }
    
        
        .stats-table td:first-child, .stats-table th:first-child {
            padding-left: 20px;
        }


.chart-type-menu {
    width: 295px;
    padding-bottom: 0px;
}
.chart-type-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 25px 25px 10px 25px;
    justify-content: space-between;
}

.chart-type-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 70px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}


.chart-type-icon {
    opacity: .6;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dadada;
    border-radius: 4px;
    
}

.chart-type-icon .material-icons {
    font-size: 30px;
}

.chart-type-label {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
}

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

.menu-footer .material-icons {
    font-size: 17px;
    opacity: .6;
    margin-right: 8px;
}

.chart-type-item:hover .chart-type-icon {
    border-color: #109bc9;
}

.chart-type-item.active .chart-type-icon {
    border-color: #109bc9;
    box-shadow: 0 0 0 2px #109bc9;
    
}

.chart-type-item.disabled {
    opacity: .5;
    cursor: not-allowed;
    
}

.chart-type-item.disabled:hover .chart-type-icon {
    border-color: #dadada;
}

        
        .top-area .search-icon {
            position: fixed;
            top: 72px;
        }
        
        .time-selector {
            position: fixed;
            top: 74px;
            right: 72px;
        }
        
        .go-btn {
            position: fixed;
            top: 70px;
            right: 20px;
        }

.save-btn {
    opacity: .8;
    padding-left: 15px;
    padding-right: 15px;
    color: #7b3ff2;
    font-weight: bold;
    background-color: transparent;
    border-color: #7b3ff2;
}

.save-btn:hover, .dropdown.active .save-btn {
    background-color: #7b3ff2;
    border-color: #7b3ff2;
    color: #fff;
}

.save-btn .material-icons {
    color: #7b3ff2;
    opacity: 1;
}

.save-btn:hover .material-icons, .dropdown.active .save-btn .material-icons {
    color: #fff;
}

.radio-buttons-inline {
    display: flex;
    align-items: center;
    padding: 4px 0px;
}

.radio-buttons-inline label {
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.radio-buttons-inline input {
    margin-right: 5px;
}

.page-alert {
    position: absolute;
    width: 350px;
    background-color: #444;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    left: 50%;
    top: 80px;
    margin-left: -175px;
    z-index: 1000000;
    align-items: center;
    display: none;
}

.page-alert a {
    color: #fff;
}

.close-page-alert {
    cursor: pointer;
    opacity: .8;
}

.row-recent-search {
    padding: 10px 0px;
    border-bottom: 1px solid #dadada;
    display: flex;
}

.query {
    font-family: 'Source Code Pro', monospace;
    font-size: .85em;
}

.row-recent-search .query-col {
    flex: 1 1 460px;
    
    margin-right: 20px;
    
}
.row-recent-search .query {
    
    margin-top: 8px;
    padding: 10px;
    border-radius: 4px;
    background-color: #f1f1f1;
    white-space: pre-wrap;
    line-height: 1.5;

    
}

.row-recent-search .thumbnail-col {
    width: 200px;
    margin-left: auto;
    display: flex;
    justify-content: center;
}

.recent-search-date {
    font-size: 12px;
    color: #999;
    margin-left: 12px;
}

.nav.nav-pills {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-pills > .nav-item {
    padding: 6px 18px;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid #dadada;
    margin-right: 5px;
    font-size: 12px;
}

.nav-pills > .nav-item.active {
    background-color: #777;
    border: 1px solid #777;
    color: #fff;
}


#slide-window {
            overflow: hidden;
            width: 320px;
            height: 100%;
            
            position: absolute;
        }
        
        #slide-container {
            width: 800px;
            display: flex;
            flex-direction: row;
        }
        
        .slider-content {
            width: 290px;
            margin-right: 30px;
        }
        
        #slide-container.show2 {
            transform: translate(-320px);
            transition: transform .3s ease-in-out;
        }
        
        #slide-container.show1 {
            transform: translate(0px);
            transition: transform .3s ease-in-out;
        }
        
        .plot-list-item {
            padding: 8px 0px;
            border-top: 1px solid #dadada;
            border-bottom: 1px solid #dadada;
            cursor: pointer;
        }
        
        .plot-list-item .col-name {
            flex: 1 1 auto;
        }
        
        .plot-list-item .col-icons {
            margin-left: auto;
            visibility: hidden;
        }
        
        .plot-list-item:hover .col-icons {
            visibility: visible;
        }
        
        .plot-list-item .material-icons {
            font-size: 18px;
            opacity: .6;
        }
        
        
        .d-flex {
            display: flex;
        }
        
        .form-control-sm {
            height: 28px;
            font-size: 12px;
            padding: 0px 8px;
        }
        
        select.form-control {
            font-family: Lato, sans-serif;
            padding: 0px 8px;
            position: relative;
        }
        
        .select-wrapper {
            position: relative;
            display: inline-block;
        }
        
        .select-wrapper::after {
            content: "";
            position: absolute;
            right: 10px;
            top: 12px;
            opacity: 1;
            z-index: 1000000000;
            width: 0; 
              height: 0; 
              border-left: 4px solid transparent;
              border-right: 4px solid transparent;
              border-top: 4px solid #333;
            
        }
        
        .select-wrapper select.form-control {
            padding-right: 15px;
        }

        .select-wrapper-invisible select.form-control {
            background-color: transparent;
            border-color: transparent;
            color: #333;
        }

        .select-wrapper-invisible:hover select.form-control {
            background-color: #fff;
            border-color: #dadada;
        }

        .select-wrapper-invisible:hover::after {
            visibility: visible;
        }

.form-control-invisible {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}

.form-control-invisible:hover {
    background-color: #fff;
    border-color: #dadada;
}

.btn-group-radio .btn-primary {
            border-color: #7b3ff2;
            color: #7b3ff2;
            color: #333;
            background-color: rgba(	66, 171, 166,.08);
            z-index: 100;
        }
        
        .btn-group-radio .btn-secondary, .graph-header .btn-group-radio .btn-secondary {
            border-color: #a8a8ae;
            z-index: 10;
        }
        
        .btn-group-radio + .btn-group-radio {
            margin-left: 12px;
        }
        
        .btn-group-radio .btn + .btn {
            margin-left: -1px;
        }
        
        .tab-link.active {
             font-weight: bold;
        }

#legend-toggle {
    position: absolute;
    top: -26px;
    right: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.legend-toggle-label {
    padding: 2px 5px;
    background-color: #fff;
}

.legend-toggle-item {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    margin-left: 1px;
    cursor: pointer;
    
}

.legend-toggle-item:hover {
    background-color: #eaeaea;
}

.legend-toggle-item .material-icons {
    font-size: 18px;
}

.legend-toggle-item.active {
    color: #333;
    background-color: rgba(	66, 171, 166,.08);
    border-color: #7b3ff2;
    
}

#legend-toggle .btn {
    border-radius: 20px;
    padding: 0px 12px;
    border-color: #ccc;
}

#menu-edit-chart-line .label2 {
            flex: 0 0 150px;
        }

.monospace {
    font-family: Menlo, monospace;
    font-size: 12px;
}

.graph-description {
    margin-left: 15px;
    display: flex;
    align-items: center;
    height: 27px;
}

.menu-with-icons .menu-item {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-direction: row;
        }
        
        .menu-with-icons .menu-item .material-icons {
            font-size: 16px;
            margin-right: 8px;
            color: #999;
            margin-left: -4px;
        }

.menu-item .check-col {
    flex: 0 0 24px;
}

.menu-item .check-col i {
    color: #333;
    opacity: 1;
    margin-left: -10px;
}

.compare-options {
    padding: 0px 20px 20px 20px;
}

.compare-options > div {
    margin-bottom: 8px;
}

.PowerQueries__CommandList {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    display: flex;
    align-items: center;
}

.PowerQueries__CommandList li {
    list-style-type: none; 
    color: #7b3ff2;
}

.PowerQueries__CommandList li:after {
    content: "\2022";
    margin-left: 6px;
    margin-right: 6px;
    color: #555;
}



.card {
    border: 1px solid #eaebed;
    transition: all .2s ease;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    background-color: #fff;
  }

  .card-header {
      height: 50px;
      display: flex;
      align-items: center;
      padding: 0px 15px;
      position: relative;
  }

  .card .title {
      font-size: 18px;
      color: #333;
  }

  .card-icons {
      margin-left: auto;
      display: flex;
      align-items: center;
  }

.card-icons i {
    opacity: .6;
    cursor: pointer;
}

.card-icons i:hover {
    opacity: 1;
}

.dropdown-menu {
    box-shadow: 0 0 10px rgb(0, 0, 0, .1);
}

.menu-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.menu-item .menu-icon {
    font-size: 22px;
    opacity: .6;
    width: 30px;
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #dadada;
    margin-top: 0px;
    margin-bottom: 10px;
}

.nav-item {
    border-bottom: 3px solid transparent;
}

.nav-item.active {
    border-bottom: 3px solid #7b3ff2;
    font-weight: bold;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:hover {
    text-decoration: none;
    color: #333;
    padding: 8px 12px;
    margin-right: 0px;
}



.edit-panel {
    flex: 0 0 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-right: 1px solid #dadada;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.preview-panel {
    flex: 1 1 auto;
    border-left: 1px solid #dadada;
    overflow-y: hidden;
    border-left: 0px;
    display: flex;
    flex-direction: column;
}


.plot-container {
    display: flex;
    flex-direction: row;

}

.panel-title, .section-header h2 {
    margin-right: auto;
    text-transform: uppercase;
    color: #666; 
    font-size: 14px;
    letter-spacing: 1px;
}

.checkbox-row {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 3px 0px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group.form-row, .form-group-row {
    margin-bottom: 12px;
}


.form-row, .form-group-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0px;
}

.form-row .label2, .form-group-row .label2 {
    flex: 0 0 110px;
    margin-top: 7px;

    
}

.form-group-row .label {
    flex: 0 0 160px;
    margin-top: 9px;
    margin-right: 15px;
    text-transform: none;
    font-weight: bold;
    color: #333;
}


.panel .form-group, .panel .form-group.form-row {
    margin-bottom: 15px;
}

.panel-header {
    padding: 20px 20px 0px 20px;
    font-size: 17px;
}

.panel-footer {
    display: flex;
    flex-direction: row;
}

.checkbox {
    width: 12px;
    height: 12px;
    background-color: #777;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.checkbox .material-icons {
    color: #fff;
    font-size: 12px;
}

.checkbox-row .checkbox-count {
    margin-left: auto;
}

.icon-graph-settings, .material-icons.icon-graph-settings {
    font-size: 22px;
    opacity: .7;
    cursor: pointer;
}

.panel {
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    position: absolute;
    background-color: #fff;
    display: none;
    z-indexL 100000;
}

.panel-body {
    padding: 20px;
}

.panel-footer {
    padding: 0px 20px 20px 20px;
}

.chart-type-item .help-icon {
    margin-left: auto;
    font-size: 18px;
    opacity: .4;
    display: none;
}

.chart-type-item:hover .help-icon {
    display: block;
}

.chart-type-item .help-icon:hover {
    opacity: .7;
    cursor: pointer;
}

.graph-overlay {
    background-color: rgba(255,255,255,.8);
    width: 100%;
    height: 550px;
    top: 0px;
    position: absolute;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}


@keyframes spinner {
    to {transform: rotate(360deg);}
  }
   
  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: #000;
    animation: spinner .6s linear infinite;
  }


.slider {
    position: relative;
    display: flex;
    align-items: center;
    height: 5px;
    width: 90px;
    background-color: #ccc;
    border-radius: 10px;
    background-image: linear-gradient(to right, #7b3ff2 81%, #ccc 81%);
}

.mini-slider {
    width: 60px;
}

.slider .handle {
    height: 17px;
    width: 17px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #7b3ff2;
    margin-left: 80%;
}

.mini-slider .handle {
    margin-left: 80%;
    width: 13px;
    height: 13px;
}


.panel-content .subhead {
    text-transform: uppercase;
    margin-bottom: 15px;
    
}

.panel-content .divider {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #9d9d9d;
    height: 1px;
}

.filter-box {
    display: flex;
    height: 44px;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background-color: #fff;
    border-radius: 3px;
    color: #757575;
    font-size: 13px;
    margin-bottom: 16px;

    /* shadows/2px */
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10), 0px 3px 1px -2px rgba(0, 0, 0, 0.25), 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
}

.table-header {
    height: 64px;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    padding: 0 16px;
    justify-content: space-between;
}


/* Show clickable areas */ 

.clickable {
    position: relative !important;
    overflow: visible !important;
}
.clickable.show-clickable:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    animation: show-clickable .8s;
    
}

@keyframes show-clickable {
    0% {
        background-color: transparent;
        border: 1px solid transparent;
    }
    10% {
        background-color: rgba(0,158,216,.4);
        border: 1px rgba(0,158,216,1) solid;
    }
    40% {
        background-color: rgba(0,158,216,.4);
        border: 1px rgba(0,158,216,1) solid;
    }
    100% {
        background-color: transparent;
        border: 1px solid transparent;
    }
}