


.dash-title {
    font-size:0.75rem;
    padding-bottom: 10px;
}

.dash_charts {
    height: 250px;
    padding:10px;

}


.full-width {
    width: 100%;
}

.dash-charts-sm {
    height: 120px;
    max-width:50%;
    padding:10px

}


.dash-card {
    
    height: 100%;
}

.dash-charts-lg{
    border-bottom: 0px;
}

.analysis-dash-charts {
    min-height: 380px;
}

.analysis-dash-table {
    height: 380px;
    overflow : scroll;
}

.table-text {
    padding :15px;
}

.dash-parameter-select {
    padding:10px;
    color: var(--bodycolor);
    width: 200px;
    border-color: var(--bordercolor);
    border-radius: 5px;
}

.dash-parameter-select-option {
    background-color: var(--bodycolor);
    border-color: var(--bordercolor);
    border: 1px solid var(--bordercolor);
    color: #ffff;

}

.filter-label {
	display: inline;
    width: auto;
}

#condition_trend_chart {
    width : 1000px;
	height : 250px;
}

#machine_condition_chart {
    width : 1000px;
	height : 250px;
}

.performance_dash_body {
	font-size: 13px;
	width : 1000px;
	height : 330px;
}

.dash_charts {
	height: 320px;
    width : 1000px;
}

.performance_dash_table {
    height:250px;
}

.d-font-large-4 {
    font-size:xx-large;
}

.plain-bkground {
    background-color: white;
}

.conversation-history {

	height : 300px;
    overflow: scroll;
}

.posts-history {

	height : 500px;
    overflow: scroll;
}