#body{
    position: relative;
}


#left_nav_container{
    width: 27%;
    height: 692px;
    border-right: 1px solid #3478bc;
    padding-right: 20px;
}


.chart_outer_div{
    position: relative;
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 20px;
	width:100%;
}
.chart_display_div{
    position: relative;
    width: 100%;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #b10000;
}
.duplicate_chart_button{
	top: -4px;
    position: relative;
}

#industry_widget,
#measures_widget {
    border: 1px solid #ccc;
    padding-bottom: 10px;
    width: 100%;
    height: 270px;
    overflow-y: scroll;
    overflow-x: hidden;
	padding:3px;
}


#measures_select {
    padding-left: 0px;
}

#measures_select li.selectable_true{
    cursor: pointer;
}

#measures_select li.header {
    color: #0071bc;
    font-size: 122%;
}

#industry_list {
    padding-left: 0px;
}

#industry_list ul {
    padding-left: 20px;
}

li span.padding{
    margin-left: 14.5px;
}

#industry_list ul.filtered {
    padding-left: 0px;
}

#industry_list .filtered{
    display: none;
}

#industry_widget ul, #measures_widget ul {
    list-style-type: none;
    list-style: none !important;
    margin: 0px !important;
}

.dropper_icon {
    color: #0071bc;
}

.naics_code {
    color: #747474;
}

#list_search_bar {
    width: 98%;
}

.checkbox {
    margin-left: 0px;
}

#seach_results {
    width: 400px;
    height: 120px;
}

#seach_results_container {
    display: none;
    margin-top: 12px;
    color: #0071bc;

}

#expand_all_button,
#clear_all_button {
    text-decoration: underline;
    cursor: pointer;
    color: #0071bc;
    float: left;
    margin-bottom: 5px;
}

#clear_all_button {
    float: right;
    margin-right: 10px;
}

.make_chart_button{
    padding: 4px;
    cursor: pointer;
    z-index: 300;
	
}
.remove_chart_button{
	float:right;
	
}

.interact-bar::before{
	content:"Interact:  ";
	font-weight:bold;
	
}
.modal-body table{
	margin:0px;
	width:100%;
	
}
.modal-body caption{
	display:none;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.interact-bar{
	display:none;
	height: 30px;
    text-align: center;	
}
.interact-bar a {
	display:inline-block;
	margin-right:5px;
	border-right:1px solid #ccc;
	padding-right: 5px;
	cursor:pointer;
	text-decoration:underline !important;
	color:blue !important;
}
.interact-bar a:last-child {
	margin-right:0px;
	padding-right:0px;
	border-right:none;
}

.clear_float {
    clear: both;
}

h2 {
    color: #0071bc;
    margin-bottom: 5px;
}

li.selectable_false {
    color: #d3d3d3;
    /* color: #737373; */
}

li.selectable_true {
    color: #000;
}

.table_div{
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 98%;
    height: fit-content;
    padding: 0px;
    z-index: 3000;
    background-color: rgba(255,255,255,0.92);
}

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

.export_table_button{
    display: inline;
}


div.error_report p{
    color: #FF5722;
    margin-bottom: 1px;
}


.loading_icon{
    position: absolute;
     display: none; 
    left: 47%;
    bottom: 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;
}

.bootstrap .modal-dialog{
    max-width:95% !important
}

.bootstrap button{
    background-color: #0059a0 !important;
}

#usa-banner button{
    background-color: #f1f1f1 !important;
}


.bootstrap button:focus {
    border: 2px red solid;
  }