
/* map details report */
A.trackMapDetailLocationControl {
    font-weight: bold;
    text-decoration: none;
    font-size: 9pt;
}

DIV.trackMapDetailLocation {
    height: 200px; /* change this height to extend or shorten the height of the details report section */
    overflow-y: auto;
    overflow-x: auto;
    border-top: solid 1px black;
}

DIV.trackMapDetailTable {
    margin: 10px;
}

TD.mapProviderCell {
    width: 100%; 
    border: 1px solid black; 
    padding: 0px; 
    margin: 0px;
}

TR.mapDetailsHeaderRow {
    /*background-color: #E2E2E2;*/ /*Color is now defined in TH.mapDetailsHeaderColumn*/
}

TH.mapDetailsHeaderColumn {
    height: 12px;
    border-bottom: 3px double black;
    font: bold 8pt sans-serif; 
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    position: sticky;
    top: 0;
    background-color: #E2E2E2;
}

TR.mapDetailsDataRowOdd {
    height: 17px;
    background-color: #FFFFFF;
}

TR.mapDetailsDataRowEven {
    height: 17px;
    background-color: #EEEEEE;
}

TR.mapDetailsDataRowHiLite {
    background-color: #FFFFBB;
}

TD.mapDetailsIndexColumn {
    font: normal 8pt sans-serif; 
    text-align: center; 
    text-decoration: underline;
    color: #000088;
    background-color: #EEEEFF;
    border-right: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
}

TD.mapDetailsDataColumn_new {
    font: bold 8pt sans-serif; 
    text-align: center; 
    border-top: 2px solid #650000;
    border-right: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
    padding-left: 4px;
    padding-right: 4px;
}
TD.mapDetailsDataColumn {
    font: normal 8pt sans-serif; 
    text-align: center; 
    border-right: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
    padding-left: 4px;
    padding-right: 4px;
}

/* Map controls */
TD.mapControlCell {
    /* */
}
TD.mapControlCollapseBar_L {
    background: #DDDDDD url(../images/arrowLt3.png) center no-repeat;
    background-color: #DDDDDD;
    width: 8px;
    min-width: 8px;
    border: 1px solid black;
    text-align: center;
    cursor: pointer;
}
TD.mapControlCollapseBar_R {
    background: #DDDDDD url(../images/arrowRt3.png) center no-repeat;
    background-color: #DDDDDD;
    width: 8px;
    min-width: 8px;
    border: 1px inset black;
    text-align: center;
    cursor: pointer;
}

/* JSMap */
TABLE.jsmapLoadingView {
    border: 2px solid black;
}

TR.jsmapLoadingRow {
    vertical-align: middle;
    background-color: white;
}

TD.jsmapLoadingText {
    font: bold 12pt sans-serif; 
    text-align: center; 
    vertical-align: middle;
    padding: 10px 10px 10px 10px; /* top,right,bottom,left */
}

TD.jsmapLoadingImage {
    padding: 3px 10px 3px 10px;
}

/* Info Balloon */
TABLE.infoBoxTable {
    font-size: 9pt;
}

TR.infoBoxRow {
    font-size: 9pt;
}

TD.infoBoxCell {
    font-size: 9pt;
    text-align: left; 
    /*white-space: nowrap;*/
}

/* Map Legend */
SPAN.mapProviderLegend {
    font-weight: bold;
}

TABLE.mapProviderLegend {
}

TR.mapProviderLegend {
}

TD.mapProviderLegend {
    vertical-align: middle;
    padding-left: 5px;
}

IMG.mapProviderLegend {
    /*padding-left: 5px;*/
}

.ero .ero-body {
    position: relative;
    top: -3px;
    left: -3px;
    width: auto;
    overflow: hidden;
    border: solid 1px #888;
    background-color: #fff;
}

div.kml-section {
    display: flex;
    align-items: left;
    flex-direction: column;
}

#relativeTimeCtl {
    margin-top: 5px;
}

DIV.kmlSection {
    display: flex;
    align-items: left;
    flex-direction: column;
}

DIV.kmlOffsetItem {
    display: flex;
    flex-direction: row;
    width: 150px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.flexContainerRow {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

input.btnKmlDownload {
    margin-top: 5px;
}