﻿.card {
    border: 0;
}

.card-header {
    padding: 0;
    margin: 0;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
    padding: 1rem 0;
    background-color: #f2f2f5;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.15) inset
}

.toggle-button {
    border-bottom: 0;
    background-color: white;
    border-right-width: 0;
    border-left-width: 0;
    border-color: white;
}

/*

    Photo detail

*/
.reviewed-by label {
    font-size: 12px !important;
}
.photo-description label {
    font-size: 14px;
}
.photo-description .form-control:disabled {
    color: #656569;
    background-color: transparent;
    border: none;
    padding-bottom: 0;
}

.photo-description #originalMetadata table thead,
.photo-description #originalMetadata .form-control:disabled {
    color: #1E64D0;
}

.photo-description .form-control:disabled {
    height: calc(0.5em + 0.5rem + 2px);
}

.small-photo {
    height: 78px;
    width: 104px;
}

.medium-photo {
    height: 312px;
    width: 416px;
}

.pagination {
    align-items: center;
    margin: 0;
}

.page-item > span {
    margin-right: 25px;
}

.page-item label {
    margin-top: 5px;
}

.page-link {
    border: 0;
}