﻿body {
  color: black;
  padding: 0;
  margin: 0;
  font-size: 12pt;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-sizing: border-box; }

h1 {
  font-size: 1.5em;
  font-weight: bold; }

h2 {
  font-size: 1.4em;
  font-weight: bold; }

h3 {
  font-size: 1.3em;
  font-weight: bold; }

h4 {
  font-size: 1.1em;
  font-weight: bold; }

h5 {
  font-size: 1em;
  font-weight: bold; }

sup.required {
  color: red;
  font-size: 0.7em; }

input.error {
  border-color: red; }

.errorSubText {
  font-size: 0.5em;
  color: red;
  font-style: italic; }

.TopNavBar {
  padding: 15px;
  font-size: 1em;
  background-color: #2663a5;
  color: white;
  width: 100%;
  box-sizing: border-box;
  position: relative; }

.Logo {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 2em;
  font-weight: bold;
  font-variant: small-caps;
  font-family: 'Times New Roman', Times, serif;
  text-align: left;
  cursor: pointer;
  z-index: 999; }

.Hoverable:hover {
  cursor: pointer;
  background-color: #2663a5; }
  .Hoverable:hover:hover {
    background-color: #215790; }

.errorMessage {
  background-color: #ffe9e9;
  color: #CA0000 !important;
  padding: 5px 5px 5px 45px;
  border-radius: 5px;
  border: 2px solid red;
  background-image: url(/Images/warning_32.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  min-height: 46px;
  margin: 10px; }

.DashboardBox {
  width: 300px;
  margin: 20px;
  padding: 12px;
  border-radius: 10px;
  background-color: #9bc3ee;
  display: inline-block;
  height: 400px; }

.MainContentWrapper {
  padding: 0; }

.disabledField label {
  color: gray; }

.FieldGroup {
  display: block;
  max-width: 700px;
  position: relative;
  margin: 0 10px 12px 0; }
  .FieldGroup .FieldLabel {
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
    vertical-align: top;
    color: black;
    min-width: 200px; }
  .FieldGroup .FieldContent {
    display: inline-block;
    font-size: 1.1em;
    text-align: left;
    vertical-align: top; }
    .FieldGroup .FieldContent textarea {
      width: 100%; }
  .FieldGroup .FieldColumn {
    padding-left: 30px; }

.InstructionalSubText {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 8px; }

@media only screen and (max-width: 620px) {
  .DashboardBox {
    height: auto;
    margin: 0; }
  .MainContentWrapper {
    padding: 10px; } }

@media only screen and (max-width: 550px) {
  #dropdownMenuButton #UserNameLabel {
    display: none; }
  .Logo {
    width: 155px;
    line-height: 1em;
    font-size: 1.2em; } }

@media only screen and (max-width: 400px) {
  .DashboardBox {
    width: 100%; } }

