/*mette la manina nella lancetta dei cruscotti*/
.highcharts-gauge-series .highcharts-dial {
    cursor: pointer;
}
/*CONFIGURAZIONE*/
#layout_container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.layout_show {
    display: inline-table;
    padding: 0px 8px;
}
.layout_show figure {
	margin: 1px 15px;
}
.layout_show figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.layout_show figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.layout_show figure[use="use"] img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.layout_show figure:not([use]) img {
	opacity: 0.3;
}
.Dashboard_layout_image img {
    vertical-align: middle;
}
.Dashboard_layout_image {
    width: 8%;
}
.operationDashCell {
    width: 10%;
}
.dashboard_title_conf {
    float: left;
    width: calc(100% - 18px);
}
.deleteElementInDash{
    cursor:pointer;
    float: right;
    vertical-align: middle;
}
/*FUMETTO DI AGGIUNTA INSERIMENTO*/
#suggerimento_dashboard {
    display: none;
	position: absolute;
	z-index: 129;
}
.dashboard_selection:hover {
    font: bold 13px sans-serif;
    cursor: pointer;
}
.dashboard_selection_disabled a {
    fill: var(--grigioDisabilitato);
    cursor: default;
}
/*VISUALIZZAZIONE*/
/*colonne*/
.dashboard_column{
    height: calc(100vh - 168px);
}
#dashboard_col_sx, #dashboard_col_dx {
    width: 25%;
}
#dashboard_col_sx_eq, #dashboard_col_dx_eq {
    width: calc(50% - 4px);
}
#dashboard_col_sx, #dashboard_col_sx_eq {
    float: left;
}
#dashboard_col_dx, #dashboard_col_dx_eq {
    float: right;
}
#dashboard_corpo {
    width: calc(50% - 16px);
    float: left;
    padding: 0px 8px 0px 8px;
}
/*blocchi interni*/
.dashboard_inner_content {
    display: grid;
    grid-template-rows: auto 1fr;
    width: calc(100% - 6px);
    border: 1px solid var(--grigettoAzzurroBordi);
    padding: 3px;
}
.dashboard_col_sx_content {
    height: calc((100% - 40px) / 3);
}
.dashboard_corpo_content {
    height: calc(100% - 8px);
}
.dashboard_col_dx_content {
    height: calc((100% - 24px) / 2);
}
.dashboard_col_sx_content_central {
    margin: 8px 0px;
}
.dashboard_col_dx_content_top{
    margin-bottom: 8px;
}
.dashboard_col_dx_content_bottom{
    margin-top: 8px;
}
/*componenti blocchi interni*/
.dashboard_content_header {
    min-height: 18px;
}
.dashboard_content_block {
    grid-row: 2 / 2;
    overflow: hidden;
}
.dashboard_content_block_spaced {
    /* height: calc(100% - 30px);*/
    /*padding-top: 12px;*/
}
.dashboard_title {
    float: left;
    width: calc(100% - 13px);
}
.dashboard_content_sx {
    float: left;
    width: 25%;
    height: 100%;
}
.dashboard_content_central {
    width: 50%;
    float: left;
    height: 100%;
}
.dashboard_content_dx {
    float: right;
    width: 25%;
    height: 100%;
}
.dashboard_graph_multiday, .dashboard_graph_lines, .dashboard_graph_map,
.dashboard_graph_gauge {
    width: 100%;
    height: 100%;
}
.dashboard_graph_timeline {
    width: 100%;
    height: calc(100% - 60px);
}
.dashboard_row_label {
    margin-top: 10px;
    margin-bottom: 10px;
}
.label_left {
    float:left;
    width: 47%;
    text-align: center;
    color: #FE9C37;
    font-size: 13px;
    font-family: MusticaPro-SemiBold;
    border: 2px solid #FE9C37;
    margin-left: 1%;
    padding: 5px 0px;
}
.label_right {
    float:right;
    width: 47%;
    text-align: center;
    color: #FE9C37;
    font-size: 13px;
    font-family: MusticaPro-SemiBold;
    border: 2px solid #FE9C37;
    margin-right: 1%;
    padding: 5px 0px;
}
