/* So far, TabPanel doesn't have styles */

.components-tab-panel__tabs {
    background: #f3f4f5;
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 50px;
    border-top: 1px solid #e2e4e7;
    border-bottom: 1px solid #e2e4e7;
}

.components-tab-panel__tabs .components-button {
    height: 100%;
    outline: none !important;
    box-shadow: none !important;
    background: inherit !important;
    transition: none !important;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 0 15px;
}

.components-tab-panel__tabs .components-button.is-active {
    border-bottom: 3px solid #007cba;
    font-weight: bold;
}

#trinity-metabox .components-tab-panel__tab-content select {
    min-width: 130px;
}

#trinity-metabox .components-tab-panel__tab-content .content {
    display: none;
}

#trinity-metabox .components-tab-panel__tab-content .content.is-active {
    display: block;
}

#trinity-metabox .components-tab-panel__tab-content .content[data-id="advanced"] ul li {
    padding: 10px 0;
}

#trinity-metabox .components-tab-panel__tab-content .content[data-id="advanced"] ul label {
    width: 180px;
    font-weight: bold;
    display: inline-block;
}

.trinity-submit-wrapper {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
}

.trinity-status-wrapper {
    margin: 0 0 0 20px;
}

.trinity-status-wrapper .status {
    display: none;
}

.trinity-status-wrapper .status.show {
    display: inline-block;
}

#trinity-admin .note {
    color: #BD522E;
}

#trinity-admin .trinity-status-wrapper {
    margin: 0;
}

#trinity-admin .activate-plugin .message {
    color: red;
    font-size: 15px;
}

#trinity-admin-logs table,
#trinity-admin-logs tr,
#trinity-admin-logs td {
    padding: 10px;
    border-collapse: collapse;
    vertical-align: top;
}

#trinity-admin-logs .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#trinity-admin-logs table {
    width: 100%;
}

#trinity-admin-logs table thead {
    font-weight: bold;
}

#trinity-admin-logs table thead .date {
    width: 15%;
}

#trinity-admin-logs table thead .user-error {
    width: 35%;
}

#trinity-admin-logs table tbody td:nth-child(3) {
    word-break: break-all;
    white-space: pre-line;
}

#trinity-admin-logs table tbody .info {
    background: #c7e2f7;
}

#trinity-admin-logs table tbody .warn {
    background: #ffffe5;
}

#trinity-admin-logs table tbody .error {
    background: #ffcdcd;
}
