﻿.PCMA_tpms-container {
    padding: 2px;
    border: 1px solid #D0D5DD;
    border-radius: 10px;
}

/* Horizontal line styles*/
.PCMA_long-hr {
    border: 1px solid gray;
    margin-top: 0px;
    margin-bottom: 13px;
}

/*Styles for asset title*/
.PCMA_asset-title,
.PCMA_asset-value {
    margin-right: 10px;
    line-height: 37px;
    font-family: 'Roboto', sans-serif;
}

.PCMA_asset-container {
    margin: 0px !important;
}

.PCMA_PCMA_close-btn-div {
    margin-left: auto;
    padding-right: 30px
}
/*Styles for arrow container */
.PCMA_arrow-container {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.PCMA_arrow {
    transition: transform 0.3s;
}

.PCMA_collapsed .arrow {
    transform: rotate(180deg);
}

.PCMA_accordion-heading {
    font-size: 13px;
    font-weight: 500;
    height: 14px;
}


.PCMA_title-container {
    margin-left: 12px;
}

/* Tab Styles for Temperature and Pressure */
.btn-secondary {
    background-color: white !important;
    color: black !important;
}

    .btn-secondary.active {
        background-color: #3C88CC14 !important;
        color: white;
    }

.tab-heading {
    color: #12121299;
    font-weight: 500;
    font-size: 13px;
}

.PCMA_tab-label {
    color: #344054;
    font-size: 11px;
    font-weight: 400;
    padding: 7px;
}

    .PCMA_tab-label input[type="radio"] {
        display: none;
    }

label.active {
    color: #1D2939;
}

.PCMA_tpms-icon {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: auto;
}

.PCMA_tpms-input {
    padding-left: 33px;
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    font-size: 13px;
    height: 27px;
    width: 120px;
}

.PCMA_accordian-expanded {
    background: white !important;
    padding: 10px !important;
}

#PCMA_thresholdAccordion {
    margin: 7px !important;
}

.PCMA_temperature-options, .PCMA_tire-pressure-options {
    border-color: #D0D5DD !important;
}

.PCMA_threshold-section {
    display: flex;
}

.PCMA_tpms-icon-input-container-psi {
    position: relative;
}

    /* position the unit to the right of the wrapper */
    .PCMA_tpms-icon-input-container-psi::after {
        position: absolute;
        top: 5px;
        left: 7.2em;
        transition: all .05s ease-in-out;
    }

    /* move unit more to the left on hover or focus within
   for arrow buttons will appear to the right of number inputs */
    .PCMA_tpms-icon-input-container-psi:hover::after,
    .PCMA_tpms-icon-input-container-psi:focus-within::after {
        right: 1.5em;
    }

/* handle Firefox (arrows always shown) */
@supports (-moz-appearance:none) {
    .PCMA_tpms-icon-input-container-psi::after {
        right: 1.5em;
    }
}

/* set the unit abbreviation for each unit class */
.PCMA_tpms-icon-input-container-psi::after {
    content: 'PSI';
    font-size: 12px;
}

.PCMA_tpms-icon-input-container-kpa {
    position: relative;
}

    /* position the unit to the right of the wrapper */
    .PCMA_tpms-icon-input-container-kpa::after {
        position: absolute;
        top: 5px;
        left: 7.2em;
        transition: all .05s ease-in-out;
    }

    /* move unit more to the left on hover or focus within
   for arrow buttons will appear to the right of number inputs */
    .PCMA_tpms-icon-input-container-kpa:hover::after,
    .PCMA_tpms-icon-input-container-kpa:focus-within::after {
        right: 1.5em;
    }

/* handle Firefox (arrows always shown) */
@supports (-moz-appearance:none) {
    .PCMA_tpms-icon-input-container-kpa::after {
        right: 1.5em;
    }
}

/* set the unit abbreviation for each unit class */
.PCMA_tpms-icon-input-container-kpa::after {
    content: 'kPa';
    font-size: 12px;
}

.PCMA_active-tmps {
    display: block !important;
}

/* List styles */
ul {
    list-style: none;
    padding: 0;
    padding-left: 10px;
}

    ul.navbar {
        display: flex;
        align-items: center;
        justify-content: center;
    }

li {
    float: left;
    margin-right: 20px
}

    li a {
        display: block;
        text-align: center;
        padding: 7px;
        text-decoration: none;
        border-bottom: 2px solid transparent;
        font-size: 13px;
        font-weight: 400;
        border-radius: 8px;
    }

        li a:hover {
            background-color: #ddd;
        }

        li a.active {
            background-color: #F2F2F2;
        }

.PCMA_tab-content {
    clear: both;
    padding: 3px;
}
