/* #all_charts_div{
    background-color: #f1f1f1;
}


.chart_div{
    height: 95%;
    width: 100%;
    background-color: #fff;

}
*/

#main-content-full-width{
    max-width: 1400px;
    margin: auto;
}
.outer_chart_div{
    /* border: 1px solid #9f9f9f; */
  
  }

.outer_chart_div select{
    max-width: 95%;
    margin-bottom: 10px;
    height: 20px;
    border: 1px solid #9f9f9f;
} 


#left_main {
    width: 70%;
    float: left;
    min-height: 900px;

}

#right_main {
    width: 30%;
    float: left;
    margin-top: -39px;
    height: 626px;
    overflow-y: scroll;

}

#main_chart {
    width: 100%;
    background-color: white;
    min-height: 520px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

#chart1{
    min-height: 600px;
}

#small_left_chart,
#small_right_chart {
    width: 50%;
    min-height: 550px;
    background-color: white;
    float: left;

}

.chart_teaser_div {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    height: 110px;
    border-top: 1px solid #dfdfdf;
    cursor: pointer;
    margin-right: 25px;
}

.chart_teaser_div:first-child{
    border-top: 0px
}

.chart_teaser_div.active{
    background-color: #daf0ff;
}

.chart_teaser_img,
.chart_teaser_text {
    float: left;
    height: 115px;
    float: left;
}

.chart_teaser_img{
    width: 40%;
}
.chart_teaser_text{
    width: 60%;
}

.chart_teaser_text p {
    margin: 10px;
    color: #313131;
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 110%;
    height: 96px;
    overflow: hidden;
}

.chart_teaser_text h2 {
    margin: 10px;
    color: #605757;
    font-family: Arial, sans-serif;
    font-weight: bolder;
    font-size: 90%;
    text-transform: uppercase;
    margin-top: 0px;
}

.chart_div {
    width: 98%;
    background-color: white;
    align-items: stretch;
    margin: 0px;
}

.chart_teaser_div:hover{
    background-color: #fffad0;
}
.loading_icon{
    position: absolute;
     display: none; 
    left: 47%;
    top: 46%;
    width: 30px;
    height: 30px;
    background-image: url(https://www.bls.gov/images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1000;
}

.show_table_button, .export_table_button{
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    margin: 0px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ and Edge */
    user-select: none; /* Standard syntax */
}

.export_table_button{
    margin-left: 50px;
    display: none;
}

.table_div{
    display: fixed;
    position: absolute;
    display: none;
    top: -50px;
    width: 148%;
    height: fit-content;
    min-height: 1800px;
    padding: 0px;
    z-index: 3000;
    background-color: rgba(255,255,255,0.92);
}

.export_table_button{
    display: inline;
}

@media only screen and (max-width: 1050px) {

    #left_main, #right_main {
        width: 100%;
        min-height: 720px;
    }
    #right_main{
        max-width: 600px;
    }

    #small_left_chart, #small_right_chart{
        display: none;
    }
  }