.vehicleAlarms                              { margin-top: 10px; float: left; width: 100%; overflow: auto!important; }
.vehicleAlarmsData                          { float: left; width: 100%; height:fit-content !important; overflow-x: hidden; overflow-y: auto !important; }
.vehicleAlarmsGraph                         { float: left; width: 100%;  margin-top: 28px !important; overflow:auto; position:relative !important; bottom:25px !important; padding-top:15px !important;}
.vehicleAlarmContainer                      { float: left; width: 100%; }
.vehicleAlarmContainer:nth-child(even)      { background-color: rgba(211, 211, 211, 0.2); }
.vehicleAlarmRow                            { float: left; width: calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -moz-calc(100% - 20px); height: 22px; display: inline-block; margin-left: 10px; }
.vehicleAlarmRow:last-of-type               { margin-bottom: 10px; }
.vehicleAlarmHeader                         { float: left; width: calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -moz-calc(100% - 20px); height: 28px; line-height: 28px; vertical-align: middle; text-overflow: ellipsis; white-space: nowrap;  overflow: hidden; text-indent: 30px; font-size: 10pt; display: inline-block; margin-left: 10px; margin-top: 10px; margin-bottom: 10px; font-family:"segoe ui semibold"; }
.vehicleAlarmIcon                           { float: left; width: 28px; height: 28px; }
.vehicleAlarmTitle                          { float : left; width : 350px; height : 100%; }
.vehicleAlarmCell                           { float: left; width: 100px; height: 22px; line-height: 22px; vertical-align: middle; text-overflow: ellipsis; white-space: nowrap;  overflow: hidden; }
.vehicleAlarmCell:first-of-type             { margin-left: 30px; }
.vehicleAlarmCell:not(:first-of-type)       { width: calc(100% - 140px); width: -webkit-calc(100% - 140px); width: -moz-calc(100% - 140px); margin-left: 10px; }
.dxc-tooltip                                { z-index: 2000; }
.descriptionText                            { margin: 10px 40px;}
