﻿
.company-offer-packages-page-container {
    max-width: 1300px;
    width: 100%;
    padding: 0 10px;
    overflow-x: auto;
    margin-bottom: 40px;
}

    .company-offer-packages-page-container,
    .company-offer-packages-page-container * {
        box-sizing: border-box;
    }

.company-offer-packages-buttons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 850px;
    margin-bottom: 16px;
    margin-left: -10px;
}

    .company-offer-packages-buttons-container .edit-modes {
        display: flex;
        align-items: center;
    }

        .company-offer-packages-buttons-container .edit-modes > *:not(:first-child) {
            margin-left: 8px;
        }

.company-offer-packages-page-container {
    width: 100%;
    min-height: 400px;
    min-width: 850px;
}

.package-tile {
    display: flex;
    align-items: center;
    height: 44px;
    width: 100%;
}

.row:first-of-type .package-tile {
    color: gray;
}

.row:not(:last-of-type) {
    margin-bottom: 2px;
}

.row:not(:first-of-type):nth-child(2) .package-tile .package-tile-lp {
    border-left-color: #005066;
    background-color: rgba(102, 228, 238, 0.3);
}


.package-tile > * {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 4px;
    border-top: 1px solid #A8ADB3;
}

.package-offer-tile {
    color: #4c5356 !important;
}

.row:first-of-type .package-offer-tile > * {
    border-top: 1px solid #A8ADB3;
}

.row:nth-child(odd) .package-tile > * {
    background-color: #F2F2F2;
}
.row:nth-child(odd) .package-offer-tile > * {
    background-color: white !important;
}

.row:first-of-type .package-tile-header > * {
    border-top: 2px solid #005066;
}

.package-offer-tile > div{
    overflow: hidden;
}

.package-tile > div:not(:last-of-type) {
    margin-right: 4px;
}

.package-tile-lp {
    justify-content: center;
    border-left: 2px solid transparent;
    width: 40px;
}

.row:not(:first-of-type) .package-tile .package-tile-action-container > .package-tile-button:not(:last-child) {
    margin-right: 8px;
}

.company-offer-packages-page-container .package-tile-button {
    background-color: #66E4EE;
    color: #005066;
    padding: 4px 10px;
    border: none;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

    .company-offer-packages-page-container .package-tile-button.large {
        padding: 0 60px;
        height: 30px;
        font-weight: bold;
    }

    .company-offer-packages-page-container .package-tile-button:hover {
        background-color: #69f1fb;
    }

#description {
    resize: none;
}

modal-b2c-packages .modal-content .modal-body {
    height: 100%;
}

.b2c-packages-modal .modal-body-top {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: auto;
    justify-content: start;
    margin-bottom: 30px;
}

    .b2c-packages-modal .modal-body-top input {
        width: 100%;
    }

    .b2c-packages-modal .modal-body-top textarea {
        min-height: 90px;
    }

.b2c-packages-modal-controls-container {
    display: flex;
}

td a {
    color: #000000;
}

.btn-remove-from-package {
    width: 5.2rem;
    padding: 1px 2px
}

.removed-vehicle-row td a {
    color: lightgray !important;
}

.modal-footer-b2c-packages-buttons-container {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}


.b2c-company-offer-configuration {
    margin-top: 10px;
}

.b2c-company-offer-vehicle-list {
    display: flex;
}

.package-description {
    display: flex;
    flex-direction: column;
    height: calc(100% - 20px);
}

    .package-description textarea {
        height: 100%;
        resize: none;
    }

.package-field {
    display: flex;
    flex-direction: column;
}
