#logged_in {
	/*position: fixed;
	top: 0px;
	left: 0px;*/
	width: 100%;
	text-align: right;
	background-color: #97cbdb;
	opacity: 0.9;
	padding: 0.2em 0em;
  z-index: 500;
}

#logged_in * {
	margin-right: 1.0rem;
}
#logged_in h2 {
	display: inline-block;
	font-size: 1.0em;
}
#logged_in #logout {
	color: #cc2222;
	font-weight: bold;
}

.toast-container {
  	z-index: 2000;
	position: fixed;
	padding: 0.5rem;
	bottom:1.0rem;
	right: 1.0rem;
}

label { 
	display: inline-block;
	min-width: 8rem;
}

input {
	display: inline-block;
}

input["type=text"] {
	min-width: 30rem;
}
.yform {
	margin: 1.0rem 0;
}
.yform input, .yform select {
}
/* .person style see base.less */

table.oc-filelist {
  font-size: 1.1rem;
}
table.oc-filelist thead {
  font-weight: bold;
}

#tableContainer .handsontable th {
  white-space: normal!important;
  line-break: auto ;
}