.ReportManPanel {
  position: absolute;
  right: 0px;
  top: 0px;
  height: calc(100% - 150px);
  width: 30%;
  min-width:665px;
  background: #f8f8f8;
  border-left: 1px solid #e7e7e7;
  z-index: 2001;
  font-size:12px;
}

.ReportManPanel table{
  width:100%;
}

.ReportManPanel tr{
  cursor: pointer !important;
}

.ReportManPanel .tdcol{
  border-bottom: 1px solid #e7e7e7 !important;
}

.ReportManPanel .datatr:hover{
  background-color: orange !important;
}

.ReportManPanel .datatr{
  border-bottom: 1px solid #e7e7e7 !important;
}

.ReportManPanel th,
.ReportManPanel td{
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.ReportManPanel td:not(:first-child),
.ReportManPanel th:not(:first-child){
    border-left:1px solid #aaaaaa !important;
}

.datatdDist{
  text-align: right;
  padding-right:5px;
}

.ReportManPanel .tableBodyContainer{
  overflow-y: auto;
  height:calc(100% - 170px);
}

.ReportManPanel .tableBodyContainerBottomBar{
  position:absolute;
  bottom:0px;
  width:100%;
  border-top: 1px solid #e7e7e7;
  padding:5px;
  display:flex;
  flex-direction: column;
}

.ReportManPanel .tableBodyContainerBottomBarSecMain{
  display: flex;
  flex-direction: row;
}

.ReportManPanel .tableBodyContainerBottomBarSec1{
  width:200px;
}
.ReportManPanel .tableBodyContainerBottomBarSec2{
  width:20px;
}
.ReportManPanel .tableBodyContainerBottomBarSec3{
  margin-right:10px;
}
.ReportManPanel .tableBodyContainerBottomBarSecSubMain{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ReportManPanel .tableBodyContainerBottomBarSecSub1{
  display: flex;
  flex-direction: column;
}
.ReportManPanel .tableBodyContainerBottomBarSecSub2{
  text-align: right;
  padding-left: 10px;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  padding-right: 10px;
  display: flex;
  margin-right: 12px;
  align-items: center;
}

.ReportManPanel #repManFilterInput{
  font-size: 12px;
  padding: 0px 6px 1px 6px;
  border-width: 1px;
  border-color: #aaaaaa;
  margin-left: 10px;
  margin-right: 5px;
  height:20px;
  width:60px;
  text-align: right;
  border-radius: 4px;
}

.ReportManPanel th{
  position: sticky;
  top: 0;
  background-color: #f8f8f8;
  border-bottom:1px solid #e7e7e7;
}

.rmploadericon {
  background-size: 50% 50% !important;
  width: 48px;
  height: 48px;
  background: url(../img/ajax-loader.gif) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
}

.mapwidthoverride{
  width:50% !important;
}

.weekendDay{
  background-color: #dddddd;
}

.btnRepManPanelSecetion {
  width:100%;
  height:20px;
  padding-right:2px;
  padding-left:2px;
  border-bottom: 1px solid #e7e7e7;
}

.RepManInfoSecBtn{
  margin: 0px !important;
  margin-top: 5px !important;
}

.btnRepType,
.btnExportSelect {
  font-size: 12px;
  padding: 0px 6px 1px 6px;
  border-width: 1px;
  border-color: #aaaaaa;
  margin-left:10px;
}

.projManEksportMenu{
  text-align: center;
}

.btnRepType {
  float:left;
}
.btnProjManMakeXLSXExport,
.btnProjManMakePDFScreenExport{
  font-size: 12px;
  padding: 0px 6px 1px 6px;
  border-width: 1px !important;
  margin:0px !important;
  border-color: #aaaaaa;
  width: 180px;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.colRawTS{
  width:130px;
}
.colRawDrift{
  width:35px;
}
.colRawDriftGotDrift{
  background-color: #0ecc0e !important;
}
.colRawSpeed{
  text-align:right;
  width:60px;
  padding-right:4px;
}
.colRawVoltage{
  text-align:right;
  width:60px;
  padding-right:4px;
}
.colRawNumberVal{
  text-align: right;
  padding-right: 4px !important;  
}
.RepManInfoSec{
  height: 74px;
  border-bottom: 1px solid #e7e7e7;
}
.RepManInfoSecHeader{
  flex:1;
  font-weight: bolder;
  text-align: center;
}
.RepManInfoSecTypeText{
  float:left;
}
.RepMainInfoSecMain{
  height:23px;
  display:flex;
  align-items: center;
  justify-content:center;
  border-bottom: 1px solid #e7e7e7;
}
.btnRepUnitSelect{
  height: 18px;
  margin-left: 7px !important;
  padding: 1px;
  line-height: 15px;
  margin-right:7px;
  padding-left:4px;
  padding-right:4px;
}


.colType1DateTime{
  text-align:right;
  padding-right:4px;
}
.rep2col1{
  width:40px;
  text-align:center;
}
.rep2col2{
  width:40px;
  text-align:center;
}
.rep2col3{
  text-align:center;
}
.rep2col4{
  text-align:center;
}
.rep2col5{
  text-align:center;
}
.rep2col6{
  text-align:right;
  padding-right:5px;
}

.colGreenInfo {
  background-color: #0ecc0e !important;
}
.colNoLineBreak{
  white-space: nowrap;  
}

.ngcontoff{
  background-color:#dddddd;
}
.ngcontalm{
  background-color:#d11313;
  color:white;
}
.ngcontok{
  background-color:#38b213;
  color:white;
}

.cbngcont{
  float: right;
  margin-top: 2px;
  cursor:pointer;
}

.ngcontinput{
  width:50px;
}