/*
 * Mission
 */

.configTable .dataTables_scrollBody{
    overflow-y: auto !important;
    max-height: 360px !important;
    overflow-x: hidden !important;
}
.configTable .dataTables_scrollHeadInner{
  width: 100% !important;
}

.ptl-mission-modal {
    height: 380px;
}

.trackingBtnBar {
  margin-left:4px;
  margin-right:4px;
}

.ptl-tracking-div {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 10%;
  margin-top: 15px;
  margin-right: 15px;
}

.ptl-list-route-points {
  position: relative;
  top: -30px;
  overflow-y: auto;
  max-height: 145px;
  margin-bottom:4px;
  margin-top:4px;
}

.ptl-add-point
{
  width: fit-content;
  top: -30px;
  left: 50px;
  position: relative;
}

.ptl-row-points {
  height: 30px;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

.ptl-length-route
{
  font-size: 12px;
  font-weight: 700;
  position: relative;
  top: -25px;
}

.ptl-number-circle
{
  text-align: center;
  padding: .5em!important;
  line-height: 1em;
  background-color: #767676!important;
  border-color: #767676!important;
  color: #fff!important;
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}