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

.border {
  border: 1px solid;
}

.border-radius-5 {
  border-radius: 5px;
}

em.required {
  color: red;
}

.errornote {
  width: 100%;
  color: red;
}

.control-label {
  float: left;
}

.forgot-password {
  float: right;
}

.navbar-header {
  border-bottom: 1px solid #cdcdcd;
}

.learning-center-card {
  height: 12rem;
}

.partner-card {
  height: 4rem;
  border-radius: 2px;
}

.search-center .search-text {
  font-size: 0.8em;
  font-weight: 700;
}

#advanced-search {
  width: 250px;
  text-align: left;
}

#search-input {
  border-color: #212529;
}

#advanced-search-dropdown {
  width: 100%;
  transform: translate3d(0px, 40px, 0px) !important;
  z-index: 1040;
}

.advanced-search-menu {
  font-size: 0.8em;
}

.advanced-search-header {
  font-weight: 700;
  margin-left: 1.5em;
}

.advanced-search-col-last {
  position: relative;
}

.advanced-search-col:not(:last-child) {
  border-right: 2px solid #eeeeee;
}

.advanced-search-menu> .advanced-search-col:nth-child(1) {
  flex-grow: 6;
}
.advanced-search-menu> .advanced-search-col:nth-child(2) {
  flex-grow: 4;
}
.advanced-search-menu> .advanced-search-col:nth-child(3) {
  flex-grow: 6;
}
.advanced-search-menu> .advanced-search-col:nth-child(4) {
  flex-grow: 4;
}
.advanced-search-menu> .advanced-search-col:nth-child(5) {
  flex-grow: 1;
}

#advanced-search-clear-all {
  position: absolute;
  bottom: 0;
  right: 1em;
}

.most-viewed-card {
  height: 7em;
}

.search-result-card {
  font-size: 0.8em;
}

.result-header-text {
  font-size: 1.5em;
}

.result-inst-text {
  color: #777777;
}

.result-text {
  flex-grow: 12;
}

.view-text {
  flex-grow: 1;
}

.result-attr-text {
  font-size: 0.8rem;
}

.result-attr-population,
.result-attr-grade,
.result-attr-construct,
.result-attr-type,
.result-attr-delivery,
.result-attr-item-type,
.result-attr-use-statement,
.result-attr-interpretation-statement,
.result-attr-link,
.result-attr-link-newline {
  color: #666666;
}

.result-attr-grade,
.result-attr-construct,
.result-attr-delivery,
.result-attr-item-type,
.result-attr-interpretation-statement,
.result-attr-link {
  margin-left: 2em;
}

.result-attr-link-newline {
  display: inline;
}

.result-attr-link-newline > span.result-attr-resp > p:first-child {
  display: inline;
}

#validationCard.card {
  padding: 0;
  border: none;
  border-radius: 0.5rem;
}

.instrument-nav {
  font-size: 0.8em;
}

#validation-headerContent .nav-link.active {
  font-weight: 700;
  border-bottom: 2px solid #000000;
}

#validation-headerContent .nav-link {
  color: rgb(110, 110, 110);
  font-weight: 500;
}

#validation-headerContent .nav-link:hover {
  color: #55c57a;
}

.nav-pills .nav-link.active {
  color: black;
  background-color: white;
  border-radius: 0.5rem 0.5rem 0 0;
  font-weight: 600;
}

#validation-tabContent.tab-content {
  padding-bottom: 1.3rem;
}

.validation-footer {
  display: inline-block;
  font-size: 0.8em;
}

.validation-footer-text-bg {
  font-size: 1.2rem;
}

.submit_instrument_link {
  font-size: 0.7em;
  color: blue;
}

.cursor-pointer, .cursor-hand {
    cursor: pointer;
}

.instrument-article-header {
  text-decoration: underline;
  font-weight: 300;
}

.instrument-article-citation {
  font-size: 0.8em;
}

.instrument-article-doi {
  font-size: 0.8em;
}

.instrument-article-abstract-header,
.instrument-article-interpretation-statement-header,
.instrument-article-use-statement-header,
.instrument-article-validity-evidence-header {
  font-weight: 700;
}

div.instrument-article-citation > p:first-of-type,
div.instrument-article-doi > p:first-of-type,
div.instrument-article-interpretation-statement > p:first-of-type,
div.instrument-article-use-statement > p:first-of-type,
div.instrument-article-validity-evidence > p:first-of-type,
div.instrument-article-abstract > p:first-of-type,
div.instrument-article-claim > p:first-of-type{
  display: inline;
}

.modal-no-divider {
  border-top: 0 solid;
  border-bottom: 0 solid;
}

.submit-validation-instruction-text {
  margin-top: -2em;
  font-size: 0.9em;
}

.hidden {
  display: none;
}

.text-color-blue {
  color: blue;
}

.text-color-red {
  color: red;
}

a.no_deco_anchor:link {
  text-decoration: none;
  color: black;
}

a.no_deco_anchor:visited {
  text-decoration: none;
  color: black;
}

a.no_deco_anchor:hover {
  text-decoration: underline;
}

a.no_deco_anchor:active {
  text-decoration: underline;
  color: black;
}

.modal-footer-selection {
  justify-content: center;
}

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

/* Pagination starts */
#pagination {
  display: flex;
  height: 2em;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

ul.pagination_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

ul.pagination_ul li {
  color: #fff;
  display: flex;
}

ul.pagination_ul li a {
  background-color: #444B6E;
  padding: 5px 10px;
  border: 2px solid #3D315B;
  border-right: 0;
}

ul.pagination_ul li a:hover {
  cursor: pointer;
}

ul.pagination_ul li.active a {
  background-color: #9AB87A;
}

ul.pagination_ul li:first-child a {
  border-radius: 5px 0 0 5px;
}

ul.pagination_ul li:last-child a {
  border-radius: 0 5px 5px 0;
  border-right: 2px solid #3D315B;
}
/* Pagination ends */

/* Instrument starts */
.share-dropdown {
  min-width: 240px;
}

#like-button {
  cursor: pointer;
}
/* Instrument ends */

/* Upload starts */
.upload-container {
  text-align: center;
  width: 100%;
  max-width: 700px;
  min-height: 380px;
  margin: auto;
  background-color: white;
  border-radius: 16px;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 1px 0 inset, rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
}

.instrument-upload-label {
  font-size: 0.8em;
  font-weight: 500;
  color: #707EA0;
  text-align: left;
}

.upload-header-section {
  padding: 10px 0;
}

.upload-header-section h1 {
  font-weight: 500;
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #707EA0;
  margin: 0 0 8px;
}

.upload-header-section p {
  margin: 5px;
  font-size: 0.95rem;
  color: #707EA0;
}

.upload-drop-section {
  min-height: 200px;
  border: 1px dashed #A8B3E3;
  background-image: linear-gradient(180deg, white, #F1F6FF);
  margin: 5px 20px;
  border-radius: 12px;
  position: relative;
}

.upload-drop-section div.col:first-child {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
  transform: scale(1);
  width: 200px;
  margin: auto;
}

.upload-drop-section div.col:last-child {
  font-size: 40px;
  font-weight: 700;
  color: #c0cae1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 55px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.6);
  transition-duration: 0.2s;
}

.upload-drop-section .cloud-icon {
  margin-top: 10px;
  margin-bottom: 5px;
}

.upload-drop-section span,
.upload-drop-section button {
  display: block;
  color: #707EA0;
  margin: auto auto 2px;
}

.upload-drop-section button {
  color: white;
  background-color: #5874C6;
  border: none;
  outline: none;
  padding: 7px 20px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}

.upload-drop-section input {
  display: none;
}

.upload-drag-over-effect div.col:first-child {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.1);
}

.upload-drag-over-effect div.col:last-child {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.upload-list-section {
  display: none;
  text-align: left;
  margin: 0px 35px;
  padding-bottom: 20px;
}

.upload-list-section .upload-list-title {
  font-size: 0.95rem;
  color: #707EA0;
}

.upload-list-section li {
  display: flex;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 2px;
  border-radius: 8px;
  transition-duration: 0.2s;
}

.upload-list-section li:hover {
  box-shadow: #E3EAF9 0 0 4px 0, #E3EAF9 0 12px 16px 0;
}

.upload-list-section li .col {
  flex: .1;
}

.upload-list-section li .col:nth-child(1) {
  flex: .15;
  text-align: center;
}

.upload-list-section li .col:nth-child(2) {
  flex: .75;
  text-align: left;
  font-size: 0.9rem;
  color: #3e4046;
}

.upload-list-section li .col:nth-child(2) div.upload-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
  display: inline-block;
}

.upload-list-section li .col .upload-file-name span {
    color: #707EA0;
    float: right;
}

.upload-list-section li .upload-file-progress {
  width: 100%;
  height: 5px;
  margin-top: 8px;
  border-radius: 8px;
  background-color: #dee6fd;
}

.upload-list-section li .upload-file-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 8px;
  background-image: linear-gradient(120deg, #6b99fd, #9385ff);
  transition-duration: 0.4s;
}

.upload-list-section li .col .upload-file-size {
  font-size: 0.75rem;
  margin-top: 3px;
  color: #707EA0;
}

.upload-list-section li .col svg.cross,
.upload-list-section li .col svg.tick {
  fill: #8694d2;
  background-color: #dee6fd;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.√list-section li .col svg.tick {
  fill: #50a156;
  background-color: transparent;
}

.upload-list-section li.complete span,
.upload-list-section li.complete .upload-file-progress,
.upload-list-section li.complete svg.cross {
  display: none;
}

.upload-list-section li.in-prog .upload-file-size,
.upload-list-section li.in-prog svg.tick {
  display: none;
}

/*.instrument-upload-checkbox {*/
/*  opacity: 0;*/
/*}*/

/*.instrument-upload-checkbox-container {*/
/*  padding: 0.1em;*/
/*}*/

/*.instrument-upload-checkbox-container.checked {*/

/*}*/
.instrument-upload-checkbox-input {
  display: none;
}

.instrument-upload-checkbox-text {
  padding: 0.1em 0.6em;
  margin-right: 0.3em;
  line-height: 2em;
  background-color: #bbccdd;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
}

.upload-container.instrument-checkbox {
  text-align: left;
  padding: 0.5em;
}

.instrument-input-checkmark {
  display: none;
}

.instrument-upload-checkbox-input:checked ~ .instrument-upload-checkbox-text {
  background-color: blue;
  color: white;
}

.instrument-upload-checkbox-input:checked ~ .instrument-upload-checkbox-text .instrument-input-checkmark {
  display: inline;
}

#instrument-upload-page-2 {
  display: none;
}

#validation-upload-page-2 {
  display: none;
}
/* Upload ends */

/* Slide in starts */
.slidein-transition {
  -moz-animation: fadein 500ms ease-in;
  -webkit-animation: fadein 500ms ease-in;
  -o-animation: fadein 500ms ease-in;
  animation: fadein 500ms ease-in;
}

@-webkit-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.slidein-from-right {
  -moz-animation: slidein-from-right2 500ms;
  -webkit-animation: slidein-from-right2 500ms;
  -o-animation: slidein-from-right2 500ms;
  animation: slidein-from-right2 500ms;
}

@-webkit-keyframes slidein-from-right2 {
  from {
      -webkit-transform: translateX(100%);
  }
  to {
      -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes slidein-from-right2 {
  from {
      -moz-transform: translateX(100%);
  }
  to {
      -moz-transform: translateX(0%);
  }
}

@-o-keyframes slidein-from-right2 {
  from {
      -o-transform: translateX(100%);
  }
  to {
      -o-transform: translateX(0%);
  }
}

@keyframes slidein-from-right2 {
  from {
      transform: translateX(100%);
  }
  to {
      transform: translateX(0%);
  }
}
/* Slide in ends */

@keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: -0.5rem;
  }
  100% {
    margin-left: 0rem;
  }
}

.validation-error {
  animation: shake 0.2s ease-in-out 0s 2;
  border-color: red;
}

.hide-spinner {
  display: none;
}

.multiselect-container {
  margin-bottom: 1em;
}

.ajax-error {
  margin-top: 1em;
  color: red;
  display: none;
}

.footnote-text {
  /*color: #707EA0;*/
  font-size: 0.8em;
}

label.required:after {
  content: "*";
  color: red;
}

.instrument-upload-category-text {
  font-weight: bold;
}

.add-more-claims-button {
  margin-top: 0.5em;
}

/* About Us start */
.team-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.team-univ-name {
  font-size: 1.5em;
}

.graduate_student_name {
  font-weight: 700;
  font-size: 1.1em;
}

.graduate_school_name {
  font-size: 0.8em;
}

.graduate_image {
  border-radius: 5%;
}

.collaborator-name {
  font-weight: 700;
  font-size: 1.3em;
}

.collaborator-univ-name {
  font-weight: 500;
  font-size: 1.2em;
}

.collaborator-image {
  object-fit: cover;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}
/* About Us end

/* Training start */
.training-overview-text {
  font-size: 1.2em;
}

.resource-link {
  font-weight: 700;
  font-size: 1.1em;
}

.resource-link-desc {
  font-size: 0.9em;
}

.video-embed {
  height: 225px;
}
/* Training end */
