﻿.formatted-table {
    margin: 0 auto;
    border-collapse: collapse;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 1px 0px lightgrey;
    box-shadow: 1px 2px 1px 0px lightgrey;
}

.formatted-table th {
    background-color: #002664;
    color: white;
    padding: .5em;
}

    .formatted-table th a {
        color: white !important;
    }

.formatted-table td {
    padding: .25em;
    background-color: white;
    border: 1px solid #e5e5e5;
    /*border: 1px solid white;*/
}

.formatted-table tr:first-of-type th:first-of-type {
    border-top-left-radius: 5px;
}

.formatted-table tr:first-of-type th:last-of-type {
    border-top-right-radius: 5px;
}


/*Details View CSS*/
.formatted-details-table td, .formatted-details-table th {
    padding: 10px;
}


.formatted-details-table .label-input-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
}

    .formatted-details-table .label-input-group label {
        text-wrap: nowrap;
        text-align: left;
    }
    .formatted-details-table input{
        height: 1em;
        padding: 7px;
    }
    .formatted-details-table select{
        height: 2em;
    }
    .formatted-details-table input, .formatted-details-table select, .formatted-details-table textarea {
        border-radius: 2px;
        border: 1px solid #bebebe;
    }

.sortable-table th.sortable {
    text-decoration: underline;
    cursor: pointer;
}

.sortable-table .sort-icon {
    margin-left: 4px;
}

