#img-rm-result {
  position: absolute;
  top: 38px;
  width: 500px;
  height: 371px;
  max-height: 400px;
  overflow: auto;
  border: Black solid 1px;
  border-radius: 6px;
  left: 700px;
  background: #FFFFFF; 
  box-shadow: 2px 2px 5px;
  font-size: smaller;
  display: none;
}

td {
  vertical-align: middle;
}

input {
  border: black solid 1px;
}

#namus-id-v, #doe-id {
  border: black solid 1px;
  border-radius: 6px;
  box-shadow: 0 0 10px #719ece;
  vertical-align: middle;
}

textarea {
  border: black solid 1px;
  border-radius: 6px;
  box-shadow: 0 0 10px #719ece;
  vertical-align: middle;
}

textarea:hover {
  background-color: #EEF2F5;
}

.input-insert-block {
  border: black solid 1px;
  border-radius: 6px;
  box-shadow: 0 0 10px #719ece;
  vertical-align: middle;
  width: 275px;
}

.input-insert-block:hover {
  background-color: #EEF2F5;
}

.input-special {
  border: black solid 1px;
  border-radius: 6px;
  box-shadow: 0 0 10px #719ece;
  vertical-align: middle;
}

.label-insert-block { 
  vertical-align: middle;
  display: inline-block;
  width: 180px;
}

.input-insert-block-1 { 
  vertical-align: middle;
  display: inline-block;
  width: 350px;
}

.input-insert-block-1:hover { 
  background-color: #EEF2F5;
}

label { 
  vertical-align: middle;
  display: inline-block;
}

textarea {
  display: inline-block;
  vertical-align: middle;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.btn {
  position: absolute;
  margin: 0 auto;
  width: 105px;
  border-radius: 10px; 
}

.agency {
  border: 1px solid black;
  display: block;
  position: relative;
  width: 800px;
  background-color: #DCE4EA;
  left: 10px;
}

td, .cntr {
  text-align: center; 
  vertical-align: middle;
}

textarea {
  white-space: pre-wrap;
}

#restart-btn {
  position: absolute;
  left: 100px;
}

#submit-btn {
  position: absolute;
  left: 400px;
}

#doe-btn-mp {
  position: absolute;
  top: 105px;
}

.namus-btn, .doe-btn, #submit-btn-img-rm, #img-rm-clear {
  border-radius: 10px; 
}

#submit-btn-img-rm, #img-rm-clear {
  margin: 0px;
  display: inline-block;
}

#doe-id-container {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 450px;
}

/**** Calendar ****/
.cal-input-focus { 
  outline: none !important;
  border-color: #719ece;
  box-shadow: 0 0 10px #719ece;
}

[id^=cal-options-div] {
  white-space: nowrap;
  text-align: center;
}

[id^=cal-table] {
  table-layout: fixed; 
  width: 280px; 
}

[id^=cal-table] tr {
  border:Black solid thin;
}

[id^=cal-table] td {
  border:Black solid thin !important;
}
    
[id^=cal-table] th {
  background: #719ece;
}

[id^=cal-table] td {
  text-align:center;
  min-width: 10px;
  max-width: 10px;
  background: #c6d8eb;
}
    
[id^=cal-container] {
  z-index: 999;
  width: 280px; 
  background: #c6d8eb;
  border: Black solid 1px;
  border-radius: 6px;
}

[id^=cal-table] td:hover {
  background: white;
}
/**** End calendar ****/

#uiux span {
  white-space: nowrap;
}

.up-down {
  text-align:center;
}

#namus-btn-blank-form {
  min-width: 85px;
  position: absolute;
  left: 0px;
  top: 50px;
}

#doe-back-btn {
  position: absolute;
  top: 0px;
  left: 0px;
}

#namus-id {
  position: absolute;
  left: 0px;
  top: 25px;
}

#namus-btn {
  position: absolute;
  top: 75px;
  left: 0px;
}

#below-images {
  position: absolute;
  top: 335px;
}

#doe-id-updates-container {
  position: absolute;
  top: 32px;
}

#is_identified_or_closed {
  position: relative;
  top: -30px;
  left: 170px;
}

#mp-update-submit-btn {
  position: absolute;
  left: 400px;
}

#mp-is-closed {
  position: absolute;
  top: 90px;
  left: 530px;
}

#v-unidentified {
  visibility: hidden;
}

#doe-btn {
  display:inline-block;
  width: 230px;
}

#reconstruction_text {
  display:inline-block;
  width: 800px;
}

#loader {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #172536;
  border-right: 16px solid #45647A;
  border-bottom: 16px solid #7890A1;
  border-left: 16px solid #B8C5CF;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.find {
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 5;
}

#find-text {
  width: 120px;
}

#advanced-search {
  color: #172536;
  font-size: smaller;
  /* cursor: grab; */
  cursor: default;
}

.red-link a {
  color: #172536;
}

#rename-uid-orig, #rename-uid-new, #rename-missing-orig, #rename-missing-new {
  position: relative;
  width: 70px;
  border-radius: 6px;
}

.rm-container {
  position: absolute;
  display: inline-block;
  margin-right: 20px;
  /*border: 1px solid black;*/
  left: 50px;
  width: 560px;
  text-align: center;
}

/* Regular-site compatibility overrides.
   This stylesheet is also loaded by the shared site header. */
html, body {
    background-color: #FFFFFF !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #172536 !important;
    font-family: Georgia, "Times New Roman", serif;
}


/* =========================================================
   DOE NETWORK REGULAR SITE - 2026 PALETTE / TYPOGRAPHY
   ========================================================= */

/* Regular text */
html, body, p, div, span, li, td, th, label, input, select, textarea, button {
    font-family: "Open Sans", Arial, sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", Arial, sans-serif !important;
    color: #147CA6 !important;
}

/* Regular links */
a:link {
    color: #049DD9;
}
a:visited {
    color: #147CA6;
}
a:hover,
a:focus,
a:active {
    color: #07B2D9;
}

/* Keep links easy to identify in page content */
body a:link,
body a:visited {
    text-decoration: underline;
    text-underline-offset: 2px;
}
body a:hover,
body a:focus {
    text-decoration-thickness: 2px;
}

/* Page canvas */
html, body {
    background-color: #FFFFFF !important;
}


/* =========================================================
   DOE NETWORK - FINAL LINK COLOR OVERRIDE
   Simple legacy-compatible selectors, intentionally !important.
   ========================================================= */

/* All regular links */
body a:link {
    color: #8A6500 !important;
    font-weight: 600;
    text-decoration: underline !important;
    text-decoration-color: #C79600 !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

body a:visited {
    color: #6F5200 !important;
    font-weight: 600;
    text-decoration: underline !important;
    text-decoration-color: #A77C00 !important;
}

body a:hover,
body a:focus,
body a:active {
    color: #5C4300 !important;
    text-decoration: underline !important;
    text-decoration-color: #D6A900 !important;
    text-decoration-thickness: 3px;
}

/* Headings themselves and heading links are never underlined */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #147CA6 !important;
    text-decoration: none !important;
}

/* Restore menu links after the global link override */
#cssmenu a,
#cssmenu a:link,
#cssmenu a:visited,
#cssmenu a:hover,
#cssmenu a:focus,
#cssmenu a:active {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
    background-color: #049DD9 !important;
    color: #FFFFFF !important;
}


/* =========================================================
   DOE NETWORK - FINAL MENU LINK SEPARATION
   Must remain after any global body/link rules.
   ========================================================= */

/* Menu bar */
#cssmenu {
    background: #147CA6 !important;
    background-image: none !important;
}

/* Top-level navigation */
#cssmenu > ul > li > a,
#cssmenu > ul > li > a:link,
#cssmenu > ul > li > a:visited {
    color: #FFFFFF !important;
    background: transparent !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li > a:focus,
#cssmenu > ul > li.active > a {
    color: #FFFFFF !important;
    background: #049DD9 !important;
    text-decoration: none !important;
}

/* Dropdown menus */
#cssmenu ul ul,
#cssmenu ul ul ul {
    background: #FFFFFF !important;
}

#cssmenu ul ul li > a,
#cssmenu ul ul li > a:link,
#cssmenu ul ul li > a:visited,
#cssmenu ul ul ul li > a,
#cssmenu ul ul ul li > a:link,
#cssmenu ul ul ul li > a:visited {
    color: #123B5D !important;
    background: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

/* Dropdown hover/focus */
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li > a:focus,
#cssmenu ul ul ul li:hover > a,
#cssmenu ul ul ul li > a:hover,
#cssmenu ul ul ul li > a:focus {
    color: #0A304D !important;
    background: #E8F5FA !important;
    text-decoration: none !important;
}

/* Dropdown arrows */
#cssmenu ul ul li.has-sub > a::after {
    border-left-color: #123B5D !important;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    border-left-color: transparent !important;
    border-right-color: #123B5D !important;
}
