#system-info {
    height: 100%;
}

/**
 * Hide sites fields for translations section
 */
.section-translations #details-container .meta:nth-child(2) {
    display: none;
}

.section-translations #context-btngroup {
    display: none;
}

/**
 * Feed enhancements
 */
#fields-feedSlots .matrixblock .field.field.width-75 {
    width: calc(100% - 200px) !important;
}

#fields-feedSlots .matrixblock .field.field.width-25 {
    width: auto !important;
    margin-left: auto !important;
}

#fields-feedSlots .matrixblock .blocktype.is-empty {
    color: #bacada;
}

#fields-feedSlots .matrixblock .position {
    display: inline-block;
    min-width: 18px;
}

#fields-feedSlots .matrixblock .module-type-badge {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 6px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #c3d1e1;
    transition: all 300ms;
}

.badge-gray { background-color: #c3d1e1 !important; }
.badge-blue { background-color: #1992D4 !important; }
.badge-green { background-color: #27AB83 !important; }
.badge-yellow { background-color: #FADB5F !important; }
.badge-orange { background-color: #EB6307 !important; } /* snipes orange */
.badge-red { background-color: #CF1124 !important; }
.badge-pink { background-color: #E8368F !important; }
.badge-purple { background-color: #9B59B6 !important; }
