/* custom CSS styles */

/* general styles */
.hide-me {
  display: none;
}

.link-copy:hover {
  cursor: pointer;
}

/* unity override styles */
blockquote {
  margin: 0 0 1rem;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.main-content-wrapper blockquote {
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.875rem;
  padding-left: 30px;
}
.main-content-wrapper blockquote p {
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.875rem;
}

@media (min-width: 64rem) {
  .main-content-wrapper blockquote {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .main-content-wrapper blockquote p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.ncar blockquote {
  border-left: #1a658f solid 2px;
  color: #1a658f;
}
.ncar blockquote p {
  color: #1a658f;
}


.table-borderless > :not(caption) > * > * {
  border: 0px;
}

#details {
  background-color: #c5edcb;
}

/* styles for the cesm component configuration settings pages */
#bg-cesm2-atmos {
    background:url('/models/cesm2/images/bg-atmos.jpg') no-repeat center center;
    background-size:100% auto;
    background-position: 0% 0%;
}

#bg-cesm2-land {
    background:url('/models/cesm2/images/bg-land.jpg') no-repeat center center;
    background-size:100% auto;
    background-position: 0% 0%;
}

#bg-cesm2-river {
    background:url('/models/cesm2/images/bg-river.jpg') no-repeat center center;
    background-size:100% auto;
    background-position: 0% 0%;
}

#bg-cesm2-ocean {
    background:url('/models/cesm2/images/bg-ocean.jpg') no-repeat center center;;
    background-size:100% auto;
    background-position: 0% 0%;
}

#bg-cesm2-sea-ice {
    background:url('/models/cesm2/images/bg-sea-ice.jpg') no-repeat center center;;
    background-size:100% auto;
    background-position: 0% 50%;
}

#bg-cesm2-wave {
    background:url('/models/cesm2/images/bg-wave.jpg') no-repeat center center;;
    background-size:100% auto;
    background-position: 0% 0%;
}

#bg-cesm2-land-ice {
    background:url('/models/cesm2/images/bg-land-ice.jpg') no-repeat center center;;
    background-size:100% auto;
    background-position: 0% 50%;
}

#description-dt { 
  background-color: #c5edcb; 
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}


/* --- verification form  TODO, clean up for use in other forms --*/
.form-verify {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.form-verify h5, .form-verify h5 label {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 500;
}

.form-verify fieldset {
  background: white;
  border: 0 none;
  border-radius: 4px;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.4);
  /*box-shadow: 0 8px 6px -6px  #979797;*/
  /*stacking fieldsets above each other*/
  /*position: relative;*/
}

/*Hide all except first fieldset*/
.form-verify fieldset:not(:first-of-type) {

}

/*inputs*/
.form-verify input, .form-verify textarea, .form-verify select {
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

.form-verify select {
  padding: 11.5px;
}

.form-verify input:focus, .form-verify textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #3173ba;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

/*buttons*/
.form-verify .action-button {
  width: 100px;
  background: #3173ba;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 20px 5px 5px 10px;
}

.form-verify .action-button-delete {
  width: 100px;
  background: #b30000;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

.form-verify .action-button:hover, .form-verify .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #3173ba;
}

.form-verify .action-button-previous {
  width: 100px;
  background: #73a5da;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

.form-verify .action-button-previous:hover, .form-verify .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

.form-verify input.error {
  border-bottom: 1px solid red;
}

.form-verify select.error {
  border-bottom: 1px solid red;
}

.form-verify textarea.error {
  border: 1px solid red;
}

.form-verify h5.error {
  color: red;
  font-weight: bold;
}

.form-verify h3.error {
  color: red;
  font-weight: bold;
}

/*headings*/
.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
  margin-top: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

.g-recaptcha>div {
/*
  margin: 0 auto; 
  margin-top: -20px;
  margin-bottom: 20px;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 999;
  margin: 0 auto;
*/
}

.loading {
  display: none;
}

.progress-block {
  display: none;
}

label.error {
  position: absolute;
  top: -30px;
  right: 0px;
  color: red;
  font-weight: 100;
  font-style: italic;
}
h5.center {
  text-align: center;
  color: #484848;
  font-weight: bold;
}

#upload-results {
  text-align: left;
}


#f-pop-user {
  display: none;
}





