body {
    margin:0;
}
/* Bootstrap col overrides - to make up for this page running in an iframe, potentially hidden by
   parent DIV control, and thus forcing google charts to draw the charts out of bounds */
.col-sm-4 {
    width:288.33px;
}
.col-sm-6 {
    width:432.5px;
}
.col-sm-12 {
    width:866px;
}

/* rest of page */
.main-container {
    width:850px;
    padding:0;
    margin:0;
}
.hero-row {
    margin-left:-6px;
    margin-right:-6px;
}
.hero-section-container {
    position: relative;
    background-color:#4e84c4;
    color:white;
    padding:4px;
    overflow:hidden;
    font-size:22px;
    height:90px;
}
.hero-section-title {
    font-weight:bold;
    font-size: 15px;
    padding: 0 6px;
}
.hero-section-val {
    font-size: 26px;
    padding: 0 6px;
}
.hero-section-icon {
    position: absolute;
    right: 0;
    bottom: 3px;
    z-index: 0;
    font-size: 65px;
    line-height: 60px;
    color:#a9c1dd;
}
.hero-section-tr-val-arrow {
    display: inline-block;
    position: relative;
    top: -2px;
    font-size: 18px;
    line-height: 14px;
}
.hero-section-tr-val {
    position: absolute;
    top: 2px;
    font-size: 15px;
    font-weight: bold;
    right: 5px;
}
.num-align {
    text-align:right;
}
.col-5-wide {
    float: left;
    width:20%;
    position: relative;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px;
}
.chart-title {
    padding:8px;
    background-color:#ddd;
    font-weight:bold;
    color:#666;
}
.chart-data-table,
.chart-body {
    padding:8px;
    background-color:#efefef;
}
.chart-data-container {
    cursor:pointer;
}
.chart-body {
    min-height:170px;
}
.chart-body.map-chart {
    overflow: hidden;
}
.chart-data-row {
    display:none;
}
#orgs_state_hover {
    text-align: center;
    padding:0 0 10px;
    height:20px;
    color:#666;
    font-weight: bold;
}
#orgs_by_state {
    height:310px;
    width:350px;
    float:left;
    padding-left:30px;
}
/* reduce bootstrap gutters */
.col-sm-4,
.col-sm-6,
.col-sm-8,
.col-sm-12 {
    padding-left:8px;
    padding-right:8px;
}
.row {
    margin-left:-8px;
    margin-right:-8px;
}

@media (max-width: 869px) {
    .hero-section-icon {
        position: relative;
        top:auto;
        right:auto;
        bottom:auto;
        font-size: 48px;
        margin: 0 auto;
        width: 48px;
    }
    .hero-section-icon span {
        font-size: 48px !important;
    }
    .hero-section-tr-val {
        position: relative;
        top:auto;
        right:auto;
        bottom:auto;
    }
    .col-5-wide {
        width:19%;
    }
    .hero-section-container {
        height:150px;
    }
    .hero-section-title {
        font-size:13px;
        padding:0;
    }
    .hero-section-val {
        font-size: 22px;
    }
    .col-sm-4 {
        width: 32%;
        float:left !important;
    }
    .col-sm-6,
    .col-sm-12 {
        width:95%;
        margin-bottom:8px;
    }
    .chart-body {
        min-height: auto;
    }
    .main-container {
        width:100%;
    }
    .row {
        margin-left:0;
        margin-right:0;
    }

}
@media (max-width: 500px) {
    .hero-section-title {
        font-size: 11px;
        padding:0;
    }
    .hero-section-val {
        font-size: 18px;
    }
    .hero-section-tr-val-arrow,
    .hero-section-tr-val {
        font-size: 11px;
    }
    .hero-section-container {
        height: 135px;
        padding:4px;
    }
    .col-sm-4 {
        width:95%;
        float:left;
        margin-bottom:8px;
    }
    .chart-body {
        min-height: 135px;
    }
    .chart-body {
    }
}
/* To handle ACT's increased width */
.jsmaps-wrapper {
    width:340px !important;
}
.jsmaps-wrapper svg {
    width:340px !important;
}
@media (max-width: 767px) {
    .jsmaps-select.mobile {
        display: none;
    }
}
/* poitner icon for chart data */
div.chart-body div.chart g[column-id],
div.chart-body div.chart g path,
div.chart-body div.chart g path ~ text {
    cursor:pointer;
}
/*chart flickering fix*/
svg>g>g:not([column-id]):last-child {
    pointer-events: none;
}
.tabs-container {
    margin: 2px 0 0!important;
    border-radius: 2px;
    background: #fff;
}
/* copied from HHA styles */
ul.jwts_tabbernav {
    margin: 0 0 0 8px;
    padding: 0;
    list-style: none;
    list-style-image: none;
    background: none;
    line-height: normal;
    height: auto;
    text-align: left;
}
ul.jwts_tabbernav li {
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    background: none;
    display: inline;
}
ul.jwts_tabbernav li a {
    font-size: 14px;
    margin: 0 2px 0 0;
    padding: 4px 10px 2px;
    color: #222;
    border-radius: 2px 2px 0 0;
    border: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    background: #fff;
}
ul.jwts_tabbernav li.jwts_tabberactive a {
    background: #4e84c4;
    color: #fff;
}
ul.jwts_tabbernav li a:hover {
    color: #fff;
    border: 1px solid #aaa;
    border-bottom: none;
    background: #ff8a00;
    text-decoration: none;
}
ul.jwts_tabbernav li.jwts_tabberactive a:hover {
    background: #4e84c4;
    text-decoration: none;
    cursor:default;
}
.body-load-bg {
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 2;
}
.loading-msg {
    margin: 0 auto;
    width: 320px;
    text-align: center;
    font-size: 30px;
}
.spinner-container {
    margin: 40px auto 10px;
    width: 80px;
    height: 80px;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 70px;
    height: 70px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #666;
    border-color: #666 transparent #666 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
