/* LA styles for React notebook_manager */

.la-bootstrap .react-bootstrap-table.la-react-bootstrap-table--responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.la-bootstrap .react-bootstrap-table .table thead th {
    vertical-align: middle;
    text-align: left;
}
.la-bootstrap .react-bootstrap-table th button,
.la-bootstrap .react-bootstrap-table th button:active {
    border: none;
    font-weight: bold;
    background: initial;
    color: black;
}
.la-bootstrap .react-bootstrap-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.la-bootstrap .react-bootstrap-table .order {
    white-space: nowrap;
}
.la-bootstrap .react-bootstrap-table .manager-link {
    flex-direction: column;
    border: none;
    padding: 0;
    min-height: 34px;
    line-height: normal;
    color: #743391;
    color: var(--la-purple, #743391);
    text-decoration: underline;
}
.la-bootstrap .react-bootstrap-table button.action-button.btn.btn-none {
    background-color: rgba(255, 255, 255, 0);
    width: 48px;
    height: 48px;
}
.la-bootstrap .btn.disabled, .la-bootstrap .btn:disabled {
    opacity: .3;
}
.la-bootstrap .react-bootstrap-table .table-bordered thead th,
.la-bootstrap .react-bootstrap-table .table-bordered thead td {
    border-bottom-width: 3px;
}
.la-bootstrap .react-bootstrap-table .white-bg {
    background: #fff;
}
.la-bootstrap .react-bootstrap-table .search-bar {
    justify-content: flex-end;
}
.la-bootstrap .react-bootstrap-table .la-checkbox {
    padding: 2px;
}
.la-bootstrap .react-bootstrap-table .la-checkbox label.la-checkbox__label {
    padding: 10px;
    width: 36px;
    height: 36px;
}
.la-bootstrap .react-bootstrap-table input[type=checkbox] + .la-checkbox__label .la-checkbox__mark {
    top: 12px;
    left: 12px;
}

/* Caret for table sorting */

.la-bootstrap .react-bootstrap-table .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.la-bootstrap .react-bootstrap-table .dropup .caret,
.la-bootstrap .react-bootstrap-table .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
}
.la-bootstrap .react-bootstrap-table th .order > .dropup > .caret {
    margin: 10px 0;
    color: #cccccc;
}
.la-bootstrap .react-bootstrap-table th .order > .dropdown > .caret {
    margin: 10px 0 10px 5px;
    color: #cccccc;
}
.la-bootstrap .react-bootstrap-table th > .react-bootstrap-table-sort-order > .caret {
    margin: 10px 6.5px;
}

/* Style for Modal DOI pending/published list - same as Create Notebook Modal style */

.la-bootstrap .notebook-modal-container ul {
    list-style-position: inside;
}
