.page-header-custom {
    padding-bottom: 9px;
    margin: 0 0 10px;
    border-bottom: 1px solid #eeeeee;
}

.node-container {
    margin-left: 20px;
    /*border: 1px solid #eee;*/
    margin-top: 10px;
}

.node-container table td {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.messages-mark {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 10px;
}

.messages-mark_link {
    font-size: 18px;
}

.component-row > td {
    background-color: #ebcccc !important;
}

.field-row > td {
    background-color: #faf2cc !important;
}

.spec_details_row {
    display: none;
}

.spec_details_row table {
    width: 100%;
    border: 1px solid #dddddd;
}

.spec_details_row tr.header th {
    background-color: #da0000;
    color: white;
    width: 33%;
    text-align: center;
}

.spec_details_row tr.description td {
    height: 100px;
}

.spec_details_row tr.actions a {
    margin: 0 5px;
}

.spec_details_row tr.actions .left_actions {
    float: left;
}

.spec_details_row tr.actions .right_actions {
    float: right;
}

.component-field_hidden {
    display: none;
}

.group-field_hidden {
    display: none;
}

.unsupported-row {
    color: #ccc;
}

a:not([href]) {
    cursor: pointer;
}

.second_question {
    display: none;
}

.fix_float {
    clear: both;
}

#addExtensionPack {
    display: inline-block;
    margin-top: 7px;
}

#addedExtensionPacks input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.login__logo {
    color: #f5f5f5;
}

.page-sidebar-menu li:nth-child(2) {
    padding-top: 30px;
}

.standard-table__name {
    width: 300px;
}

.standard-table__centered-column {
    text-align: center;
}

.pagination__select {
    list-style: none;
}

.pagination__label {
    margin-right: 10px;
}

.sorting {
    white-space: nowrap;
}

.specs_row_active {
    background-color: #ff0;
}

.import__spinner {
    display: none;
}

.import__spinner_modal {
    display: inline-block;
    margin-right: 20px;
}

.import__spinner_import-modal {
    display: block;
    margin-top: 5px;
}

.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000000;
    background-color: #808080;
    opacity: .1;
}

.link_disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.8;;
    color: #000;
}