/* app css stylesheet */


.gridStyle {
    border: 1px solid rgb(212,212,212);
}

.highPriority {
    background-color: red;
    color: white;
}

div.vertical-line{
  width: 1px;
  background-color: silver;
  float: left;
  border: 2px ridge silver;
  border-radius: 2px;
  position: absolute;
}

div.horizontal-line{
  height: 5px;
  width: 100%;
  background-color: silver;
  float: left;
  border: 2px ridge silver;
  border-radius: 2px;
  position: absolute;
}

.cellToolTip {
    overflow: visible;
}

.tooltip {
  top: 0 !important;
}

.angular-google-map-container {
    height: 400px;
}

.filter-modal-dialog .modal-dialog {
  width: 900px;
}