/**
 * UI additions to adapt bootstrap for registry UI. Dave Reynolds, 2013
 */

body {
        min-height: 600px;
}

.table {
   margin-bottom: 0em;
}

table tr td table {
   margin-bottom: 0em;
}

.space-above {
   margin-top: 1em;
}

.space-below {
   margin-bottom: 1em;
}

footer {
  font-size: 0.8em;
  padding-top: 12px;
  margin-top: 12px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.nav-text {
    color: blue;
}

.result-blob {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    /* margin-right: 5px; */
}

.blob {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blob-inner {
    padding: 5px;
}

.pale-blue {
    background-color:  #d9f0f9;
}

.pale-orange {
    background-color:  #f9dfc2;
}

.formats {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid lightgrey;
    margin-bottom: 10px;
    padding: 5px;
   font-size: 80%;
   line-spacing: 80%;
}

.formats dl {
    margin-bottom: 0px;
    margin-top: 0px;
}

.formats table tr td {
    vertical-align: middle;
}

.test-blob {
    background-color: grey;
    text-align: center;
 }

 .test-border {
    border: 2px solid lightgrey;
 }

 .tab-content {
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding:  5px;
 }

.nav-compact {
    margin-bottom: 0px;
}

#registration-dialog {
    width: 700px;
    top: 5%;
    left: 40%;
}

#registration-body {
   min-height: 500px;
   min-width: 600px;
}

.modal.update {
    width: 800px;
    top: 5%;
    left: 30%;
}

.modal-body.update {
    max-height: 650px;
}

/* Modal pages */
.modal-page-panel {
    z-index: 1050;
    background-color: white;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.modal-page-head {
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #eee;
}

.modal-page-body {
    padding: 5px 10px 5px 10px;
}

.modal-page-footer {
    padding: 5px 10px 5px 10px;
    background-color: #f5f5f5;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #ddd;
    box-shadow: inset 0 1px 0 white;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    min-height: 30px;
}

td.align-right {
    text-align: right;
}

#metadata-content {
    border-top: 1px solid lightgrey;
}

.ui-edit-main {
    min-width: 350px;
}

/* Hierarchical list support */
.hlist-entry {
    min-width: 600px;
    border: 1px solid lightgrey;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}

.hlist-child-box {
    padding-left: 40px;
}

.dropdown.languages ul li div {
  display: inline-block;
}

.dropdown.languages ul li div.langCode {
   min-width: 1.5em;
}

.dropdown ul li span {
  background-color: white;
  color: black;
  border-bottom: none;
  margin-left: 10px;
  margin-bottom: 3px;
  font-size: 15.4px;
}

.non-operational-banner {
  background-color: #ff7e00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  width: 100%;
}