@charset "utf-8";
/* CSS Document */
:root{
	--info-color: #fff7b6;
  --main-strong-color: #990000;
  --shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
body {
	display: grid;
	justify-items: center;
	justify-content: center;
	background-image: url(/images/logobackground.png);
  background-size: 80%;
  background-repeat: no-repeat;
	background-attachment: fixed;
  background-position: center center;
  background-color: #ffffffde;
	background-blend-mode: soft-light;
}
body.printer {
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* a:visited {
  color: #0000D9;
} */
img.logo {
	max-height: 700px;
	max-width: 90%;
	mix-blend-mode: darken;
}
table.content {
	border: thin solid #000;
	min-width: 440px;
}
table.order th {
	background-color: #F4F4F4;
}
td.name {
	padding: 0;
}
th {
	background-color:#a2a2a280;
	padding: 5px 15px 5px 15px;
}
caption {
	font-size: 1.2em;
	color: #FFF;
	background-color: #990000;
	padding: 5px;
}
p,li {
	font-size: 14px;
	color: #111111;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 {
	color: #FFF;
	background-color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	padding: 5px;
	text-align: center;
	width: 100%;
}
h1#personalData {
	padding: 5px 50px 5px 50px;
	border-radius: 5px;
}
h2 {
	font-size: 16px;
	color: #111111;
	text-align:left;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
td.menu {
	/*background-image: url(images/redButton.jpg);
	background-repeat: no-repeat;
	background-position: center 2px;
	background-color: #afa291;
	height: 38px;*/
	min-width: 250px;
}

td.menuWithIcon {
	height: 38px;
	width: 167px;
}
td.picUnPaid{
	background-color: #C66;
    padding: 15px;
}
td.picPaid {
	background-color: #8dbf67;
    padding: 15px;
}
a.menu {
	font-size: 18px;
	color: #FFF;
}
a.menu:hover {
	color: khaki;
}
#RightFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}
#LeftFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}
#message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8 em;
	color: #444;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#message fieldset {
	background-color: #DFE6EA;
	margin-bottom: 5px;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.sumRow {
	background-color:#DDD
}
img.albumPage {
	padding: 20px;
}
.picBorder {
	background-color: #FFF;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
	margin: 5px;
}
#picContainer {
	width: 155px;
	height: auto;
	left: 0%;
	border: 0px;
	position: absolute;
	overflow: auto;
	background-color: #999;
}
#picShow {
	width: 100%;
	height: 100%;
	left: 155px;
	border: 0px;
	position: fixed;
	background-color: #FFF;
	top: 0%;
	overflow: auto;
	}
.imgSmall{
	width: 100px;
}
img.thumbPic {
	max-height:160px;
	min-height: 160px;
	border: 4px solid #FFF;
	margin: 3px;
	border-radius: 20px;
}
.picToDelete {
	margin: 2px;
	float: left;
	padding: 0.5%;
	background-color:#FFF;
	border: thin solid #000;
}
.inErrorValue {
	background-color:#ffb0b0;
}
.inCorrValue {
	background-color:#b0ffb0;
}
#treeMenu {
	width: 250px;
	float: left;
	background-color: #ddc9af;
	overflow: auto;
	position: fixed;
	height: 90%;
	text-align: left;
}
#listView {
	float: left;
	left: 260px;
	position: fixed;
	overflow: auto;
	height: 90%;
}
img.thumb {
	height: 100px;
}
label.error {
  background:url("../images/unchecked.png") no-repeat;
  background-size: 14px 14px;
  padding-left: 20px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #b0191c;
}

label.checked {
  background:url("../images/checked.png") no-repeat 0px 0px;
  padding-left: 20px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #19b01c;
}

label.zoomin {
  background:url("../images/zoomin.jpg") no-repeat 0px 0px;
  padding-left: 30px;
  padding-bottom: 2px;
}
#signupform .status {
	padding-top: 2px;
	padding-left: 8px;
	vertical-align: top;
	width: 246px;
	white-space: nowrap;
	text-align: left;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#FFF;
	padding:5px;
	display:none;
	color:#fff;
	}
#preview img {
	max-height: 500px;
}
p#preview {
	position: absolute;
  border-radius: 10px;
  background: #FFFFFFD0;
  padding: 10px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: #333;
}
div#previewPics::after {
	content: attr(data-theme);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	display: block;
	background-color: #9e9e9e;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	background-size: contain;
}
div#previewPics img {
	max-height: 160px;
	border-color: white;
	border-radius: 10px;
	border-width: 4px;
	margin: 10px;
}
.toUse {
	clear: both;
	float: left;
	background-color: #FFFFFF;
	border: thin solid #000;
	padding: 5px;
	margin: 5px;
}
#picToRet {
	background-color:#FFC
}
#F{
	background-color:#9F9
}
div#T > div.picThumb{
	background-color:#CCF
}
div#T > div.picThumb img {
	border: 5px solid #FFF;
}
div#indexDescription {
	margin-bottom: 150px;
}
td.info {
	background-color: #FFFFEA;
	text-align: left;
	border: thin solid #D63;
}
p.info {
	background-color: #FFFFEA;
	border: thin solid #D63;
	margin:2px;
	padding:5px;
}
div.info{
	  background-color: var(--info-color);
    padding: 20px;
    box-shadow: var(--shadow);
    text-align: center;
    border: 4px solid #d8b986;
    border-radius: 15px;
		padding: 15px;
		margin: 15px;
	}
	div.info h3 {
		font-size: 1.6rem;
		margin: 5px 0;
		color: #8a6e53;
  text-decoration: underline;
	}
	div.info p {
		font-size: 1rem;
	}
p.picCaption {
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}
img.galleryPic {
	max-width:180px;
	max-height:180px;
	border-radius: 10px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
img.previewPic {
	max-height: 400px;
	margin: 5px;
}

td.wpcCell .in10x15{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
table.ordertable a:hover {
	color:#000;
}
table.ordertable td.eraseCell {
	border: medium solid #C00;
	background-color: #FEE;
}
table.ordertable td.pay {
	border: medium solid #0A0;
	background-color: #EFE;
}
table.print tr {
	border-bottom: medium solid #555;
}
tr.discount th {
	background-color: #9D9;
	padding: 4px;
}
tr.viewed {
	background-color: #DDD;
}
tr.view {
	background-color:#7D9;
}
td.private {
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
}
tr.pay:hover td.private {
	color: #000;
}
h1.facebookTitle {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #49689e);
  background-image: -moz-linear-gradient(top, #3498db, #49689e);
  background-image: -ms-linear-gradient(top, #3498db, #49689e);
  background-image: -o-linear-gradient(top, #3498db, #49689e);
  background-image: linear-gradient(to bottom, #3498db, #49689e);
  font-family: Arial;
	color: #FFF;
}
.fbutton {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #49689e);
  background-image: -moz-linear-gradient(top, #3498db, #49689e);
  background-image: -ms-linear-gradient(top, #3498db, #49689e);
  background-image: -o-linear-gradient(top, #3498db, #49689e);
  background-image: linear-gradient(to bottom, #3498db, #49689e);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 40px;
  font-family: Arial;
  color: #ffffff;
  font-size: 30px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.fbutton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  cursor: pointer;
}
div#folder {
  min-width: 250px;
	text-align: center;
	font-size: 1.5rem;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
	box-shadow: var(--shadow);
  outline: none;
}
div.identified {
	background-color: lightgreen;
}
div.unidentified{
	background-color: lightblue;
}
div.unidentified::before {
	content: '';
	position: relative;
	display: block;
	color: white;
}
div.picThumb > table {
	border:none;
}
div.picThumb {
    margin: 6px;
    border-radius: 10px;
    float: left;
		text-align: center;
		box-shadow: var(--shadow);
    padding: 5px;
		border: 2px solid rgba(0, 30, 84, .296875);
}
div.picThumb a {
	color: black;
	text-decoration: none;
	font-size: 1.3rem;
}
td.tanarKep {
	border: thin;
	border-style: solid;
	padding: 10px;
}
td.tanarkep p {
	margin:3px;
}
td.tanarKep p.IPTCname {
	background-color:#ddffca;
}
td.lastOrderItem {
	font-size:24px;
}
td.counter {
	color:#999;
}
td.nev {
	text-align: left;
	font-size: 1.25em;
}
div.menu {
	background-color: #afa291;
	width: 13.66%;
	float: left;
	padding: 4px;
	border: thin;
}
div.content {
	padding-left: 10px;
	padding-right: 10px;
}
img.deleteIcon {
	max-height: 40px;
}
img#sort {
	max-height: 80px;
}
header {
	align-items: flex-start;
	width: 100%;
}
header h1{
	margin-top: 0;
	margin-bottom: 0;
}
nav {
	border-bottom: thin solid #990000;
	margin-bottom: 20px;
	text-align: center;
}
ul li.menu {
	padding-left: 8px;
	padding-right: 8px;
	margin: 1px;
	display: inline;
	text-align: center;
}
ul li.menu a {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
}
ul li.menu a:hover {
	text-decoration: underline;
	color: #666;
}
ul li.menu a.logout {
	font-size: large;
	font-variant: initial;
  font-weight: bold;
	font-family: 'Roboto Mono', sans-serif;
	background: #4267B2;
	color: white;
	padding: 5px;
}

td ul {
	padding-left: 0;
}
nav ul {
	padding-left: 0;
	margin: 5px;
}
img.fbimage {
	max-width: 50px;
	margin-left: 10px;
	margin-right: 10px;
}
#map {
        height: 400px;
        width: 100%;
       }
p#preview p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	background-color: #CCC;
}
