body {
    background-color: lightblue;
}


/*****************************************************************************/
/* Added for garden                                                          */

.logger {
	color: darkgreen;
	border: 1px solid black;
}

.timing-msg {
	text-align: left;
	font-style: italic;
	font-size: 75%;
}

.pageload-msg {
	text-align: left;
	font-style: italic;
	font-size: 75%;
    display: inline-block;
}

.pageUpdate-msg {
    text-align: left;
    font-style: italic;
    font-size: 75%;
    display: inline-block;
}

.qtest-qtitle {
    text-decoration: underline;
    color: blue;
	margin-top: 10px; margin-bottom: 3px;
}

.qtest-query {
	text-indent: 3em;
	font-family: "Lucida Console", monospace;
}

.qtest-resultset {
	text-indent: 3em;
}
.qtest-result {
	text-indent: 3em;
	font-family: "Lucida Console", monospace;
}

.form-select-subtitle {
	text-align: left;
	font-style: italic;
	font-size: 75%;
}

hr.title-bar {
	width: 80%;
	height: 2px;
	border: 1px dotted cornflowerblue;
	margin-left: auto;
	margin-right: auto;
}

hr.content-bar {
	width: 80%;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted limegreen;
}

.title-brief {
	font-style: italic;
	text-align: center;
	font-size: 1.2em;
}

.subtitle-brief {
	font-style: italic;
	text-align: center;
	font-size: 0.90em;
	margin-bottom: 30px;
}
.form-field-hint {
	font-style: italic;
	text-align: left;
	font-size: 0.75em;
	margin-bottom: 3px;
}
body.top-level-page {
	margin-left: 5em;
	margin-right: 5em;
}

table#selectedImgTbl {
	border: 1px solid black;
}

.selectable-image {
	border: 1px solid black;
}
.selectable-image:hover {
	border: 1px solid red;
}

#tagTblCell {
	vertical-align: top;
	text-align: center;
}

.scrollableTable {
	overflow-y: scroll;
	height: 100px;
	display: block;
	border: 1px solid black;
	margin-top: 3px;
}

.maintitleimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 321px;
	height: 144px;
}

#plantingsDetailsTable {
	display: block;
	border: 1px solid black;
	margin-top: 3px;
}

.scrollableTable-selected {
	background-color: brown;
	color: #fff;
}

.base-page-table {
    margin: 0 auto;
    border: 1px solid black;
    color: #FFFFE0;
    text-align: center;
    width: 600px;
    background-color: #36383C;
    font-family: "Trebuchet MS"
}

#marker-page-table {
	margin: 0 auto;
	border: 1px solid black;
	color: #FFFFE0;
	text-align: center;
	width: 600px;
	background-color: #36383C;
    font-family: "Trebuchet MS"
}


.marker-page-subtable {
	text-align: center;
	color: #FFFFE0;
	margin: 0 auto;
}
.marker-page-subtable td {
	text-align: center;
}

.breadcrumb {
    padding: 0 .5rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb ul {
    display: inline;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
    
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .25rem;
    content: "○";
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb-subtable {
	text-align: left; 
	width: 100%; 
	margin-bottom: 10px; 
	font-size: 14px; 
	border-bottom: 2px solid #1E2023
}


.note-img-small {
	float: right;
	max-width: 96px;
}

#indexStatsTable th {
	text-align: right;
}

#bed-page-table {
    margin: 0 auto;
    border: 1px solid black;
    color: #FFFFE0;
    text-align: center;
    width: 600px;
    font-family: "Trebuchet MS"
}

.bed-page-subtable {
    text-align: center;
    color: #FFFFE0;
    margin: 0 auto;
}

.subtable-section-heading {
    margin-top: 10px; 
    font-size: 1.25em; 
    font-style: italic; 
    text-decoration: underline;	
}

.planting-fullname {
	font-size: 1.75em;
}

.tag-fullname {
	font-size: 1.75em;
	color: lightgreen;
}

.bed-fullname {
    font-size: 1.75em;
}

.imgNavigation {
	color: #FFFFE0;
}

.round {
  border-radius: 50%;
}

form#editPlantingForm th {
	text-align: right;
}

form#addEventForm th {
	text-align: right;
	vertical-align: top;
}

form#editEventForm th {
    text-align: right;
    vertical-align: top;
}

form#editLineForm th {
    text-align: right;
    vertical-align: top;
}

table#plantingsDetailsTable th {
    text-align: right;
}
table#plantDetailsTable th {
    text-align: right;
}
table#noteDetailsTable th {
    text-align: right;
}

a.site-link {
	color: orange;
}

.plant-listing-name {
	font-style: italic;
}


div#how-tos {
    font-family: "Trebuchet MS";
}

div#how-tos h1 {
	text-decoration: underline;    
}

div#how-tos .image-comment {
	color: orange;
}

.dbop-title {
	text-align: center;
	font-weight: bold;
}

.dbop-section {
	width: 95%;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(54,56,60,1) 49%, rgba(0,255,4,1) 100%);	
    color: lightgreen;
	padding: 20px;
    font-size: 1.5em;
    margin-bottom: 3px;
}

.dbop-subsection {
    width: 85%;
    background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(54,56,60,1) 49%, rgba(0,255,4,1) 100%);  
    color: lightgreen;
    padding: 10px;
    font-size: 1.0em;
    margin-bottom: 3px;
    text-align: right;
    margin-left: auto;
}
.dbop-error {
	color: red;
}

.dbop-success {
	color: green;
}

.tag-list {
	font-size: .75em;
	color: lightgreen;
}

.tag-list a {
	color: lightgreen;
}

.tag-primary-planting {
    text-align: center;
    font-size: .90em;	
}

.tableLegend {
	color: blue;
    font-family: "Trebuchet MS";
}

.tohtml-frag {
	display: inline-block;
}

/* Images */

#imgHolder {
    margin: 0 auto; 
    width: 400px;
    height: 465px; 
    position:relative; 
    overflow: auto;	
}

.frag-small-map {
	 width: 400px;
	 height: 465px; 
}

.image-subtitle {
	color: #FFFFE0;
}

.image-issues {
	font-family: monospace;
}

.garden-image, .garden-image-small {
	display: block;
	background: transparent;
	padding: 0px;
	border: 1px solid black;
	box-shadow: 0px 0px 15px 0px #DEF2E6;
}

.garden-image-small  {
    box-shadow: 0px 0px 5px 0px #DEF2E6;
}
.image-date {
	color: black;
}

.image-date td {
	vertical-align: top;
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}

/* Irrigation */

.irr-title {
    font-size: 1.75em;
}

/* Gallery */

#gallery-caption-comment {
	font-style: italic;
}

#gallery-caption-fullname {
    font-weight: bold;
}

.gallery-figure {
	margin: 1px 1px 5px 1px;
    display: inline-block;	 
}

.gallery-figcaption {
	background-color: #36383C;
	color: #FFFFE0;
	font-size: 0.8em;
    font-family: "Trebuchet MS";
    padding-left: 1px;
}

/* Mobile Style */

@media all and (min-width:0px) and (max-width: 2000px) and (orientation:portrait)
{
	
	#imgHolder {
	    margin: 0 auto;
	    width: 100vw;
	}
	
	body.top-level-page {
		background-color: #36383C;
		margin-left: 5px;
		margin-right: 5px;
	}
	#marker-page-table {
		font-size: 3em;
		width: auto;
	}
	
    #marker-page-table td {
	    padding: 0px;
    }
    
	.title-brief {
	    color: #FFFFE0;
	}
    
    .tag-primary-planting {
        text-align: center;
        font-size: .90em;
        text-size-adjust: none;
    }   

	.marker-page-subtable {
	   border-spacing: 0px;
	}
	
	.pageload-msg {
	   font-size: small;
	}
    
}