html,
body {
	height: 100%;
	margin: 0;
}

.noscript {
	padding: 15px;
	text-align: center;
	width: 100%;
	color:red;
	background-color:yellow;
}

.action-info {
	padding: 15px;
	text-align: center;
	color:darkgreen;
	background-color:LightGray;
/* 	font-weight: bold; */
}

.action-error-info {
	padding: 15px;
	text-align: center;
	color:red;
	background-color:yellow;
}

.flex-flow-outer {
	display: flex;
	flex-flow: column;
	height: 100%;	
}

.flex-flow-header {
	flex: 0 1 55px;;
	position: relative;
}

.flex-flow-content {
	flex: 1 1 auto;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

.table-btn {
	padding-top: 3px;
	padding-bottom: 3px;
}

#pw-error {
    display: none;
}