.OwnershipHeader {
    background-image:
        linear-gradient(
            to bottom,
            $ownership-header-background-gradient-first-color,
            $ownership-header-background-gradient-second-color
        );
    border: solid 1px $ownership-header-border-color;
    height: 44px;
    margin: 0;
    padding: 5px 0;

    &::after {
        clear: both;
        content: "";
        display: block;
    }

    &-graphic {
        float: left;
        margin: 7px 15px 0 15px;
    }
    &-title {
        float: left;
        font-family: "Lucida Grande", helvetica, arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        margin-top: 8px;
    }
    .KeyBlackToolShape {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.OwnershipHeaderInternalConflicts {
    background: $ic-onwership-header-background-color;
    border-bottom: solid 1px $table-border-color;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 15px 0;

    &-graphic {
        float: left;
        margin: 0 15px 0 20px;
    }

    &-title {
        color: $ic-ownership-header-title-color;
        float: left;
        font-size: 18px;
        font-weight: $font-weight-bold;
        line-height: 1.33;
    }

    &-button {
        color: $bluejay;
        cursor: pointer;
        float: right;
        font-size: 11px;
        font-weight: $font-weight-bold;
        margin-right: 20px;
        margin-top: 4px;
    }

    .KeyBlackToolShape {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .Icons-incomplete-alert {
        fill: $gorilla;
        height: 20px;
        width: 20px;
    }

}

.ConflictsBackground {
    background: $fox-light;
}

