/* Custom stylesheet for www.scsc.no, (c) 2007 Daniel Stoedle. */
/* colors: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, yellow. */

html, body { height: 100%; }

body {
	margin: auto;
	font-size: 12px;
	font-family: geneva, verdana, helvetica, sans-serif;
	background: #eee;
	color: black;
}

h1,h2,h3,h4 {
	text-shadow: 0px 2px 2px #bbb;
	color: black;
}

a {
	color: #4475FF;
	text-decoration: none;
}

.shadow {
	box-shadow: 0px 2px 2px #bbb;
}

.dataset-group h3 {
	font-size:13px;
}

.dataset h3 {
	font-size:12px;
}

.fontshadow {
	text-shadow: 0px 2px 2px #bbb;
}

.tools-gradient {
	background: #fff;
}


.hidden { display: none; }


.rotated {
	transform: rotate(90deg);
}

.project-btn {
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	background: rgba(102, 102, 102, 0.5);
}

.pb-large {
	width: 62px;
	height: 62px;
}

.pb-small {
	width: 32px;
	height: 32px;
}

.pb-tiny {
	width: 20px;
	height: 20px;
}

.project-btn:not(:active) {
    transition: background-color 500ms ease-out, transform 250ms ease-out;
}

.project-btn:active {
    background: #fff;
}


.pb-opaque {
	background: rgba(102, 102, 102, 1.0);
}

.line {
	width:				100%;
	border-style:		solid;
	border-width:		1px;
	border-color:		#555;
}

.round-border {
	border-radius: 6px;
	-moz-border-radius: 6px;	
}

img {
	border-style: none;
}

canvas:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

.annotation {
	width: 300px;
	height: auto;
	margin: 10px;
	position: relative;
	float: left;
	vertical-align:top;
	text-align: left;
	display:inline-block;
}


.dataset {
    width: calc(100% - 13px);
	height: auto;
	margin: 0px;
	position: relative;
	float: none;
	vertical-align:top;
	display:inline-block;
	color:black;
	border-style: solid none none solid;
	border-width: 1px 0px 0px 1px;
	border-color: #ddd #000 #000 #000;
    box-sizing: border-box;
    margin-left: 13px;
}

.dataset-group {
	color:black;
	background-color: transparent;
	border-left: 1px solid #000;
    border-radius: 0px;
	margin: 0px -1px 0px 13px;
	cursor:pointer;
	text-align:left;
    box-sizing: border-box;
}

.dataset-group-top-level {
    border-left: 0px none #000;
    margin-left:0px;
}

.dataset-container {
    margin-left:3px;
    margin-right:3px;
    padding-bottom:10px;
}

.canvas-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.canvas-container:-webkit-full-screen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


.minimized {
	width:	32px;
	height:	32px;
	opacity: 0;
}

.input-header {
	float: left;
	width: auto;
	font-size: 12px;
	width: 100%;
	margin-bottom: 5px;
	margin-left: 10px;
	text-shadow: 0px 2px 2px #bbb;
}

.input-field {
	float: left;
	margin-left: 10px;
	width: 90%;
	min-width: 20%;
	margin-bottom: 10px;
}

.input-label {
	float: left;
	width: 20%;
	margin-left: 10px;
	text-align: center;
	background-color: #f00;
}

::-webkit-search-cancel-button{
	position:relative;
	right:5px;
}
	
.address-list {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	color:#fff;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	border-radius: 4px;
	font-size:14px;
}
.address-list-item {
	background: rgba(102, 102, 102, 0.7);
	cursor:pointer;
	user-select:none;
	text-transform: capitalize;
}
.address-list-item:nth-child(odd) {
	background: rgba(128, 128, 128, 0.7);
}
.address-list-item-active {
	background: rgba(200, 200, 200, 0.7);
}
.address-list-item-active:nth-child(odd) {
	background: rgba(200, 200, 200, 0.7);
}


.collapsed {
	height: 0px;
}

.login-box {
	border-style: solid;
	border-color: #fff;
	border-width: 2px;
}

input { box-sizing: border-box; }

.canvas-container {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.page-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.viz-container {
	position: relative;
	float:left;
	overflow: auto;
	height: 100%;
	width: 100%;
}

.scrolling {
	top: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index:6;
	width: 100%;
	height: 100%;
}

.selected {
	background-color: #999;
}


table {
	border-collapse:collapse;
	user-select: text;
	-webkit-user-select: text;
	width: 100%;
}

th {
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	text-align: center;
}

td {
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px #aaa;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: right;
}

.table-name {
	border-left: none;
}

.table-value {
	border-right: none;
	min-width: 150px;
	
}


.log-kind {
	border: none;
	border-bottom: solid 1px #aaa;
	text-align: center;
}

.log-msg {
	border: none;
	border-left: solid 1px black;
	border-bottom: solid 1px #aaa;
	min-width: 150px;
	text-align: left;
	
}



.grabbable {
	cursor: -webkit-grab;
	cursor: grab;
}


.grabbable:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.logo {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	z-index: 10;
	height: auto;
	width: auto;
	padding: 5px;
}

.settings-table {
	border: none;
}
.settings-row {
	border: none;
	padding-top:30px;
}
.settings-cell {
	border: none;
	padding: 0px;
	vertical-align: center;
	text-align: left;
	border: 5px solid white;
}

.insar-spinner {
	position: relative;
	float:left;
	width:13px;
	height:13px;
	margin-top:2px;
}

.insar-spinner-active {
    border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-left: 3px solid black;
	-webkit-animation: insar-spinner-keyframes 1.0s infinite linear;
	animation: insar-spinner-keyframes 1.0s infinite linear;
}

@-webkit-keyframes insar-spinner-keyframes {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes insar-spinner-keyframes {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

