.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../png/page-loader.gif') 50% 50% no-repeat ;
	padding: 5em;
	font-size: large;
}



table {
	font-size: 85%;
}

.table-item-zoomable {
	cursor: zoom-in;
}

.table-item-zoomable:hover {
	background-color : lightblue;
}

.table-header-sortable {
	cursor: context-menu;
	text-decoration: underline;
	text-decoration-style: dashed;
}

.table-header-sortable:hover {
	color : blue;
}

.navbar-header button {
	background-image: none;
}

.form-group {
  /*border-top: 1px solid #dddddd;*/
}

.text-smaller {
	font-size: 75%;
}

.form-control, .form-select {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 85%;
}

.form-control-plaintext {
	font-size: 85%;
}

.form-control-select {
	width: 100%;
}



form hr {
  margin-top: 0px;
  margin-bottom: 0px;
}

.card-form {
	max-width: 900px;
}


.message-to-user {
  min-height: 20px;
  max-width: 800px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.archived-record {
  	background-color: #fcf8e3 !important;
}

