﻿#choose-reference-short th, #calc-result-modal th, #route-detailing-modal th {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

#choose-reference-short th, #route-detailing-modal th {
    background: #99B4D1;
}

#calc-result-modal th {
    background: #dedede;
    height: 1.5rem;
    text-align: center;
    vertical-align: middle;
}

#route-detailing-modal th, #route-detailing-modal td {
    height: 1.5rem;
    vertical-align: middle;
}

#calc-result-modal tr.second-row > th {
    top: 1.5rem;
}

#route-detailing-modal tbody th {
    background: #d4e2f1;
    top: 1.5rem;
}

#calc-result-modal td, #calc-result-modal th, #route-detailing-modal th {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-decor {
    background-color: #99B4D1;
}

.modal-dialog .header-decor {
    padding: 0.25rem;
}

.form-background-color {
    background-color: #F0F0F0;
}

    .form-background-color .nav-tabs .nav-link.active {
        background-color: #dedede;
    }

.border-muted-color {
    border-color: #bbbbbb!important;
}

#route-detailing-holder .dropdown-item{
    margin-bottom:0;
}
