﻿body {
  background-color: #E6E7E9;
  background-repeat: no-repeat;
  background-size: auto;
  background-origin: padding-box;
}

#banner {
  width: 100%;
  height: 100%;
  background-color: #1E1A53;
  display: flex;
  /*justify-content: space-between;*/
}

.bg-nav {
  height: 96px;
}

nav {
  margin-top: 0;
  display: block;
}

nav, .menu, .submenu {
  background-color: #1E1A53;
}

.topLinks {
  color: #FFFFFF;
}

.topNavHeaderItem {
  color: #FFFFFF;
}

  .topNavHeaderItem:hover, .topNavHeaderItem:active, .topNavHeaderItem:focus {
    color: #FFFFFF;
    text-decoration: underline;
  }

h1 {
  color: #336699;
  background-color: white;
}

table {
    border-color: #1E1A53;
}

thead {
    background-color: #1E1A53;
    border-color: #1E1A53;
}

th {
  background-color: #1E1A53;
  border-color: #1E1A53;
}

.header-text {
  font-weight: bold;
  font-size: 250%;
  color: #1E1A53;
}

.inner-banner {
  width: 100%;
  display: flex;
  background-color: white;
  height: 50%;
  margin-top: 50px;
}

.inner-banner-unauth {
  width: 100%;
  display: flex;
  background-color: white;
  height: 50%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.header-divider {
  position: relative;
  height: 70%;
  border-left: 2px solid #1E1A53;
  align-self: center;
}

.stdDiv {
  border: none;
}

.standardWidth {
  width: 100% !important;
}
#head {
  height: 0;
}

.doclink {
  color: #00e;
}

#content > div.stdDiv.standardWidth > div.sectionBody {
  display: flex;
}

/*BUTTON STYLING*/
button, .actionLink {
  background-color: #1E1A53;
}

  button:hover, .actionLink:hover, button:hover:focus, button:focus, button:active {
    background-color: #362d8c;
  }

    button:disabled, button:hover:disabled {
      background: #c0c0c0;
      cursor: default !important;
    }

  button.notable {
    background-color: #1E1A53;
  }

    button.notable:hover, button.notable:hover:focus, button.notable:focus, button.notable:active {
      background-color: #362d8c;
    }

#next, #submitWithout, #completeReview {
  background-color: #1E1A53 !important;
}

  #next:hover:not(:disabled), #submitWithout:hover, #completeReview:hover, #next:hover:focus, #submitWithout:hover:focus, #completeReview:hover:focus, #next:focus, #submitWithout:focus, #completeReview:focus, #next:active, #submitWithout:active, #completeReview:active {
    background-color: #362d8c !important;
  }

#loginSubmit {
  padding: 4px 10px 4px 10px;
}

select.status {
  width: 20em;
}

/*Person Summary*/
fieldset.eligibilityBox {
  border: 3px solid #183052;
}

.ui-widget-header {
    background: #1E1A53;
    color: #FFFFFF
}