body, html {
	height:100%;
	font-family: 'Avenir', 'Public Sans', sans-serif;
	padding:0;
	margin:0;
	background-color: #E8EAF6;
	font-size:14px;
	font-weight:normal;

}
*,*:after{
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
}
code, pre, .mono {
	font-family: 'Roboto Mono', monospace;
}
h1,h2,h3,h4,h5,h6 {
	margin:2px 0;

}
.hidden {
	display:none;
}
#header {
	position:fixed;
	z-index:999;
	top:0;
	left:55px;
	height:25px;
	background-color: #fff;
	width: calc(100% - 55px);
	border-bottom: 1px solid #eee;
	line-height: 25px;
	text-align:right;
	font-weight:300;
	padding: 0 20px;

}
#header .label {
	float:left;
	font-weight:bold;
}
#header .auth {
	float:right;
	text-align:right;
}
#header img {
	height:21px;
	width:21px;
	padding:2px;
	margin:2px;
	border-radius: 50%;
	vertical-align: bottom


}
#left {
	position:fixed;
	width:55px;
	top:0px;
	left:0;
	height:calc(100vh - 0px);
	overflow:auto;
	background-color: #fff;
	text-align:center;
	font-size:11px;
	font-weight:600;
	font-family:'Inconsolata','Roboto Mono', monospace;;
}

#left a {

	color:#000;
	text-decoration: none;
	border-top:1px solid #eee;
	display:block;
	padding: 10px 0 5px 0;
	background-color: transparent;
	text-transform: uppercase;


}
.app-version {
	color:#ccc;
	font-size:.7em;
	font-style: italic;
}
#left a img {
	max-width:50%;
}
#left a.logo {
	padding-bottom:10px;
	border:none;
}
#left a.logo img {
	max-width:80%;
}
#main {
	position:relative;
	top:25px;
	left:55px;
	width: calc(100% - 55px);
	padding:10px;
}
.tile {
	background-color: #fff;
	box-shadow:2px 2px 2px rgba(0,0,0,.2);
	padding:10px;
	margin:10px;
	border-radius:2px;
	clear:both;
	overflow:hidden;
}
.tile.half {
	width: calc(50% - 20px);
	float:left;
	clear: none;
}
.tile.third {
	width: calc(33% - 20px);
	float:left;
	clear: none;
}
.tile h1:first-child,.tile h2:first-child,.tile h3:first-child {
	background-color: #0288D1;
	margin:-10px -10px 10px -10px;
	padding:5px 10px;
	color:#FFF;
}

table {
	width:100%;
	border-collapse: collapse;
	/*border-spacing: 0;*/
}
th, td {
	padding:3px;
	position:relative;
}
td {
	border-bottom: 1px solid #aaa;
}
th {
	border-bottom: 2px solid #333;
}
button, .btn {
	border:1px solid #0277BD;
	color:#0277BD;
	background-color: #fff;
	border-radius:3px;
	margin:2px;
	padding:1px 4px;
	line-height:1.1em;
	text-transform: uppercase;
	font-weight: 600;
	cursor:pointer;
	text-decoration:none;
}
button:disabled, .btn.disabled{
	border-color: #ccc;
	color:#CCC;
}
button:hover, .btn:hover{
	border-color: #80D8FF;
	background-color: #E1F5FE;
}
button:disabled:hover, .btn.disabled:hover{
	background-color: #eee;
	border-color:#ccc;
}
code {
	color:#D32F2F;
}
a {
	color:#0277BD;
}
a:hover {
	color:#00B0FF;
}
.tile.menu a{
	display:inline-block;
	text-decoration:none;
	margin:0 10px;
	font-weight:600;
}
/*
*	flight stuff
*/
tr.flight-future td {
	color:#888;
}
.flight-prog-row .origin {
	float:left;
}
.flight-prog-row .destination {
	float: right;
	text-align:right
}
.flight-prog-row .origin .dattim, .flight-prog-row .destination .dattim {
	font-size:11px;
	font-family:"Inconsolata","Roboto Mono";
}
.flight-prog-row .origin.done, .flight-prog-row .destination.done {
	color:#090;
}
.flight-prog-row .transit {
	height:0px;
	position: absolute;
	left:50px;
	width: calc(100% - 100px);
	top:.8em;
	line-height:0;
	border-bottom:1px dashed #ccc;
}
.flight-prog-row .transit div {
	top:-3px;
	position:relative;
	float:left;
	height:6px;
	background-color: #090;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
.flight-prog-row .duration {
	position:absolute;
	bottom:0;
	left:50%;
}
#tasks-table-body input {
	border:none;
	font-size:14px;
}
#tasks-table-body input.viz {
	background-color:#eee;
}
.stack-images {
	position:relative;
	overflow:Hidden;
	height:280px;
}
.stack-images img {
	position: absolute;
	width:100%;
}
.flag {
	font-size:9px;
	line-height:10px;
	font-weight:500;
	text-transform:uppercase;
	border:1px solid #ccc;
	border-radius:3px;
	padding:1px 3px;
	margin-left:10px;
	
}
.edit_item_section {
	float:left;
	padding:3px;
	margin:1px;
	border:2px solid rgba(200,10,0,.3);
	border-radius:3px;
}
.editor {
/* a way to make a div clearly for editing somethig */
	background-color: #B3E5FC;
	border-radius:3px;
	padding:5px;
	margin:3px;
}
.badge {
	background-color: #33691E;
	border-radius:11px;
	padding:0px 3px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}

tr.highlight td {
	background-color:#E1F5FE;
}
