tr.error td {
    background-color: #ffa5ad;
}
td.decision span {
    display: inline-block;
    height: 30px;
    width: 30px;
}
td.decision span.ok::before {
    content: url('../images/qtyRec.svg');
}
td.decision span.changed::before {
    content: url('../images/qtyChanged.svg');
}
td.decision span.error::before {
    content: url('../images/qtyError.svg');
}
.bid-form button.btn-img {
    text-transform: none;
}
.bid-form button.btn-img::before {
    height:30px;
    width: 30px;
    background-size: 30px 30px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-right: 12px;
    margin-left: -5px;
}
.bid-form #recommendedQty::before {
    background-image: url('../images/qtyRec.svg');

}
.bid-form #noQty::before {
    background-image: url('../images/qtyError.svg');
}
h1.green {
    color: var(--green);
}
.benu-hint {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #92D400;
}
.blue-hint {
    background-color: #0026640D;
    border-left: 4px solid var(--blue);
    border-radius: 4px;
    padding: 8px;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
}
.input-group .btn-srch-blue {
    background-color: var(--blue);
}
.input-group .btn-srch-blue:hover {
    background-color: #00266490;
}
.input-group .btn-srch-blue:active {
    background-color: var(--blue);
}
.btn-srch-blue i {
    color: white;
}
.bid-search input, .bid-search select {
    color: #6C757D;
}
/* .bid-search #bidsearchform-name {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
} */

.bid .form-group.vertical label {
    display: block;
}
.bid .benu-label {
    font-weight: 500;
    font-size: 16px;

}
.bid-form .modified-block {
    padding: 8px;
    border-radius: 4px;
    border-left:4px solid #FC4C02;
    background-color: #FC4C021A;
}
/* COLLAPSE */
#collapseButton {
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    padding: 16px 20px 16px 20px;
    background-color: #00266410;
    color: var(--blue);
    text-align: left;
    border: none;
    border-radius: 4px;
}
#collapseButton .collapse-button::after {
    font-family:'Bootstrap-icons';
    float: right;
}
#collapseButton[aria-expanded="false"] .collapse-button::after {
    content: "\F282";
}
#collapseButton[aria-expanded="true"] .collapse-button::after {
    content: "\F286";
}
/* TÁBLÁZAT */
.bid .grid-view {
    text-align: right;
}
.bid .grid-view .summary, .bid .grid-view nav {
    display: inline-block;
    margin: 48px 8px 32px 8px;
}
.bid .grid-view nav {
    color: var(--blue);
}
.bid table {
    border-collapse: collapse;
    border-radius: 4px;
    border: 1px solid var(--green);
    width: 100%;
}
.bid table thead {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.bid table thead tr th:first-child {
    border-top-left-radius: 4px;
}
.bid table thead tr th:last-child {
    border-top-right-radius: 4px;
}
.bid table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}
.bid table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}
.bid table td {
    padding: 12px 8px 12px 8px;
    border: 1px solid var(--green);
}
.bid table th {
    padding: 10px;
    border: 1px solid white;
}
.bid table th:first-child {
    border-left-color: var(--green);
    border-top-left-radius: 4px;
}
.bid table th:last-child {
    border-right-color: var(--green);
    border-top-right-radius: 4px;
}
.bid table td {
    color: var(--blue);;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}
.bid-form table td:first-child {
    font-size: 12px;
}
.bid table tr th {
    color: white;
    font-weight: 500;
    font-size: 15px;
    background-color: var(--green);
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.bid.bid-form table tr th {
    font-size: 12px;
}
.bid.bid-form table th a {
    font-size: 12px;
}
.bid table tr th a {
    color: white;
}
.bid table tr td .form-group {
    vertical-align: middle;
}
.bid table tr td .form-group label {
    display: none;
}
.bid table tr td .form-group input {
    text-align: center;
    height: 100%;
}
.bid table th a {
    text-decoration: none;
}
.bid table th a::after {
    font-family:'Bootstrap-icons';
    content: '\F283';
    margin-left: 8px;
    vertical-align: middle;
    font-size: 20px;
}
.bid.bid-form table th a::after {
    font-size: 16px;
}
.bid table th a.asc::after {
    content: '\F282';
}
.bid table th a.desc::after {
    content: '\F286';
}
/* TABS */
#bidTabs {
    border-bottom: none;
}
#bidTabs .nav-item {
    border: none;
}
#bidTabs .nav-link {
    background-color: white;
    color: var(--blue);
    text-transform: uppercase;
    font-size: 18;
    border-radius: 50vh;
    border: 1px solid var(--blue);
    padding: 8px 16px 8px 16px;
    gap: 8px;
}
#bidTabs .nav-link.active {
    background-color: var(--green);
    color: white;
    border-color: var(--green);
}
.bid .grid-view {
    overflow-x: auto;
}
.bid.bid-form .grid-view .summary {
    font-size: 12px;
    font-style: italic;
    margin: 4px 8px 4px 8px;
}
.bid.bid-form .scroll-bar {
    height: 20px;
    overflow: auto;
}
.message-modal {
    position: fixed;
    max-width: calc(100% - 32px);
    width: 600px;
    background: white;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    border-radius: 4px;
    box-shadow: 4px 4px 8px 2px gray;
    border: 1px solid var(--green);
}
.message-modal p {
    color: var(--blue);
    font-size: 16px;
}
