/** Add css rules here for your application. */
/* Never show the red dirty flag */
.x-grid3-dirty-cell {
background-image:none !important;
}
/*nav filter*/
.vehicleCustomerTel {
	border-color: red; color: red;
}
.terminalTel {
	color: green;
}
.homeboxAddress {
	border-color: red; color: red; font-weight: bold;
}
.shortcut-button {
	width:30px;
}
.start-tracking-icon {
    background-image: url( images/control_play_blue.png ) !important; 
}
.stop-tracking-icon {
    background-image: url( images/control_stop_blue.png ) !important;
}
.stop-alarm-icon {
    background-image: url( images/bell_delete.png ) !important;
}
.lock-engine-icon {
    background-image: url( images/lock.png ) !important;
}
.unlock-engine-icon {
    background-image: url( images/lock_break.png ) !important;
}
.require-position-icon {
    background-image: url( images/transmit.png ) !important;
}
.button-icon-square {
	width:50px;
}
.x-bg-color-green {
	background-color: green;
}
.x-bg-color-red {
	background-color: red;
}
.x-bg-color-blue {
	background-color: blue;
}

.x-grid3-cell-inner {
    overflow: visible; white-space: normal !important; padding: 1px 1px 1px 1px !important;
}
.nada {
	height:0;
	display:none;
	border:solid 0;
	background-color:green;
	}
fieldset.positions {
	padding: 0.5em;
	color: black;
	}
legend.positionsPrimary {
	padding: 0.5em;
	--color: #90ee90; --verde-originale;
	color: #199F19;
	font-weight: bold;
	}
legend.positionsSecondary {
	padding: 0.5em;
	--color: #ffd700; --arancio-originale;
	color: #E6C300;
	font-weight: bold;
}
.operatorName {
	color:red;
	font-weight:bold;
	}
.dateLastUpdate {
	color:blue;
	font-size:10px;
	}
.quadro {
	color:green;
	font-weight:bold;
	}
.lastTouchRecent {
	color:red;
	}
.lastTouch {
	color:black;
	}
.loquendoVasCustomerOnHold {
	background-color:#ff8000;
	}
.loquendoCustomerOnHold {
    background-color:#6fd98f;
	}
.loquendoCustomerAndOperatorInCall {
    background-color:#758acf;
	}
.comboDisabled {
	  color:000000;
	  border-color:000000;
	}
.lastUpdate {
	font-size:9px;
	text-align:right;
	display:block;
}

/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.dossier-detail-info {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline-block;
	word-wrap:break-word;
}

.img-house {
    background-image: url("images/img_house.jpeg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border: solid 0px;
}

.img-car {
    background-image: url("images/img_car.jpeg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border: solid 0px;
}

.img-vas {
    background-image: url("images/img_vas.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border: solid 0px;
}

.extra-info-section {
	margin-top: 10px;
	margin-bottom: 10px;
}