﻿/*Cargo Vision Table*/
#PCMA_cargo_vision_table_container {
    scrollbar-width: none;
}

    #PCMA_cargo_vision_table_container::-webkit-scrollbar {
        display: none;
    }

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

th, #PCMA_cargoVisionTable td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px;
    text-align: left;
    font-size: 12px;
}

th {
    background-color: #f2f2f2;
}

#PCMA_cargoVisionTable tbody tr:hover {
    background-color: #f5f5f5;
}

.PCMA_selected_row {
    background-color: #e3f0ff;
}

#PCMA_table_pagination_buttons {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}


button {
    background-color: transparent;
    border: none;
}

    button:hover {
        background-color: #f5f5f5;
    }

.PCMA_active {
    background-color: #f5f5f5;
}

/*Tire Container*/
#PCMA_tpms_table_container {
    text-align: center;
}

#PCMA_tire_visualization {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#PCMA_tire_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#PCMA_axle_one,
#PCMA_axle_two,
#PCMA_axle_three {
    display: block;
    justify-content: center;
    align-items: center;
}

#PCMA_axle_two,
#PCMA_axle_three {
    margin-top: 20px;
}

.PCMA_tpms_tire_icon {
    margin: 0 5px;
    width: 25px;
    height: auto;
}

.PCMA_tpms_axle_icon {
    margin: 0 5px;
    width: auto;
    height: 18px;
}

#PCMA_arrow {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.PCMA_tpms_arrow {
    width: 16px;
    height: auto;
}


/*TPMS Table*/
#PCMA_tpms_table {
    margin: 0 auto;
    width: 100%;
}

#PCMA_tpmsTable td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 7px;
    text-align: left;
    font-size: 11px;
}

#PCMA_tpmsTable tbody tr:hover {
    background-color: #f5f5f5;
}
