@charset "utf-8";
/* CSS Document */

/* WIKIDATA VIEWER*/
/* Move Uservoice tab over a little*/

canvas {
	vertical-align:middle;
}
#back-to-timeline-btn {  /*Added by Nav for v0.3*/
	display:none; /*only show after returning from timeline*/
	position:fixed;
	top: 10px;
	left:10px;
	
}


#uvTab {
margin-right:25px;
}


/*EXAMPLES DROPDOWN*/
.examples-dropdown {
	padding-top: 10px; /*overrides default 5px*/
	max-width: 600px;
}

.examples-dropdown>p {
	
	text-align: center; 
	
}


.examples-dropdown>.divider {
	margin:0px;
}

.examples-dropdown>li>a {	
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-top:solid 1px #eee; 
	
}

.examples-dropdown>li>a>em {
	color: #aaa;
}

.dropdown-section-header { /*for categories in the Examples dropdown*/
	background-color: #DEEAF5;
	padding: 5px 5px 5px 8px;
	border-bottom: solid #CCC 1px;
	border-top: solid #CCC 1px;
	
}




/* ROUNDED ONE  ---- CUSTOM CHECKBOXES FOR COLOUR CODE PANEL > ADD SOURCE USED + THANK YOU*/

/*input[type=checkbox] {
	visibility: hidden;
}
.roundedOne {
	width: 28px;
	height: 28px;
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}
.roundedOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}
.roundedOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #00bf00;
	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top: 2px;
	left: 2px;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}
.roundedOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.roundedOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}*/
/*END ROUNDED ONE -- CUSTOM CHECK BOXES*/
/*END COLOUR CODE PANEL */



.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
	margin-left:0px;
}

.loading {
	text-align:center
}

#query-input {
	width: 100%;
	height: 310px;
	max-height: 80%
	
	}

#query-input::-ms-clear {
    display: none;
}

#group-by-input {
    display: inline-block
}

 .input-container .container #form1 .row  p {
	font-size: 20px;
	margin: 4px 0px;
}

.floating-btns-top-right {
	position: absolute;
	top: 40px;
	right: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	padding-top: 10px;
	border-radius: 8px;
	font-size: 50px;
}

.floating-btns-bottom-right {
	position: absolute;
	right: 23px;
	background-color: #fff;
	padding-top: 10px;
	font-size: 50px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
	border-bottom: 1px solid transparent;
	border-radius: 2px;
	box-sizing: border-box;
	bottom: 77px;
}

/*#colour-code-panel .table.table-hover {
	width: auto;
	padding: 100px;
}*/
/*#colour-code-panel .table.table-hover tbody tr th {
		width: 36px;
		border-radius: 0px;
		height:12px;
}*/

#share-url {
	max-width:100%;
	max-height: 80%;
	height:auto;
	width: 100%;
	min-height: 150px
	
}
.container #wdqv-expand #wdqv-expand2 .dl-horizontal dd {
	margin-left: 257px;
	line-height:2em;
}
.container #wdqv-expand #wdqv-expand2 .dl-horizontal dt {
	width: 210px;
	line-height:2em;
}
.container #wdqv-expand #wdqv-expand2 .dl-horizontal {
	font-size: 18px;
}


/*ZOOM AND ROW SPACING CONTROLS*/



.timeline-controls-set-wdqv {
	position: absolute;
	right: 8px;	
	background-color: #fff;
	height:auto;
	width: 45px;
	z-index: 2;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
	border-bottom: 1px solid transparent;
	border-radius: 2px;
	}


.timeline-control-btn {
	color: #5E5E5E;
	padding: 10px 10px 5px 10px;
	cursor: pointer;
	font-size: 20px;
	position: relative;
	margin:0 auto;
	display: table;

}

	
.timeline-control-btn:hover {
	color: #23527c;
	}
	
.timeline-controls-set-wdqv hr {
	margin:0px;
	}
	

/*SPACING CONTROLS*/
.spacing-wrapper-wdqv {
	bottom: 200px;
}

	

@media screen and (max-width: 480px) {
    .spacing-wrapper-wdqv {
        display: none;
    }
}

@media screen and (max-height: 580px) {
    .spacing-wrapper-wdqv {
        display: none;
    }
}


/*ZOOM CONTROLS*/
/* ZOOM BUTTONS */
.timeline-controls-set.fit-screen {
    bottom:190px;
}
.timeline-controls-set {
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    width: 40px;
    text-align: center;
    bottom: 85px;
    right: 8px;
    z-index: 1;
    display: inherit;
}

.timeline-control-btn {
    padding: 9px;
    cursor: pointer;
    position: relative;
    display: block;
/*  background-color:#2a2a2a;
    color: #fff;
    border: 1px solid #fff;*/
    background-color: #fff;
    color:#2a2a2a;
    border: 1px solid #2a2a2a
}

.timeline-control-btn:hover{
/*  background-color: #fff;
    color:#2a2a2a;
    border: 1px solid #2a2a2a;*/
    background-color:#2a2a2a;
    color: #fff;
    border: 1px solid #2a2a2a;
}

#zoom-in-btn  {
    border-bottom: transparent solid 1px;
}
			

/*END - ZOOM AND ROW SPACING CONTROLS*/

.timeline-wrapper {
	display: none;
	position: relative;
}


.pointer { /*to make anything have a pointer hand, even without a href */
	cursor:pointer;
}

.modal-header {
	background-color: lightgoldenrodyellow;
}



.noselect { /*makes element unselectable*/
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

/*hidden new button - shows when in example generating mode (internal use only) */
#new-example-checkbox {
	
	display:none;
}

#new-example-checkbox>input {
	
	visibility:visible; 
	}

@media only screen and (max-device-width: 800px){ 

	#back-to-timeline-btn {
		position: inherit
	}
	.floating-btns-top-right {
		position: inherit; width: 100%; top: 0; right: 0
	}
	.jumbotron {
		padding-top: 0
	}
}

@media (min-width: 992px) {
    .timeline-controls-set {
        width: 44px;
        font-size: 20px;
        right: 13px;
    }
}

#export-popup {
	display: none;
}

#export-popup a {
	text-decoration: underline;
}

#canvas-1 {
	width: 100%;
	height: 500px;
	background-color: #f5f5f5;
}

#export-content {
	width: 100%;
}