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: yellow;
}

.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: yellow;
}

.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: yellow;
}

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: coral;
  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 {
  border-radius: 10px; 
}

#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 blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  -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: blue;
  font-size: smaller;
  /* cursor: grab; */
  cursor: default;
}

.red-link a {
  color: red;
}

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