/* qui mettere l'eventuale codice css che personalizza la UI di questo progetto */
/* nel caso si volgia fare un nuovo tema invece bisogna agire sotto la direcotory src/less*/


td[class*="_ora"]:is(.gi-grid-mark-cell-vM, .gi-grid-mark-cell-vS) {
	background-image: linear-gradient(rgb(255 255 0/75%) 0 0) !important;
}
td[class*="_data"]:is(.gi-grid-mark-cell-vM, .gi-grid-mark-cell-vS) {
	background-image: linear-gradient(rgb(255 255 0/75%) 0 0) !important;
}

td[class*="_tour"].gi-grid-mark-cell-vT {
	background-image: linear-gradient(rgb(0 0 0/10%) 0 0) !important;
}


.gi-grid-mark-row-gg_sett-G7 td {
    background-color: #ddd !important;
}

.gi-grid-mark-cell-v0{
    background-color: #ddd !important;
}

.pulsante-menu{
	position: relative;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    background-image: none;
    border-radius: 3px;
}

@media (min-width: 1200px) {
    .pulsante-menu {
		
		padding: 6px 10px;
		margin-top: 3px;
		margin-right: 5px;
		margin-bottom: 3px;
    }
}


#ui_planning_agenti_totem{
	background-color: black;
    color: white;
	padding: 0;
}

#ui_planning_agenti_totem .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: black;
}

#ui_planning_agenti_totem .table {
    margin-bottom: 0;
}

#ui_planning_agenti_totem .turno-note{
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


#ui_planning_agenti_totem .table>tbody>tr>td,#ui_planning_agenti_totem .table>tbody>tr>th,#ui_planning_agenti_totem .table>tfoot>tr>td,#ui_planning_agenti_totem .table>tfoot>tr>th,#ui_planning_agenti_totem .table>thead>tr>td,#ui_planning_agenti_totem .table>thead>tr>th {
    padding-top: 1px;
    padding-bottom: 1px;
	line-height: 1.5;
}

/*
.gi-val-gt-zero .gi-val-widget-w_agenti_alert_scad_patente_d,
.gi-val-gt-zero .gi-val-widget-w_agenti_alert_scad_fin_d_cqc,
.gi-val-gt-zero .gi-val-widget-w_agenti_alert_scad_cqc_pers,
.gi-val-gt-zero .gi-val-widget-w_agenti_alert_scad_carta_cond,
.gi-val-gt-zero .gi-val-widget-w_agenti_alert_scad_vis_over_60,
.gi-val-gt-zero .gi-val-widget-w_veicoli_alert_bollo_scadenza,
.gi-val-gt-zero .gi-val-widget-w_veicoli_alert_rev_scadenza,
.gi-val-gt-zero .gi-val-widget-w_veicoli_alert_cron_scadenza,
.gi-val-gt-zero .gi-val-widget-w_veicoli_alert_met_scadenza,
.gi-val-gt-zero .gi-val-widget-w_veicoli_alert_rca,
.gi-val-gt-zero .gi-val-widget-w_veicoli_alert_gps
{
	color: red !important;
}
*/


.tabella_planning_agenti td{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tabella_planning_agenti th{
	position: sticky; 
	top: 0; 
	z-index: 1;
	background-color: white;
}

.tabella_planning_agenti .prima-col {
  position: sticky;
  left:0;
  background-color: white;
}

.tabella_planning_agenti .table-responsive{
	overflow-y: auto;
	-ms-overflow-style: auto;
}


.gi-gf-stats-giorni .gi-gf-stat-lbl{
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gi-gf-stats-giorni li,.gi-gf-stats-giorni .panel-heading {
    padding: 5px 25px 5px 105px;
}

.gi-form{
	line-height: normal;
}
.gi-form .control-label{
	margin-bottom: 0;
}

.gi-form .h1, 
.gi-form .h2, 
.gi-form .h3, 
.gi-form .h4, 
.gi-form .h5, 
.gi-form .h6, 
.gi-form h1, 
.gi-form h2, 
.gi-form h3, 
.gi-form h4, 
.gi-form h5, 
.gi-form h6{
	margin:0;
}

.gi-form .table{
	margin-bottom:0;
}


/* Hack EURO TOURS*/
body.navbar-otp-enable-show nav .gi-btn-navbar-otp-enable {
	display: none !important;
}





.gi-grid-mark-row-attivo-F, .table-striped>tbody>tr.gi-grid-mark-row-attivo-F:nth-of-type(odd),
table.dataTable tbody tr.gi-grid-mark-row-attivo-F>.dtfc-fixed-end, table.dataTable tbody tr.gi-grid-mark-row-attivo-F>.dtfc-fixed-start{
	background-color: #ffdddd;
}

#gi-c_turni_riprese_timeline_calendar-wrapper .ec-timeline .ec-time, 
#gi-c_turni_riprese_timeline_calendar-wrapper .ec-timeline .ec-line {
  width: 240px;  /* override this value */
}


.gi-last-items-widget-chart_statistiche_masse_agenti td{
	text-align: left;
}

.gi-last-items-widget-chart_statistiche_masse_agenti td>div.gi-title-overflow{
	overflow: visible;
	white-space: normal;
}

.gi-last-items-widget-chart_statistiche_masse_veicoli td{
	text-align: left;
}

.gi-last-items-widget-chart_statistiche_masse_veicoli td>div.gi-title-overflow{
	overflow: visible;
	white-space: normal;
}