#tech-page{
    z-index: 60;
    position: absolute;
    /* bottom: 0px; */
    display: block;
    top: 55px;
    display: none;
    background-color: white;
}


#asset-detail-card{
    z-index: 110;
    width: 100%;
    height: 350px;
    background-color: white;
    height: 300px;
    bottom:0px;
    position:absolute;
    float: left;
    color: #67757c;
    box-shadow: 0px -4px 10px 0 rgba(0,0,0,0.12);
}

#asset-detail-header {
    height: 55px;
    z-index: 134;
    background-color: #1b1d21;
    /* border-bottom: solid 1px rgba(0,0,0,0.05); */
    background-color: white;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
}

#asset-detail-submenu{
    font-size: 14px;
    color: black;
    line-height: 18px;
    font-family: "Poppins", sans-serif;
    width: 100%;
    float: left;
    background-color: #fff;
}

.rt-content {
    width: 100%;
    height: 100%;
    float: left;
    padding: 10px;
}

.asset-detail-address {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    height: 32px;
    width: 100%;
}

.asset-detail-address-icon {
    width: 5%;
    float: right;
}

.asset-detail-current-status {
    margin-top:25px;
    height: 83px;
    position: relative;
}

.ad-cd-row-line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.asset-detail-comp-data-row {
    font-size: 14px;
    line-height: 32px;
    float: left;
    width: 100%;
    height: 32px;
    font-weight: 500;
}

.ad-cd-row-name {
    text-overflow: ellipsis!important;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    width: 180px;
}

.ad-cd-row-data {
    float: right;
    width: 150px;
    text-align: left;
}

.asset-detail-section {
    width: 100%;
    padding-top: 10px;
    float: left;
}

.asset-detail-section-title {
    font-size: 18px;
    color: inherit;
    line-height: 32px;
    font-weight: 400;
    background-color: #f5f5f5;
    padding-left: 0px;
}

.asset-detail-current-time {
    float: left;
    width: 40%;
    position: absolute;
    bottom: 0px;
    cursor: auto;
}

.asset-detail-current-speed {
    font-size: 58px;
    color: inherit;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    min-width: 30px;
}

.asset-detail-current-status-right {
    width: 100px;
    float: right;
}

.asset-detail-current-speed-metric {
    font-size: 12px;
    color: inherit;
    line-height: 18px;
}

.asset-detail-current-event {
    font-size: 16px;
    color: inherit;
    line-height: 24px;
    font-weight: 600;
}

.asset-detail-address-link {
    text-overflow: ellipsis!important;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    display: block;
    width: 90%;
    float: left;
}

.asset-detail-comp-data {
    margin-top: 25px;
}


.asset-detail__txt-engine-cutoff__active{
	color: red;
}

.asset-detail__txt-engine-cutoff__inactive{
    color: green;
} 

.asset-detail__txt-engine-cutoff-command{
    color: inherit;
}