/* input(25,10): run-time error CSS1030: Expected identifier, found '.'
input(25,44): run-time error CSS1025: Expected comma or open brace, found ')'
input(605,10): run-time error CSS1030: Expected identifier, found '.'
input(605,25): run-time error CSS1025: Expected comma or open brace, found ')'
input(1335,10): run-time error CSS1030: Expected identifier, found '.'
input(1335,44): run-time error CSS1025: Expected comma or open brace, found ')' */




#mapSearch {
  height: 30vh;
  position: fixed;
  top: 152px;
  right: 8px;
  left: 11px;
  background-color: white;
  display: none;
  z-index: 90000;
}
#mapSearch.shown {
  display: block;
}
#heatMap {
  height: 100%;
  width: 100%;
}
#imageQueryBottom {
  display: none;
}
body:has(.menuBarWithGallery.menuBarVisible) #imageQueryBottom {
  display: block;
  position: fixed;
  top: 136px;
  left: 0px;
  z-index: 10020;
  background-color: #e6ecef;
  height: 5px;
  width: 199px;
  content: " ";
}
#imageQuery {
  position: fixed;
  top: 50px;
  left: 0px;
  right: 0px;
  z-index: 10010;
  background-color: #e6ecef;
  padding: 10px;
  transition: left 0.5s;
  border-bottom: 2px solid #89a5b3;
}
#imageQuery span {
  color: #000000;
  margin-bottom: 10px;
  display: inline-block;
}
#imageQuery #btnFilter,
#imageQuery #btnMap,
#imageQuery #btnKeyword {
  color: #000000;
  margin-right: 10px;
  cursor: pointer;
  transition: color 0.5s;
}
#imageQuery #btnFilter:hover,
#imageQuery #btnMap:hover,
#imageQuery #btnKeyword:hover {
  color: #666666;
  transition: color 0.5s;
}
#imageQuery input {
  width: calc(100% - 94px);
}
#imageQuery #keywordsBox {
  padding: 10px 3px 0px 10px;
  color: #000000;
  visibility: hidden;
  height: 0;
  overflow: clip;
  width: 305px;
  position: absolute;
  background-color: #e6ecef;
  margin-left: -10px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#imageQuery #keywordsBox span {
  display: inline-block;
  cursor: pointer;
  margin: 2px;
  border: solid 1px #41687c;
  border-radius: 3px;
  padding: 3px;
  transition: background-color 0.2s;
}
#imageQuery #keywordsBox span:hover {
  background-color: #41687c;
  transition: background-color 0.2s;
}
#imageQuery #keywordsBox.shown {
  height: 17.5rem;
  visibility: visible;
}
#imageQuery #filterBox {
  padding: 10px 3px 0px 10px;
  color: #000000;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  position: absolute;
  background-color: #e6ecef;
  margin-left: -10px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  /*&.withPersonal
        {
            height: 9.5rem !important;
        }*/

}
#imageQuery #filterBox.shown {
  visibility: visible;
  height: auto;
}
#imageQuery #filterBox input {
  width: auto;
  margin-right: 10px;
}
#imageQuery #filterBox li {
  cursor: pointer;
}
#imageQuery #filterBox ul {
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding: 0px;
  list-style-type: none;
  margin: 2px;
  border: solid 1px #d0d0d0;
  border-radius: 5px;
  padding: 3px;
}
#featured {
  display: none;
  overflow: hidden;
}
#featured .nextCarousel {
  cursor: pointer;
  color: black;
  transition: color 0.5s;
}
#featured .nextCarousel:hover {
  color: blue;
  transition: color 0.5s;
}
#featured h1 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 15px;
}
#featured #featuredGallery {
  height: var(--gallery_tile_size);
  overflow: hidden;
  white-space: nowrap;
}
.menuBarWithGallery {
  padding-top: 100px;
}
.gallerySpacer {
  height: 103px;
}
.active {
  box-shadow: inset 0px 0px 0px 3px #5c6eb4;
  background-color: #b2bbdd;
}
.gallery-items {
  margin-top: 10px;
}
.gallery-items .galleryItem {
  position: relative;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border: solid 3px transparent;
}
.gallery-items .galleryItem input[name="SelectedPictures"] {
  z-index: 1000;
  position: absolute;
}
.gallery-items .galleryItem a {
  text-decoration: none;
  color: black;
}
.gallery-items .galleryItem .galleryItemImage {
  width: var(--gallery_tile_size);
  height: var(--gallery_tile_size);
  box-sizing: border-box;
  /*border: solid 1px @tableBorder;
            border-radius: 2px;*/
  padding: 3px;
  overflow: hidden;
}
.gallery-items .galleryItem img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.gallery-items .galleryItem input[type="checkbox"] {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  width: 20px;
  height: 20px;
}
.gallery-items .galleryItem .thumbInformation {
  padding: 5px;
  width: var(--gallery_tile_size);
  overflow: hidden;
  box-sizing: border-box;
  height: 100px;
  font-size: 12px;
}
.gallery-items .galleryItem .thumbInformation table {
  width: 100%;
  border: none;
}
.gallery-items .galleryItem .thumbInformation tr td {
  padding-left: 5px;
}
.gallery-items .galleryItem .thumbInformation tr td:first-child {
  width: 1%;
  white-space: nowrap;
  padding-left: 0px;
}
.gallery-items .galleryItem .thumbInformation span {
  display: block !important;
  white-space: nowrap;
}
.gallery-items .galleryItem .proportion,
.gallery-items .galleryItem .purchase {
  display: none;
}
.gallery-items .galleryItem:hover {
  box-shadow: inset 0px 0px 0px 3px #5c6eb4;
  background-color: #b2bbdd;
}
.gallery-items .galleryItem:hover .thumbInformation {
  transition: top 0.5s ease 0s;
}
.gallery-items .galleryItem:hover .proportion,
.gallery-items .galleryItem:hover .purchase {
  display: block;
}
.gallery {
  margin-top: 10px;
  padding-bottom: 50px;
}
.gallery .pager {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: white;
  padding: 5px;
  padding-bottom: 10px;
}
.gallery .galleryItem {
  display: inline-block;
  border: solid 3px white;
  text-decoration: none;
  color: black;
  position: relative;
  width: var(--gallery_tile_size);
  height: var(--gallery_tile_size);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  overflow: hidden;
  box-sizing: border-box;
  background-size: cover;
}
.gallery .galleryItem .thumbInformation {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  position: absolute;
  bottom: calc(0px - var(--gallery_tile_size));
  visibility: hidden;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.3);
  width: var(--gallery_tile_size);
  transition: bottom 0.5s ease 0s;
  padding-bottom: 20px;
}
.gallery .galleryItem .thumbInformation span {
  display: block !important;
}
.gallery .galleryItem .thumbInformation span:first-child {
  font-weight: bold;
  font-size: 20px;
}
.gallery .galleryItem .thumbInformation span.keywords {
  color: #606060;
}
.gallery .galleryItem .purchase {
  display: none;
  color: white;
  float: right;
  margin-right: 15px;
  margin-top: 15px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  padding: 5px;
  border-radius: 5px;
}
.gallery .galleryItem .proportion {
  display: none;
  color: white;
  float: left;
  padding: 5px;
  opacity: 0.7;
}
.gallery .galleryItem:hover {
  box-shadow: inset 0px 0px 0px 3px #5c6eb4;
  background-color: #b2bbdd;
}
.gallery .galleryItem:hover .thumbInformation {
  bottom: 0px;
  visibility: visible;
  transition: bottom 0.5s ease 0s;
}
.gallery .galleryItem:hover .proportion {
  display: block;
}
.gallery .galleryItem:hover .purchase {
  display: block;
}
.gallery .galleryItem:hover .purchase:hover {
  background-color: rgba(0, 0, 100, 0.3);
}
.mouseOverBackground {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  display: none;
}
.mouseOverInfo {
  position: absolute;
  padding: 5px;
  background-color: #1b1b1b;
  color: #bababa;
  display: none;
}
.mouseOverInfo span {
  display: block !important;
}
.mouseOverInfo span:first-child {
  font-weight: bold;
  font-size: 20px;
}
.mouseOverInfo span:nth-child(3) {
  color: #606060;
}
.mainColors div {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 2px;
  border: 1px solid black;
  cursor: pointer;
}
.mainColors div:hover {
  border: 3px solid blue;
}
.queryFilters {
  margin-bottom: 5px;
  display: inline-block;
  height: 22px;
  width: calc(100% - 180px);
  vertical-align: middle;
  white-space: nowrap;
}
.queryFilters div {
  border-radius: 3px;
  background-color: #e2cf91;
  font-size: 12px;
  display: inline-block;
  padding: 2px;
  border: 1px solid #b9a76a;
  margin: 2px;
  cursor: pointer;
}
.queryFilters div:hover {
  background-color: #f4e2a6;
}
.queryFilters div:after {
  border: 1px solid #b9a76a;
  background-color: #e2cf91;
  border-radius: 8px;
  height: 15px;
  width: 15px;
  content: "x";
  font-size: 10px;
  display: block;
  padding: 0px;
  margin: 0px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  margin-top: -27px;
}
#noticeAlertBasket {
  display: none;
  position: fixed;
  font-weight: bold;
  background-color: #001eac;
  color: white;
  padding: 15px;
  top: 70px;
  right: 40px;
  z-index: 900000;
}
#noticeAlertBasket:before {
  display: block;
  content: "";
  position: fixed;
  z-index: 900000;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 25px solid #001eac;
  top: 45px;
  right: 75px;
}

.categories {
  margin-left: 10px;
  margin-right: 10px;
  position: fixed;
  left: 0px;
  width: 200px;
  top: 70px;
  bottom: 20px;
}
.categories a {
  text-decoration: none;
  color: black !important;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.categories a:hover {
  background-color: #918cb5;
}

#files-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 500px);
  min-height: 70px;
  width: 100%;
  background-color: #eeeeee;
  color: black;
  font-weight: bold;
  font-size: 25px;
  border: 1px dashed black;
  border-radius: 10px;
  margin: 0;
  text-align: center;
  transition: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
#files-field {
  /* hide the files input field; use files-label to access it */
  display: none;
}
#uploadStatus {
  display: none;
  margin-bottom: 20px;
}
#uploadStatus span {
  display: block;
  width: 100%;
  margin: 0px !important;
}
#files-progress {
  width: 0;
  background-color: #e0dd70;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  padding: 0 5px;
}
.uploading {
  background-color: #cea442 !important;
}
@keyframes dropbox {
  0% {
    background-image: repeating-linear-gradient(30deg, green 1%, green 3%, darkgreen 5%, darkgreen 5%);
  }
  50% {
    background-image: repeating-linear-gradient(30deg, darkgreen 1%, darkgreen 3%, green 5%, green 5%);
  }
  100% {
    background-image: repeating-linear-gradient(30deg, green 1%, green 3%, darkgreen 5%, darkgreen 5%);
  }
}
.modal-page {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s ease;
  background-color: black;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.modal-page img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.modal-page:target {
  visibility: visible;
  opacity: 1;
}
.btnCheckUploaded {
  margin-bottom: 10px;
  width: 100%;
  font-weight: bold;
}
@media (min-width: 820px) {
  .imageUploadArea {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  #files-label {
    height: calc(100vh - 300px);
  }
  .imageUploadHelp {
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
  }
}




html {
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  background-color: white;
  color: black;
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}
h1 span {
  vertical-align: bottom;
}
h1 input,
h1 select {
  vertical-align: baseline;
}
p {
  text-align: justify;
}
body:has(.menuBarVisible) p {
  padding-right: 20px;
}
.button {
  display: inline-block;
  background-color: #41687c;
  color: white;
  text-decoration: none;
  padding: 5px;
  border-radius: 3px;
  transition: background-color 0.5s;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  outline: none;
}
.button:hover {
  color: white;
  background-color: #799aaa;
  transition: background-color 0.5s;
}
input[type="text"],
input[type="password"],
textarea,
select {
  width: 100%;
  border: solid 1px #d0d0d0;
  border-radius: 3px;
  padding: 5px;
  box-sizing: border-box;
  background-color: white !important;
  line-height: 1.5;
  font-size: 16px;
  appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border: solid 1px #7a7a7a;
}
textarea {
  resize: none;
  height: 150px;
}
*,
::after,
::before {
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
}
input[type="submit"] {
  display: inline-block;
  background-color: #41687c;
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
  border-radius: 3px;
  transition: background-color 0.5s;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  outline: none;
}
input[type="submit"]:hover {
  color: white;
  background-color: #799aaa;
  transition: background-color 0.5s;
}
table {
  border-collapse: collapse;
}
:root {
  --gallery_tile_size: 400px;
  --on_label: "On";
  --off_label: "Off";
}
nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
  background-color: #e6ecef;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
  line-height: 55px;
  text-align: right;
  border-bottom: 2px solid #89a5b3;
}
nav .navToCollapse {
  display: none;
}
nav .collapsedNav {
  display: block;
}
nav a,
nav label {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  padding: 8px;
  transition: background-color 0.15s;
  border-radius: 3px;
  line-height: 20px;
  display: inline-block;
  vertical-align: central;
  cursor: pointer;
}
nav a:hover,
nav label:hover {
  color: white;
  background-color: #584b4b;
  transition: background-color 0.15s;
}
nav .logo {
  float: left;
  display: inline-block;
}
nav .logo:hover {
  background-color: transparent;
  color: #4c4c4c;
}
nav .logo > span:nth-child(1) {
  display: block;
  font-size: 25px;
  font-stretch: ultra-condensed;
}
nav .logo > span:nth-child(1) span:nth-child(1) {
  font-weight: normal;
}
nav .logo > span:nth-child(2) {
  font-weight: normal;
  display: block;
  font-size: 11px;
}
nav .cartIcon div {
  position: absolute;
  background-color: blue;
  color: white;
  margin-top: -30px;
  margin-left: 15px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
nav .cartIcon .noContent {
  display: none;
}
a {
  color: #0077cc;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.imagePurchaseLicense {
  margin-bottom: 10px;
}
.imagePurchaseLicense select {
  width: calc(100% - 55px);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.roundIconButton {
  display: inline-block;
  text-decoration: none;
  color: white !important;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  background-color: #1861ac;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  border: 1px solid #0a3765;
  vertical-align: middle;
}
.roundIconButton:hover {
  background-color: #0a3765;
}
.purchaseButton {
  display: inline-block;
  text-decoration: none;
  color: #ffffff !important;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  background-color: #1861ac;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  border: 1px solid #0a3765;
  vertical-align: middle;
}
.purchaseButton:hover {
  background-color: #0a3765;
}
.menuBar {
  position: fixed;
  left: -210px;
  top: 53px;
  bottom: 0px;
  padding-left: 5px;
  width: 200px;
  transition: left 0.5s;
  overflow-y: auto;
  padding-bottom: 100px;
  background-color: #f6f8f9;
  color: #000000;
  z-index: 10002;
  border-right: 1px solid #c7d4db;
}
.menuBar .group {
  display: block;
  font-size: 18px;
  color: #414141;
  font-weight: bold;
  margin-top: 15px;
}
.menuBar .inGroup {
  margin-left: 10px;
}
.menuBar a {
  display: block;
  text-decoration: none;
  color: #000000 !important;
  padding: 5px;
}
.menuBar a:hover {
  background-color: #91a8c8;
}
.menuBar .picturesToPublish {
  position: absolute;
  min-width: 15px;
  height: 15px;
  background-color: #af00b6;
  line-height: 15px;
  text-align: center;
  color: white;
  font-size: 12px;
  border-radius: 15px;
  margin-top: -10px;
  margin-left: 130px;
}
.menuBar .picturesToReview {
  position: absolute;
  min-width: 15px;
  height: 15px;
  background-color: #e47600;
  line-height: 15px;
  text-align: center;
  color: white;
  font-size: 12px;
  border-radius: 15px;
  margin-top: -10px;
  margin-left: 130px;
}
.menuBar .picturesRefused {
  position: absolute;
  min-width: 15px;
  height: 15px;
  background-color: #b60000;
  line-height: 15px;
  text-align: center;
  color: white;
  font-size: 12px;
  border-radius: 15px;
  margin-top: -10px;
  margin-left: 110px;
}
.menuBarVisible {
  left: 0px !important;
  transition: left 0.5s;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.pager .page {
  text-decoration: none;
  padding: 3px;
  font-weight: bold;
  color: white;
  min-width: 30px;
  height: 30px;
  background-color: #41687c;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  margin: 3px;
  cursor: pointer;
  line-height: 25px;
}
.pager .page:hover {
  background-color: #799aaa;
}
.pager .selectedPage {
  outline: solid 2px red;
}
.pager div {
  display: inline-block;
}
.pager .pagerInformation {
  float: right;
  line-height: 30px;
}
.buttonContainer {
  margin-top: 10px;
  text-align: center;
}
.leftTextWithImageBar {
  width: 100%;
}
.rightImageBar {
  display: none;
  width: 30vw;
  position: fixed;
  top: 50px;
  right: 0px;
  bottom: 0px;
  background: var(--imagebar_background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.rightImageBar a {
  display: block;
  color: white;
  position: absolute;
  text-decoration: none;
  font-size: 18px;
  left: 10px;
  top: -30px;
  text-shadow: 1px 1px 2px black;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.rightImageBar a:hover {
  color: white;
}
.collapsedTitle {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.collapsedTitle:after {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: 5px;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 900;
}
.collapsedTitle.expanded:after {
  content: "\f0d7";
}
.inactiveFlag {
  background-color: #dea3a3;
  border: solid 1px #c25353;
  color: black;
  padding: 3px;
  border-radius: 2px;
  width: 80px;
  display: inline-block;
  text-align: center;
}
.activeFlag {
  background-color: #b5f1b3;
  border: solid 1px #4c984a;
  color: black;
  padding: 3px;
  border-radius: 2px;
  width: 80px;
  display: inline-block;
  text-align: center;
}
@media (min-width: 800px) {
  .leftTextWithImageBar {
    width: calc(100% - 30vw - 10px);;
  }
  .rightImageBar {
    display: block;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.mainContainer {
  width: calc(100% - 100px);
  margin-left: 50px;
  margin-top: 60px;
  min-height: calc(100vh - 140px);
  padding-top: 30px;
  transition: margin-left 0.5s;
}
.fullWidthContainer {
  width: 100%;
  margin-left: 0px;
  margin-top: 18px;
  min-height: calc(100vh - 55px);
  padding-top: 20px;
  transition: margin-left 0.5s;
}
.mainContainer.menuBarVisible {
  width: calc(100vw - 240px);
  margin-left: 210px;
  transition: margin-left 0.5s;
}
.fullWidthContainer.menuBarVisible {
  width: calc(100vw - 240px);
  margin-left: 210px;
  transition: margin-left 0.5s;
}
#menuLanguageSelector {
  position: fixed;
  bottom: 45px;
  background-color: #f6f8f9;
  color: #000000;
  padding-bottom: 5px;
  left: 0;
  width: 200px;
  text-align: center;
  display: none;
  border-right: 1px solid #c7d4db;
}
#menuLanguageSelector select {
  width: calc(100% - 60px);
  margin-left: 5px;
}
.contact {
  display: inline-block;
  width: 400px;
  vertical-align: top;
  margin-right: 30px;
}
.address {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
.cookiePolicy {
  position: fixed;
  background-color: #0096bf;
  left: 10px;
  bottom: 10px;
  border-radius: 10px;
  padding: 10px;
  max-width: 500px;
  margin-right: 10px;
  text-align: justify;
  color: white;
  z-index: 10000000;
}
.cookiePolicy a {
  background-color: #74d7f2;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 20px;
  color: black;
  text-decoration: none;
  transition: background-color 0.2s;
  font-weight: bold;
}
.cookiePolicy a:hover {
  background-color: #37accb;
  transition: background-color 0.2s;
}
.leftColumn div > label {
  display: block;
  font-weight: bold;
}
.leftColumn div > label:after {
  content: ":";
}
#settingsSwitch {
  cursor: pointer;
  margin-left: 5px;
  display: inline-block;
  border-radius: 3px;
  line-height: 20px;
  color: #000000;
  padding: 5px;
  transition: background-color 0.15s;
  padding: 8px;
  vertical-align: central;
}
#settingsSwitch:hover {
  color: white;
  background-color: #584b4b;
  transition: background-color 0.15s;
}
#statChartContainer {
  height: calc(100vh - 200px);
  width: 100%;
}
.introText {
  border: solid 1px #c7d4db;
  background-color: #e6ecef;
  color: #405763;
  padding: 5px;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 500px) {
  #phoneIcon {
    display: none;
  }
  .contact,
  .address {
    width: auto;
    display: block;
  }
  .fullWidthContainer {
    overflow-x: clip;
  }
}
@media (min-width: 690px) {
  #menuLanguageSelector {
    bottom: 10px;
  }
}
@media (min-height: 500px) {
  #menuLanguageSelector {
    display: block;
  }
}
@media (min-width: 1000px) {
  .leftColumn {
    width: 50%;
    float: left;
    vertical-align: top;
  }
  .rightColumn {
    width: calc(50% - 15px);
    margin-left: 10px;
    float: right;
    vertical-align: top;
  }
  .navToCollapse {
    display: inline-block !important;
  }
  .collapsedNav {
    display: none !important;
  }
}
.categories {
  margin-left: 10px;
  margin-right: 10px;
  position: fixed;
  left: 0px;
  width: 200px;
  top: 70px;
  bottom: 20px;
}
.categories a {
  text-decoration: none;
  color: black !important;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.categories a:hover {
  background-color: #918cb5;
}
#files-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 500px);
  min-height: 70px;
  width: 100%;
  background-color: #eeeeee;
  color: black;
  font-weight: bold;
  font-size: 25px;
  border: 1px dashed black;
  border-radius: 10px;
  margin: 0;
  text-align: center;
  transition: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
#files-field {
  /* hide the files input field; use files-label to access it */
  display: none;
}
#uploadStatus {
  display: none;
  margin-bottom: 20px;
}
#uploadStatus span {
  display: block;
  width: 100%;
  margin: 0px !important;
}
#files-progress {
  width: 0;
  background-color: #e0dd70;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  padding: 0 5px;
}
.uploading {
  background-color: #cea442 !important;
}
@keyframes dropbox {
  0% {
    background-image: repeating-linear-gradient(30deg, green 1%, green 3%, darkgreen 5%, darkgreen 5%);
  }
  50% {
    background-image: repeating-linear-gradient(30deg, darkgreen 1%, darkgreen 3%, green 5%, green 5%);
  }
  100% {
    background-image: repeating-linear-gradient(30deg, green 1%, green 3%, darkgreen 5%, darkgreen 5%);
  }
}
.modal-page {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s ease;
  background-color: black;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.modal-page img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.modal-page:target {
  visibility: visible;
  opacity: 1;
}
.btnCheckUploaded {
  margin-bottom: 10px;
  width: 100%;
  font-weight: bold;
}
@media (min-width: 820px) {
  .imageUploadArea {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  #files-label {
    height: calc(100vh - 300px);
  }
  .imageUploadHelp {
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
  }
}
#mapSearch {
  height: 30vh;
  position: fixed;
  top: 152px;
  right: 8px;
  left: 11px;
  background-color: white;
  display: none;
  z-index: 90000;
}
#mapSearch.shown {
  display: block;
}
#heatMap {
  height: 100%;
  width: 100%;
}
#imageQueryBottom {
  display: none;
}
body:has(.menuBarWithGallery.menuBarVisible) #imageQueryBottom {
  display: block;
  position: fixed;
  top: 136px;
  left: 0px;
  z-index: 10020;
  background-color: #e6ecef;
  height: 5px;
  width: 199px;
  content: " ";
}
#imageQuery {
  position: fixed;
  top: 50px;
  left: 0px;
  right: 0px;
  z-index: 10010;
  background-color: #e6ecef;
  padding: 10px;
  transition: left 0.5s;
  border-bottom: 2px solid #89a5b3;
}
#imageQuery span {
  color: #000000;
  margin-bottom: 10px;
  display: inline-block;
}
#imageQuery #btnFilter,
#imageQuery #btnMap,
#imageQuery #btnKeyword {
  color: #000000;
  margin-right: 10px;
  cursor: pointer;
  transition: color 0.5s;
}
#imageQuery #btnFilter:hover,
#imageQuery #btnMap:hover,
#imageQuery #btnKeyword:hover {
  color: #666666;
  transition: color 0.5s;
}
#imageQuery input {
  width: calc(100% - 94px);
}
#imageQuery #keywordsBox {
  padding: 10px 3px 0px 10px;
  color: #000000;
  visibility: hidden;
  height: 0;
  overflow: clip;
  width: 305px;
  position: absolute;
  background-color: #e6ecef;
  margin-left: -10px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#imageQuery #keywordsBox span {
  display: inline-block;
  cursor: pointer;
  margin: 2px;
  border: solid 1px #41687c;
  border-radius: 3px;
  padding: 3px;
  transition: background-color 0.2s;
}
#imageQuery #keywordsBox span:hover {
  background-color: #41687c;
  transition: background-color 0.2s;
}
#imageQuery #keywordsBox.shown {
  height: 17.5rem;
  visibility: visible;
}
#imageQuery #filterBox {
  padding: 10px 3px 0px 10px;
  color: #000000;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  position: absolute;
  background-color: #e6ecef;
  margin-left: -10px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  /*&.withPersonal
        {
            height: 9.5rem !important;
        }*/

}
#imageQuery #filterBox.shown {
  visibility: visible;
  height: auto;
}
#imageQuery #filterBox input {
  width: auto;
  margin-right: 10px;
}
#imageQuery #filterBox li {
  cursor: pointer;
}
#imageQuery #filterBox ul {
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding: 0px;
  list-style-type: none;
  margin: 2px;
  border: solid 1px #d0d0d0;
  border-radius: 5px;
  padding: 3px;
}
#featured {
  display: none;
  overflow: hidden;
}
#featured .nextCarousel {
  cursor: pointer;
  color: black;
  transition: color 0.5s;
}
#featured .nextCarousel:hover {
  color: blue;
  transition: color 0.5s;
}
#featured h1 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 15px;
}
#featured #featuredGallery {
  height: var(--gallery_tile_size);
  overflow: hidden;
  white-space: nowrap;
}
.menuBarWithGallery {
  padding-top: 100px;
}
.gallerySpacer {
  height: 103px;
}
.active {
  box-shadow: inset 0px 0px 0px 3px #5c6eb4;
  background-color: #b2bbdd;
}
.gallery-items {
  margin-top: 10px;
}
.gallery-items .galleryItem {
  position: relative;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border: solid 3px transparent;
}
.gallery-items .galleryItem input[name="SelectedPictures"] {
  z-index: 1000;
  position: absolute;
}
.gallery-items .galleryItem a {
  text-decoration: none;
  color: black;
}
.gallery-items .galleryItem .galleryItemImage {
  width: var(--gallery_tile_size);
  height: var(--gallery_tile_size);
  box-sizing: border-box;
  /*border: solid 1px @tableBorder;
            border-radius: 2px;*/
  padding: 3px;
  overflow: hidden;
}
.gallery-items .galleryItem img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.gallery-items .galleryItem input[type="checkbox"] {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  width: 20px;
  height: 20px;
}
.gallery-items .galleryItem .thumbInformation {
  padding: 5px;
  width: var(--gallery_tile_size);
  overflow: hidden;
  box-sizing: border-box;
  height: 100px;
  font-size: 12px;
}
.gallery-items .galleryItem .thumbInformation table {
  width: 100%;
  border: none;
}
.gallery-items .galleryItem .thumbInformation tr td {
  padding-left: 5px;
}
.gallery-items .galleryItem .thumbInformation tr td:first-child {
  width: 1%;
  white-space: nowrap;
  padding-left: 0px;
}
.gallery-items .galleryItem .thumbInformation span {
  display: block !important;
  white-space: nowrap;
}
.gallery-items .galleryItem .proportion,
.gallery-items .galleryItem .purchase {
  display: none;
}
.gallery-items .galleryItem:hover {
  box-shadow: inset 0px 0px 0px 3px #5c6eb4;
  background-color: #b2bbdd;
}
.gallery-items .galleryItem:hover .thumbInformation {
  transition: top 0.5s ease 0s;
}
.gallery-items .galleryItem:hover .proportion,
.gallery-items .galleryItem:hover .purchase {
  display: block;
}
.gallery {
  margin-top: 10px;
  padding-bottom: 50px;
}
.gallery .pager {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: white;
  padding: 5px;
  padding-bottom: 10px;
}
.gallery .galleryItem {
  display: inline-block;
  border: solid 3px white;
  text-decoration: none;
  color: black;
  position: relative;
  width: var(--gallery_tile_size);
  height: var(--gallery_tile_size);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  overflow: hidden;
  box-sizing: border-box;
  background-size: cover;
}
.gallery .galleryItem .thumbInformation {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  position: absolute;
  bottom: calc(0px - var(--gallery_tile_size));
  visibility: hidden;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.3);
  width: var(--gallery_tile_size);
  transition: bottom 0.5s ease 0s;
  padding-bottom: 20px;
}
.gallery .galleryItem .thumbInformation span {
  display: block !important;
}
.gallery .galleryItem .thumbInformation span:first-child {
  font-weight: bold;
  font-size: 20px;
}
.gallery .galleryItem .thumbInformation span.keywords {
  color: #606060;
}
.gallery .galleryItem .purchase {
  display: none;
  color: white;
  float: right;
  margin-right: 15px;
  margin-top: 15px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  padding: 5px;
  border-radius: 5px;
}
.gallery .galleryItem .proportion {
  display: none;
  color: white;
  float: left;
  padding: 5px;
  opacity: 0.7;
}
.gallery .galleryItem:hover {
  box-shadow: inset 0px 0px 0px 3px #5c6eb4;
  background-color: #b2bbdd;
}
.gallery .galleryItem:hover .thumbInformation {
  bottom: 0px;
  visibility: visible;
  transition: bottom 0.5s ease 0s;
}
.gallery .galleryItem:hover .proportion {
  display: block;
}
.gallery .galleryItem:hover .purchase {
  display: block;
}
.gallery .galleryItem:hover .purchase:hover {
  background-color: rgba(0, 0, 100, 0.3);
}
.mouseOverBackground {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  display: none;
}
.mouseOverInfo {
  position: absolute;
  padding: 5px;
  background-color: #1b1b1b;
  color: #bababa;
  display: none;
}
.mouseOverInfo span {
  display: block !important;
}
.mouseOverInfo span:first-child {
  font-weight: bold;
  font-size: 20px;
}
.mouseOverInfo span:nth-child(3) {
  color: #606060;
}
.mainColors div {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 2px;
  border: 1px solid black;
  cursor: pointer;
}
.mainColors div:hover {
  border: 3px solid blue;
}
.queryFilters {
  margin-bottom: 5px;
  display: inline-block;
  height: 22px;
  width: calc(100% - 180px);
  vertical-align: middle;
  white-space: nowrap;
}
.queryFilters div {
  border-radius: 3px;
  background-color: #e2cf91;
  font-size: 12px;
  display: inline-block;
  padding: 2px;
  border: 1px solid #b9a76a;
  margin: 2px;
  cursor: pointer;
}
.queryFilters div:hover {
  background-color: #f4e2a6;
}
.queryFilters div:after {
  border: 1px solid #b9a76a;
  background-color: #e2cf91;
  border-radius: 8px;
  height: 15px;
  width: 15px;
  content: "x";
  font-size: 10px;
  display: block;
  padding: 0px;
  margin: 0px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  margin-top: -27px;
}
#noticeAlertBasket {
  display: none;
  position: fixed;
  font-weight: bold;
  background-color: #001eac;
  color: white;
  padding: 15px;
  top: 70px;
  right: 40px;
  z-index: 900000;
}
#noticeAlertBasket:before {
  display: block;
  content: "";
  position: fixed;
  z-index: 900000;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 25px solid #001eac;
  top: 45px;
  right: 75px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #edf4f6 inset !important;
}
.helpBubble {
  display: inline-block;
  background-color: #41687c;
  color: white;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 15px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  font-size: 10px;
  vertical-align: middle;
}
.helpBubble:before {
  content: "?";
}
.modernForm {
  padding-left: 20px;
}
.modernForm .helpBubble {
  position: absolute;
  margin-left: -20px;
}
.modernForm label {
  color: #808080;
  font-size: 12px;
}
.modernForm label.mandatory:after {
  content: " *";
  white-space: nowrap;
}
.modernForm label.changedEntry {
  font-weight: bold;
  color: red;
}
.modernForm input[type="text"],
.modernForm input[type="password"] {
  width: 100%;
  border: none;
  border-left: 1px solid white;
  border-bottom: 2px solid #a8a8a8;
  border-radius: 0px;
  background-color: #edf4f6 !important;
  margin-bottom: 15px;
}
.modernForm input[type="file"] {
  margin-bottom: 10px;
}
.modernForm textarea {
  width: 100%;
  border: none;
  border-left: 1px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  border-radius: 0px;
  background-color: #edf4f6 !important;
  margin-bottom: 15px;
}
.modernForm select {
  width: 100%;
  border: none;
  border-left: 1px solid white;
  border-bottom: 2px solid #a8a8a8;
  border-radius: 0px;
  background-color: #edf4f6 !important;
  margin-bottom: 15px;
}
.modernForm .buttons {
  text-align: center;
}
.modernForm .buttons .btn {
  width: 80px;
}
.noPadding {
  padding: 0px;
}
.form > div {
  margin-bottom: 10px;
}
.form label {
  font-weight: bold;
  display: block;
}
.form label:after {
  content: ": ";
}
.form label.mandatory {
  font-weight: bold;
}
.form label.mandatory:after {
  content: " * : ";
  white-space: nowrap;
}
.form input[type="text"],
.form input[type="password"] {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.form textarea {
  margin-top: 5px;
  resize: none;
  width: 100%;
  height: 150px;
}
.form .buttons {
  text-align: center;
}
.form .buttons .btn {
  width: 80px;
}
.mandatoryExplain {
  font-size: 14px;
  color: #808080;
}
@media (min-width: 620px) {
  .form label {
    width: 180px;
    display: inline-block;
  }
  .form input[type="text"],
  .form input[type="password"],
  .form textarea {
    display: inline-block;
    width: calc(100% - 185px);
    vertical-align: top;
  }
}
.numberColumn {
  text-align: right;
}
.cart {
  width: 100%;
  border: 1px solid #cedde4;
  margin-bottom: 30px;
}
.cart .totalLine tr {
  background-color: #e6ecef;
}
.cart .totalLine td {
  text-align: right;
  font-weight: bold;
}
.cart td {
  padding: 5px;
}
.cart tr > td:nth-child(1) {
  text-align: center;
}
.cart thead tr {
  background-color: #e6ecef;
}
.cart thead td {
  font-weight: bold;
}
.cart tbody tr {
  border-top: 1px solid #dae5ea;
}
.cart tbody > tr:nth-child(2n) {
  background-color: #eef4f7;
}
.cart img {
  max-width: 100px;
  height: auto;
}
.reportSearch {
  width: 100%;
  outline: none;
  margin-bottom: 10px;
}
.quickStat tr > td:first-child {
  font-weight: bold;
}
.quickStat tr > td:first-child:after {
  content: ": ";
}
.reportTable {
  width: 100%;
  border: 1px solid #cedde4;
}
.reportTable .numberColumn {
  text-align: right;
}
.reportTable td {
  padding: 5px;
}
.reportTable thead tr {
  background-color: #e6ecef;
}
.reportTable thead td {
  font-weight: bold;
}
.reportTable tbody tr {
  border-top: 1px solid #dae5ea;
}
.reportTable tbody > tr:nth-child(2n) {
  background-color: #eef4f7;
}
.reportTable .commandsColumn {
  text-align: center;
}
.reportTable .commandsColumn a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s;
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.miniThumb img {
  max-width: 100px;
  height: auto;
}
#zoomLoader {
  position: absolute;
  top: 0px;
  left: 0px;
}
.starRating {
  display: inline-block;
  width: 110px;
  height: 16px;
  overflow: hidden;
}
.starRating .notSelectedRating {
  position: absolute;
}
.starRating .selectedRating {
  color: #ffd800;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
}
.imageInformation {
  width: 100%;
  padding: 10px 20px 20px 20px;
}
.imageInformation .imageTitle {
  font-size: 20px;
  line-height: 50px;
}
.imageInformation .imageDescription {
  font-size: 16px;
}
.imageInformation a {
  display: inline-block;
  background-color: #41687c;
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
  border-radius: 3px;
  transition: background-color 0.5s;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}
.imageInformation a:hover {
  color: white;
  background-color: #799aaa;
  transition: background-color 0.5s;
}
.imageStats {
  width: 100%;
  padding: 10px 20px 20px 20px;
}
.imageStats label {
  width: 100px;
  display: inline-block;
}
.imageStats #mapCoord {
  width: 100%;
  border: solid 1px black;
  height: 300px;
  display: none;
}
.imageStats #mapCoord.shown {
  display: block;
}
.imagePreview,
.imagePreview50 {
  background-color: #e6ecef;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.imagePreview img,
.imagePreview50 img {
  max-width: 100%;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.imagePreview .imageZoom,
.imagePreview50 .imageZoom {
  position: absolute;
  border: solid 1px black;
  width: 200px;
  height: 200px;
  display: none;
  background-size: 200px 200px;
  background-repeat: no-repeat;
}
.imagePurchaseLicense {
  display: block;
  width: 100%;
  vertical-align: top;
}
.imagePurchaseLicense h1 {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.imagePurchaseLicense span {
  font-size: 14px;
  text-align: justify;
  display: block;
}
.imagePurchaseLicense .totalPrice {
  font-size: 30px;
  text-align: center;
}
.imagePurchaseLicense input[type="submit"] {
  display: inline-block;
  background-color: #41687c;
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
  border-radius: 3px;
  transition: background-color 0.5s;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  outline: none;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  margin-top: 10px;
}
.imagePurchaseLicense input[type="submit"]:hover {
  color: white;
  background-color: #799aaa;
  transition: background-color 0.5s;
}
.imagePurchaseLicense table {
  border: solid 1px #b7b7b7;
  border-radius: 5px;
  width: 100%;
  display: block;
  margin: 20px 0px 10px 0px;
  font-size: 20px;
}
.imagePurchaseLicense table .priceDetails {
  font-size: 12px;
  display: none;
}
.imagePurchaseLicense table td {
  padding: 3px;
}
.imagePurchaseLicense table td:first-child {
  width: 1px;
}
.imagePurchaseLicense table td:nth-child(2) {
  width: 69%;
  padding-left: 5px;
}
.imagePurchaseLicense table td:nth-child(3) {
  text-align: right;
  width: 39%;
}
.imagePurchaseLicense table tr {
  cursor: pointer;
}
.imagePurchaseLicense table tr.selectedPrice {
  background-color: #ebebeb;
}
.imagePurchaseLicense table tr:not(:first-child) {
  border-top: solid 1px #b7b7b7;
}
.imageDescription {
  display: block;
  width: 100%;
  vertical-align: top;
}
.imageTags {
  width: 100%;
  max-height: 4rem;
  overflow: hidden;
  margin-bottom: 2.2rem;
}
.imageTags a {
  display: inline-block;
  background-color: #41687c;
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
  border-radius: 3px;
  transition: background-color 0.5s;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  outline: none;
  font-variant: small-caps;
}
.imageTags a:hover {
  color: white;
  background-color: #799aaa;
  transition: background-color 0.5s;
}
.imageTags:before {
  content: var(--label_show_more);
  cursor: pointer;
  display: block;
  position: absolute;
  margin-top: 4.1rem;
  font-weight: bold;
  pointer-events: all;
}
.imageTags.noexpand {
  margin-bottom: unset;
}
.imageTags.noexpand:before {
  display: none;
}
.imageTags.expanded {
  max-height: 100000000px;
  margin-bottom: unset;
}
.imageTags.expanded:before {
  display: none;
  pointer-events: none;
}
.imageTags.expanded:after {
  content: var(--label_show_less);
  font-weight: bold;
  pointer-events: all;
  cursor: pointer;
  display: block;
}
.similarImages {
  height: calc(2 * var(--gallery_tile_size));
  overflow: hidden;
}
.similarImages .thumbInformation {
  font-size: 12px !important;
}
.similarImages .thumbInformation span:first-child {
  font-weight: bold;
  font-size: 14px !important;
}
.rightManaged {
  background-color: #e6ecef;
  padding: 5px;
  font-size: 18px;
}
.rightManaged a {
  display: inline-block;
  background-color: #41687c;
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
  border-radius: 3px;
  transition: background-color 0.5s;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  outline: none;
  margin-top: 10px;
  display: block !important;
}
.rightManaged a:hover {
  color: white;
  background-color: #799aaa;
  transition: background-color 0.5s;
}
@media (min-width: 900px) {
  .similarImages {
    width: calc(100% - 300px);
  }
  .imagePreview {
    width: calc(100% - 300px);
    display: inline-block;
  }
  .imagePreview50 {
    width: 50%;
    display: inline-block;
  }
  .imageDescription {
    width: calc(50% - 10px);
    display: inline-block;
  }
  .imagePurchaseLicense {
    display: inline-block;
    width: 290px;
  }
  .imageTags {
    width: calc(100% - 300px);
  }
}
input.threeSwitch {
  display: none;
}
input.threeSwitch + label {
  font-weight: normal;
  border: solid 1px #d0d0d0;
  background-color: white;
  width: 70px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  line-height: 30px;
  margin-bottom: 5px;
  cursor: pointer;
}
input.threeSwitch + label:before {
  position: absolute;
  content: " ";
  display: block;
  width: 23px;
  height: 23px;
  background-color: #a2cfd1;
  border-radius: 23px;
  margin-top: 3px;
  margin-left: 23px;
  transition: margin-left 0.5s, background-color 0.5s;
}
input.threeSwitch + label:after {
  position: absolute;
  content: "?";
  display: block;
  width: 70px;
  height: 30px;
  text-align: right;
  color: #d0d0d0;
  margin-left: -5px;
}
input.threeSwitch + label.off:before {
  position: absolute;
  content: " ";
  display: block;
  width: 23px;
  height: 23px;
  background-color: #d97272;
  border-radius: 23px;
  margin-top: 3px;
  margin-left: 3px;
  transition: margin-left 0.5s, background-color 0.5s;
}
input.threeSwitch + label.off:after {
  position: absolute;
  content: var(--label_off);
  display: block;
  width: 70px;
  height: 30px;
  text-align: right;
  color: #d0d0d0;
  margin-left: -5px;
}
input.threeSwitch + label.on:before {
  position: absolute;
  content: " ";
  display: block;
  width: 23px;
  height: 23px;
  background-color: #62b464;
  border-radius: 23px;
  margin-top: 3px;
  margin-left: 43px;
  transition: margin-left 0.5s, background-color 0.5s;
}
input.threeSwitch + label.on:after {
  position: absolute;
  content: var(--label_on);
  display: block;
  width: 70px;
  height: 30px;
  text-align: left;
  color: #d0d0d0;
  margin-left: 5px;
}
input.threeSwitch + label:hover {
  border: solid 1px #7a7a7a;
}
input.check {
  width: 1em;
  font-size: inherit;
  margin: 0;
  transform: translateX(-99999px);
}
input.check + label {
  cursor: pointer;
}
input.check + label:before {
  content: " ";
  font-family: sans-serif;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  font-weight: 900;
  margin-left: -20px;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  border: 2px solid black;
  border-radius: 3px;
  text-align: center;
}
input:checked.check + label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f00c";
}
input[type=checkbox].switch {
  width: 1em;
  font-size: inherit;
  margin: 0;
  transform: translateX(-99999px);
}
input[type=checkbox].switch + label {
  font-weight: normal;
  border: solid 1px #d0d0d0;
  background-color: white;
  width: 70px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  line-height: 30px;
  margin-bottom: 5px;
  cursor: pointer;
  margin-left: -1em;
}
input[type=checkbox].switch + label:before {
  position: absolute;
  content: " ";
  display: block;
  width: 23px;
  height: 23px;
  background-color: #d97272;
  border-radius: 23px;
  margin-top: 3px;
  margin-left: 3px;
  transition: margin-left 0.5s, background-color 0.5s;
}
input[type=checkbox].switch + label:after {
  position: absolute;
  content: var(--label_off);
  display: block;
  width: 70px;
  height: 30px;
  text-align: right;
  color: #d0d0d0;
  margin-left: -5px;
}
input[type=checkbox].switch + label:hover {
  border: solid 1px #7a7a7a;
}
/*checked*/

input[type=checkbox]:checked.switch + label:before {
  position: absolute;
  content: " ";
  display: block;
  width: 23px;
  height: 23px;
  background-color: #62b464;
  border-radius: 23px;
  margin-top: 3px;
  margin-left: 43px;
  transition: margin-left 0.5s, background-color 0.5s;
}
input[type=checkbox]:checked.switch + label:after {
  position: absolute;
  content: var(--label_on);
  display: block;
  width: 70px;
  height: 30px;
  text-align: left;
  color: #d0d0d0;
  margin-left: 5px;
}
.error {
  border: solid 1px #d97272;
  padding: 5px;
  background-color: #fec4c4;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 15px;
}
.info {
  border: solid 1px #72aad9;
  padding: 5px;
  background-color: #c4f2fe;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 15px;
}
.warning {
  border: solid 1px #efd869;
  padding: 5px;
  background-color: #ffefa4;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 15px;
}
.expandable {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1em;
  white-space: pre-wrap;
  cursor: pointer;
}
.expandable:before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 10px;
}
.expandable.expanded {
  overflow: auto;
  height: auto;
}
.expandable.expanded:before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 10px;
}
/*Uploaded = 0,
Refused = 1,
PublishedForReview = 2,
Accepted = 3,
Inactive = 4,
Deleted = 5*/

.stateLabelUploaded {
  color: #af00b6;
  font-weight: bold;
}
.stateLabelRefused {
  color: #b60000;
  font-weight: bold;
}
.stateLabelPublishedForReview {
  color: #e47600;
  font-weight: bold;
}
.stateLabelAccepted {
  color: #00b224;
  font-weight: bold;
}
.stateLabelInactive,
.stateLabelDeleted {
  color: #8e9ebf;
  font-weight: bold;
}
.stateGalleryUploaded {
  background-color: #eea9f1;
}
.stateGalleryRefused {
  background-color: #e9a6a6;
}
.stateGalleryPublishedForReview {
  background-color: #ebd3b8;
}
.stateGalleryAccepted {
  background-color: white;
}
.stateGalleryInactive,
.stateGalleryDeleted {
  background-color: #ced6e8;
}
#pickCoord {
  cursor: pointer;
}
#mapCoodPicker {
  width: 100%;
  border: solid 1px black;
  height: 300px;
  display: none;
}
#mapCoodPicker.shown {
  display: block;
}
#mapDisplay {
  width: 100%;
  height: 100%;
}
#popup {
  display: none;
  position: fixed;
  background: black;
  color: white;
  padding: 10px;
  top: 100px;
  left: 100px;
  z-index: 900000;
  --pointer-left-offset: 0px;
  --pointer-top-offset: 0px;
  outline: solid 1px #808080;
  border-radius: 3px;
}
#popup.top:before {
  display: block;
  content: "";
  position: fixed;
  z-index: 900000;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 25px solid black;
  margin-top: 25px;
  margin-left: calc(var(--pointer-left-offset) - 5px);
}
#popup.right:before {
  display: block;
  content: "";
  position: fixed;
  z-index: 900000;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 25px solid black;
  margin-left: -30px;
}
#popup.left:before {
  display: block;
  content: "";
  position: fixed;
  z-index: 900000;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 25px solid black;
  margin-left: 80px;
}
#popup.bottom:before {
  display: block;
  content: "";
  position: fixed;
  z-index: 900000;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 25px solid black;
  margin-top: -25px;
  margin-left: calc(var(--pointer-left-offset) - 5px);
}
.loginLeft {
  display: none;
  width: calc(100% - 400px);
  position: fixed;
  top: 50px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: var(--login_background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.loginLeft .loginPreviewInfo {
  color: white;
  text-decoration: none;
  font-size: 25px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-shadow: 1px 1px 2px black;
}
.loginLeft .loginPreviewInfo:hover {
  color: white;
}
/*.loginRight
{
    width: 100%;
    min-height: ~"calc(100vh - 60px)";
    padding: 10px;

    input[type="text"], input[type="password"]
    {
        width: 100%;
    }
}*/

.specialLoginSize .loginRight label {
  width: 180px !important;
  display: inline-block !important;
}
.specialLoginSize .loginRight input[type="text"],
.specialLoginSize .loginRight input[type="password"] {
  display: inline-block !important;
  width: calc(100% - 185px) !important;
  vertical-align: top !important;
}
.specialLoginSize .loginRight input[type=checkbox] + label {
  width: 70px !important;
}
/*body:not(:has(.menuBarVisible))
{
    .specialLoginSize;
}

@media (min-width: 600px)
{
    .specialLoginSize;
}*/

.agreementContent {
  display: block;
  border: solid 1px #cedde4;
  padding: 5px;
  border-radius: 5px;
  overflow-y: scroll;
  height: 300px;
  margin-bottom: 10px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  text-align: justify;
}
#registerMain {
  display: block;
}
#registerAgreements {
  display: block;
}
@media (min-width: 600px) {
  .loginLeft {
    display: block;
  }
  /*.loginRight
      {
          background: white;
          min-height: ~"calc(100vh - 55px)";
          padding: 0px;
      }*/
  
  .loginRight {
    position: absolute;
    width: 395px;
    top: 50px;
    right: 0px;
    padding-right: 5px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  #registerMain {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  #registerAgreements {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
  }
}
#statType h1,
#statType h2 {
  text-align: center;
  margin: 0px;
}
#statType h1 a,
#statType h2 a {
  text-decoration: none;
  color: #0031cf;
}
.graph {
  border: solid 1px #cedde4;
}
.graph td {
  padding: 3px;
}
.graphCenter {
  display: block;
  text-align: center;
}
.graphBlock {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.graphBar td {
  vertical-align: bottom;
  height: 300px;
}
.graphBar div {
  width: 100%;
  background-color: #006b05;
  vertical-align: bottom;
  margin: 0 auto;
  box-shadow: 2px 2px 2px #808080;
}
.graphReport {
  font-size: 12px;
  text-align: left;
}
.graphReport th {
  text-align: center;
  font-size: 14px;
}
.graphReport a {
  text-decoration: none;
  color: black;
  display: block;
  width: 100%;
}
.graphReport td:nth-child(3) {
  border-left: solid 1px #cedde4;
}
.graphLabels td {
  writing-mode: vertical-rl;
  font-size: 12px;
}
.topAuthorPictures {
  height: var(--gallery_tile_size);
  overflow: hidden;
}
.topAuthorPictures .thumbInformation {
  font-size: 12px !important;
}
.topAuthorPictures .thumbInformation span:first-child {
  font-weight: bold;
  font-size: 14px !important;
}


#popup {
  display: none;
  position: fixed;
  background: black;
  color: white;
  padding: 10px;
  top: 100px;
  left: 100px;
  z-index: 900000;
  --pointer-left-offset: 0px;
  --pointer-top-offset: 0px;
  outline: solid 1px #808080;
  border-radius: 3px;
}
#popup.top:before {
  display: block;
  content: "";
  position: fixed;
  z-index: 900000;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 25px solid black;
  margin-top: 25px;
  margin-left: calc(var(--pointer-left-offset) - 5px);
}
#popup.right:before {
  display: block;
  content: "";
  position: fixed;
  z-index: 900000;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 25px solid black;
  margin-left: -30px;
}
#popup.left:before {
  display: block;
  content: "";
  position: fixed;
  z-index: 900000;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 25px solid black;
  margin-left: 80px;
}
#popup.bottom:before {
  display: block;
  content: "";
  position: fixed;
  z-index: 900000;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 25px solid black;
  margin-top: -25px;
  margin-left: calc(var(--pointer-left-offset) - 5px);
}


.topAuthorPictures {
  height: var(--gallery_tile_size);
  overflow: hidden;
}
.topAuthorPictures .thumbInformation {
  font-size: 12px !important;
}
.topAuthorPictures .thumbInformation span:first-child {
  font-weight: bold;
  font-size: 14px !important;
}



/*Uploaded = 0,
Refused = 1,
PublishedForReview = 2,
Accepted = 3,
Inactive = 4,
Deleted = 5*/

.stateLabelUploaded {
  color: #af00b6;
  font-weight: bold;
}
.stateLabelRefused {
  color: #b60000;
  font-weight: bold;
}
.stateLabelPublishedForReview {
  color: #e47600;
  font-weight: bold;
}
.stateLabelAccepted {
  color: #00b224;
  font-weight: bold;
}
.stateLabelInactive,
.stateLabelDeleted {
  color: #8e9ebf;
  font-weight: bold;
}
.stateGalleryUploaded {
  background-color: #eea9f1;
}
.stateGalleryRefused {
  background-color: #e9a6a6;
}
.stateGalleryPublishedForReview {
  background-color: #ebd3b8;
}
.stateGalleryAccepted {
  background-color: white;
}
.stateGalleryInactive,
.stateGalleryDeleted {
  background-color: #ced6e8;
}
#pickCoord {
  cursor: pointer;
}
#mapCoodPicker {
  width: 100%;
  border: solid 1px black;
  height: 300px;
  display: none;
}
#mapCoodPicker.shown {
  display: block;
}
#mapDisplay {
  width: 100%;
  height: 100%;
}


