* {
	box-sizing: border-box;
}

a, a:hover {
	text-decoration: none;
	color: inherit;
}

body {
	padding:0px;
	margin:0px;
	height:100%;

	font-family: "Open Sans", Helvetica, Arial, sans-serif;	
	text-rendering: optimizeLegibility;
	font-size: 10pt;

	font-weight: 300;

	background:#eee;
	color: #444;

}

#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	width: 100vw;
	height: 25px;	
	background:rgba(0,0,0,0.5);
	color:white;
	font-size: 0.8em;
	padding-top: 4px;
	z-index: 10;
}

#login {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;	
	height: 100vh;	
	background: #eee;
}

#login .frame {
	width:500px;
	border-radius: 15px;
	margin: auto;
	margin-top: 20vh;
	margin-bottom: 25px;
	padding: 25px 50px;
	background: white;
-webkit-box-shadow: 0 0 10px #555;
        box-shadow: 0 0 10px #555;
}

#login .frame h1 {
	margin: 10px;
}

#login .frame div {
	padding: 5px;
	text-align: center;
}

#login .frame input {
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 15px;
	border: 1px solid grey;
}

#login .frame label {
	position: relative;
	left: 25px;
}


#login button {
  background-color: #e1ecf4;
  border-radius: 3px;
  border: 1px solid #7aa7c7;
  box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #39739d;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 5px;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

#login button:hover,
button:focus {
  background-color: #b3d3ea;
  color: #2c5777;
}

#login button:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

#login button:active {
  background-color: #a0c7e4;
  box-shadow: none;
  color: #2c5777;
}







#content {
	position:absolute;
	top:50px;
	left:0px;
	width: 100%;	
	min-height: calc(100vh - 50px);
}

#view {
	position:relative;
	width:100%;
	min-height: calc(100vh - 50px);
	padding:0px 0px 50px 38px;
	transition: padding 0.5s;
}

.fm #view {
	padding:0px 0px 0px 220px;
	transition: padding 0.5s;
}





.title {
	width:100%;
	height: 50px;
	font-size: 1.75em;
	font-weight: 500;
}

.gridster-item .content {
	height: 100%;
}

.gridster-item .scroll {
	width: 100%;
	height: calc(100% - 30px);
	overflow-y: scroll;
}

.gridster-item .grid-title {
	height: 30px;
	line-height: 30px;
	font-size: 1em;
	cursor: move;
}

.gridster-item .grid-title span{
	font-size: 1em;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;	
}


canvas {
	height: 100%;
	//min-height: calc(100% - 30px);
	max-height: 100%;
}

span.colour {
	display: block;
	width: 100%;
	height: 20px;
	border: 1px sloid grey;
}

.nav-tabs {
	cursor: pointer;
}

.profile {

}

.profile div {

}

.profile img {
	height: 100px;
	width: 100px;
	margin: 2px 10px;
	border-radius: 24px;
	overflow: hidden;
	float: left;
}

.profile .status{
	border: 3px solid;
}

.profile .free{
	border-color: Green;

}.profile .busy{
	border-color: Red;
}