/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */
p.required-field-note {
  text-align: right;
}

span.required {
  font-family: Courier New, monospace;
  color: rgb(231, 76, 60);
  font-size: 12pt;
}

form {
  margin-top: 1.5em;
  margin-right: 0px;
  margin-bottom: 1.5em;
  margin-left: 0px;
  display: table;
}
form label {
  display: table-cell;
}
form input, form select {
  display: table-cell;
  margin-left: 1em;
}

p.form-parameter {
  padding-top: 2px;
  padding-bottom: 2px;
  display: table-row;
}
p.form-parameter select {
  width: 56em;
}

footer {
  background-color: rgb(44, 62, 80);
}

.masthead-logo a:link {
  background-image: url(/opensearch/assets/cmr-opensearch-logo-small-39c91391b3f21ce67977a44c9e20e041875beafb51642019989ff9b17c2149cb.png);
}
.masthead-logo a:hover {
  background-image: url(/opensearch/assets/cmr-opensearch-logo-small-hover-566a8414f0219a6235c567bf99a47bf4baa706f4490fb102202abf35432ff38b.png);
}

section.hero {
  padding-top: 0em;
  height: 150px;
  color: #ffffff;
  text-align: center;
  background-color: rgb(44, 62, 80);
}
section.hero a:link, section.hero a:visited {
  color: #ffffff;
  text-decoration-line: none;
  text-decoration-style: solid;
}

span.emphasis {
  font-weight: bold;
}
