#hot-container {
    width: 50%;
    text-align: left;
    float: left;
}

#hot-chart-container a {
    cursor: pointer;
}

#hot-container #hot {
    overflow: hidden;
}

#hot tr td {
    height: 25px;
}

#hot tr th {
    text-align: center;
}

#hot table.htCore thead th div.relative {
    min-width: initial;
}

#hot-container #hot-helpers .helper-section {
    padding: 0.5em 0 0 0;
    font-size: 0.9em;
    display: inline-block;
}

#hot-container #hot-helpers .helper-section select {
    width: 80px;
    min-width: 80px;
}

#hot-container #hot-helpers .helper-section label {
    margin: 0;
    padding-bottom: 0;
}

#hot-container #hot-helpers .helper-section input[type=button] {
    margin: 0;
}

#hot-container #hot-helpers .helper-section:first-of-type {
    float: left;
}

#hot-container #hot-helpers .helper-section:last-of-type {
    float: right;
    padding: 0;
    margin: 0.5em 0 1.5em;
}
#collapsing-section #chart-expand-all,
#collapsing-section.collapsed #chart-collapse-all{
    display: none;
}
#collapsing-section #chart-collapse-all,
#collapsing-section.collapsed #chart-expand-all{
    display: block;
}
#chart-filter-container {
    width: 49.39759%;
    overflow-x: hidden;
    float: left;
}

#chart-filter {
    max-height: 301px;
    width: 100%;
    float: left;
    overflow: auto;
}

#chart-filter-modal-trigger {
    display: block;
    /*width: 100%;*/
    padding: 3px;
    background: #EEE;
    text-align: center;
    font-size: 0.8em;
    font-weight: 700;
    text-decoration: underline;
    color: #045ab0;
    height: 21px;
    line-height: 21px;
}
#chart-filter * {
    box-sizing: border-box;
}
#chart-filter table {
    font-size: 13px;
    width: 100%;
    white-space: nowrap;
    border: 0;
    margin-bottom: 0;
}

#chart-filter table thead {
    background: #CCCCCC !important;
}
#chart-filter table tr {
    line-height: 25px;
}

#chart-filter table tr td {
    border: 1px solid #F1EAEA;
    border-left: 0;
    padding: 0 15px 0 15px;
    white-space: nowrap;
    background: transparent;
    color: #000;
    font-size: 13px;
    height: 26px;
}

#chart-filter table tr th {
    background: #fff;
    color: #000;
    font-size: 14px;
    text-align: center;
    position: relative;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    border-spacing: 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px 0 #ccc;
}

#chart-filter table tr.hidden {
    display: none;
}

#chart-filter-modal {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 49.39759%;
    padding: 1em;
    background: #fff;
    z-index: 110;
    -webkit-box-shadow: 0px 20px 76px -11px rgba(0, 0, 0, 0.34);
    -ms-box-shadow: 0px 20px 76px -11px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 20px 76px -11px rgba(0, 0, 0, 0.34);
    -o-box-shadow: 0px 20px 76px -11px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 20px 76px -11px rgba(0, 0, 0, 0.34);
}
#chart-filter-modal.open {
    display: block;
}
#chart-filter-modal .row {
    float: left;
    width: 100%;
    clear: both;
}
#chart-filter-modal h3 {
    color: #000;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 0.5em 0 0.5em 0;
    text-align: center;
    border: 0;
}

#chart-filter-modal .all-none {
    text-transform: lowercase;
    font-size: 0.7em;
    margin: -0.5em 0 0.5em 0;
    text-align: center;
}

#chart-filter-modal .all-none a {
    color: #045ab0;
    text-decoration: none;
    font-weight: bold;
}

#chart-filter-modal ol {
    margin: 0;
    list-style: none;
    font-size: 0.9em;
    max-height: 150px;
    overflow: auto;
    padding: 0;
}

#chart-filter-modal ol li {
    list-style: none;
    width: 100%;
    float: left;
}

#chart-filter-modal ol li label {
    padding: 0;
}

#chart-filter-modal ol li label input[type=checkbox] {
    margin-right: 7px;
}

#chart-filter-modal .section {
    width: 31.70732%;
    float: left;
    margin-right: 2.43902%;
}

#chart-filter-modal .section:nth-child(3) {
    width: 31.70732%;
    float: right;
    margin-right: 0;
}

#chart-filter-modal .buttons {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-top: 30px;
    text-align: right;
}

#chart-filter-modal .buttons button {
    padding: 5px 15px 5px 15px;
    background-color: transparent;
    border: 0;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
    color: #045ab0;
    cursor: pointer;
}
#chart-filter-modal input[type=text] {
    width: 100%;
}