/* Core Styles */

body {
  margin: 0;
  font-family: 'Roboto', Tahoma, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
}

.contents {
  min-height: calc(100vh - 70px);
}

.footer {
  background-color: #f6f6f6;
  font-size: 14px;
}


p {
  margin: 0;
  padding: 1em 0;
}

a {
  color: #15AEB4;
}

a:hover {
  color: #EF3F42;
}

em {
  font-weight: bold
}

.text_stricked {
  text-decoration: line-through;
}

.logo {
  font-weight: bold;
  color: #ffffff;
  padding: 0;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  z-index: 500;
}

.hidding-banner {
  position: relative;
  z-index: 180;
  background-color: white;
  height: 50px;
  margin-top: -50px;
}

#cookie-consent-container {
  position: -webkit-fixed;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  color: white;
  z-index: 500;
}

#cookie-consent{
  background-color: #15AEB4;
  border: none;
  cursor: pointer;
}

#nav-link-style {
  color: white;
}

.ldi {
  max-height: 300px;
}

nav {
  z-index: 200;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

nav ul {
      text-align: center;
      list-style: none;
      padding: 0;
      margin: 0;
}

nav ul li {
  margin-left: -4px;
  display: inline-block;
}

nav ul li a  {
    color: gray;
    ext-decoration: none;
    width: 100%;
    font-size: 0.7em;
    margin: 0 0.1em;
    &:hover {
    color: #15AEB4;
  }
}

nav.small-nav{
  top: 60px;
}

.alert {
  position: fixed;
  top: 70px;
  left: 15%;
  width: 70%;
  z-index: 250;
  animation: slide-up 1.25s forwards;
  animation-delay: 2.25s;
  -webkit-animation-delay: 2.25s;
}

/* Header Showcase */
#showcase {
  min-height: 450px;
  text-align: center;
}

#showcase h1 {
  padding-top: 80px;
  padding-bottom: 0;
}

#showcase .content-wrap {
  padding: 0 1.5em;
}


/* Search box */
#search-DOI {
  position: absolute;
  margin-top: -50px;
  left: 0;
  right: 0;
  z-index: 100;
  background: #a1dee1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 300px;
  padding-top: 4.5em;
  padding-bottom: 2em;
}

.beta {
  font-weight: bold;
  color: #EF3F42;
}


#what_is_doi {
  font-weight: bold;
  margin: auto;
  padding-left: 5px;
  width: 50%;
  text-align: left;
  font-size: 0.7em;
  color: gray;
  clear: both;
}

#search_form {
  outline: 0;
  margin: auto;
  margin-top: 25px;
  width: 50%;

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 4px;
  border-radius: 4px;

  font-family: 'Roboto', Tahoma, Arial, sans-serif;
  line-height: 1.5;
  font-size: 13px;
}

#search_form > .textbox {
  outline: 0;
  height: 42px;
  width: 85%;
  line-height: 42px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121;
  border: 0;
  float: left;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

#search_form > .textbox:focus {
  outline: 0;
  background-color: #FFF;
}

#search_form > .button {
  outline: 0;
  background: none;
  background-color: rgba(38, 50, 56, 0.8);
  float: left;
  height: 42px;
  width: 15%;
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #FFF;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

#search_form > .button:hover {
  background-color: #EF3F42;
}


.form-group > label {
  display: none;
}


/* Train form */
#train_form > .button {
  outline: 0;
  background: none;
  background-color: rgba(38, 50, 56, 0.8);
  float: left;
  height: 42px;
  width: 15%;
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #FFF;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

#train_form > .button:hover {
  cursor: pointer;
  background-color: #EF3F42;
}




.col-sm > .btn {
  margin-left: 7px;
  line-height: 0px;
  height: 15px;
  text-align: center;
}

.btn-social {
  width: 190px;
}

.btn-toggle {
  background: #EF3F42;
}

.btn-toggle:hover {
  color: white;
}

.btn-orcid {
  background: #A6CE39;
}

.btn-orcid:hover {
  color: white;
}

.orcid-icon {
  background: url( '../images/orcid_c_small.png' );
  background-position: center;
  background-repeat: no-repeat;
}

.altmetrics-symbol {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  cursor: pointer;
}

.upload-btn-wrapper {
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.btnx {
  border: 2px solid #15AEB4;
  color: #15AEB4;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

/* Section D / Boxes */
#reasons .col-sm {
    padding: 2em;
}

.content-title {
  text-align: center;
}

#reasons-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#reasons-content li {
  text-align: center;
  margin-bottom: 1em;
}


.faq_title {
  text-align: center;
  padding-top: 2em;
  font-weight: bold;
}

.faq_date {
  padding-top: 2em;
  font-style: italic;
}

.faq_question {
  padding-top: 2em;
  font-weight: bold;
}

.ttt {
  padding: 0;
  margin: 0;
}

.accept_terms {
  font-size: 12px;
  padding-top: 0;
}

.accept_terms h3{
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

.is_sample{
  text-align: center;
  font-weight: bold;
  color: black;
  background-color: #D4AF37;
}

.vcenter {
  display: flex;
  align-items: center;
}

.vcenter2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

.twitter-share-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

.options-text {
  font-size: 13px;
}
#to_email {
  color:#1B95E0;
  font-size:16px;
}

.vcenter2:hover {
  color: #0C7ABF;
}

.console-section-margins {
  margin-top: 70px;
}

/*Feedback check boxes*/
.feedback-instruction {
  color: #EF3F42;
  font-size: 1em;
  padding-bottom: 15px;
}


label{
	position: relative;
	cursor: pointer;
  display: block;
  padding-left: 15px;
  text-indent: -20px;
}

input[type="checkbox"]{
	position: absolute;
	right: 9000px;
}

input[type="checkbox"] + .label-text::before{
	content: "\f004";
	font-family: 'Font Awesome\ 5 Free';
  color: #d3d3d3;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="checkbox"]:hover + .label-text::before{
	content: "\f004";
  font-family: 'Font Awesome\ 5 Free';
  color: #EF3F42;
}

input[type="checkbox"]:checked + .label-text::before{
	content: "\f004";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
	color: #EF3F42;
  animation: effect 250ms ease-in;
  -webkit-animation: effect 250ms ease-in;
}

input[type="checkbox"]:checked + .label-text{
	color: black;
  font-weight: bold;
}


@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}

/* Footer*/
#lab_social_icon_footer {
  position: absolute;
  left: 0;
  right: 0;
  background: #f6f6f6;
  padding: 10px 0;

}

#lab_social_icon_footer a {
  color: #15AEB4;
}

#lab_social_icon_footer .social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#lab_social_icon_footer .social {
  -webkit-transform: scale(0.8);
  /* Browser Variations: */

  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}


/* ------------- */
/* Loading image and section */
#loading {
  position: absolute;
  margin: auto;
  z-index: 100; /* bring to front */
  /*background: #c0deed url('../loadingimage3.gif') no-repeat;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 500px;
  padding-top: 2.5em;
  padding-bottom: 2em;
}



.about-images {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-adjusted {
  max-width:400px;
  max-height:400px;
  width: auto;
  height: auto;
}

.terms-text {
  text-align: center;
  font-size: 11px;
  font-style: italic;
}

/* Loading image and section */
#thankyou {
    display: none;
    cursor: wait;
}

/* ------------- */
/* Card elements */

.card-container {
    position: relative;
    z-index: 150;
    margin:auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 80%;
    font-family: 'Roboto', Tahoma, Arial, sans-serif;
}

.thank-feedback{
  font-size: 12px;
  line-height: 100%;
  background: pink;
  padding: 10px;
}

.thank-feedback > p{
  margin-top: 1px;
}

#feedback-button{
  width: 150px !important;
}

.card-form {
  max-width: 60%;
}

.has-lines {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.has-lines:before,
.has-lines:after {
  content: ' ';
  flex-grow: 1;
  height: 1px;
  background: #ccc;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.has-lines:before {
  margin-right: 20px;
}
.has-lines:after {
  margin-left: 20px;
}

.card-body .card-text {
  font-family: 'Roboto', Tahoma, Arial, sans-serif;
}


.examples {
  position: relative;
  z-index: 150;
}

.card-padding {
  padding-top: 0;
  margin-top: 15px;
  margin-bottom: 4px;
  margin-right: 15px;
  margin-left: 10px;
}

.article-meta {
  font-size: 0.8em;
  color: #696969;
  padding: 0;
}

.slick-prev:before,
.slick-next:before {
  color: #15AEB4!important;
}

.footer-objects {
  color: #15AEB4;
}

/* ------------- */
/* Card elements */
.star-rating{
	font-size: 0;
  margin: auto;
  text-align: center;
}
.star-rating__wrap{
	display: inline-block;
	font-size: 1rem;
}
.star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #15AEB4;
}
.star-rating__ico:last-child{
	padding-left: 0;
}
.star-rating__input{
	display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005"
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
}

@media(max-width:1080px){
  .card-container {
      max-width: 90%;
  }
}
@media(max-width:568px){
  form {
    width: 90%;
  }
  .card-container {
      max-width: 100%;
  }
  .card-container ul{
    margin: 1%;
    padding: 1%;
  }
  #search-DOI {
    padding-left: 1em;
    padding-right: 1em;
  }
  #search_form > .textbox {
    width: 70%;
  }
  #search_form > .button {
    width: 30%;
  }
}
