﻿body {
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Assets/AssetFamilyDetails */

.user-message-edit-asset-details {
    margin: 3px;
    padding: 5px 10px;
}

.user-message-edit-asset-details-success {
    border: 1px solid green;
    background-color: #ccffcc;
}

.user-message-edit-asset-details-failure {
    border: 1px solid red;
    background-color: #ffcccc;
}

#book-cover-image-container {
    max-width: 400px;
}

#book-cover-image {
    max-width: 100%;
    height: auto;
}

.edit-button {
    width: 80px;
}

.visible-when-editing-hidden {
    display: initial;
}

.visible-when-editing {
    display: initial;
}

.invisible-when-editing {
    display: none;
}

.invisible-when-editing-hidden {
    display: none;
}

.table-icons-cell {
    min-width: 144px;
    text-align: center;
}

.table-cell-action-button {
    display: inline-block;
    margin: 2px;
}

.disabledTab {
    pointer-events: none;
}

/* Reports */

.sales-report-table th {
    padding: 0px 5px;
}

.sales-report-table td {
    text-align: right;
    padding: 0px 5px;
}

.customer-id-cell > button {
    display: inline-block;
    margin: 8px;
}

/* Data table overrides */
div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
}

    div.dataTables_wrapper div.dataTables_filter > label {
        font-size: 15px;
    }

        div.dataTables_wrapper div.dataTables_filter > label > input {
            min-width: 30vw;
            border-color: darkgrey;
            border-radius: 2.5px;
            min-height: 35px;
        }