@font-face {
font-family: 'Playfair';
src: url('fonts/PlayfairDisplay-Regular.ttf') format("opentype")
}


.totalwrapper
{
	max-width:1000px;
	margin:0 auto;
	max-height:820px;
	overflow:hidden;
}
.topwrapper
{
	margin-top:20px;
	max-width:1000px;
}

.newtitle
{
	background-color:#ebebeb;
	font-size:36px;
	padding-left:20px;
}
.toptitle
{
	display:inline-block;
	font-size:75px;
	color:#000000;
	font-weight:bold;
	width:auto%;
	margin-left:5px;
	line-height:0.7em;
}

.ticks
{
	display:inline-block;
	padding-left:20px;
	float:left;
}


/* The tickcontainer */
.tickcontainer {
  display: inline-flex;
  padding-right:20px;
  margin-right:20px;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.tickcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  right: 0;
  height: 16px;
  width: 16px;
  
}

.allartcolor
{
	background-color:#ff9933;
}

.allartfmcolor
{
	background-color:#99CCFF;
}

.toptradedcolor
{
	background-color:#4486c7;
}

.allartfcolor
{
	background-color:#009966;
}

#basedesc
{
	display:inline-block;
}

/* On mouse-over, add a grey background color */
.tickcontainer:hover input ~ .checkmark {
  opacity:0.5;
}

/* When the checkbox is checked, add a blue background */
.tickcontainer input:checked ~ .checkmark {
  
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.tickcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.tickcontainer .checkmark:after {
    left: 4px;
    top: 1;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.whatsthis
{
	display:inline-block;
	font-size:14px;
	margin-left:25pt;
}

.download
{
	float:right;
	padding:0px 20px;
	border:1px solid #cccccc;
	margin-left:10px;
}

.download:hover{
	background-color:#eeeeee;
}

.orange
{
	background-color:#ff9933;
}

.orange:hover
{
	background-color:#dd7711 !important;
}


#lastupdated
{
	font-size:10px;
	background-color:#ebebeb;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:5px solid black;
}

#lastupdatedtop
{
	display:none;
	width:100%;
	font-size:21px;
	margin-bottom:20px;
}

#lastupdated2
{
	font-size:21px;

	margin-bottom:25px;
	margin-left:65px;
}

.pagedesc
{
	font-size:18px;
	margin-left:5px;
	width:75%;
	margin-bottom:70px;
	display:none;
}
#switches
{
}
.error{
	color :red;
	font-size: 10pt;
	font-weight : bold;
}

.bigheading{
	font-size: 30pt;
	font-weight: bold;
	font-stretch: expanded;
	text-align: left;
}

.mainheading {
	font-size: 20pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding: 1cm;
}

.maintext {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.maintext2 {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 300px;
	padding-right: 300px;
}

.maintext3 {
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.maintext4 {
	font-size: 10pt;
	color: #000000;
	padding-left: 300px;
	padding-right: 300px;
}

.navigation {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000
}

.copyright {
	font-size: 8pt;
	color: #000000;
	text-align: center;
	vertical-align : text-middle;
}

.optionstab
{
	display:inline-block;
	margin-left:-2px;
	margin-right:-2px;
	width:50%;
	border:1px solid;
	text-align:center;
	padding:3px 0px 3px 0px;
	background-color:#eeeeee;
}

.optionselected
{
	border-bottom:none;
	background-color:#ffffff;
}

.month-year-input
{
	width:70px;
	padding:5px;
	margin-right:5px;
	margin-top:6px;
}

.togglewrapper
{
	height:115px;
}

#charttypeswitch
{
    display: inline-block;
    font-size: 14px;
    width: 180px;
    float: right;
}

#exclamation
{
	display:inline-block;
	float:right;
}
#charttypeswitch2
{

	width:200px;
	float:left;
	display:block;
	height:40px;
}

#infopanel
{
	display:none;
	width:100%;
	margin-left:5px;
	
}

.infopanelthird
{
	width:200px;
	margin-right:130px;
	display:inline-block;
	height:21px;
	
}

.tiny
{
	display:none;
}
.small
{
	font-size:21px;
	height:21px;
}

.large
{
	font-size:45px;
	font-weight:bold;
	height:45px;
}

.smoothlabel
{
	font-size:14px;
	display:inline-block;
	line-height:50px;
	margin-left:10px;
}

.rangebutton
{
    display: inline-block;
    font-size: 14px;
    width: 60px;
    vertical-align: middle;
    line-height:40px;
    text-align: center;
    margin-right:-3px;
}

.rangebutton:hover
{
background-color:#dcdcdc;
}

.currentrange
{
	background-color:#ebebeb;
}

.rangediv
{
	
	display:inline-block;
	width:2px;
	background-color:#cacaca;
	height:40px;
	position:fixed;
	margin-left:-1px;
}

#alpha
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
}
.alphabox
{
	display:inline-block;
	height:50px;
	float:left;
	margin-left:20px;
}

.rangebox
{
    display: inline-block;
    width: 100%;
    text-align: right;
    border-top: 1px solid;
    padding: 0px;
}
#description
{
	display:none;
	font-size:75px;
	font-weight:bold;
	color:#3399cc;
	line-height:75px;
	
}
#changetitle
{
	padding-left:56px;
	font-size:14px;
	margin-bottom:20px;
	margin-top:20px;
}

.changedescription
{
	display:inline-block;
	width:950px;
	margin-left:60px;
}

.controls
{
	display:inline-block;
	max-width:1110px;
	width:100%;
	text-align:center;
	vertical-align:middle;
	height:50px;
	margin-top:10px;
	margin-bottom:15px;
	
}
#revaluebox
{
	display:none;
	height:100px;
	width:100%;
	padding-left:20px;
}



#revaluebox input
{
	font-size:12px;
	margin-bottom:6px;
	width:60px;
	height:30px;
}
.revaluebox
{
	text-align:center;
	font-size: 22px;
	background-color: transparent;
	width:28%;
	float:right;
	padding-top:20px;
}

.revaluebox table
{
	font-size:16px
}

.revaluebox table td
{
	padding-left:10px;
	padding-right:10px;
}
.revaluebox p
{
	text-align:right;
}

.rightjust
{
	text-align:right;
	width:50%;
}

.components
{
	width:50%;
	float:right;
	border-left:5px solid black;
	padding-left:20px;
	margin-left:-45px;
	height:200px;
	overflow-y:auto;
}
.newcomponent
{
	color:#0000ff;
}

#closecore
{
	background-color:#eeeeee;
	float:right;
	margin-right:10px;
}
.componenttitle
{
	width:100%;
	background-color:#e5e5e5;
	padding:5px;
}
.optionspanel
{
	width:100%;
	display:inline-block;
}
.month-picker-open-button
{
	vertical-align:middle;
}
.revaluebox input
{
	font-size:12px;
	width:100px;
	height:30px;
	background-color:#f4f4f4;
	border: 1px solid #b2b2b2;
}

.fullwidth{
	width:180px !important;
	padding-left:5px;
	padding-right:5px;
}

.revaluebox select
{
	font-size:12px;
	width:100%;
	padding:5px;
	background-color:#f4f4f4;
	border: 1px solid #b2b2b2;
}



.revaluebox input:focus
{
	background-color:#b2b2b2;
}

.third
{
	float: right;
	text-align:center;
}

.third:hover
{
	
}
.middleheading
{
	display:block;
	margin-left:40px;
	font-weight:bold;
	font-size:12px;
	color:#333333
}


.middletotal
{
	font-family:Playfair;
	font-size:21px;
	line-height:40px;
	margin-left:40px;
	margin-right:10px;
	display:block;
	color:#333333;
}

#revaluedamount
{
	font-weight:bold;
}

#addindexbutton
{
	height:30px;
	width:150px;
	background-color:#77dd77;
}

#revaluebutton
{
	height:30px;
	width:150px;
	background-color:#7777dd;
	margin-right:10px;
}

.list {
	font-size: 12pt;
	font-style: normal;
	color: #000000;
	margin: 10px;
	padding-right: 40px;
}

.listitemname
{
	// max-width:400px;
	width:auto;

	display:inline-block;
	margin-right:5px;
	color:#ccccff;
	font-size:13px;
}

.removeartist
{
	float:right;
}

.artistlistdropdown
{
	position:relative;
	z-index:10;
	display:none;
	width:255px;
	left:-5px;
	
}

.selectlist select
{
	width:100%;
}

#selectlist 
{
	display:table-cell;
	width:50%;
	min-width:300px;
}

.selectlist ul
{
	display:table;
	width:100%;
	table-layout:fixed;
}


.selectlist button
{
	float:right;
	padding:2px 10px 2px 10px;
	margin-right:5px;
}


.optionspopup
{
	font-size:12px;
}

.optionspopup select
{
	width:200px;
	margin:5px;
}
.optionspopup button
{
	float:right;
	margin:5px;
}

.ui-widget.ui-widget-content
{
	max-width:320px;
}


.ui-dialog .ui-widget-header
{
	font-size:12px !important;
	color:#000000;
	border-radius:0;
}

.ui-widget-header
{
	background:#ffffff;
	border-radius:0;
}

.ui-menu .ui-menu-item
{
	background-color:#ffffff;
	color:#000000;
}

.ui-dialog{
	border-radius:10;
	border:none;
}



.ui-widget-content{
	background:none !important;
	border-radius:2px;
	background-color:#ffffff !important;
}

.ui-dialog-content{
	font-size:13px;
}


body{
	font-family: 'Source Sans Pro', sans-serif;
	overflow-x:hidden;
	overflow-y:hidden;
	margin:0px;
}

div{
}
.reportbuttons{
	position:relative;
	text-align:right;
	margin-top:5px;
	z-index:500;
}

#reportdisplay
{
	display:none;	
}

#reportdisplay hr{
	
	border-bottom:4px solid #cccccc;
}
#reporttopgraphicons
{
	width:20%;
	float:left;
}
#reporttopgraphlinechart
{
	float:right;
	width:80%;
}

#reportsecondarygraphs
{
	width:50%
	float:left;
}
#reportpricesegment
{
	float:right
}

#reporttitle
{
	font-size:18px;
	display:block;
	width:100%;
	text-align:center;
}

#reportvalues
{
	clear:both;
}

#reportnumworkssold1
{
   background-image: url(../images/gavel.png);
    background-repeat: no-repeat;
    background-size:60px auto;
    background-position: left center;
    height: 100px;
    line-height:100px;
    width: 250px;
    text-align: right;
    font-size:16px;
    font-weight:bold;
}


#reportpercentchange1
{
   background-image: url(../images/percentgrowth.png);
    background-repeat: no-repeat;
    background-size:60px auto;
    background-position: left center;
    height: 100px;
    line-height:100px;
    width: 250px;
    text-align: right;
    font-size:16px;
    font-weight:bold;

}

#reportcompound1
{
   background-image: url(../images/compound.jpg);
    background-repeat: no-repeat;
    background-size:60px auto;
    background-position: left center;
    height: 100px;
    line-height:100px;
    width: 250px;
    text-align: right;
    font-size:16px;
    font-weight:bold;

}

#reportcvslabel
{
	display:none;
}
.downloadcontainer
{
	display:inline-block;
	float:right;
	margin-right:50px;
	
	
}
.downloadbutton{
height:50px;
width:50px;
}
.downloadbar
{
	background-color:#55cc55;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	width:99%;
	margin-right:0px;
	display:inline-block;
	}
.button{
	border-style: outset;
	border-width: 1.2pt;
	border-style: solid;
	background-color: #ffffff;
	font : bold normal 10pt;
	color : 000000;
	text-decoration : none;
	padding : 0.1cm;
	text-align : center;
}

.button2{
	border-style: solid;
	font : bold;
	font-size : 10pt;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}

.button3{
	font : bold;
	font-size : 10pt;
	font-style : normal;
	color : white;
	text-decoration : none;
	background-color : #8A7CB7;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
   	font-weight : bold;
	text-decoration: none;
}

a:visited {
	color: #000000;
   	font-weight : bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a.two:link{
	color: #000000;
   	font-weight : bold;
	font-size: 11pt;
	text-decoration: none;
}

a.two:active {
	color: #000000;
   	font-weight : bold;
	font-size: 11pt;
	text-decoration: none;
}

a.two:visited {
	color: #000000;
   	font-weight : bold;
	font-size: 11pt;
	text-decoration: none;
}

a.two:hover {
	color: #5c5c5c ;
	font-weight : bold;
	font-size: 11pt;
	text-decoration: none;
}

.smalltext {
	color :#000000;
	font-size: 10pt;
	font-weight : normal;
}

.instTitle {
	color : #000000;
	font-size: 8pt;
	font-weight : bold;
}

.inst {
	color : #000000;
	font-size: 8pt;
	font-weight : normal;
}

.instSurrogate {
	color : #000000;
	font-size: 8pt;
	font-weight : bold;
}

.revalDisplay {
	font-size: 7pt;
	font-weight : normal;
}

.revalBold {
	font-size: 7pt;
	font-weight : bold;
}

.revalSurrogate{
	color : #000000;
	font-size: 7pt;
	font-weight : normal;
}

.revalError{
	color : Red;

	font-size: 7pt;
	font-weight : normal;
}

.revalUnderline{

	font-size: 7pt;
	font-weight : bold;
	text-decoration : underline;
}

.IE6note {  font-family: Grotesk, Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; color: Red}
IE6note a:active {  font-family: Grotesk, Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; color: Red; text-decoration: underline}
.IE6note a:hover {  font-family: Grotesk, Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; color: Black; text-decoration: underline}
.IE6note a:visited {  font-family: Grotesk, Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; color: Red; text-decoration: underline}
.IE6note a:link {  font-family: Grotesk, Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; color: Red; text-decoration: underline}
.IE6notetitle { font-family: Grotesk, Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; color: Red }

.searchpanel
{
	font-size:14px;
	width:60%;
	min-width:800px;
	padding:10px;
	background-color:#EEFFff !important ;
	display:inline-block;
	float:right;
	display:none;
}
.graphtoplogo
{
	height:100px;
	display:table-cell;
}
.graphpagewrapper
{

}

#indextitle
{
	color:#000099;
	font-size:21px;
	margin-top:35px;
	margin-bottom:20px;
	line-height:21px;
	float:left;
}

#members
{
	display:inline-block;
	width:100%;
	max-width:1020px;
	font-size:12px;
}
.searchartist
{
	display:table-cell;
	width:100%;
	height:30px;
	padding-left:30px;
	font-size:14px;
	margin-left:2px;
	background:url(../images/search-icon.png) no-repeat left ;
	border:1px solid #DDDDDD;
	outline:none;
	color:#000000;
}


.searchartist:focus
{
	
	
}

.trending
{
	height:40px;
}

.infoheading
{
	font-weight: bold;
	top: -25px;
	display: inline-block;
	position: relative;
	color:#0000ff;
}
.artistinfo
{
	
}

.artistinfo{
	padding:5px;
}
.searchartistpanel
{
	text-align:center;
	z-index:10;
	margin:0 auto;
	display:inline-block;
	width:100%;
	background-color:transparent;
	
}

#infoi
{
	float:right;
}

#infot
{
	z-index:9999999999999;
	background-color:#ff0000;
}

#showvmenu
{
    padding: 5px;
    background: #000000;
    color: #ffffff;
    border: 3px solid black;
    float:left;
    font-size:12px;
    height:30px;
    font-family: 'Source Sans Pro', sans-serif !important;
}

#searchboxdiv
{
    position: relative;
    left: 64;
    top: -36px;
    width:100%;
    max-width: 685px;}

button:focus
{
	outline:0;
}


.searchartistpanel label
{
	padding:5px;
}

#placeholder
{
	width:100%;
	height:auto;
	margin-top:107px;
	max-width:1020px;
	text-align:center;
}

#placeholderimg
{
	width:75%;
	height:auto;
	max-width:1020px;
}

#chart_div
{
	margin-left:20px;
}
#components
{
	position:relative;
	overflow-y:scroll;
	width:100%;
	background-color:#ffffff;
	display:none;
	overflow-x: hidden;
}

#change_chart_div
{
	margin-left:20px;
}

#graphsectionwrapper
{
	display:inline-block;
	width:1080px;
	visibility:hidden;
	float:left;
	border: 1px solid #999999;
}

#mainrowrank
{
	height:430px;
	padding:10px;
}


#mainrow
{
	height:430px;
	border: 1px solid;
	padding:10px;
}

.topbar

{
	
}

#sizewarning
{
	display:none;
	
}
.totalcontainer
{
	width:100%;
	max-width:1020px;
	display:inline-block;
	margin:0 auto;
	min-width:280px;
}
.rightsection
{
	display:inline-block;
	width:1080px;	
	float:right;
	margin-left:20px;
	
}


.leftsection
{
	display:inline-block;
	width:250px;
	visibility:hidden;
	float:left;
	
}
.artistheadersearch
{
	display:inline-block;
}
.artistdetails
{
	display:table;
	width:100%;
}

.topline
{
	background-color:transparent;
	height:75px;
	
}
.actionbuttons
{
	display:inline-block;
	z-index:101;
	height:50px;
	vertical-align:middle;
	text-align:center;
	width:100%;
	
}

.actionbuttons button
{
  padding:5px;
}

.actionbuttons select
{
	padding:5px;
}
.ui-autocomplete{
	font-size:12px !important;
}

.ui-menu-item{
	background-color:#2b2b2b;
	padding:3px;
	color:#ffffff;
}

.ui-autocomplete-category
{
	font-size:15px !important;
	background-color:#ffffff !important;
	text-align:center;
	color:#000000;
	padding:5px;
}

.section
{font-size:14px;
font-weight:bold;
background-color:#dddddd;
text-align:center;
padding-bottom:10px;
padding-top:10px;
margin:6px;}

.propertyrow
{
	padding:5px;
	margin:6px;
	height:20px;
	border:1px solid;	
}

.propertylabel
{
	width:50%;
	float:left;
	
}

.propertyitem
{
	width:50%;
	float:right;

	
}

.buttonrow
{
	text-align:right;
	clear:both;
	display:inherit;
	float:right;
}


.detailstable
{
	font-size:13px;
	width:100%;
}

.detailstable tr:nth-child(even) {background: #DDDDDD;}

.mainbutton
{
	font-size:14px;
	padding:4px;
}

.namelist
{
	padding:0;
}
.namelist ul{
	padding-left:0px;
	height:auto;
	width:100%;
}

.namelist li{
	list-style-type:none;
	padding:5px;
	font-size:13px;
	border:4px solid #ffffff;
	width:45%
}

.namelist li:hover{
	background-color:#ddffdd;
}

.namelist span
{
	padding:5px 5px 0px 5px;
	position:relative;
	top:2px;
	
}
.itemselected
{
	border:4px solid orange !important;
}

.bottomsection
{
	
	display:inline-block;
	width:98%;

}
.summary
{

	display:inline-block;
	overflow-y:scroll;
	float:left;
	width:65%;
}

.downloadcsv
{
}

.third img
{
	margin-left:40px;
}
#revaluetable
{
	width:90%;
}

.revalueboxes
{
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}
.summary table
{
	width:100%;
}

.summary th
{
	background-color:#010000;
	width:20%;
	font-size:14px;
	color:#ffffff;
}

.summary tr:nth-child(even) {background: #ffffff;}

.summary tr:nth-child(odd) {background: #d8d9d9;}


.map
{
	display:inline-block;
	width:49%;
	height:250px;
	float:right;


}

.additionalgraphs
{
	position:absolute;
	right:0;
}

.summary ul
{
	list-style-type:none;
	display:table;
	width:90%;
}
.summary li
{
	margin-bottom:5px;
	padding:5px;
	font-size:13px;
	width:45%;
	min-width:200px;
	border:1px solid #000000;
	display:inline-block;
	margin-right:5px;
}

.summary span
{
	padding:3px;
}
.summary .summarytitle
{
	font-weight:bold;
	height:35px;
}

.summary .summarylabel
{ display:inline-block;
width:60%;}

.artistcheck
{
	float:right;
}

.toppanel
{
	float:right;
	
}

.burgerbutton
{
	float:right;
}

.chartcontainer
{
	width:96%;
	height:50%;
	margin:0 auto;
	position:absolute;
	top:120px;
	z-index:-5;
}


#spinnerdiv
{
	width:100px;
	margin:45% auto;
	z-index:100;
	display:none;
	

}

.ajaxspinnericon

{
width:100px;
height:auto;

}

.chartcanvas
{
	width:100%;
}

.labelcanvas
{
	width:100%;
	margin-top:-2.5%;
}

.chartcanvasdiv
{
	text-align:center;
	position:relative;

	width:100%;
	z-index:0;
	background-color:#eeeeee;
	display:inline-block;
	margin-left:-2px;
	margin-right:-2px;
	border:1px solid;
	margin-top:5px;
}

.labelcanvasdiv
{
	
	position:relative;
	padding:10px;
	height:30px;
	
}

.revalue 
{
	font-size:13px;
	background-color:#5555cc;
	padding:10px;
	color:#ccffcc;
	z-index:1000;
	width:200px;
	height:50px;
	border:2px solid #8888ee;
	vertical-align:middle;
}

.revalueresult 
{
	font-size:13px;
	background-color:#5555cc;
	padding:10px;
	color:#ccffcc;
	z-index:1000;
	width:200px;
	height:50px;
	border:2px solid #8888ee;
	vertical-align:middle;
}




.revalue input
{
	font-size:13px;
	margin:3px;
}

#switchhi
{
	display:inline-block;
	width:252px;
	position:relative;
	top:41px;
	left:16px;
	padding:0px;
	margin:0px;
	font-size:0;
	border:1px solid #666666;
}

#switchhi1
{
	display:inline-block;
	width:126px;
	position:relative;
	z-index:-555;
	margin:0px;
	padding:0px;
	height:28px;
}

#switchhi2
{
	display:inline-block;
	width:126px;
	position:relative;
	z-index:-555;
	margin:0px;
	padding:0px;
	height:28px;

}

.switchon
{
	color:#ffffff;
	background-color:#666666;
}

.switchoff
{
	color:#000000;
	background-color:#ffffff;
}


#changewrapper
{
	display:none;
}

#chart_div
{
display:inline-block;
width:100%;
max-width:1120px;
height:605px;
margin-left:0px;
margin-top:20px;

}

#changegraphtitle
{
	font-weight:bold;
	font-size:54px;
	margin-left:60px;
	margin-bottom:25px;
}

#change_chart_div
{
display:inline-block;
width:100%;
max-width:1120px;
height:470px;
margin-left:45px;
}

#selectyeardiv
{
	float:left;
}
#selectyear
{
}
.rankgraph
{
}

.climbers
{
	font-weight:bold;
	font-size:16px;
}
.climberssub
{
	color:#777777;
	font-size:16px;
}
#bestandworst
{
	width:70%;
	display:inline-block;
}


.bestheader
{
	color:#777777;
	font-size:15px;
	line-height:35px;
	text-align:left;
}


.leftlisthead
{
	font-size:15px;
	width:100%;
}


.leftlist
{
	font-size:15px;
	width:100%;
}


.leftlist td img
{
	vertical-align:middle;
}

.leftlist th
{
	font-size:21px !important;
	color:#000099 !important;
}

.scrollboxfortable
{
	height:180px;
	overflow-y:scroll;
	width:103%;
}
.trendingup
{
	margin-right:10px;
}
.rightlist
{
	float:right;
	width:50%;
	font-size:12px;
}

.titleappend
{
	color:#ff0000;
	font-size:15px;
}
#firstrank
{
	width:auto;
	display:table-cell;
}

#finalrank
{
	
	display:table-cell;
	font-weight:bold;
	font-size:20px;
	width:auto;
}


#topitem
{
	display:table-cell;
	height:25px;
	top:3px;
	width:150px !important;
	padding-top:5px !important;
	background-color:#ffffff;
	font-weight:bold !important;
	text-align:left;
}

#topitem a:hover
{background-color:#DDDDDD;}

#browseart ul
{
	width:100px;
	padding-left:0px;
	
}
#browseart li
{
	width:100px;
	font-size:10px;
	padding:5px;
}

#browseart li > li
{
	width:100px;
	font-size:10px;
	padding:5px;	
}

#browseart li >  ul
{
	width:100px;
	font-size:10px;
	background-color:#EEEEEE;
}

#browseart li >  ul > li
{
	background-color:#EEEEEE;
	width:100px;
}


#browseart li >  ul > li > ul
{
	margin:0;
	padding:0;
	width:434px;
	font-size:10px;
	overflow-y:visible;
	overflow-x:hidden;
}

.u-vmenu
{
height:auto;
max-height:700px;
overflow-y:auto;
overflow-x:hidden;
}



#vmenu
{
display:none;
position:absolute;
z-index:999999;
background-color:#ffffff;
width:550px;
}

#browseart li >  ul > li > ul > li
{
	background-color:#EEEEEE;
	width:250px;
}

#browseart li >  ul > li > ul > li > ul
{
	width:100%;
}

#browseart a
{
	padding:3px;
	font-size:13px;
}

#toggleyear
{
	width:100%;
	text-align:right;
}

.activeoption
{
	color:#aaaaaa !important;
}
#toggleyear a
{
	color:#000000;
	font-size:13px;
	margin:0px 5px 0px 5px;
}


.browseartdiv
{
	display:table-cell;
	width:150px;
	vertical-align:middle;
	padding-right:10px;
}

.undergraph
{
display:inline-block;
width:1080px;
}
.graphpagewrapper
{
	display:none;
	width:99%;
}
#leftcolumn
{
	width:40%;
	float:left;
}

.midtable
{
	margin-left:40px;
	width:500px;
}


#midcolumn
{
	display:inline-block;
	color:#ffffff;
	position:relative;
	width:100%;

}

#chart_div.fullscreen
{
	position:absolute;
	top:30px;
	left:0;
	width:90%;
	float:none;
}

#geodiv.fullscreen
{
	position:absolute;
	top:30px;
	left:0;
	width:95%;
	height:auto;
	margin:auto;
}

#summary
{
	display:inline-block;
	width:100%;
	overflow-y:scroll;
	margin-top:100px;
	
}



#expandgraph
{
    background-image: url(../images/expand.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    z-index:10;
    width:32px;
    height:32px;
    float:right;
    display:none;
}

#expanddetails
{
    background-image: url(../images/expand.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    z-index:10;
    width:32px;
    height:32px;
    margin-left:43%;
    display:none;
    
}

#expandmap
{
    background-image: url(../images/expand.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    z-index:10;
    width:32px;
    height:32px;
    float:right;
    display:none;
}

.historytable
{
	font-size:15px;
}
.expandbuttons
{
	width:100%;
	height:32px;
}

.expandgraph
{
	background-color:#0000ff;
}
.closebutton
{
height:20px;
display:none;
text-align:right;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    margin: 10px;
    left: 30px;
    top: 5px;}

/* 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: #000099;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #000099;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 16px;
}

.slider.round:before {
  border-radius: 50%;
}

.revalueswitch
{
	font-size:14px;
	position: relative;
	top: -9px;
	right:-30px;	
}



@media (max-width: 1080px) {


#chart_div{
	width:100%;
}



#change_chart_div{
	width:100%;
}

#chart_div{
width:calc(100% - 10px);
width:100%;
text-align:center;
margin-left:0px;
margin-right:0px;

}



}

@media (max-width: 960px) {

.rangebutton
{
	font-size:20px;
}

.download{
	/*display:none;*/
}
#basedesc
{
	/*float:right;*/
	margin-right:10px;
}
.revalueswitch
{
	font-size:20px;
}

#charttypeswitch
{
	width:200px;
}
.downloadbutton
{
	position:relative;
	top:-300px;
	right:-30px;
	
}

#infopanel
{
	text-align:center;
}
.infopanelthird
	{
	width:100%;
	}
.small{
	display:none;
}
.tiny{
	display:inline-block;
}
}

@media (max-width: 430px) {
.actionbuttons
{
	height:150px;
	
}

#searchboxdiv
{
	width:40%;
}

.third img
{
	margin-left:5px;
}
	
}

@media (max-width: 320px) {
	
	
#sizewarning
{
	width:100%;
	display:inline-block;
	text-align:center;
}

#chart_div
{
	display:none;
}
.topwrapper
{
	display:none;
}
.totalcontainer
{
	display:none;
}


}	

	
