/**
 * Style adjustments specific to current registry UI pages.
 * The general registry L&F styling is based on bootstrap 3
 * with extensions and modifications created using the sass
 * scripts in the ui-customize area.
 */

body {
    min-height: 600px;
}

.navbar-brand span {
    font-size: 80%;
    font-weight: 400;
}

.navbar-brand .mo-logo {
    display: inline-block;
    height: auto;
    margin: -2px 2px 0 0;
    width: 100px;
}

/* General table tweaks - possible should move to ui-customize */
.table {
   margin-bottom: 0;
}

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

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

/* Actions tab on metadata pane */
.action-section {
    margin-bottom: 10px;
}

/* Table of download formats */
.formats {
    border: 2px solid lightgrey;
    margin-bottom: 10px;
    padding: 5px;
   font-size: 80%;
   line-spacing: 80%;
}

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

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

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

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

/* Sizes for some specific modals */
#registration-dialog {
    width: 700px;
    top: 5%;
    left: 40%;
}

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


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

#uriField {
    width: 100%;
}

.langTable .langValueColumn {
    padding-left: 5px;
}

.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-size: 16px;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}