
.app-related-items {
    border-top: 2px solid #1d70b8;
    padding-top: 10px;
}

    .app-related-items .govuk-list > li {
        margin-bottom: 10px;
    }

.app-task-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 40.0625em) {
    .app-task-list {
        min-width: 550px;
    }
}

.app-task-list__section {
    display: table;
    font-family: "GDS Transport", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    min-width: 100%;
}

.task-title-align-right {
    float: right;
    margin-right: 5px;
}



@media print {
    .app-task-list__section {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .app-task-list__section {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media print {
    .app-task-list__section {
        font-size: 18pt;
        line-height: 1.15;
    }
}

.app-task-list__section-number {
    display: table-cell;
}

@media (min-width: 40.0625em) {
    .app-task-list__section-number {
        min-width: 30px;
        padding-right: 0;
    }
}

.app-task-list__items {
    font-family: "GDS Transport", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 40px;
    list-style: none;
    padding-left: 0;
}

@media print {
    .app-task-list__items {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .app-task-list__items {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .app-task-list__items {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .app-task-list__items {
        margin-bottom: 60px;
    }
}

@media (min-width: 40.0625em) {
    .app-task-list__items {
        padding-left: 0px;
    }
}

.app-task-list__item {
    border-bottom: 1px solid #b1b4b6;
    margin-bottom: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .app-task-list__item:after {
        content: "";
        display: block;
        clear: both;
    }

    .app-task-list__item:first-child {
        border-top: 1px solid #b1b4b6;
    }

.app-task-list__task-name {
    display: block;
}

@media (min-width: 28.125em) {
    .app-task-list__task-name {
        float: left;
    }
}

.app-task-list__tag,
.app-task-list__task-completed {
    margin-top: 10px;
    margin-bottom: 5px;
}

.confident, veryconfident {
    background-color: lightgreen !important;
}

.unsatisfactory {
    background-color: red !important;
}

.substantial {
    background-color: green !important;
}

.moderate {
    color: #383f43 !important;
    background-color: yellow !important;
}

.limited {
    background-color: orange !important;
}

.action-required {
    color: #383f43 !important;
    background-color: peachpuff !important;
}

.bu-task-rating {
    min-width: 22%;
    padding: 10px;
    margin: 5px;
    text-align: center;
}

.sme-task-rating, .sponsor-task-rating, .client-sponsor-task-rating, .shareholder-sponsor-task-rating, .third-lod-task-rating {
    padding: 10px;
    margin: 5px;
    text-align: center;
}

.app-task-float-left {
    float: left !important;
    padding-right: 10px !important;
}

@media (min-width: 28.125em) {
    .app-task-list__tag,
    .app-task-list__task-completed {
        float: right;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.max-width-full {
    max-width: 100%;
}

.search-icon,
.autocomplete__input {
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='40' height='40'%3E%3Cpath d='M25.7 24.8L21.9 21c.7-1 1.1-2.2 1.1-3.5 0-3.6-2.9-6.5-6.5-6.5S10 13.9 10 17.5s2.9 6.5 6.5 6.5c1.6 0 3-.6 4.1-1.5l3.7 3.7 1.4-1.4zM12 17.5c0-2.5 2-4.5 4.5-4.5s4.5 2 4.5 4.5-2 4.5-4.5 4.5-4.5-2-4.5-4.5z' fill='%23505a5f'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center left -2px;
    background-size: 40px 40px;
    padding-left: 2em;
}

.autocomplete__hint {
    visibility: hidden;
}

.search-icon {
    margin-top: 20px;
}

.add-button {
    margin-bottom: -10px;
}

.remove-button {
    text-align: right;
    cursor: pointer;
}

.ma-bu-nav__title {
    float: left;
    border-bottom: 1px solid #b1b4b6;
    margin-bottom: 15px;
    width: 100%;
}

.ma-bu-nav__link {
    float: right;
}

.ma-bu-detail {
    margin-bottom: 20px;
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}

.flex-child:first-child {
    margin-right: 20px;
}
