﻿html {
  background: #f2f1ec;
  height: auto; /*positionm, height and min-height override bad angular css*/
  min-height: inherit; 
  position: inherit;
}

body {
  height: auto; /*position, height and min-height override bad angular css*/
  min-height:inherit;
  position: inherit; 
  background: #f2f1ec;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0;
}

.bordered-table {
  width: 100%;
}

.bordered-table, .bordered-table tr, .bordered-table td {
  border: 1px solid black;
}

.fixed-header {
  max-width: 1150px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.full-length {
  width: 100% !important;
}

.dialogdemoBasicUsage #popupContainer {
  position: relative;
}

.dialogdemoBasicUsage .footer {
  width: 100%;
  text-align: center;
  margin-left: 20px;
}

.dialogdemoBasicUsage .footer, .dialogdemoBasicUsage .footer > code {
  font-size: 0.8em;
  margin-top: 50px;
}

.dialogdemoBasicUsage button {
  width: 200px;
}

.dialogdemoBasicUsage div#status {
  color: #c60008;
}

/* ReSharper disable once Html.TagNotResolved */
.dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox {
  margin-bottom: 0;
}

.ui-no-highlight {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  -o-user-select: none;        /* Opera */
  user-select: none;
}

.login-container {
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 10px;
  border: 2px solid black;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

.credential-container {
  margin-bottom: 10px;
}

.submit-container {
  position: relative;
  float: left;
}

.forgot-password-container {
  position: relative;
  float: right;
}

.page-contents {
  clear: both;
  margin-top: 15px;
}

/*.contact-info {
  float: right;
  margin-right: 10px;
  margin-top: -10px;
  font-size: 1.04em;
  line-height: 1.618;
}

.phone-numbers {
  font-family: "Lato", sans-serif;
  text-align: right;
}

p {
  margin: 0;
  color: #136ed0;
}*/

.login {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.menu-header {
  height: 109px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1145px;
  background: url(images/nav_banner.png) no-repeat;
}

.main-menu {
  padding-top: 3px;
  text-align: left;
  vertical-align: middle;
  padding-left: 40px;
  font-size: 18px;
}

.menu-button {
  padding: 15px 20px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  font-size: 1.3em;
  color: white;
}

.formContainer {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: white;
  border: 1px solid #cccccc;
}

form {
  padding-left: 10%;
}

.form-header {
  font-size: 24px;
  text-align: center;
  padding-right: 10%;
}

.form-field {
  margin: 20px 0 20px 0;
}

.side-by-side {
  display: inline-block;
  margin-right: 8px;
}

.subLabel {
  display: block;
  color: #8b8b8b;
}

.fileInput {
  margin-top: 5px;
}

.form-submit {
  text-align: center;
  padding-right: 10%;
}

.leftAlignColumn {
  text-align: left;
}

/* ReSharper disable once Html.TagNotResolved */
md-dialog > form {
  padding: 15px;
}

/* ReSharper disable once Html.TagNotResolved */
md-dialog > form > div > div {
  padding-bottom: 10px;
}