
@font-face {
  font-family: "Abacaxi";
  src:
    
    url("../fonts/Abacaxi_Latin_VF_Thin.ttf") format("opentype") ;
}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
	font-variation-settings: 'wght' 400; /* Adjust weight */;
    
}


:root
{
	--primaryblue: #009cda;
	--greyblue: #00436d;
}

body
{
font-family:"Inter";
color:#000000;
font-size:12px;
margin:0;
}

button, input, select, textarea, ul, li {
    font-family: 'Inter', sans-serif !important;
}

#screencontainer
{
	width:100vw;
	height:100vh;
}
	

.webappcontainer
{
	display:block;
	margin:0 auto;
	width:100%;
	text-align:center;
	max-width:1000px;
	overflow:hidden;
	border:1px solid #aaaaaa;
	border-radius:15px;
	padding-top:5px;
	
	}

strong
{
	display:inline;
}

.largemargin{
	margin:30px 0px;
}

/* Animationss */
.transitionFromLeft
{
transform:translate(-100%,0);
opacity:0;
transition:transform 0.5s ease-out, opacity 1s;
}

.transitionFromLeft.animated
{
	transform:translate(0,0);
	opacity:1;
}

.quickFade
{
opacity:0;
transition:opacity 0.5s;
}

.quickFade.animated
{
	opacity:1;
}

.graphboxcontainer
{
	display:block;	
}
.graphbox
{
	width:1200px;
	height:840px;
	display:inline-block;
	transform-origin: top left;
	margin:0 auto;
}

.watermark {
    position: absolute;
    top: 25%;
    left: 15%;
    width: 80%;
    opacity: 0.2;
    pointer-events: none;
    z-index: 10;
}

.regiongraphbox
{
	width:1000px;
	height:200px;
}

.inputcontainer{
	aspect-ratio:0.6;
}

.chartdetail
{
	color:#000000;
	margin:30px;
	display:none;
}

.estimatesection
{
	display:none;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-evenly;
	height:120px;
	width:100%;
	margin-bottom:10px;
}

.estimatepanel
{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	width:40%;
	border:1px solid black;
	height:118px;
	font-size:1.3em;
	font-weight:400;
	justify-content:center;
	align-items:center;
}

.estimatepaneltitle
{
	
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	border-bottom:1px solid black;
	height:30px;
	width:100%;
}

.estimatepaneldetails
{
	height:88px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	width:100%;
}

.graypanel

{
	background-color:#e0e0e0;
}

#rankgraph_div
{
	
}

#rankdetail
{
	
}


#final-value-label
{
	color:#000000;
	font-size:1.5em;
}
.slide
{
position:relative;
display:none;
flex-wrap:wrap;
flex-direction:column;
left:0;
top:40px;

}

#slide0
{
	display:flex;
	justify-content:center;
}

#slide1
{
	//display:flex;
}



.regiondiv
{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
}

#regionsgraph_div_container
{

  display:block;
  
	 overflow-y: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
	width: 100%;
}

#regionsgraph_div
{
	
	display:block;
	
}

#scattergraph_div_container
{
	
	 overflow-y: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
	width: 100%;
}


#scattergraph_div
{


}

.revaluetotals
{
	/*display:flex;*/
	display:none;
	flex-direction:row;
	flex-wrap:wrap;
	padding:20px;
	border:1px solid #000000;
	justify-content:center;
	align-items:center;
	margin:20px;
}

#revaluetotals
{
	display:none;
}
#revaluedetail
{
	display:none;
}

.estimate
{
	font-size:1.3em;
	font-weight:600;
	margin:0px 20px;
}

.artdetails
{
	font-size: 1.8em;
    margin: 30px 0px;
}
.imagelogo
{
	width: 15%;
    min-width: 125px;
    max-width: 400px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:30px;
}

.input-icon {
    position: absolute;
    right: 28%;
    cursor: pointer;
}

.navbar
{
	display:flex;
	width:100%;
	max-width:1000px;
	flex-direction:row;
	justify-content:space-between;
	height:25px;
	
}

.nav
	{
		
		display:block;
		width:150px;
		font-size:1.2em;
		line-height:20px;
		z-index:1;
		cursor: pointer;
		position:relative;
		left:20px;
		text-align:left;
		
	}

.nav:hover
{
	color:#444444;
}

.namerow
{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	font-size:20px;
    margin-bottom: 20px;
    width: 100%;
	justify-content:center;
	font-weight:600;
	height:26px;
    
}

.chartname
{
	font-size:15px;
	margin-top:10px;
}

.brandlogo
{
	line-height:3em;
	width:25%;
	background-color:#000000;
	color:#ffffff;
	text-align:center;
}

.nameitem7
{
	line-height:3em;
	width:50%;
	text-transform:capitalize;
	color:#000000;
	background-color:var(--primaryblue);
	text-align:center;
}

#artistnamer
{
	background-color:#efb27b;
}

.graphtitle
{
	line-height:3em;
	width:25%;
	color:#000000;
	text-align:center;
}

.boldwords
{
	font-size:1.4em;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	width:100%;
	justify-content:center;
	font-weight:500;
}

.welcomemessage
{
margin-bottom:40px;
font-size:20px;
font-weight:600;
}

.revaluemessage
{
font-size:22px;
font-weight:600;
position:relative;
}



#sparsemessage
{
	font-size:15px;
	width:100%;
}

.instructions
{
    min-width: 275px;
    max-width: 750px;
    color: #474747;
    margin-left: auto;
    margin-right: auto;
	vertical-align:middle;
    font-size: 1.5em;
	line-height:2em;
}

.inputlabel
{
	font-size:1.3em;
	
}
#firstpagespacer
{
	height:110px;
}


.link
{
	transition: color 0.3s;
	cursor:pointer;
}

.link:hover
{
	color:#777777;
	
}
.topmargin
{
	margin-top:20px;
}

.header{
    color: var(--primaryblue);
    text-align: left;
    background-color: #e0e0e0;
	margin-bottom:20px;
	display:none;
}

.bigblue
{
    font-size: 1.6em;
    color: var(--primaryblue);
    font-weight: 500;
}

.borderedarea
{
	border: 1px solid var(--primaryblue);
    width: 50%;
    margin: 0 auto;
    padding: 30px;
    font-size: 1.5em;
    line-height: 2.2em;
	margin-bottom:30px;
}

.smalltext
{
	font-size:0.7em;
}

.mainbutton
{
	background-color:var(--primaryblue);
	color:#ffffff;
	font-size:1.1em;
	border-radius:3px;
	border:1px solid var(--primaryblue);
	width:120px;
	height:30px;
	margin:10px;
	transition:background-color 0.5s;
	cursor:pointer;
}



#reportButton
{
	background-color:var(--primaryblue);
	color:#ffffff;
	font-size:1.2em;
	border-radius:5px;
	border:1px solid var(--primaryblue);
	width:200px;
	height:2em;
	transition:background-color 0.5s;
	margin-bottom:20px;
}



.mainbutton:disabled
{
	background-color:#e0e0e0;
	border:none;
	color:#606060;
}
.secondarybutton
{
	background-color:#ffffff;
	color:var(--primaryblue);
	font-size:1.1em;
	border-radius:3px;
	border:1px solid var(--primaryblue);
	width:110px;
	height:30px;
	margin:10px;
	pointer:cursor;
	
}

.maininput
{
	font-size:1.5em;
	border-radius:5px;
	border-color:#000000;
	border-width:2px;
	padding:10px;
}

#installButton
{
	font-size:24px;
	padding:10px;
	margin:20px auto;
	display:none;
	
}
p{
	color:#ccccc;
}

.searchartist
{
	margin:50px 10px !important;
}

#logindetails
	{
		display:block;
		width:250px;
		font-size:1.2em;
		line-height:20px;
		z-index:1;
		
	}

#loginname
{
	width:250px;
	text-align:right;
	transition:background-color 0.3s;
	cursor:pointer;
	position:relative;
	right:20px;
}


#loginmessage
{
	margin-top: 20px;
    display: flex;
    flex-direction: column;
}

#registermessage
{
	margin-top:20px;
}


#dropdown {
      display: none;
      top: 100%;
	  background-color:var(--primaryblue);
	  color:#ffffff;
  }

  #logindetails:hover #dropdown {
      display: block;
  }

.menuitem
{
	padding:10px;
	width:230px;
	text-align:left;
	cursor:pointer;
	
}

.menuitem:hover
{
	color:#cccccc;
	background-color:var(--greyblue);
}

#logout
{
	display:none;
}


.infoclick
{
	width: 28px;
    height: 28px;
    background-image: url('../image/Information.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    right: 18%;
}

	.popup {
	  display: none;
	  position: absolute;
	  top: 100%; /* below the trigger */
	  right: 0;  /* right-align under trigger */
	  margin-top: 10px;
	  width: 300px;            /* fixed width */
	  box-sizing: border-box;  /* include padding/border in width */
	  background: white;
	  border: 1px solid black;
	  border-radius: 6px;
	  padding: 8px 12px;
	  white-space: normal;         /* allow wrapping */
	  overflow-wrap: break-word;   /* break long words if needed */
	  z-index: 1000;
	  text-align:left;
	  color: #00436d;
    font-size: 14px;
	box-shadow: 3px 0px 11px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 0px 11px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 0px 11px 0px rgba(0,0,0,0.4);
	}
    /* Outer arrow (border) */
    .popup::before {
      content: "";
      position: absolute;
      bottom: 100%; /* place above the bubble */
      right: 10px;  /* adjust horizontal offset of arrow */
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent black transparent;
      /* This makes a black triangle pointing up */
    }
    /* Inner arrow (fill), slightly smaller to appear “cut out” */
    .popup::after {
      content: "";
      position: absolute;
      bottom: calc(100% - 1px); /* 1px overlap to hide part of border */
      right: calc(10px + 1px);  /* shift 1px to match the border’s inset */
      border-width: 9px;
      border-style: solid;
      border-color: transparent transparent white transparent;
    }

    /* Show on hover/focus/active */
    .infoclick:hover .popup,
    .infoclick:focus-within .popup,
    .infoclick:active .popup {
      display: block;
    }

.switchbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Ensure parent is positioned */
.valuepanel,
.soldlotspanel,
.switchbox,
.switch-popup {
  position: relative;
}

.valuepanel
{
	max-height:59px;
}

/* Reusable popup */
.switch-popup {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    width: 300px;
    box-sizing: border-box;
    background: white;
    border: 1px solid #aaaaaa;
    border-radius: 6px;
    padding: 12px 16px;
    white-space: normal;
    overflow-wrap: break-word;
    z-index: 1000;
    color: #00436d;
    font-size: 14px;
	box-shadow: 3px 0px 11px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 0px 11px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 0px 11px 0px rgba(0,0,0,0.4);
}

/* Arrow pointing down from popup */
.switch-popup::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-10px);
  border-width: 10px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.switch-popup::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-9px);
  border-width: 9px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

/* Show on hover or focus */
.valuepanel:hover .switch-popup,
.valuepanel:focus-within .switch-popup,
.soldlotspanel:hover .switch-popup,
.soldlotspanel:focus-within .switch-popup,
.switchbox:hover .switch-popup,
.switchbox:focus-within .switch-popup {
  display: block;
}


.fullwidth{
	width:100%;
	max-height:59px;
}

.withtick
{
	display:flex;
	align-items:center;
	justify-content:center;
	flex:1;
}

.fullwidth input
{
    font-size: 1.2em;
    padding: 10px;
    margin: 10px;
    width: 45%;
    min-width: 275px;
    max-width: 750px;
    border-radius: 10px;
    border-width: 1px;
}	

.optionlist
{
	font-size:1.2em;
	text-align:left;
	margin:0 auto;
}


.optionlist li
{
	margin:20px 0px;
}

.loginbox
{
	width: 40%;
    background-color: #eeeeee;
    margin: 0 auto;
    padding: 20px;
}

#artworkCurrency
{
	background-image:url('../image/GBP.png');
	background-position:right;
	background-repeat:no-repeat;
	background-size:contain;
	
}


.regionlistcontainer 
{
	min-width:400px;
	margin:0 auto;
	
}


.regionlist {
    list-style-type: none;
    padding: 0;
    text-align: left;
    display: flex; 
    flex-direction: row; 
	justify-content:space-between;
	align-items:center;
	font-size:11px;
	cursor:pointer;
	max-width:490px;
	margin-top:0px;
}

.regionlist li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    margin-right: 20px; 
	text-align:center;
}

.regionlist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.regionlist li:nth-child(1)::before { background-color: #CC3300; }
.regionlist li:nth-child(2)::before { background-color: #003399; }
.regionlist li:nth-child(3)::before { background-color: #009cda; }
.regionlist li:nth-child(4)::before { background-color: #009900; }
.regionlist li:nth-child(5)::before { background-color: #7A55AA; }
.regionlist li:nth-child(6)::before { background-color: #FF9900; }

#salesbypricegraph_div
{

}

#geograph_div
{
height:350px;

display:none;
}

#scattergraphpdf_div
{

}

#regionsbar_div
{

}



#reportLink
{
	width:180px;
}

.extrapanels
{
	/*display:none;*/
	visibility:hidden;
	height:0px;
}

/* autocomplete dropdown */
.ui-widget {
    font-size: 1.5em;
    text-transform: capitalize;
	}
	
.switchbox
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer;
	width:100%;
	
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
  margin:0px 10px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--greyblue);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
     position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    
}

input:checked + .slider {
  
}

input:focus + .slider {
  box-shadow: 0 0 1px;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.navbuttons
{
	width:100%;
	margin-top:10px;
	
}

.navbuttons button
{
cursor:pointer;
}

.undergraph
{
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}

.largeunder
{
	height:70px;
}

.smallunder
{
	height:25px;
}

.warningspace
{
height:40px;
margin:30px auto;
}

#warningmessage
{
	display:none;
	font-size:1.4em;
	width:100%;
	justify-content:center;
	visibility:hidden;
	margin:15px;
	color:var(--primaryblue);
}
.decile
{

height:40px;
width:46%;
margin:0px auto;
}

#decile
{
	visibility:hidden;
}

#displayPercentile
{
	display:none;
}

/* remove arrows from numeric inputs */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.decilebar{    
	height: 3px;
    width: 100%;
    background-color: black;
    position: relative;
    top: 49%;
}



#decilewords
{
	width:80%;
}
.decilelabel
{
display: flex;
width: 10%;
font-size: 12px;
/* vertical-align: middle; */
justify-content: center;
align-items: center;
visibility:hidden;
}
#decilepointer
{
	display:block;
	width:16px;
	height:16px;
	border-radius:16px;
	
	background-color:#efb27b;
	position:relative;
	transition:left 1s ease-in-out;
	left:0%;
	top:5px;
}	

#ranksentence
{
	
	width:80%;
	margin-top:20px;
	font-size:1.4em;
	font-weight:500;
}

.soldlotslegend
{
	background-image:url("../image/soldlotslegend.png");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	max-width:480px;
}

.soldlotspanel
{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-evenly;
	align-items:center;
	width:55%;
	min-width:300px;
	max-width:550px;
}

.soldlotsswitch
{
	cursor:pointer;
	display:flex;
	font-size:13px;
	opacity:0.2;
}

.toggleactive
{
		opacity:1;
}

.legendblock
{
	display:block;
	width:20px;
	height:18px;
	margin-right:10px;
}

.legendcolor1
{
	background-color:#c5e5ff;
}
.legendcolor2
{
	background-color:#99D0E8;
}
.legendcolor3
{
	background-color:#66B4D9;
}
.legendcolor4
{
	background-color:#3389C8;
}
.legendcolor5
{
	background-color:#004E6D;
}


.thin
{ 
font-weight:200;
}

.nobullet, .nobullet li
{
	list-style-type:none;
}


/* month picker specific */


#valueinstructions
{
	visibility:hidden;
}

	
.jcalendar-input
{
	box-sizing:content-box;
}

#tick1,#tick2,#tick3
{
	visibility:hidden;
	color:var(--primaryblue);
	font-size:1.8em;
}

.mirrortick
{
	width:20px;
	height:5px;
}

.whatyouget
{
	display:none;
	flex-direction:row;
	flex-wrap:wrap;
	align-content:center;
	line-height:1.6em;
	margin-top:20px;
	font-size:1.2em;
	
}

.whatyouget span
{
	width:100%;
	color:#666666;

	
}

.whatyouget ul
{
	width:auto;
	text-align:left;
	margin:10px auto;
}

.whatyouget li
{
}

.estimatebutton{
	position:relative;
}
	
.verticalcenter
{
	display:flex !important;
	flex-direction:column;
	justify-items:center;
	justify-content:center;
}

#artworkvaluewrapper, #artworknamewrapper, #artworkdatewrapper
{
	  visibility:hidden; 
}

#artworkdatewrapper
{
	margin-top:50px;
}

#avicon
{
	visibility:hidden;
}

#artworkwrapper
{
	display:flex;
	flex-direction:column;
	width:100%;
}

#estimatebuttons
{
	visibility:hidden;
	display:none;
}

#singlenextbutton
{
	display:none;
}

.jcalendar_warning
{
color:#000000 !important;
}


/* desktop specific */

@media screen and (min-width:800px) {

	.webappcontainer
	{
		padding-top:20px;
		padding-bottom:20px;
	}
	.nav
	{ left: 40px; }
	
	#loginname
	{ right:40px; }


}

@media screen and (max-width:800px) {

	.header{
		display:block;
	}

#warningmessage
{
	font-size:1em;
}
.infoclick
{
    right: 20px;
}


	.navbar{
		margin-bottom:10px;
	}

	.regionlist {
	margin-left:0px;
	font-size:8px;
	width:90%;
	}

	.regionlist li {
		padding-left:14px;
	}

	.regionlistcontainer {
		min-width:10px;
		font-size:12px;
		width:90%;
		margin:0;
		text-align:center;
	}

.revaluemessage
{
top:10px;
font-size:1.2em;
}

#esimatebuttons
{
	visibility:hidden;
}

.instructions
{
	width: 90%;
    min-width: 275px;
    max-width: 750px;
	color: #474747;
	margin:16px auto;
	font-size:1.2em;
}


	
}
.slide
{
	top:0;
}
#logindetails{
	$('#reportLink').text("Purchase PDF");
	top:23px;
	right:5%;
}

.searchartist
{
margin:10px !important;
}


.artdetails
{
	font-size: 1.2em;
	margin: 0px 0px;
}


.webappcontainer

{
width:99%;
overflow:hidden;
}



.switchbox{

}

.decile
{
	height:30px;
	margin:0px auto;
}

.decilelabel
{
	font-size:9px;
	width:6%;
}
}

