@charset "UTF-8";
body {
    font-family: 'Lato', sans-serif;
}
.fa-btn {
    margin-right: 6px;
}
.main-header {
    padding: 1em 0;
}
.main-header .navbar-brand {
    margin: -1.5em 0;
    height: auto;
}
.main-header .navbar-brand img {
    height: 3em;
}
.table.table-overflow {
    table-layout: fixed;
    white-space: nowrap;
}
.table.table-overflow td {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.table.table-overflow a,
.table.table-overflow button {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dl-horizontal {
    margin-top: 1em;
}
.dl-horizontal dt {
    text-align: left;
}
.dl-horizontal dd {
    margin-bottom: 5px;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-instance-identifier {
    font-size: 2rem;
    font-weight: bolder;
}

.notices-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notices-container__item {
    color: red;
}

.enquiry-position, .proposal-request-pricing-notice {
    padding: 0;
    margin: 0;
}

.enquiry-position-cell-wrapper {
    height: 50px;
    display: flex;
    align-items: center;
}

.fabs-tooltip {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}