/* Global styles */

body {
    font-family: Tahoma serif;
}

a:link { color: #004acb; }
a:visited { color: #800000; }
a:active { color: #00ff88; }
a:hover { color: #0088ff; }

.small { font-size: smaller; }

.page {
    display: flex;
    flex-wrap: wrap;
}

.section {
    width: 100%;
    margin-bottom: 0.5em;
}

.site-header {
    font-size: 2em;
}

hr {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.dev-box {
    position: fixed;
    width: 95%;
    border: 1px solid black;
    font-size: 2em;
    background-color: #ff8080;
    text-align: center;
}

.dev-spacer {
    height: 2.5em;
}

/* Main page */

.group-header { font-weight: bold; }

.album-links {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
}

.album-link { padding: 3px; }

@media only screen and (min-width: 961px) {
    .group-links {
        max-width: 50%;
    }
    .album-links {
        max-width: 50%;
    }
}

/* Album view */

.crop-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
}

.crop {
    padding: 3px;
    vertical-align: bottom;
}

@media only screen and (min-width: 961px) {
    .crop-grid { grid-template-columns: repeat(5, 1fr); max-width: 50%;}
}

/* Crop view */

img.photo {
    max-width: 100%;
}

/*
body {
    font-family: Verdana;
    font-size: 12pt;
}

form {
    display: inline;
}

td {
    font-size: 10pt;
}

.site_header {
    font-size: 14pt;
    margin-bottom: 10px;
}

.pagehead {
    font-size: 18pt;
    font-weight: bold
}

.secthead {
    font-size: 14pt;
    font-weight: bold;
}

.album_title {
    font-weight: bold;
}

.album_link {
    font-weight: bold;
}

.smallnav {
    font-size: smaller;
}

.small {
    font-size: smaller;
}

.error {
    color: red;
}

.success {
    color: green;
}

.match {
    color: red;
    font-weight: bold;
}

.added {
    color: red;
    font-weight: bold;
}

.notadded {
    color: green;
    font-weight: bold;
}

.img_thumb {
    text-align: center;
    vertical-align: bottom;
}

a:link {
    color: #004acb;
}

a:visited {
    color: #800000;
}

a:active {
    color: #00ff88;
}

a:hover {
    color: #0088ff;
}

li {
    margin-left: 14px;
}

.benchmarks {
    color: grey;
    font-size: 8pt;
    margin-top: 10px;
}

.missing {
    color: #cccccc;
}

.add_message {
    color: green;
}

.faded {
    color: #bbbbbb;
}

.album_list_1 {
    background-color: #90c5fc;
    padding: 3px;
}

.album_list_2 {
    background-color: #deecf9;
    padding: 3px;
}

.source_medium {
    background-color: #33ddff;
    border: 1px solid black;
    padding: 4px;
    position: relative;
    width: 620px;
}

.source_medium_img {
    z-index: 50;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.crop_box {
    background-color: #cccccc;
    border: 1px solid black;
    padding: 4px;
    width: 700px;
}

.import_crop_success {
    background-color: #80ff80;
}

.import_crop_fail {
    background-color: #ff8080;
}

.import_crop_list {
    background-color: #80ff80;
    width: 600px;
}

.import_crop_list_empty {
    background-color: #ff8080;
    width: 600px;
}

.floater {
    position: absolute;
    background-color: black;
    opacity: 0.6;
    z-index: 100;
}

.confirm {
    background-color: #ff8080;
    padding: 4px;
    border: 1px solid black;
}

.custom_form {
    border: 1px solid black;
    padding: 4px;
    background-color: #ddddff;
    width: 650px;
    margin-bottom: 3px;
}

.delete_form {
    padding: 2px;
    border: 1px solid black;
    background-color: #ff8080;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.na {
    color: grey;
}

.importcount {
    border: 1px solid black;
    padding: 4px;
    background-color: gold;
}

.smalldate, .smallalbum {
    font-size: smaller;
    color: grey;
    line-height: 1em;
    display: inline-block;
    margin-top: 2px;
}

.smallalbum {
    font-weight: bold;
}

.smallalbumno {
    color: red;
}

.devbox {
    background: #ff8888;
    border: 1px solid black;
    float: left;
    height: 95%;
    margin: 5px;
    padding: 4px;
    position: fixed;
    text-align: center;
    width: 50px;
}

.devtext {
    font-size: 1.5em;
    position: relative;
    top: 45%;
}

.devindent {
    margin-left: 80px;
}

.linkplain {
    text-decoration: none;
}

.searchphoto {
    margin-right: 2px;
    margin-bottom: 2px;
    text-align: left;
    border: 1px solid black;
    float: left;
}

.cropformcoords {
    background-color: #80ff80;
    display: inline-block;
    margin: 3px;
    padding: 3px;
}

.leftbar {
    margin-left: 0px;
    width: 25%;
}

.timestamp {
    color: green;
}

.cropcell {
    min-width: 400px;
}
 */
