@import url('normalize.css');
@import url("./default/landscape_card.css");
@import url("./default/accordian_card.css");
@import url("./default/gridlike_card.css");
@import url("./default/landscape_card_mobile.css") screen and (max-width: 800px) ;
@import url("./default/gridlike_card_mobile.css") screen and (max-width: 800px) ;


html, body {
  width: 100%;
  height: 100vh;
  min-height: 95%;
  margin: 0;
  padding: 0;
  overflow: auto;
  min-width: 250px;
}

.navbar-root {
  position: fixed; 
  z-index: 98; 
  /*min-width: 60em; */
  width: 100%;
  min-width: 300px;
  height: 60px;
  margin-bottom: 2px;
}

.navbar-root .w3-bar-item {
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-splitter {
  padding-top: 62px; 
  width: 100%;
}

.navbar-sitepage {
  width: 100%; 
  height: calc(100% - 62px );  
  padding: 0; 
  margin: 0;
  /* font-family: Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;  */
  overflow: auto;
}

.pagefooter {
  display: block;  
  margin: 0;
  min-height: 60px;
  padding-right: 8px;
  padding-left: 8px;
}

.pagefooter-sidebar {
  padding-left: 260px;  
}


.pagefooter .w3-bar-item {
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-company-title {
  display: inline-block;
  height: 100%;
}
.navbar-icon-sz{
  height: 16px;
}

.navbar-companylogo {
  height: 100%;
}

.topbar-link {
  text-decoration: none;
}

.bt_sidecontent {
  display: none;
}

.loadOverlay {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1001;
  display: block;
  background-color: lightslategray;
  opacity: 0.8;
  filter: alpha(opacity=80); 
}

.loadOverlay > span {
  font-family: monospace;
  font-size: 18px;
  font-weight: bold;
  color: whitesmoke;
}

.loadedOverlay {
  display: none;
}

/*
.loadLogo {
  position: absolute;
  top: calc(50% - 64px);
  left: calc(50% - 64px);
  width: 32px;
  height: 32px;
  background-size: cover;

}*/


.dialog-back {
  width: 100%;
  height: 100%;
  background-color: rebeccapurple;
}


@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}


#usermenu {
  display: none;
  position: absolute;
}

#sidebar {
  padding: 8px; 
}

#tooltip-placeholder {
  display: none;
}

.sidebar-on {
  width: 260px; 
  display: inline-block; 
  min-width: 260px;
  visibility: visible;
  z-index: 20;
}

.sidebar-off {
  visibility: hidden;
  position: absolute;
}

.sidebarmain-on {
  margin-left:260px; 
  width: calc(100% - 260px); 
  height: calc(100% - 64px); 
  z-index: 50;
}

.sidebarmain-off {
  margin-left:0; 
  width: 100%; 
  height: calc(100% - 80px); 
}


@media screen and (max-width: 800px) {
    
  .sidebar-on {
    margin-left: 0;
    width: 300px; 
    display: inline-block; 
    min-width: 200px;
    position: absolute;
    border: 1px solid #717171;
    z-index: 50;
  }

  .sidebar-off {
    display: none; 
  }

  .sidebarmain-on {
    margin-left:0; 
    width: 100%;    
    z-index: 50;
  }

  .sidebarmain-off {
    margin-left:0; 
    width: 100%;     
    
  }

}


@media all and (max-width: 400px) {
  .sidebar-on {
    width: 100%;
  }
  .sidebarmain-on {
    display: none;
  }
}

.browseimgwrapper {
  display: inline-block;
  width: 100%; 
  height: 100%; 

  overflow: auto;
}

.browseimgprev {
  width: 80px;
  max-height: 300px;
}

.browseimgprevbig {
  width: 150px;

  max-height: 400px;
}

.formimgprev {
  width: 80px;
  max-height: 300px;
}


.dgrid-cell {
  text-overflow: clip;
  white-space: nowrap;
  vertical-align: middle !important;
}

.dgrid-header .dgrid-cell {
  text-overflow: clip;
  white-space: normal;
 
  font-weight: normal !important;

}


/* Slideshow container */
.img-slideshow-container {
  width: 100%;
  height: 280px;
  position: relative;
  margin: auto;
  overflow: hidden;
}

/* Slideshow container */
.img-slideshow-container-big {
  width: 100%;
  position: relative;
  margin: auto;
}


/* Next & previous buttons */
.img-slideshow-prev, .img-slideshow-next {
  display: inline-block;
  cursor: pointer;
  min-width: 100px;
  padding: 4px;
  margin-top: 2px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 4;
  position: relative;
  opacity: 0.7;
}

.img-slideshow-btngroup {
  position: absolute;
  bottom: 1px;
  width: 100%;
  
}


.slideshow-prev {
  text-align: left;
}

.slideshow-next {
  text-align: right;
}


/* Position the "next button" to the right */
.img-slideshow-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.img-slideshow-prev:hover, .img-slideshow-next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.img-slideshow-text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.img-slideshow-numbertext {
  color: #f2f2f2;
  background-color:rgba(107, 101, 101, 0.26);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  opacity: 0.7;
}

/* The dots/bullets/indicators */
.img-slideshow-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.img-slideshow-active, .img-slideshow-dot:hover {
  background-color: #717171;
}

/* Fading animation */
.img-slideshow-fade {
  -webkit-animation-name: img-slideshow-fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  text-align: center;
  overflow: hidden;
}

@-webkit-keyframes img-slideshow-fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes img-slideshow-fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .img-slideshow-prev, .img-slideshow-next,.img-slideshow-text {font-size: 11px}
}



.bt-filter-panel {
  display: none;
  position: fixed;
  z-index: 90;
  min-width: 50px;
  min-height: 50px;
  /*border: 1px #999999 solid;*/
  padding-right: 2px;
  padding-bottom: 4px;
  padding-left: 2px;
}


.bt-filter-panel-inline {
  display: inline-block;
  min-width: 100px;
  padding-bottom: 2px;
}

.bt-filter-panel-inner {
 
  border-radius: 2px 2px;
  width: 100%;
  height: 99%;
  z-index: 90;
  padding-top: 2px;

  display: block;
  padding-bottom: 8px;
  padding-left: 2px;
  padding-right: 2px;
}

.bt-filter-panel-on{
  display: block;
}

.bt-filter-box {
  width: calc(100% - 48px);
}

.bt-filter-panel-inline input[name=search_col] , .bt-filter-panel input[name=search_col]{
  display: inline-block;
  width: calc(100% - 48px);
  min-width: 50px;
  height: 23px;
  -moz-appearance: none;
  margin: 0;
  margin-bottom: 2px;
  padding: 0;
}

.bt-filter-panel-inline input[name=filter_col] , .bt-filter-panel input[name=filter_col]{
  display: inline-block;
  width: calc(100% - 8px);
  -moz-appearance: none;
  margin-bottom: 2px;
}

.bt-filter-panel-inline input[name=filter_op] , .bt-filter-panel input[name=filter_op]{
  display: inline-block;
  width: calc(100% - 8px);
 
  -moz-appearance: none;
  margin-bottom: 2px;
}
/*
.bt-filter-btn-clear:hover {
  background-color: none;
  transform: rotate(-30deg) scale(1.1);
}*/

.bt-filter-btn-clear img:hover {
  transform: rotate(-30deg) scale(1.1);
}

.bt-filter-filtertitle {
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  width: 100%;
  height: 20px;
  line-height: 20px;

}

.form-header-float {
  position: fixed;
  min-height: 40px;
  width: 100%;
  
  z-index: 99;
  top: 0;
  left: 0;
  padding: 2px;
  margin: 0;
}

.form-header-float-spacer {
  display: inline-block; 
  width: 100%; 
  height: 40px;
}

.form-btn-generic {
  display: inline-block;
  min-width: 80px;
  width: auto;
}

.form-btn-close, 
.form-btn-save,
.form-btn-delete,
.form-btn-next,
.form-btn-prev {
  width: 80px;
  display: inline-block;
}


.auction-card-seperator {
  margin: 0;
  height: 4px;
  max-width: 400px;
  max-height: 400px;
}

.auctions-grid {
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;

  min-height: 200px;
  justify-content: flex-start;
  align-items: flex-start;
}

.auctions-pages{
  display: flex; 
  flex-flow: column wrap;
  flex-wrap: wrap;
  align-self: flex-start;
  min-height: 200px;
  justify-content: flex-start;
  align-items: flex-start;
 
  min-height: 350px;
}

.auctions-home-parent {
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; 
  min-height: 600px;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-cards-parent {
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; 
  min-height: 600px;
  justify-content: flex-start;
  align-items: flex-start;
}


.auction-card {
  max-width: 500px;
  /*max-height: 700px;*/
  min-height: 350px;
  width: 400px;
  
  font: 14px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
  /*font-size: 1.2em !important;*/
}

.auction-card-body {
  overflow: auto;
}



.auction-page-card {
  display: inline-block;
  max-width: 1200px;
  max-height: 800px;
  overflow: auto;
  margin-bottom: 0 !important;

}

.auctionimageview-slideshowimage {
  max-width: 500px;
  width: 100%;
  max-height: 350px;
}

.auctionimageview-slideshowimage-p {
  width: auto;
  height: 290px;
}


.auction-listview-productimg {
  min-width: 300px;
  min-height: 200px;
  max-width: 500px;
  display: none;
}

.auction-product-card {
  min-height: 350px;
  width: 400px;
  padding: 4px;
  margin: 8px;
  transition: height 4s ease-in-out;  
  font-size: 1.3em !important;
  display: inline-block; 
  vertical-align: top;
}


.auction-product-card header {
  vertical-align: middle;
  padding-bottom: 4px;
}

.auction-product-card-body {
  min-width: 330px;
  overflow: auto;
}

.auction-product-card-sharesection {
  text-align: right;
}
.auction-product-card-sharesection > p {
  margin: 0;
}


.auctionproductview-title {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  font-size: 1.3em;
  width: 100%;
  word-wrap: break-word;
  height: 70px;
  min-height: 70px;
}


.productdetail-default {
  display: none;
  width: 100%;
}
.productdetail-visible {
  display: inline-block;
  width: 100%;
}

.product-desc-link {
  text-decoration: none;
}

.auctionproductview-slideshowimage {
  width: 100%;
}

.auctionproductview-slideshowimage-p {
  height: 270px;
}

.previewimageview-slideshowimage {
  min-width: 100%;
  min-height: 100px;
}

.previewimageview-slideshowimage-p {
  min-width: auto;
  min-height: 100%;
}

.auctionproductview-img-slideshow {
  text-align: center;
  z-index: 1;
}

.browse-htmleditor {
  display: inline-block; 
  width: 100%; 
  height: 100%; 
  max-width: 400px; 
  max-height: 100px; 
  overflow: auto;
}

.gengrid-default {
  height: 100%;
}

.gengrid-bottom {
  min-height: 100%;
}

/*
button.actioned {
  animation: shake 1s;
  animation-iteration-count: infinite; 
}
*/

.traderdash-filterbutton {
  display: inline-block;

  min-width: 300px;
  min-height: 50px;
  line-height: 50px;
  
  padding: 4px;
  margin: 4px;

  transition: height 4s ease-in-out;  

}

.traderdash-auctioninfo {
  max-width: 600px;
  min-width: 300px;
  min-height: 180px;
  overflow: auto;
}

button.actioned > i {
  animation: spin 2s ;
  animation-iteration-count: infinite; 
  animation-timing-function: linear;
}

.loginfailaction {
  animation: noshake 0.5s;
  animation-iteration-count: 2; 
}

.anim-icon-attention {
  animation: wiggle 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; 
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(30deg); }
  25% { transform: rotate(90deg); }
  35% { transform: rotate(120deg); }
  50% { transform: rotate(180deg); }
  63% { transform: rotate(210deg); }
  75% { transform: rotate(270deg); }
  90% { transform: rotate(310deg); }
 100% { transform: rotate(360deg); }
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(3px, 0, 0);
  }
}

@keyframes wiggle {
  0% { transform: rotate(0deg); 
  }
 40% { transform: rotate(0deg); }
 55% { transform: rotate(10deg); }
 65% { transform: rotate(-10deg); }
100% { transform: rotate(0deg); }
}


@keyframes quakeshake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes noshake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.gen-div-hidden{
  display: none !important;
  transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.gen-div-visible {
  display: block !important;
  transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.icon-outbid {
  color: red;
}

.icon-highestbid {
  color: gold;
}

.auction-card-title {
  line-height: unset;
  font-size: unset;
}

.product-card-title {
  line-height: unset;
  font-size: unset;
}
.auction-card-detailtable div.w3-row {
  border-bottom: 1px solid #717171;
  padding-top: 2px;
}

.productdetail-table-row {
  border-bottom: 1px solid #717171;
  padding-top: 2px;
}

.msgbox-default .dijitDialogPaneActionBar {
  max-height: 64px;
}

.msgbox-default .dijitDialogPaneContentArea {
  max-height: calc(100% - 64px);
}

.msgbox-default .dijitDialogPaneContent {
  height: auto;

}


.auction-button-extra {
  border: 1px solid #bbb;
}

.productdetail-viewmore {
  width: 100%;
}

.auction-card-header {
  height: 70px;
  overflow: hidden;
}

.drag-highlight {
  border: 1px solid #222;
  box-shadow:  5px 10px #222;
}

a.cleanlink,
a.cleanlink:link,
a.cleanlink:visited,
a.cleanlink:hover,
a.cleanlink:active {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}


.dgrid-cell {
  white-space: -o-pre-wrap; 
  word-wrap: normal;
  white-space: pre-wrap; 
  white-space: -moz-pre-wrap; 
  white-space: -pre-wrap;

}

/* Chrome, Safari, Edge, Opera */
numhack.input::-webkit-outer-spin-button,
numhack.input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
numhack.input[type=number] {
  -moz-appearance: textfield;
}


/* IPhone zoom fix */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}

@media only screen and (max-device-width: 480px) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}



.img-prev-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.img-prev-modal-content {
  margin: auto;
  display: block;
  min-width: 30%;
  max-width: 94%;
  max-height: 99%;
}

.img-prev-modal-content-p {
  min-height: 40%;
  max-height: 99%;
  min-width: 10%;
  max-width: 94%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.img-prev-modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.img-prev-modal-content, img-prev-modal-caption {
  animation-name: img-prev-modal-zoom;
  animation-duration: 0.6s;
}

@keyframes img-prev-modal-zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.img-prev-modal-close {
  position: absolute;
  top: 60px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  background-color:rgba(0, 0, 0, 0.406);
  width: 65px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
}

.img-prev-modal-navnext {
  position: absolute;
  top: 60px;
  left: calc(50% + 120px);
  color: #f1f1f1;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
  background-color:rgba(0, 0, 0, 0.406);
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 10px;
}

.img-prev-modal-navprev {
  position: absolute;
  top: 60px;
  left: calc(50% - 120px);
  color: #f1f1f1;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
  background-color:rgba(0, 0, 0, 0.406);
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 10px;
}


.img-prev-modal-navnext:hover , .img-prev-modal-navprev:hover  {
  cursor: pointer;
  color: #717171;
}


.img-prev-modal-close:hover,
.img-prev-modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media (max-width: 900px) {
  .img-prev-modal-content {

    min-width: 100%;
    max-width: 100%;
  }
}

.contenthelp {
  cursor: help;
}

.faq-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.faq-header {
  display: inline-block;
  width: 100%;
  word-wrap: break-word;
  font-size: 1.5em;

}

.faq-content {
  display: inline-block;
  width: 100%;
}


ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  content: "/\00a0";
}

ul.breadcrumb li a {
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  text-decoration: underline;
}

.video-popup-bar {
  width: 100%;
  text-align: center;
}

.dialog-input-field {
  min-height: 30px;
  font-size: 1.2em;
}

.dialog-content-autobid , .dialog-content-bid {
  font-size: 1.3em;
}

.search-loading {
  min-width: 200px;
  min-height: 100px;
  padding: 8px;
}

.msg-searchnotfound {
  font-size: 1.4em;
}

.productsearchbar {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px;
  padding-left: 16px;
  background-color: rgba(211, 211, 211, 0.349);
  border-radius: 4px;
}

.uploadpreview {
  max-height: 98vh;
  max-width: 90vw;
}

.uploadpreviewtooltip {
  max-width: 96px !important;
  max-height: 96px !important;
}

.filesize-med {
  color: rgb(126, 126, 2);
}

.filesize-big {
  color: rgb(126, 2, 2);
}


.filesize-good {
  color: rgb(0, 68, 0);
}

.btngroup-expander {
  overflow-y: auto;
  overflow-x: auto;
  white-space:nowrap;
  /* height: 64px; */
  width: 100%;
  padding-right: 8px;
  overflow: visible;
}

.general-err-msg {
  background-color: darkred ;
  color: white ;
  padding: 4px;
  word-wrap: break-word;
  font-size: 2.0em;
}

.bid-success-msg {

  padding: 4px;
  word-wrap: break-word;
  font-size: 2.0em;
}

.bid-success-msg-title {
  
  padding: 2px;
  word-wrap: break-word;
  font-size: 2.5em;
}

.ovi-bar-overlay {
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.911); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.ovi-bar-submenu {
  display: none;
}

.ovi-bar-submenu-vis {
  display: inline-block !important;
}

.ovi-bar-overlay-content {
  position: relative;
  top: 10%; 
  width: 100%; 
  text-align: center; 
  margin-top: 30px; 
  overflow: auto;
}

.ovi-bar-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

.ovi-bar-submenu-root {
  text-decoration: underline;
  cursor: context-menu;
}

.ovi-bar-submenu a {
  padding: 8px;
  text-decoration: none;
  font-size: 22px;
  color: #9b9b9b;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}


.ovi-bar-overlay a:hover, .ovi-bar-overlay a:focus {
  color: #f1f1f1;
}

.ovi-bar-overlay .ovi-bar-closebtn {
  position: sticky;
  margin-left: calc(100% - 45px);
  top: 10px;
  right: 45px;
  font-size: 60px;
  color: rgb(209, 4, 4);
  z-index: 99;
}

.ovi-bar-overlay .ovi-bar-logobtn {
  text-align: center;
  top: 10px;  
  font-size: 40px;
}


@media screen and (max-height: 450px) {
  .ovi-bar-overlay a {font-size: 20px}
  .ovi-bar-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    margin-left: calc(100% - 35px);
  }
}

.auction-page-title {
  font-size: 36px;
}

.field-help-icon {
  width: 16px;
  height: 16px;
  font-size: 8px;
}

.field-help-icon::after {
  content: "    ? ";
}

.pagecontent-edit {
  display: none;
}

.pagecontent-edit-visible {
  display: block;
  background-color: rgba(255, 182, 182, 0.692);
  color: black;
  min-width: 40px;
  min-height: 16px;
  cursor: pointer;
  padding: 8px;
  border: 1px solid #222;
  border-radius: 8px;
  z-index: 200;
  
}

.element-tooltip-edit-visible {
  background-color: rgba(194, 255, 182, 0.692);
  border: 1px solid rgba(199, 255, 182, 0.89);
  margin: 2px;
}

.element-tooltip-edit-err {
  background-color: rgba(255, 244, 143, 0.692);
  border: 1px solid rgba(255, 244, 143, 0.959);
}

.stream-video-window {
  position: fixed;
  bottom: 4px;
  right: 4px;
  padding: 0;
  min-width: 400px;
  min-height: 300px;
  border: 2px solid #717171;
  border-radius: 2px;
  background-color: #FFF;
  z-index: 600;
}

.stream-video-title {
  width: 100%;
  height: 24px;
  background-color: #0c0c0c;
  background-image: linear-gradient(to bottom, #696969 0%, #525252 49%, #2c2c2c 50%, #0c0c0c 100%);
  color: white;
  margin: 0;
  padding: 2px;
}

.stream-video-content {
  width: 100%;
  height: calc(100% - 24px);
}

.stream-video-close {
  float: right;
  text-align: center;
  vertical-align: middle;
  color: red;
  padding: 4px;
  cursor: pointer;
  
}

.stream-video-close:hover {
  background-color: #717171;
}

.fuzzyfilter_itemactive {
  background-image: linear-gradient(to bottom, #89b4c4 0%, #7399a7 49%, #648896 50%, #89b4c4 100%);
  background-color: #89b4c4;
}

.blogpage-container {
  display: grid;
  margin: auto !important;
  grid-template-columns: 49% 49%;
  max-width: 800px;
  align-self: center;
  padding: 8px;
}

.blogpage-header-title {
  width: 100%;
  margin: 0 ;
  padding: 8px;
}
.blogpage-article {
  display: block;
  padding: 16px;
  margin: 8px;
}

.blogpage-article-metagroup {
  display: block;
  width: 100%;
  padding: 8px;
}

.blogpage-article-blogtype{
  outline: 0;
  color: #DD4B39;
  text-transform: uppercase;
}

.blogpage-article-blogdate{
  outline: 0;
  color: rgb(78, 78, 78);
}

.blogpage-article-title {
  word-wrap: normal;
  font-size: 2em;
  padding: 8px;
  padding-top: 16px;
}


.blogpage-article-content {
  font-size: 1.2em;
  padding: 4px;
}

.blogpage-article-footer{
  width: 100%;
  display: block;
  min-height: 40px;
  padding: 8px;
}

.auction-card-type {
  display: block;
  width: 100%;
  padding: 4px;
}

.auction-card-type-wip {
  
  background-color: yellow;
}

.auction-card-type-published {
  background-color: green;
  color: white;
}

.auction-card-type-cancelled {
  background-color: red;
  color: white;
}

.auction-card-type-closed {
  background-color: orange;
}

.auctionlocation-head {
  color: #c94137;
  font-weight: bold;
}

.auctionlocation-text {
  color: #c94137;
  font-weight: bold;
  overflow-y: hidden;
  max-height: 42px;
}

.product-winner {
  color: green;
}

.product-stc {
  color: blue;
}


.product-withdrawn {
  color: red;
}

.homelayout-container {
  width: 100%;
  height: 100%;        
}
.homelayout-block1 {
  display: inline-block;
  width: 100%;
  margin: 8px;
  padding: 0;
}
.homelayout-block2 {
  display: inline-block;
  width: 100%;
  margin: 8px;
  padding: 0;
}
.homelayout-block3 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
}
.homelayout-addblock {
  min-width: 10px;
  min-height: 10px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.contactus-toplogo {
  max-height: 256px;
  min-height: 64px;
  width: auto;
  max-width: 100%;
  margin: auto;
}

.auctions-pages-list {
  width: 100%;
}

img.skakealot {
  animation: shake 15s;
  animation-iteration-count: infinite;
}

img.skakealot:hover {
  box-shadow: 2px 2px rgba(168, 168, 168, 0.582);
}

@keyframes shake {
  0% { transform: translate(0px, 0px) rotate(0deg); }
  99.1% { transform: translate(-1px, -2px) rotate(-1deg); }
  99.2% { transform: translate(-3px, 0px) rotate(1deg); }
  99.3% { transform: translate(3px, 2px) rotate(0deg); }
  99.4% { transform: translate(1px, -1px) rotate(1deg); }
  99.5% { transform: translate(-1px, 2px) rotate(-1deg); }
  99.6% { transform: translate(-3px, 1px) rotate(0deg); }
  99.7% { transform: translate(3px, 1px) rotate(-1deg); }
  99.8% { transform: translate(-1px, -1px) rotate(1deg); }
  99.0% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.card-arrange-viewing {
  font-size: 0.7em;
  text-decoration: underline;
  color: #0c0c0c;
}

.tooltip:hover .tooltiptext{
  visibility: visible;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}



/* Added styling */

body{
  background-color: #fafafa;
}

/* body.claro
{
  background-color: #ebebeb;
} */

/* background-color: #fff8dc; */
.container{
  padding-top: 32px !important;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* .container span, .container div{
  font-size: 14pt !important;
} */
/* .container label, .container a{
  font-size: 14pt !important;
} */

.container button.p-button span{
  font-size: 12pt !important;
}
button.p-button, .p-button{
  /* margin-top: 10px;
  background-color: #535353;
  color: #fafafa !important;
  border: 0;
  border-radius: 7px !important;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-weight: 600;
  outline: 0;
  padding: 5px 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation; */
  border-radius: 5px;
  border: 1px solid var(--button-borderColor, #FFD800);
  background: var(--button-background, #FFD800);
  font-family: 'Montserrat';
}

button.p-button:before, .p-button:before :not([class^="rightmenu_btn_mobile"]) {
  background-color: initial;
  color: #fafafa !important;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 24px;
  left: 0%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .2s;
  width: 100%;
}

button.p-button:hover, button.p-button:hover {
  /* background-color: #FFE500 !important; */
  color: #000000 !important;
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.03);
}

.center{
  margin-left: auto;
  margin-right: auto;
}

.container-footer
{
  background-color: #222222;
  color: #999999;
  margin-left: auto;
  margin-right: auto;

  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 200% */
  text-align: left;
}

.container-footer table{
  padding-top: 20px;
}

.container-footer table th{
  color: #e1e1e1;
  font-size: 15px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.container-footer table td{
  font-weight: 600;
}

.container-footer .footer-section
{
  padding-top: 25px;
}

.container-footer .line .footer-section table
{
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 920px) {
  .container-footer .line
  {
    width: 100%;
    display: inline;
  }
  .container-footer .line .footer-section
  {
    width: 100%;
  }
  .container-footer .line .center{
    width: 230px;
    display: inline;
  }
}
@media (min-width: 920px) {
  .container-footer .line
  {
    width: 100%;
    display: flex;
  }
  .container-footer .line .footer-section
  {
    width: 230px;
  }
  .container-footer .line .center{
    width: 920px;
    display: flex;
  }
}


.container-footer .footer-contact-table .footer-contact td,
.container-footer .footer-contact-table .footer-contact td a
{  
  font-size: 12px;
}

.footer-contact
{
  width: 33%;
  overflow: hidden;
}
.white-back
{
  background-color: #ffffff;
}