body {
  font-family:Verdana, sans-serif;
  font-size:12px;
  color:#101010;
  background:#ffffff;
	margin: 0 0 0 0;
}
div#header {
	border-bottom: 1px solid black;
}

div#content {
	padding: 0px 20px 10px 20px;
}

table {
  background: #ffffff;
	border-collapse: collapse;
	margin-left: 14px;
}

thead, td.flipped {
  background: #D0E0FF;
	font-weight: bold;
	font-size: 12px;
}

tbody {
  background: #FFFFFF;
	font-family : Monaco, monospace;
	font-size: 12px;
	margin-bottom: 10px;
}

table tbody tr:hover { background: #dff; }

tr.spacer {
	height: 12px;
}

th,td {
  padding-left: 10px;
  padding-right: 10px;
	border: 1px solid #808080;
}

table.record th, table.record td {
	border: 0;
	border-left: 20px solid #fff;
}

table.record * td:first-child {
	border: 0;
}

table.record tbody tr:hover { background: #fff; }
table.record tbody td:hover { background: #dff; }

/*
dave was here:
*/
form.labelled_form
{
  border:1px solid silver; padding: 20px; width: auto;
}


form.labelled_form label
{
  display: block; float:left; padding-bottom: 8px;
}

form.labelled_form input, form.labelled_form select
{
  clear:both;
}

form.labelled_form label + input,
form.labelled_form label + select
{
  border:1px solid silver;
  background: #eee;
  display:block;
  margin-bottom: 20px;
  margin-top: 5px;
}

code.name
{
  border: 1px solid #ddd; padding: .2em 0.2em; background:#eee;
  }


div#header
{
  height: 80px;
  }
div#hero
{  float:left
}

div#nav
{
  padding-top: 36px;
  float: both;
  padding: 15px 0.2em;
  padding-left: 260px;
  }
a img {  border: none; }

ul.with_errors {
	color: red;
	font-weight: bold;
}

td.centered {
  text-align: center;
}

.center{
  line-height: 20px;
  left: 38%;
  top: 12%;
  width: 300px;
  height: 280px;
  background: lightgray;
  position: absolute;
  border:1px solid gray;
  z-index: 25;
  padding: 20px;
}
.login{
  padding-left: 60px;
  padding-top: 20px;
}
.bold-text{
  font: bold;
  text-transform: capitalize;
}
.alert{
  padding-top: 1px;
  color: red;
}

.left-align{
  float: right;
  border: solid 1px lightgrey;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.logo{
  line-height: 20px;
  left: 40%;
  height: 100px;
  position: absolute;
  z-index: 25;
  padding-top: 40px;
}

/* popup */

.overlay {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 1;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  z-index:99999;
}

.popup {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 500px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}

.popup:hover {
  opacity: 1;
}

.content {
  max-height: 400px;
  overflow: auto;
}

.close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}

.close:hover {
   opacity: 1;
 }

/* loader div */
#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
  z-index:9999999;
}

/* loading image */
#loading-image {
  position: absolute;
  top: 30%;
  left: 45%;
  z-index: 100;
}

#cnfg_un_error{
  color: red;
}

.inline-display {
  display: inline-block;
  font-style: italic;
}

.grid-display {
  display: grid;
}

/* sign in with microsoft button css start */
.btn-microsoft {
  display: flex;
  width: auto;
  border: 1px solid lightgray !important;
  padding: 0 !important;
  margin-left: 30px;
  cursor: pointer;
}

.ms-logo {
  height: 50px;
  margin: 3px;
}

.sign-ms-text {
  width: fit-content;
  margin: 15px;
  font-size: 16px;
}

.mrg-btm-8 {
  margin-bottom: 8px;
}
/* sign in with microsoft button css end */
