/*body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
} */

/* html, body {
  height: 100%;
}
*/

.error {
	color: red;
}

body {
  padding-top: 5.5rem;
}

.mainpage-html, .mainpage-body {
  height: 100%;
}

.mainpage-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 380px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.smallfont-table {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
}

/*table thead {
  position: fixed;
}

#header-row { position:fixed; }
*/

.row {
	/*font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;*/
	color:#333;
	/*background-color:#FFF;*/
	
}
.highlight {
	/*font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;*/
	color:#000000;
	background-color:#B2FF3E;
}

.row:before {
	content:normal;
}

.summary {
	font-size:18px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 4px;	
}