/*
  Main CSS File for the app
*/
html,
body {
  height: 100%;
}
ul {
  list-style-type: none;
  margin: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
.a-medium {
  color: #0E5592;
  font-size: 2.2rem;
}

.flex {
  display: flex;
}

.flex.c {
  flex-direction: column;
}

.flex.w {
  flex-wrap: wrap;
}

.flex.jc-sb {
  justify-content: space-between;
}

.flex.jc-sa {
  justify-content: space-around;
}

.flex.jc-c {
  justify-content: center;
}

.flex.ai-c {
  align-items: center;
}

div.container {
  position: relative;
  width: auto;
}

div.visible {
  display: block !important;
}

.hidden {
  display:none !important;
}

#faqBox {
  margin: 5px auto 25px;
}

.clearBoth {
  clear: both;
}

#faqBoxBrowse {
  margin-top: -5px;
}

.lead.lead-small {
  font-size: 17px;
}

#content {
  background-color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  flex: 1 0 auto;
}

#app-container {
  background: white;
  padding: 1em 1em 1em;
  height: auto;
}

.header {
  position: relative;
}
.header .menu {
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  border: none;
}

h1.title {
  font-weight: normal;
  font-size: 36px;
}

h2 {
  font-size: 2em;
  font-weight: 300;
  color: #2e8b57; /* coordinating blue */
}

.xdr-body-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Page Alert */
#pageAlert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 1061;
}

/* Nav */

.navbar {
  border-radius: 0;
  margin-bottom: 0;
}

.xdr-nav {
  margin-bottom: 0;
  border: none;
  /* background-color: rgba(4, 148, 1956, 0.4); */
  /* background-color: rgba(63, 203, 203, 0.65); */
  background-color: rgba(63, 203, 203, 0.88);
  /* border-bottom: solid 5px #015A78; */
  /* border-bottom: solid 5px #015582; */
  border-radius: 0;
  font-size: 1.25em;
}

.xdr-nav .navbar-toggle {
  border: none;
}
.xdr-nav .navbar-toggle:hover,
.xdr-nav .navbar-toggle:focus {
  background-color: rgb(110, 187, 215) !important;
}
.icon-bar {
  background-color: rgb(23, 125, 162) !important;
}

.xdr-nav .navbar-nav li.dropdown.open > .dropdown-toggle,
.xdr-nav .navbar-nav li.dropdown.active > .dropdown-toggle,
.xdr-nav .navbar-nav li.dropdown.open.active > .dropdown-toggle {
    /* background-color: #104f65; */
    /* color: #8cd8f1; */

  /* Accessible contrasts */
  background-color: #015582;
  color: #6DCDED;
}

.xdr-nav .navbar-nav > li > a,
.xdr-nav .navbar-nav > li > a:focus {
  /* color: rgba(1, 90, 120, 1); */

  /* Accessible contrasts */
  font-size: 2rem;
  color: #013555;
}

.xdr-nav .navbar-nav > li > a:hover {
  color: #177da2;
}

.xdr-nav .navbar-nav > .active > a,
.xdr-nav .navbar-nav > .active > a:hover,
.xdr-nav .navbar-nav > .active > a:focus {
  color: #8cd8f1;
  text-decoration: none;
  background-color: #015582;
}

.xdr-nav .dropdown-menu {
  border: none;
  border-top: solid 5px #015582;
}

.xdr-nav .dropdown-menu a,
.xdr-nav .dropdown-menu a:focus,
.xdr-nav .dropdown-menu a:hover {
  color: #005878; /* OEDI logo blue */
}

.xdr-nav .navbar-search .form-group {
  border-bottom: solid 2px rgba(1, 90, 120, 1);
  height: 30px;
  color: rgba(1, 90, 120, 1);
}

.xdr-nav .navbar-search .form-group input {
  background: none;
  border: none;
  color: rgba(1, 90, 120, 1);
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
  padding: 2px;
  transition: width 0.25s;
  width: 185px;
}

.xdr-nav .navbar-search .form-group input:focus {
  background: none;
  width: 200px;
}

.xdr-nav .navbar-search .form-group input::placeholder {
  color: rgba(1, 90, 120, 1);
}

/* Logos and Branding */
.home-link {
  padding: 1rem 1.5rem;
}
.home-logo {
  width: 75px;
}
.oedi-nav-logo {
  margin-top: -6px;
}

.xdr-logo-main {
  max-width: 360px;
  width: 100%;
}

.oedi-logo-big-center {
  text-align: center;
  text-shadow: 1px 0 2px rgba(255,255,255,0.5);
  padding-bottom: 1em;
}
.oedi-logo-big-center h1.title {
  margin: 10px auto;
  border: none;
  font-size: 2.2em;
}
span.subtitle {
  font-size: 1.63em;
}

.oedi-logo-medium img {
  width: 250px;
  margin-left: -9px;
}
.oedi-logo-medium h1.title {
  color: #333;
  font-size: 22px;
  line-height: 25px;
  margin: 1px 0;
  width: 270px;
  border: none;
}
.oedi-logo-medium .subtitle {
  font-size: 13px;
  margin-bottom: -20px;
}
.oedi-lfenergy-medium {
  padding: 20px 0;
}

/* OEDI Nav Bar Styles */
.oedi-nav img.oedi-nav-logo {
  float: left;
  height: 33px;
  margin-top: 4px;
  margin-right: 15px;
}

/* Main Index Page Styles */
#app-container.main-page-background {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.main-page-background .dashboard-panel {
  background: white;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.main-page-background .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(249, 249, 249, 0.75);
}

.main-page-background .table-hover > tbody > tr:hover {
  background: white;
}

.intro-text-center {
  width: 40%;
  margin: 0 auto 2em;
  text-align: center;
}

#mainPageSearch {
  width: 60%;
  margin: 2em auto;
  background: rgba(203,208,228,0.8);
  border-radius: 4px;
  padding: 11px 3px;
  text-align: center;
  border: 1px solid transparent;
}
#mainPageSearch {
  transition: box-shadow, border-color 0.1s linear;
}
#mainPageSearch:hover {
  border-color: #75b4ee;
  box-shadow: 0px 0px 6px -1px #043A6D;
}
#mainPageSearch form {
  margin: 0;
}
.form-search.main-page-search .form-group {
  padding: 0 1rem;
}
#mainPageSearch form.main-page-search input[type="text"],
#mainPageSearch form.main-page-search input[type="submit"] {
  font-size: 1.15em;
  margin-bottom: 0;
}

.homepage-notice {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 385px;
  text-align: center;
  color: white;
  background: #0f71a2;
  padding: 15px;
  z-index: 356;
}

.homepage-notice-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  color: #00a7e3;
  background: white;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  padding-top: 5px;
  font-size: 22px;
}

.homepage-notice h5 {
  font-size: larger;
  text-transform: uppercase;
}

.homepage-notice p {
  font-weight: 400;
  font-family: "Roboto","Helvetica Neue",Arial, sans-serif;
}

.homepage-notice a.btn-notice {
  width: 100%;
  border-radius: 0;
  font-weight: bold;
  color: #0f71a2;
  text-transform: uppercase;
}

/* bootstrap OpenEI fix */
.modal-header h3 {
  margin: 0;
}

/* bootstrap OpenEI custom addition */
.icon-loading {
  background-image: url("../img/loading.gif");
  background-position: 0px 0px;
  vertical-align: baseline;
}

/* bootstrap XDR custom */
.icon-oedi-tiny {
  background-image: url("../img/oedi-logo-tiny-gray.png");
  background-position: 0px 0px;
  vertical-align: baseline;
  width: 30px;
}

.modal-backdrop {
  background-color: white;
}

.modal-large {
  width: 740px;
  left: 50%;
  margin-left: -370px;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #ffffff;
}

.btn-cancel {
  color: gray;
}

.btn-cancel:hover {
  text-decoration: none;
  color: #555555;
}

.btn-round {
  border-radius: 50%;
  padding: 5px 8px;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  outline: 0;
  background-color: #b8d8e4; /* water blue */
  text-decoration: none;
  text-shadow: 1px 0 1px rgba(255,255,255,0.6);
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: rgba(4, 148, 1956, 0.4); /* MHK navbar blue */
  text-decoration: none;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
  color: #333333;
}

.blockquote {
  border-left: none; /* remove old Bootstrap 3 style for marking blockquotes */
  position: relative;
  background: #d8f4f6; /* OEDI mute blue */
}

.blockquote p::before {
  content: "\201C";
  color: #45c0bf; /* OEDI accent green */
  font-size: 1.75em;
  position: absolute;
  left: 5px;
  top: 0;
}

.blockquote p::after {
  content: "\201D";
  color: #45c0bf; /* OEDI accent green */
  font-size: 1.75em;
  position: absolute;
  margin-top: -10px;
}

.blockquote-footer {
  margin-top: -1.5rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #037580; /* OEDI text highlight blue/green */
}

.blockquote-footer::before {
  content: "— ";
}

/* bootstrap OpenEI fix */
.progress {
  min-height: 0px;
  min-width: 0px;
}

#content .dropdown-menu {
  margin: 0;
}

/* Manually set width and height of add info modals */
#addResourceInfoModal.modal {
  width: 600px;
  left: 50%;
  margin-left: -300px;
}

#addLocationModal.modal {
  width: 600px;
  left: 50%;
  margin-left: -300px;
}

#addLocationModal.modal .nav-tabs {
  position: absolute;
  font-size: 15px;
  top: 14px;
  margin-left: 127px;
}

#addLocationModal .location-map {
  height: 250px;
  margin-bottom: 5px;
  border: 1px solid #555;
}

#addLocationModal .location-map div.gmnoprint img {
  max-width: inherit; /* necessary for google maps to play nice with bootstrap */
}

#addLocationModal #mapExtentShortcuts {
  font-size: 0.8em;
}
#addLocationModal p.text-muted {
  margin-bottom: 2.5em;
}

#addLocationModal .map-extent-preselect {
  margin-left: 2em;
}

#addLocationModal #selectPointWarning {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: white;
  background: rgba(255,255,255,0.8);
}

#addLocationModal #selectPointWarning h3 {
  padding-top: 20px;
  text-shadow: 1px 0px 1px rgba(255,255,210,0.88); /*adds contrast against map background */
}

#addLocationModal #selectPointWarning p {
  margin: 10px 30px;
}

/* Manually set height of note modal */
#noteModal.modal.fade {
  top: 15%;
}

#noteModal .note-association {
  font-size: 1.2em;
  font-weight: 300;
  padding: 5px 7px 5px 13px;
  margin-right: 5px;
  background: #eeeeee;
  color: #333;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}

#noteModal .note-association .close {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 8px;
  margin-left: 4px;
  float: none;
  vertical-align: super;
  opacity: 0.4;
}

#noteModal .note-association .close:hover {
  opacity: 0.6;
}

/* Manually center delete, doi and twoFactorAuth modals */
#twoFactorAuthenticate.modal.fade,
#confirmDeleteModal.modal.fade,
#addUpdateDOIModal.modal.fade {
  top: 35%;
}

/* Ask modal styles */
#askModal.modal.fade {
  top: 5%;
}

#askHeader {
  text-align: center;
}

.modal-content.dark {
  background: #303337;
  color: white;
}

.dark .modal-footer {
  background: #303337;
  box-shadow: none;
  border-top: 1px solid #777;
  color: #888;
}

.dark .modal-footer .disclaimer {
  float: left;
  display: block;
  margin: 7px 0 0 1em;
}

.dark button.close {
  color: white;
  text-shadow: 0 1px 0 #000;
  opacity: .4;
}

.dark button.close:hover,
.dark button.close:focus {
  opacity: .7;
}

.dark .btn-default {
  color: #aaa;
  background-color: #303337;
  border-color: #777;
}

.dark .btn-default:hover,
.dark .btn-default:focus {
  color: white;
  background-color: #444;
  border-color: #aaa;
}

.dark .btn-default:active {
  background-color: #222;
}

#askModal .modal-body {
  min-height: 500px;
  padding: 0;
}

#askModal .modal-body iframe {
  display: block;   /* iframes are inline by default */
  border: none;     /* reset default border */
  height: 75vh;     /* viewport-relative units */
  width: 100%;
}

/* New form */
.form-container {
  margin: 0 auto;
  max-width: 1400px;
}

fieldset.form-process {
  position: relative;
  padding-left: 35px;
  padding-bottom: 3em;
  border-left: solid 2px #CCCCCC;
  transition: border-color 0.25s, box-shadow 0.25s;
}

fieldset.form-process::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: solid 2px #CCCCCC;
  top: 0px;
  left: -11px;
  border-radius: 50%;
  transition: background-color 0.25s, border-color 0.25s;
}

fieldset.form-process.active {
  border-left-color: #01827C;
}

fieldset.form-process.active::after {
  background-color: #A3E0DD;
  border-color: #01827C;
}

fieldset.form-process .legend {
  border: 0;
  margin-left: -15px;
  margin-bottom: 1em;
  margin-top: 0;
  line-height: 1;
}

fieldset.form-process hr {
  border-top: solid 2px #CCCCCC;
  margin: 30px 15%;
}

/* Form Validation */
div.form-group span.help-block {
  margin-top: 0px;
}

/* Override OpenEI Styles in main.css and shared.css */
div.form-group.error {
  font-size: inherit;
}

div.form-group input:focus:invalid,
textarea:focus:invalid {
  background-color: #fed;
}

div.form-group input:focus:valid,
textarea:focus:valid {
  background-color: #f9f9ff;
}

div.found-remote-site {
  margin-top: -10px;
}

div.found-remote-site i.fa {
  font-size: 18px;
}

#progLanguages span.help-block {
  margin-top: -10px;
}

#loadingRemoteSite {
  margin-bottom: 3px;
}

#loadingRemoteSite i.fa {
  margin-left: -8px;
}

h4 {
  margin-top: 20px;
}

/* Author Cards */
.author-container {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0 5% 0 26%; */
  padding: 0 15px;
}

.author-card {
  position: relative;
  background: #fafafa;
  min-height: 80px;
  width: 100%;
  max-width: 260px;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 2px 10px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 2px 1px -2px rgba(0,0,0,0.15);
}

.author-card .btn-remove {
  position: absolute;
  top: 0;
  right: 5px;
}

.author-card .author-edit {
  position: absolute;
  bottom: 2px;
  right: 2px;
}

.author-card p.author-name {
  font-size: 1.2em;
  margin: 2px 0;
  font-weight: 300;
}

.author-card small {
  display: block;
}


/* Individual Resource Info Table */
table.resourceInfoTable button {
  opacity: 0;
  filter: alpha(opacity=0);
}

table.resourceInfoTable tr:hover button {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Leave warning buttons visible at all times */
table.resourceInfoTable button.btn-warning {
  opacity: 1;
  filter: alpha(opacity=100);
}

table.resourceInfoTable td > span.badge {
  margin-left: 1em;
  background-color: #83b5d1;
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
}

table.resourceInfoTable tr td:first-child {
  width: 1.1em;
  padding-right: 0;
}

table.resourceInfoTable tr.remove {
  background-color: #f2dede;
}

.btn-remove {
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  margin-top: -5px;
  color: #eb362f;
  text-shadow: 0 1px 0 #ffffff;
}

.btn-remove:hover {
  color: #bd362f;
  text-decoration: none;
  cursor: pointer;
}

.btn-remove[disabled]:hover {
  cursor: not-allowed;
}

.btn-edit {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}



/* Bootstrap Form mods */
.form-control.tagManager {
  width: 8em;
  float: left;
}

/* Form styles */
.form-heading-center {
  /* padding: 25px 25.3% 0 25.3%; */
  transition: padding 0.24s;
}

/* Actionable tags / keywords */
/* spans are used in the form, a tags on submission display pages */
span.myTag {
  padding: 6px 5px 6px 10px;
}

a.myTag:hover {
  text-decoration: none;
  cursor: pointer;
  color: darkgreen;
  background-color: #bcd688;
}
.myTagRemover {
  color: rgb(111,111,111);
  opacity: 0.3;
  transition: opacity 0.1s;
}
.myTag:hover .myTagRemover {
  color: rgb(214,11,11);
  opacity: 0.6;
}
.myTag:hover .myTagRemover:hover {
  opacity: 1;
  text-decoration: none;
}

/* Dashboard Panels */
.dashboard-panel {
  background-color: #eeeeee;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 200;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
}

.dashboard-panel .dashboard-counter {
  font-size: 72px;
  line-height: 1;
  margin-bottom: 0;
}

.dashboard-panel p {
  margin: 10px 0 0;
}

.dashboard-actions {
  background-color: #eeeeee;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 4px 10px;
}

.favorite-dashboard-icon {
  font-size: 55px;
  position: absolute;
  top: 10px;
  right: 25px;
  color: #707277;
}

/* Message Panel */
#message {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 25em;
  margin-left: -12em;
  margin-top: -25px;
  text-align: center;
  padding: 0.5em;
}

#message img#loading {
  display: none;
}

#message span {
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  color: #666;
  display: block;
  margin-bottom: 0.5em;
}

/* Main Submit Form */
#submissionForm {
  padding-bottom: 10px;
}

.form-group.well {
  padding: 19px 0;
}

div.form-spacer {
  margin-top: 5em;
}

div.form-footer {
  padding: 14px 15px 15px;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  box-shadow: inset 0 0 0 1px #ffffff;
}

#moratorium-group {
  display: none;
}

.moratorium-msg {
  margin-top: 10px;
}

#formNav.affix {
  top: 10px;
}

#formNav.affix-top {
  position: relative;
}

#formNav.affix-bottom {
  position: relative;
}

ul.form-nav > li > a {
  border-left: solid 3px #EAEAEA;
  transition: 0.25s;
  padding: 8px 15px;
  color: #888888;
}

ul.form-nav > li > a:hover,
ul.form-nav > li > a:focus {
  border-left-color: #CCCCCC;
  background-color: transparent;
  color: #707070;
}

ul.form-nav > li.active > a,
ul.form-nav > li.active > a:hover,
ul.form-nav > li.active > a:focus {
  border-left-color: #01827C;
  color: #333333;
  font-weight: bold;
}

#submissionFormActions {
  position: absolute;
  /* bottom: 45px;
  height: 56px; */
  margin: 0 auto;
  z-index: 991;
  /* left: 8%;
  width: 84%; */
  width: calc(100% - 30px);
  max-width: 1400px;
  transition: box-shadow 0.25s;
}

#submissionFormActions .form-footer {
  font-size: 0.9em;
  padding: 10px 15px 1px;
  float: right;
  width: 105rem;
  border-radius: 0.15rem;
  border: none;
  background-color: rgba(226, 228, 229, 0.96);
  box-shadow: none;
}

#submissionFormActions.affix {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  /* adjust for skin padding when fixed positioned, 2em each side */
  /* left: calc(2em + 8%);
  width: calc(84% - 4em); */
  /* width: calc(100% - 58px); */
  margin: 0 auto;
}

#submissionFormActions.affix-bottom {
  position: absolute;
  top: 0px !important;
}

#submissionFormActions .btn {
  margin-left: 0.6em;
  vertical-align: baseline;
}

.form-footer .alert {
  margin: -7px 0 0;
  padding: 4px 20px 4px 12px;
  max-width: 695px;
  border-radius: 0px;
}

.form-footer .alert.lead {
  font-size: 19px;
}

input.repo-url {
  margin-bottom: 5px;
}

.found-remote-site > i.fa {
  font-size: 1.25em;
}

/* Tables */
table a.truncate-text,
table span.truncate-text {
  display: inline-block;
}
table .truncate-text {
  max-width: 100%; /* IE hax contains corresponding width */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

table a.show-truncated-text {
  position: absolute;
  right: -3px;
}

table a.show-truncated-text:hover {
  text-decoration: none;
}

table.submissionsTable th {
  min-height: 40px;
}

table.submissionsTable tr .doi-details {
  opacity: 0;
  transition: opacity 0.2s;
}

table.submissionsTable tr:hover .doi-details {
  opacity: 1;
}

table.submissionsTable td.submission-name-only {
  max-width: 40em;
}

table.submissionsTable td.org-name-only {
  max-width: 40em;
}

table.submissionsTable td.submission-name-extra-cols {
  max-width: 22em;
}

table.submissionsTable td.org-name-extra-cols {
  max-width: 10em;
}

table.submissionsTable td.submission-name-with-notes {
  max-width: 15em;
}

table.submissionsTable td.org-name-with-notes {
  max-width: 10em;
}

table.submissionsTable td.sub-project-num,
table.submissionsTable td.sub-resource-count {
  max-width: 90px;
}

table .popover {
  width: 600px; /* extra-wide to show td.truncated-text overflows */
}

/* Loading Row */
table tr#loadingRow td {
  position: relative;
  padding: 0;
}

table tr#loadingRow .progress {
  margin: -1px 0 0;
  height: 2px;
  background: #ddd; /* matches table borders */
}

/* Curator Notes */

.curator-note {
  background: rgba(255, 236, 113,0.4);
  margin: 0 0 1em;
  padding: 1em 1em 0.1em;
  width: 15em;
  word-break: break-word;
  box-shadow: 0 1px 3px -1px rgba(0,0,0,0.25);
  transition: background 0.2s;
}

.curator-note:hover {
  background: rgba(255, 236, 113,0.6);
}

.curator-note .note-credits {
  margin-top: 0.25em;
}
.curator-note .note-credits .edited {
  color: #b9ac6c;
  font-size: 0.8em;
}

.curator-note .note-actions {
  margin: 1rem 0 0 0;
}

.curator-note .btn-link {
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.7;
  padding: 0;
  margin: 0 0 5px 5px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  transition: color 0.1s;
}

.curator-note .btn-link:hover {
  cursor: pointer;
  color: #453c21;
}

.add-note-link {
  font-size: 0.8em;
  line-height: 0.8em;
  margin-right: 1.4em;
  color: #ad9c5e;
}

.add-note-link:hover {
  color: #655d38;
}

.notes-grid .curator-note {
  float: left;
  margin: 0 1.5em 1.5em 0;
  background: rgba(255, 238, 163, 0.65); /* looks better over semi-transparent bkg */
}

.notes-grid .curator-note:hover {
  background: rgba(255, 238, 163, 0.9);
}

.curator-note .note-associations {
  margin-top: 0.5em;
}

.note-associations a,
.note-associations a:visited,
.note-associations a:hover {
  text-decoration: none;
}

.note-associations > a.btn-subtle {
  display: inline-block;
  color: #b9ac6c;
  border: 1px solid #b9ac6c;
  font-size: 11px;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 0.5em;
  transition: background 0.2s, color 0.2s;
}

.note-associations > a.btn-subtle:hover {
  background: #b9ac6c;
  color: #fff7c6;
}

.btn-count {
  position: absolute;
  font-size: 9px;
  margin: 0.4em -0.95em;
}

/* Curator Merge */
#mergeViz {
  font-size: 1.5em;
  color: #a6a6a6;
}

#mergeViz .label {
  font-weight: 100;
  margin-right: 5px;
}

#mergeViz .label-default {
  background-color: #bbbbbb;
}

#mergeViz .arrow {
  color: #f0ad4e;
  top: 4px;
  margin-right: 5px;
}

/* Rules specific to the Data Lakes page */
.project-page-stats-card p {
    font-size: 5rem;
    line-height: 5.5rem;
}

.cloud-filter-text {
    color: grey;
    padding-top: 2.9em;
}

.cloud-filter-button-selected {
    border: #505050 solid 3px;
    box-shadow:0 0 1px .25px #505050;
}

.cloud-filter-button-unselected {
    border: #ddd solid 1px;
    box-shadow:0 0 2px .5px #ddd;
}

.cloud-filter-button {
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    height: 57px;
    max-width: 150px;
    margin: 20px;
    padding: 0;
    background-color:white;
}

.cloud-filter-button-img {
    margin: auto;
    width: 80%;
}

.cloud-filter-button-btn {
    margin-top: 10px;
}

.cloud-filter-button-btn {
    margin-top: 10px;
}

.green-text {
    color: #2e8b57;
}

@media only screen and (max-width: 1100px) {
    #sections-side-nav {
        display: none;
    }
}

#sections-side-nav.col-md-2 {
    width: 17%;
}

#sections-side-nav.position-sticky {
    top: 0;
}

#sections-side-nav.scroll-nav {
    margin-top: 57px;
}

#sections-side-nav.scroll-nav nav {
    padding-right: 35px;
    position: sticky !important;
    top: 0px;
    max-width: 25%;
    height: 100%;
    min-width: 194px;
}

.linked-text a {
    color: #38a1eb important!;
}

.scroll-section {
    padding-bottom: 0px;
}

.scroll-item {
  color: #337ab7;
  max-width: 200px;
  min-width: 150px;
  box-shadow: none !important;
  background-color: inherit;
  transition: all 0.1s;
  float: left;
  padding-top: 15px;
}
.scroll-item:not(.active).btn:hover, 
.scroll-item:not(.active).btn:focus, 
.scroll-item:not(.active).btn.focus {
  color: #337ab7 !important;
}

.scroll-item.active {
  pointer-events: none;
  color: #000 !important;
  cursor: default;
  opacity: 1;
}

.availability-icon {
    padding: 0px 2px;
}

.availability-icon-aws {
    position: relative;
    top: 2px;
}

/* Rules specific to the Siting Lab page */

.siting-lab-iframe-button { 
  background-color: #85a3ad;
  border: none;
  color: white;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
  margin: 0px 2px;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.siting-lab-iframe-active-button { 
  box-shadow: -3px -1px 2px 1px #ababab !important;
  background-color: #5ed2d1 !important;
  color: #013555 !important;
}

.siting-lab-iframe-inactive-button { 
  background-color: #85a3ad;
  color: white;
}

.siting-lab-iframe-original-button { 
  background-color: #1c87c9;
  border: none;
  color: white;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 6px;
}


.siting-lab-container {
  display: flex;
  width: 100%;
}

.siting-lab-sidebar {
  width: 250px;
  padding: 20px;
}


.siting-lab-sort-container {
  margin-bottom: 20px;
}

.siting-lab-sort-select {
  font-weight: normal;
  display: block;
  white-space-collapse: collapse;
  text-wrap: nowrap;
  min-height: 1.2em;
  padding: 2px 10px 2px 0px;
  color: #808080;
  font-size: 16px;
  font-weight: 300;
}

.siting-lab-toggle-search-label {
  color: #808080;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 10px;
  margin-bottom: 10px;
}

.siting-lab-filter-container {
  display: flex;
  flex-direction: column;
}

.siting-lab-filter-button {
  background-color: #ffffff;
  color: #333;
  border: none;
  padding: 10px;
  margin-bottom: 10px;
  /* border-radius: 4px; */
  text-align: left;
  cursor: pointer;
  width: fit-content;
}

.siting-lab-filter-category {
  padding: 10px;
  font-weight: bold;
}

.siting-lab-filter-button:hover {
  background-color: #d0d0d0;
}

.siting-lab-content {
  flex: 1;
  padding: 20px;
}

.siting-lab-custom-table {
  width: 100%;
  border-collapse: collapse;
}

.siting-lab-data-row {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.siting-lab-image-container {
  flex: 1;
  max-width: 300px;
  margin-right: 20px;
}

.siting-lab-image-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.siting-lab-text-container {
  flex: 3;
}

.siting-lab-text-container h3 {
  margin: 0;
  font-size: 1.2em;
}

.siting-lab-text-container p {
  font-size: 0.9em;
  color: #555;
}

.siting-lab-tags {
  margin-top: 10px;
}

.siting-lab-tag {
  display: inline-block;
  background: #e0e0e0;
  color: #333;
  padding: 4px 8px;
  /* border-radius: 4px; */
  font-size: 0.8em;
  margin-right: 5px;
  margin-top: 10px;
}

.siting-lab-meta-info {
  margin-top: 10px;
  font-size: 0.8em;
  color: #777;
}

.siting-lab-meta-info .siting-lab-status, .siting-lab-meta-info .siting-lab-date, .siting-lab-meta-info .siting-lab-downloads, .siting-lab-meta-info .siting-lab-size {
  margin-right: 15px;
}

.img-shadow {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}


.siting-lab-stats-container{
  padding-right: 20px;
  padding-left: 20px;
}

.active-filter {
  background-color: #d0d0d0 !important;
}


#siting_labStatsTable_filter{
  padding-left: 20px;
}

/* Rules specific to the FAQ page */

.faqItem {
  margin:0px 20px 20px 20px;
}

.faqQuestion,
.faqQuestion:hover {
  color:#297398;
  text-decoration:none;
}

.faqAnswer {
  margin-left:25px;
}

.faqBox {
  float: left;
  width: 15.5em;
  margin: 10px;
  margin-right: 30px;
  padding: 5px 10px;
  border: 1px solid #DDDDDD;
  border-radius: 15px;
  background: #FCFCFC;
  box-shadow: 0px 3px 5px #DDDDDD;
}

.faqBox .lead {
  margin-bottom: 0px;
}

.faqBox p {
  margin-bottom: 5px;
}

.faqBox > ul {
  padding-left: 25px;
}

code.faq-btn {
  border-color: #b1b1b1;
  font-size: smaller;
  color: inherit;
}

/* Rules specific to the About page */
.hero-stats {
  text-align: right;
  margin-top: 2em;
  padding:  3px 8px 0px 2px;
  max-width: 340px;
}

.hero-stats i.fa {
  float: right;
  min-width: 80px;
  font-size: 5em;
  margin: 10px 0px -3px 8px;
  /* give the icon a subtle gradient */
  background-image: linear-gradient(to right, #6be2e1, #48c4c4); /* OEDI blue grean gradient */
  color: transparent;
  background-clip: text;
  padding-left: 8px;
  border-left: 1.5px solid #ddd;
  text-align: left;
}

.hero-stats .stats-label {
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #666;
}

.hero-stats .stats-value {
  display: block;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  color: #037580;
}

.xdr-team {
  margin-top: 0;
}

.xdr-team i.fa-user {
  float: none;
  font-size: 2em;
  margin: 4px;
  padding-left: 0px;
  min-width: 0px;
  border: none;
}

.xdr-team .team-value {
  text-align: left;
  padding-left: 3px;
  border-left: 1.5px solid #ccc;
}

.xdr-team .team-label {
  text-align: right;
  font-size: 1.3em;
  padding-right: 6px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #666;
  margin-top: 0.52em;
}

/* Rules specific to the Stats page */
.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 20px 0 0 5%;
}

table.table tr.total-row {
  font-weight: bold;
  border-top: 2px solid #ddd;
}

table#statsTable th:first-child {
  width: 64%;
}

table#statsTable th:nth-child(2) {
  width: 11%;
}
table#statsTable th:nth-child(3) {
  width: 11%;
}
table#statsTable th:nth-child(4) {
  width: 21%;
}

table#statsTable th,
table#statsTable td {
  background-image: none;
  padding-left: 15px !important;
}

.statCard {
  background-color: #f9f9f9;
  border-radius: 3px;
  height: 250px;
  margin: 10px;
  width: 48%;
}

/* Rules specific to the View page(s) */
.stat-box {
  float: left;
  margin-right: 1em;
}

.stat-box-number .number {
  font-size: 1.3em;
}

.stat-box-date span {
  display: block;
}
.stat-box-date span.month {
  background: gray;
  border-radius: 5px 5px 0 0;
  color: white;
  font-size: 0.7em;
  line-height: 0.8em;
  padding: 3px 6px 2px;
  text-align: center;
}
.stat-box-date span.number {
  font-size: 1.5em;
  font-weight: 300;
  color: gray;
  border: 1px solid gray;
  padding: 3px 4px;
  text-align: center;
}
.stat-box-date span.year {
  font-size: 0.7em;
  color: #eee;
  background: gray;
  text-align: right;
  line-height: 0.8em;
  padding: 2px 5px;
  border-radius: 0 0 1px 1px;
}

#submissionEditActions {
  position: absolute;
  top: -13px;
  right: 17px;
}

.num-resources {
  font-weight: 300;
  font-size: 1.5em;
}

.submission-abstract {
  display: inline-block;
}
.abstract {
  margin: 0;
  font-weight: 400;
  opacity: .7;
}

.repo-detail {
  color: #FFFFFF;
  margin-bottom: 5px;
}

.repo-detail > div {
  display: inline-block;
  width: 65px;
  text-align: center;
  padding: 1px 0px;
}

.repo-detail .detail-name {
  background-color: #555555;
}

.repo-detail .detail-value.detail-info {
  background-color: #163D84;
}

.repo-detail .detail-value.detail-pending {
  background-color: #f3cd0f;
  color: #5f4208;
}

.repo-detail .detail-value.detail-active,
.repo-detail .detail-value.detail-passing {
  background-color: #137D13;
}

.repo-detail .detail-value.detail-inactive,
.repo-detail .detail-value.detail-obsolete,
.repo-detail .detail-value.detail-failing {
  background-color: #AB0D0D;
}

.submission-main .btn-default,
#sub-nav .btn-default {
  color: #24292f;
  background: #f6f8fA;
}

.favorite-button {
  padding: 3px 8px;
  margin-left: 10px;
}

.favorite-counter {
  background-color: #1F232814;
  border-radius: 2em;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  min-width: 20px;
  padding: 0 6px;
  text-align: center;
  margin-left: 8px;
}
.hidden-counter{
  display: none;
}
#star-counter{
    margin-right: 10px;
}

.favorite-active {
  /* color: #f3da35; */
  color: #f0ad4e;
}

.favorite-inactive {
  color
  : #707277;
}

/*
 * jQuery ui-datepicker style tweaks
 */
#ui-datepicker-div {
  font-size: 0.9em;
}

/*
 * So datepicker will show up on top of the modal dialog (which has z-index of 1050)
 */
.datepicker{
  z-index:1060;
}

/**
 * Styles for new layout as of 6/20/18
 */
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}

.col-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.resource-warning {
  color: #EAA041;
}

.submission-title {
  color: #000000;
  font-size: 32px;
  margin-top: 0;
}

.submission-title-group {
  margin-bottom: 1rem;
}
.submission-main .submission-main-group,
.submission-main .submission-secondary-group {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

.submission-main .submission-secondary-group {
  border-top: 3px solid #85a3ad;
}

.submission-main .submission-main-group:first-child {
  border: none;
}

.submission-main .submission-secondary-group h3 {
  margin-top: 0px;
  font-size: 20px;
}

.submission-main .submission-secondary-group h3 .group-title {
  background-color: #85a3ad;
  padding: 0px 10px 3px 10px;
  color: #fff;
  position: relative;
  top: 1px;
}

.submission-main .submission-secondary-group h3 .group-title::after {
  position: absolute;
  top: 0;
  right: -28px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 27px solid #85a3ad;
  border-right: 28px solid transparent;
}

.view-toggle {
  display: table;
  margin-left: auto;
}
.btn-view-toggle {
  font-size: 18px;
  padding: 3px 7px;
  border-radius: 0;
  border: none;
  margin-left: -4px;
  background: transparent;
  color: #b8b8b8;
  transition: 100ms linear background-color;
  margin-bottom: 5px;
}

.btn-view-toggle:hover {
  color: #c2c2c2;
}

.btn-view-toggle:active {
  color: white;
  background: #b8b8b8;
}

.btn-view-toggle.active,
.btn-view-toggle.active:hover,
.btn-view-toggle.active:focus,
.btn-view-toggle:focus:hover {
  color: white;
  background: #607D8B;
  box-shadow: none;
}

/* general resource styles */
#resourcesWrapper .sub-resource {
  width: 100%;
  border-top: solid 1px #e3f1ff;
}
#resourcesWrapper .sub-resource:last-child {
  border-bottom: solid 1px #e3f1ff;
}

#resourcesWrapper .sub-resource .resource-heading .resource-name {
  font-size: 18px;
  word-wrap: break-word;
}

#resourcesWrapper .sub-resource .resource-heading .resource-icon {
  color: rgba(0,0,0, 0.5);
  background-color: rgba(207, 219, 246, 0.8); /* OEDI header match */
  border-radius: 50%;
}
/* Keeping these monochrome for now
#resourcesWrapper .sub-resource .resource-icon.file { background-color: #E9E7F1; }
#resourcesWrapper .sub-resource .resource-icon[class*='link'] { background-color: #CFEDF5 }
#resourcesWrapper .sub-resource .resource-icon[class*='-word'] { background-color: #E9E7F1; }
#resourcesWrapper .sub-resource .resource-icon[class*='-excel'] { background-color: #E9E7F1; }
#resourcesWrapper .sub-resource .resource-icon[class*='-powerpoint'] { background-color: #E9E7F1; }
#resourcesWrapper .sub-resource .resource-icon[class*='-pdf'] { background-color: #E9E7F1; }
#resourcesWrapper .sub-resource .resource-icon[class*='-archive'] { background-color: #E9E7F1; }
#resourcesWrapper .sub-resource .resource-icon[class*='-image'] { background-color: #E9E7F1; }
#resourcesWrapper .sub-resource .resource-icon[class*='-audio'] { background-color: #E9E7F1; }
#resourcesWrapper .sub-resource .resource-icon[class*='-video'] { background-color: #E9E7F1; }
#resourcesWrapper .sub-resource .resource-icon[class*='-text'] { background-color: #E9E7F1; }
#resourcesWrapper .sub-resource .resource-icon[class*='-code'] { background-color: #E9E7F1; }
#resourcesWrapper .sub-resource .resource-icon[class*='aws'] { background-color: #FDE599; }
#resourcesWrapper .sub-resource .resource-icon[class*='google'] { background-color: #f9cecb; }
#resourcesWrapper .sub-resource .resource-icon[class*='github'] { background-color: #ececec; }
#resourcesWrapper .sub-resource .resource-icon[class*='windows'] { background-color: #D5E6FF; }
#resourcesWrapper .sub-resource .resource-icon[class*='jupyter'] { background-color: #ffd1ab; }
#resourcesWrapper .sub-resource .resource-icon[class*='oedi'] { background-color: #d8f4f8; }
*/

#resourcesWrapper .sub-resource .resource-heading .resource-download-details {
  width: 100%;
  min-width: 150px;
  max-width: 150px;
}

#resourcesWrapper .sub-resource .resource-heading .resource-additional-info {
  margin: 1px 0 5px;
  font-size: 12px;
}

#resourcesWrapper .sub-resource .resource-heading .resource-additional-info .language,
#resourcesWrapper .sub-resource .resource-heading .resource-additional-info .crs {
  color: rgb(0, 117, 128);
  margin-right: 3px;
}

#resourcesWrapper .sub-resource .resource-download a {
  color: #555;
}

#resourcesWrapper .sub-resource .resource-download-count {
  /* flex: 1; */
  /* padding: 0 10px; */
}

.submission-downloadlink {
    color: #555;
}

.submission-download-wrap {
    float: right;
    padding-right: 47px;
    padding-top: 12px;
}

#resourcesWrapper .sub-resource .resource-download a:hover {
  color: #000;
}

#resourcesWrapper .sub-resource .resource-download .download-ban {
  color: rgba(169, 68, 66, 0.7);
}
/* end gen resource styles */

/* table resources */
#resourcesWrapper.table-view {
  display: block !important;
}


/* #resourcesWrapper.table-view .sub-resource .resource-download-count {
  margin-left: 40px;
}

#resourcesWrapper.table-view .sub-resource .resource-heading {
  width: 40%;
  float: left;
}

#resourcesWrapper.table-view .sub-resource .resource-heading .resource-name {
  float: right;
  width: calc(100% - 40px);
} */

#resourcesWrapper.table-view .sub-resource .resource-heading .resource-icon {
  min-width: 30px;
  min-height: 30px;
  margin: 5px;
  padding-top: 2px;
  font-size: 18px;
}

/* #resourcesWrapper.table-view .sub-resource .resource-heading .resource-icon .xdr-resource-icon {
  height: 18px;
} */


/* #resourcesWrapper.table-view .sub-resource .resource-desc {
  float: left;
  width: 40%;
  padding: 7px 5px;
} */
/* end table resources */

/* grid resources */
#resourcesWrapper.grid-view {
  display: flex !important;
  flex-wrap: wrap;
  margin-right: -1rem;
}

#resourcesWrapper.grid-view .sub-resource {
  float: left;
  width: 275px;
  height: 255px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.25);
  margin: 0 15px 15px 0;
  background: #f3f5fd;
  border-radius: 0.2rem;
}
#resourcesWrapper.grid-view .sub-resource, 
#resourcesWrapper.grid-view .ghost {
  flex: auto;
}

#resourcesWrapper.grid-view .sub-resource .resource-download-count {
  flex-basis: 100%;
  margin-left: 60px;
  margin-top: -20px;
}

#resourcesWrapper.grid-view .sub-resource .resource-heading {
  height: 85px;
  border-bottom: solid 3px rgba(133, 163, 173, 0.251);
}

#resourcesWrapper.grid-view .sub-resource .resource-heading .resource-name {
  flex: 1;
  /* width: 215px; */
  float: left;
  overflow: auto;
  max-height: 6rem;
}

#resourcesWrapper.grid-view .sub-resource .resource-heading .resource-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin: 5px;
  /* float: left; */
  padding-top: 3px;
  font-size: 30px;
}

#resourcesWrapper.grid-view .sub-resource .resource-desc {
  height: 120px;
  padding: 5px 10px;
}
#resourcesWrapper.grid-view .sub-resource .resource-download {
  text-align: left;
  margin-left: 1rem;
}

/* ghost cards are invisible cards that absorb gridview wierdness */
#resourcesWrapper.table-view .sub-resource.ghost,
#resourcesWrapper.grid-view .sub-resource.ghost {
  height: 0;
  opacity: 0;
  margin: 0; 
  padding: 0;
}
/* end grid resources */

.underline-tabs {
  display: flex;
  align-items: center;
}
.underline-tabs .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
  border: none !important;
  background: transparent !important;
}
.underline-tabs .nav-item .nav-link::after {
  content: "";
  display: block;
  width: 200%;
  height: 4px;
  background-color: transparent;
  transition: all 0.3s;
}
.underline-tabs .nav-item.active .nav-link {
  color: #000;
}
.underline-tabs .nav-item.active .nav-link::after {
  background-color: #00baaf;
}

.xdr-submission .btn,
.xdr-submission .btn.active,
.submission-controls .btn, 
.submission-controls .btn.active {
  margin-right: 1rem;
  padding-left: 0;
  border: none;
  box-shadow: none;
  color: #2196F3;
  background-color: #fff;
  transition: color 0.15s linear;
}
.xdr-submission .btn:hover,
.submission-controls .btn:hover {
  color: rgb(19, 93, 154);
}
.xdr-submission .btn-delete,
.submission-controls .btn-delete {
  color: red;
}
.xdr-submission .btn-delete:hover,
.submission-controls .btn-delete:hover {
  color: rgb(145, 18, 18);
}

.submission-right-col-group {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.submission-right-col-group.with-border {
  border-bottom: solid 3px #85a3ad;
  padding-bottom: 10px;
}

.submission-right-col-group h4 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.submission-right-col-group h4 .fa {
  color: #85a3ad;
}

.submission-right-col-group .contact-icon {
  color: #85a3ad;
  font-size: 65px;
  line-height: 0;
}

.xdr-calendar {
  width: 75px;
  height: 60px;
  margin: 0 auto;
}

.xdr-calendar .calendar-month {
  height: 20px;
  background-color: #85a3ad;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.xdr-calendar .calendar-year {
  height: 40px;
  color: #85a3ad;
  border: solid 4px #85a3ad;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.submission-right-col-group .author-info {
  padding-left: 0;
  overflow: hidden;
  max-height: 60px;
  margin-bottom: 10px;
}

.submission-right-col-group .author-info:last-child {
  margin-bottom: 0;
}

.submission-right-col-group .sub-status {
  font-weight: bold;
  color: #d9534f;
  padding: 2px 5px;
  background-color: #ECECEC;
}

.submission-right-col-group .sub-status.publicly-accessible {
  color: #2c8643;
}

.submission-right-col-group .copy-text {
  width: 100%;
  background-color: #eaeaea;
  height: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: solid 1px #ccc;
  font-family: Courier;
  padding: 0 5px;
}

.submission-right-col-group .btn-copy-download-all,
.submission-right-col-group .btn-copy-citation,
.submission-right-col-group .btn-export-citation,
.submission-right-col-group .btn-copy-location {
  width: 100%;
  background-color: #85a3ad;
  color: white;
  padding: 4px 12px;
}

.submission-right-col-group .btn-copy-citation,
.submission-right-col-group .btn-copy-location {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.submission-right-col-group .btn-copy-download-all:hover,
.submission-right-col-group .btn-copy-citation:hover,
.submission-right-col-group .btn-export-citation:hover,
.submission-right-col-group .btn-copy-location:hover {
  background-color: rgba(0, 47, 63, 0.9);
}

.submission-right-col-group .btn-export-citation {
  border-top-left-radius: 5;
  border-top-right-radius: 5;
  margin-top: 5px;
}

#citationContent code {
  white-space: pre-line;
}

#resourceDescDisplay {
  position: absolute;
  width: 500px;
  height: auto;
  padding: 10px;
  box-shadow: 2px 2px 0px 4px #4a93f0, 
              4px 4px 20px -4px rgb(0 0 0 / 50%);
  max-width: 500px;
  background: #ffff;
  border-radius: 0.4rem;
  z-index: 10;
}

.contact-publisher {
  width: 100%;
  margin: 0;
  font-size: 16px;
}

.sub-date-info {
  padding-left: 1rem;
}

/* Home page */
.btn-xdr-blue-ghost,
.btn-xdr-blue-ghost:active,
.btn-xdr-blue-ghost:focus {
  background: none;
  border: solid 2px #205588;
  width: 140px;
  margin: 5px;
  color: #205588;
}

.btn-xdr-blue-ghost:hover {
  color: #205588;
  background: rgba(0, 85, 165, 0.1);
}

.btn-xdr-blue-solid,
.btn-xdr-blue-solid:active,
.btn-xdr-blue-solid:focus {
  background: rgba(0, 85, 165, 0.1);
  border: none;
  color: #205588;
  box-shadow: none;
}

.btn-xdr-blue-solid:hover {
  color: #205588;
  background: rgba(0, 85, 165, 0.25);
}

#homepageBanner {
  padding: 40px;
}

#homepageBanner h1.title {
  color: #037580; /* OEDI title logo green */
}

#homepageBanner p.hero {
  color: #333;
  font-size: 22px;
}

#homepageBanner .cta-buttons {
  margin-top: 2.5em;
}

#homepageBanner .cta-buttons .btn {
  margin-bottom: 10px;
  margin-right: 6px;
}

#homepageBanner .logo-and-stats {
  margin-top: 4em;
}

#homepageBanner .homepage-stats {
  display: flex;
  justify-content: center;
  min-height: 81px; /* prevent bounce during stat rotation */
}

#homepageBanner .homepage-stats > div.hero-stats {
  flex: 1;
  margin-top: 0;
}

#homepageBanner .site-desc > a,
#homepageBanner .site-desc > a:active,
#homepageBanner .site-desc > a:focus,
#homepageBanner .site-desc > a:visited {
  color: #1670bd;
}

#homepageBanner .site-desc > a:hover {
  color: #0e5b9c;
}

#homepageBanner .homepage-search {
  margin-bottom: 1em;
}

#homepageBanner .homepage-search .form-group {
  margin-right: 0px;
  margin-left: 0px;
  color: #0055A5;
}

#homepageBanner .homepage-search .search-box {
  border-bottom: solid 1px #0055A5;
}

#homepageBanner .homepage-search .search-box .fa {
  margin-right: 5px;
}

#homepageBanner .homepage-search input {
  background: none;
  border: none;
  color: #0055A5;
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
  padding: 2px;
  width: calc(100% - 20px);
}

#homepageBanner .homepage-search input::placeholder {
  color: rgba(0, 85, 165, 0.5);
}

#homepageBanner .homepage-search .btn {
  font-size: 16px;
  line-height: 1.3333333;
  margin-bottom: 10px;
  margin-right: 6px;
}

#featuredData {
  background: #FFFFFF;
  /* z-index: 2; */
}

.homepage-section {
  padding-bottom: 20px;
  box-shadow: 0px 2px 5px #CCCCCC;
}

.homepage-section h2,
.homepage-section h3,
.homepage-search h3,
.homepage-section h4 {
  color: #333;
  font-weight: bold;
}



.standards-question,
.standards-question:hover {
  color:#297398;
  text-decoration:none;
}


.standards-img {
  width: -webkit-fill-available;
  max-width: 800px;
}

.standards-img-sm {
  width: 80%;
  justify-self: center;
}





.featured-submissions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

a.featured-submission-link,
a.featured-submission-link:hover,
a.featured-submission-link:focus,
a.featured-submission-link:active {
  color: #000000;
}

.featured-submission {
  margin: 10px;
  width: 300px;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.featured-submission .submission-resource-preview {
  position: relative;
  width: 300px;
  height: 340px;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.25s;
}

.featured-submission:hover .submission-resource-preview {
  opacity: 0.8;
}

.featured-submission .submission-resource-preview img {
  max-width: 600px;
  margin-left: -100px;
  margin-top: -100px;
  opacity: 1;
  transition: opacity 0.25s;
}

.featured-submission:hover .submission-resource-preview img {
  opacity: 0.8;
}

.featured-submission .submission-title {
  position: absolute;
  top: 200px;
  font-size: 1em;
  font-weight: 500;
  padding: 5px 10px;
  background: rgba(0, 85, 165, 0.8);
  color: #FFFFFF;
  z-index: 3;
}

.featured-submission:hover .submission-title {
  text-decoration: underline;
}

.featured-submission .submission-abstract {
  position: absolute;
  top: 230px;
  height: 110px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.25s;
  overflow: hidden;
  z-index: 2;
}

.featured-submission:hover .submission-abstract {
  background-color: rgba(255, 255, 255, 0.9);
}

.featured-submission .submission-view-data-wrapper {
  margin-top: 10px;
}

#recentSubmissions {
  background: #F5F5F5;
  /* z-index: 1; */
  box-shadow: none;
}

#userSubmissions .user-submission:last-child {
  margin-bottom: 20px;
}

.user-submission {
  padding-top: 10px;
  padding-bottom: 10px;
}

.user-submission .submission-name {
  font-size: 16px;
}

.user-submission .submission-name small {
  font-size: 12px;
}

.user-submission .submission-status-chart {
  /* min-width: 525px; */
}

.user-submission .submission-status-chart > .status {
  display: inline-block;
  color: #aaa;
  padding: 3px 10px;
  font-size: 10px;
  border-bottom: 3px solid transparent;
}

.user-submission .submission-status-chart > .status.complete {
  border-bottom-color: #aac7dc;
  color: #7799bb;
}

.user-submission .submission-status-chart > .status.active {
  border-bottom-color: #1c88bb;
  font-weight: bold;
  color: #306088; /* OEDI teal, slightly darker */
  border-image: linear-gradient(to right, #aac7dc, #1c88bb, #306088) 1;
}

.tooltip {
  font-size: 14px;
}

#whatsNew {
  background: #F5F5F5;
  z-index: 0;
  font-size: 12px;
}

/* Add custom sector selectors (also uses some js) */
.sector-controls .sector-btn {
  display: inline-block;
  width: 6.7em;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  font-size: 0.75em;
  line-height: 1.25em;
  padding: 0 2px;
  color: #777;
}

.sector-btn input {
  display: none;
}
.sector-icon {
  background: url("../img/sector-icons-sprite.png") -36px 0 no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto 2px;
  opacity: 0.75;
}

@media only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 2) {
  .sector-icon {
    background-image: url("../img/sector-icons-sprite@2x.png");
    background-size: 72px;
  }
}

.sector-btn:hover,
.sector-btn:focus {
  color: #333;
  cursor: pointer;
}

.sector-btn.active {
  color: #3baeda;
}

.sector-btn:hover .sector-icon,
.sector-btn:focus .sector-icon {
  opacity: 1;
}

label.discipline-checkbox {
  float: left;
  width: 260px;
}


/* Sector Icon Defaults */
.sector-btn .sector-icon {
  background-position: -36px 0;
}
.sector-btn:active .sector-icon,
.sector-btn.active .sector-icon {
  background-position: 0px 0;
}

/* Specific Icons */
.sector-btn .sector-biomass {
  background-position: -36px 0;
}
.sector-btn:active .sector-biomass,
.sector-btn.active .sector-biomass {
  background-position: 0px 0;
}
.sector-btn .sector-buildings-efficiency {
  background-position: -36px -36px;
}
.sector-btn:active .sector-buildings-efficiency,
.sector-btn.active .sector-buildings-efficiency {
  background-position: 0px -36px;
}
.sector-btn .sector-chemistry {
  background-position: -36px -72px;
}
.sector-btn:active .sector-chemistry,
.sector-btn.active .sector-chemistry {
  background-position: 0px -72px;
}
.sector-btn .sector-computational-science {
  background-position: -36px -108px;
}
.sector-btn:active .sector-computational-science,
.sector-btn.active .sector-computational-science {
  background-position: 0px -108px;
}
.sector-btn .sector-solar-power {
  background-position: -36px -144px;
}
.sector-btn:active .sector-solar-power,
.sector-btn.active .sector-solar-power {
  background-position: 0px -144px;
}
.sector-btn .sector-grid-modernization {
  background-position: -36px -180px;
}
.sector-btn:active .sector-grid-modernization,
.sector-btn.active .sector-grid-modernization {
  background-position: 0px -180px;
}
.sector-btn .sector-energy-analysis {
  background-position: -36px -216px;
}
.sector-btn:active .sector-energy-analysis,
.sector-btn.active .sector-energy-analysis {
  background-position: 0px -216px;
}
.sector-btn .sector-energy-systems-integration {
  background-position: -36px -252px;
}
.sector-btn:active .sector-energy-systems-integration,
.sector-btn.active .sector-energy-systems-integration {
  background-position: 0px -252px;
}
.sector-btn .sector-geothermal-energy {
  background-position: -36px -288px;
}
.sector-btn:active .sector-geothermal-energy,
.sector-btn.active .sector-geothermal-energy {
  background-position: 0px -288px;
}
.sector-btn .sector-hydrogen-and-fuel-cells {
  background-position: -36px -324px;
}
.sector-btn:active .sector-hydrogen-and-fuel-cells,
.sector-btn.active .sector-hydrogen-and-fuel-cells {
  background-position: 0px -324px;
}
.sector-btn .sector-materials-science {
  background-position: -36px -360px;
}
.sector-btn:active .sector-materials-science,
.sector-btn.active .sector-materials-science {
  background-position: 0px -360px;
}
.sector-btn .sector-transportation {
  background-position: -36px -396px;
}
.sector-btn:active .sector-transportation,
.sector-btn.active .sector-transportation {
  background-position: 0px -396px;
}
.sector-btn .sector-water-power {
  background-position: -36px -432px;
}
.sector-btn:active .sector-water-power,
.sector-btn.active .sector-water-power {
  background-position: 0px -432px;
}
.sector-btn .sector-wind-energy {
  background-position: -36px -468px;
}
.sector-btn:active .sector-wind-energy,
.sector-btn.active .sector-wind-energy {
  background-position: 0px -468px;
}
.sector-btn .sector-marine-energy {
  background-position: -36px -504px;
}
.sector-btn:active .sector-marine-energy,
.sector-btn.active .sector-marine-energy {
  background-position: 0px -504px;
}
.sector-btn .sector-advanced-manufacturing {
  background-position: -36px -540px;
}
.sector-btn:active .sector-advanced-manufacturing,
.sector-btn.active .sector-advanced-manufacturing {
  background-position: 0px -540px;
}
.sector-btn .sector-agrivoltaics {
  background-position: -36px -576px;
}
.sector-btn:active .sector-agrivoltaics,
.sector-btn.active .sector-agrivoltaics {
  background-position: 0px -576px;
}

/* lg screen */
@media (min-width: 1200px) {
  .user-submission .submission-status-chart {
    /* min-width: 600px; */
  }

  .user-submission .submission-status-chart .status {
    font-size: 12px;
    line-height: 16px;
  }

  table.submissionsTable td.submission-name-only {
    max-width: 37em;
  }

  table.submissionsTable td.org-name-only {
    max-width: 37em;
  }

  table.submissionsTable td.submission-name-extra-cols {
    max-width: 25em;
  }

  table.submissionsTable td.org-name-extra-cols {
    max-width: 10em;
  }

  table.submissionsTable td.submission-name-with-notes {
    max-width: 22em;
  }

  table.submissionsTable td.org-name-with-notes {
    max-width: 7em;
  }

}

/* md screen */
@media (min-width: 992px) and (max-width: 1199px) {
  .submission-right-col-group .sub-date-info {
    margin-top: 5px;
  }

  table.submissionsTable td.submission-name-only {
    max-width: 25em;
  }

  table.submissionsTable td.org-name-only {
    max-width: 25em;
  }

  table.submissionsTable td.submission-name-extra-cols {
    max-width: 23em;
  }

  table.submissionsTable td.org-name-extra-cols {
    max-width: 10em;
  }

  table.submissionsTable td.submission-name-with-notes {
    max-width: 15em;
  }

  table.submissionsTable td.org-name-with-notes {
    max-width: 8em;
  }

  table.submissionsTable td.doi {
    max-width: 13em;
  }
}

/* sm screen */
@media (max-width: 992px) {
  #resourcesWrapper.grid-view {
    justify-content: center;
  }

  .submission-right-col {
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 2px #EAEAEA;
  }
}

/* xs screen */
@media (max-width: 767px) {
    /* Form styles */
  .form-heading-center {
    padding: 25px 0 0 0;
  }

  #resourcesWrapper.grid-view .sub-resource {
    height: 265px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 15px;
    color: rgb(1, 55, 77);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: rgb(23, 125, 162);
  }

  #resourcesWrapper.table-view .sub-resource .resource-heading {
    width: 100%;
  }

  #resourcesWrapper.table-view .sub-resource .resource-desc {
    float: left;
    width: 100%;
    margin-top: 10px;
  }

  #resourcesWrapper.table-view .sub-resource .resource-download-details {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  #homepageBanner {
    background-size: 100% 100%;
  }

  #homepageBanner .homepage-banner-btns-wrapper {
    width: 100%;
  }

  #pubsAccordion {
    width: 100%;
  }

  #pubsAccordion h3 {
    font-size: 24px;
  }

  #callout-container {
    margin-right: 20px;
  }
}

#downloadArchiverWrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    box-shadow: 2px 2px 5px #bdbdbd;
    z-index: 5;
}

#downloadArchiverWrapper.minimized {
    opacity: 0.5;
    transition: opacity 0.5s;
}

#downloadArchiverWrapper.minimized:hover {
    opacity: 1;
}

#downloadArchiverWrapper .download-archive-heading {
    padding: 5px 10px;
    background: #0070A4;
    color: #FFFFFF;
    font-size: 18px;
}

#downloadArchiverWrapper .download-archive-heading a,
#downloadArchiverWrapper .download-archive-heading a:hover {
    color: #FFFFFF;
}

#activeArchiveCreations {
    background: #FFFFFF;
    color: #043449;
    position: relative;
    float: left;
    width: 100%;
}

#downloadArchiverWrapper .active-archive {
    padding: 5px 10px;
    position: relative;
    float: left;
    width: 100%;
}

#downloadArchiverWrapper .active-archive .text-inactive {
    font-size: 12px;
    color: #8D9599;
}

#downloadArchiverWrapper .active-archive:not(:last-child) {
    border-bottom: solid 1px #CAD1D7;
}

#downloadArchiverWrapper .active-archive .archive-name {
    width: calc(100% - 52px);
    float: left;
    font-size: 16px;
}

#downloadArchiverWrapper .active-archive .archive-actions {
    float: left;
    width: 52px;
}

#downloadArchiverWrapper .active-archive .fa-stack .stack-bottom {
    opacity: 1;
    transition: opacity 0.5s;
}

#downloadArchiverWrapper .active-archive .fa-stack:hover .stack-bottom {
    opacity: 0;
}

#downloadArchiverWrapper .active-archive .fa-stack .stack-top {
    opacity: 0;
    transition: opacity 0.5s;
}

#downloadArchiverWrapper .active-archive .fa-stack:hover .stack-top.stack-hover {
    opacity: 1;
}

#downloadArchiverWrapper .active-archive .fa-stack .stack-top.stack-success {
    color: #6eab6f;
}

/** White Form CSS **/
.white-form ::-webkit-input-placeholder {
  color: white !important;
}
.white-form ::-moz-placeholder {
  color: white !important;
}
.white-form ::-ms-placeholder {
  color: white !important;
}
.white-form ::placeholder {
  color: white !important;
}
.white-form * {
  color: white !important;
  border-color: white !important;
}

/** Footer **/
#xdr-footer {
  position: relative;
  min-height: 135px;
  /* background: rgb(11, 33, 56); */
  background: rgb(0, 117, 128);
  margin: 0;
  padding: 0 0 1rem 0;
  text-align: center;
  color: #c0c0c0;
  z-index: 1;
}
#xdr-footer {
  flex-shrink: 0;
}
#xdr-footer::before, #xdr-footer::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}

#xdr-footer::after {
  top: 20px;
  left: calc((100% - 100px)/2);
  height: 100px;
  width: 100px;
  opacity: 0.2;
  background: url(https://auth.openei.org/cas/assets/img/openei_circle_white.svg);
  background-size: 100px;
  background-repeat: no-repeat;
}
.footer-container {
  position: relative;
}
.footer-nav-bar {
  /* background: rgba(0, 128, 128, 0.5); */
  background: rgba(0, 255, 222, 0.5);
}
.footer-links {
  padding: 2rem 2rem 0 2rem;
}
.footer-links .footer-link {
  margin-right: 3rem;
  margin-bottom: 2rem;
}
.footer-links .footer-link:last-child {
  margin-right: 0;
}

.footer-links .footer-link,
.footer-links .footer-link a {
  color: #fff;
  font-size: 16px;
}
.footer-links .footer-link:hover,
.footer-links .footer-link a:hover {
  color: #eee;
}

.footer-info {
  position: relative;
  padding: 4rem 0;
}
.footer-copyright {
  position: relative;
  margin-top: 0.5em;
}
.footer-copyright span a {
  color: #8bfff4;
}
.footer-copyright span a:hover {
  color: #fff;
}


.footer-copyright:before {
  display: block;
  content: "\f25e";
  font-family: FontAwesome;
  font-size: 1.4rem;
  margin-right: 5px;
}

/** Header Waves CSS **/
.waves-h {
  position: relative;
  background: linear-gradient(60deg, rgb(94, 242, 242) 0%, rgb(41, 152, 211) 100%); 
}
.waves {
  position:relative;
  width: 100%;
  height: 15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
