

@import url('https://fonts.googleapis.com/css?family=Open%20Sans');

/* Add your own CSS classes to this file and reference them using the $cssclassname property */


.cursore_pointer
{
	cursor: pointer !important;
}

.cursore_none:hover
{
	cursor: default !important;
}


.no_bordo
{
	border-width: 0px !important;
}

.label_click
{
	text-decoration:underline !important;
	cursor: pointer !important;
	color: rgb(var(--primary-color)) !important;
}

.label_standard
{
	cursor: default !important;
/*	color: #000000 !important;*/
}

.edit_standard
{
	
}

.edit_multilinea
{

}

.button_standard
{
cursor: pointer !important;
border-width: 0px !important;
background-color: rgba(255, 255, 255, 0) !important;
}
.button_standard img
{
margin: 0px 0px 0px !important;
}

.button_standard:active
{
/*background-color: rgb(var(--primary-color)) !important;*/

border:1px solid !important;
    -moz-border-radius:10px !important;
    -webkit-border-radius:10px !important;
    border-radius:10px !important;
border-bottom:1px solid !important;
    -moz-box-shadow:inset 0 2px 0 rgba(255,255,255,0.5)!important;
    -webkit-box-shadow:inset 0 2px 0 rgba(255,255,255,0.5)!important;
    box-shadow:inset 0 2px 0 rgba(255,255,255,0.5)!important;

}

img.ctrl-tabs-arrow-right:active
{
	background-color: rgb(var(--primary-color)) !important;
}

img.ctrl-tabs-arrow-left:active
{
	background-color: rgb(var(--primary-color)) !important;
}

.calendario
{
	text-align: center !important;
}

.ctrl-trans:hover {
  cursor: pointer !important;
}

.button_disable
{
cursor: default !important;
color: #a0a0a0 !important;
border: none !important;
}

.rf_manodopera_1053_grid_2colclass
{
	cursor: pointer !important;
}

.rf_main_1013_grid_1colclass
{
	cursor: pointer !important;
}

.datagrid_standard

{
	
}
.slick-cell.c1.rf_controllo_rapportini_samap_1004_grid_2colclass {
 
    white-space: normal !important;
 
}
.slick-cell.c1.rf_controllo_finanziario_1024_grid_2colclass {
 
    white-space: normal !important;

}

.rf_todo_1273_grid_1colclass
{
	white-space: normal !important;
}

.rf_todo_1273_grid_2colclass
{
	white-space: normal !important;
}

.button_border
{
border-width: 1px !important;
background-color: rgba(255, 255, 255, 0) !important;

}

.rf_lista_lavori_1805_grid_10colclass
{
	cursor: pointer !important;
}

.rf_lista_lavori_v3_2056_grid_10colclass
{
	cursor: pointer !important;
}

.button_switch
{
	background-color: rgb(var(--primary-color)) !important; 
}

.check_multiline {
 
    white-space: pre-wrap !important;
	overflow: unset !important;

}
.rf_giornale_lavori_1023_grid_3colclass
{
	white-space: normal !important;
}

.rf_giornale_lavori_1023_grid_5colclass
{
	white-space: normal !important;
}

   
.rf_registro_fatture_vendita_1028_grid
{
    line-height: 40px !important;
    height: 40px !important;
	white-space: normal !important;
	overflow: auto !important;
} 

.toperp_tabs li.ctrl-tabs-li {
    border-radius: 5px 5px 5px 5px!important;
}
.toperp_tabs li.ctrl-tabs-li .omnis-ripple-container{
    border-radius: 5px 5px 5px 5px!important;
}

.omnis-tabs__indicator{
	visibility: hidden !important;
}

.omnis-checkbox.omnis-notactive .omnis-checkbox-label {
    color: rgb(var(--surface-color-text));
}
.omnis-notactive .omnis-radio__label {
    color: rgb(var(--surface-color-text));
}

.slick-header-column.ui-state-default {
    background-color: rgb(var(--secondary-color-light));
	/* Romina il 19/03/2024 per mandare a capo l'intestazione di colonna */
	white-space: normal !important; 
	text-align: center;	
}

/*
.ctrl-dgrd-header {
    background-color: rgb(var(--neutral-color)); 
}

.ctrl-dgrd-header label {
    color: rgb(var(--neutral-color-text)); 
}
*/
.datagrid_standard .slick-row.selected {
	font-weight: bold !important;
}
.sidebar a > .jstree-icon {
    margin-right: 3px !important;
	padding-top: 5px !important;
	
}
.blur_pane {
    backdrop-filter: blur(10px);
}