/*=============================================================================================
 If you are using LESS, you can change the colours used in the bootstrap theme here so that you don't need to edit the CSS templates.
 ============================================================================================ */
/* The colour of the header and footer */
/* Complimentary to the base, used in section backgrounds on the homepage */
/*=======================================
Homepage colours
=========================================*/
.videoWrapper {
  position: relative;
  /* falls back to 16/9, but otherwise uses ratio from HTML */
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* The colours of the large icons beneath the search on the homepage */
/* About our data section */
.person-content .user-nav {
  margin: 20px 0 0 0;
  color: #337ab7;
  border: 0px;
  /* Hide the contact button for demo purposes */
}
.person-content .user-nav > li + li {
  margin-left: 8px;
}
.person-content .user-nav li#contactTab {
  display: none;
}
#photo-wrapper {
  margin-top: 20px;
  margin-bottom: 1em;
  text-align: center;
}
#photo-wrapper>img {
  width: 95%;
}
/*################################################################################
Styling for the right hand side contact info column on the individual page
################################################################################*/
.class-icon {
  color: #cc2927;
  vertical-align: top;
}

.display-title{
    font-size: .825em;
    color: #5e6363;
    border-left: 1px solid #a6b1b0;
    padding-left: 10px;
    margin-left: 10px;
    white-space: nowrap;
}

.share-contact {
  background: #ececec;
  padding: 0.8em;
  text-align: center;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}

.share-contact .img-rounded {
  box-shadow: 0 2px 5px #afafaf;
}
.share-contact ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.share-contact span.glyphicon {
  color: #337ab7;
  vertical-align: top;
}
.share-contact h5 {
  font-size: 18px;
}
.share-contact .emails-container {
  margin: 1em 0;
}
.share-contact a.email,
.share-contact a.telephone {
  word-break: break-word;
  color: #222222;
  font-size: 15px;
  text-align: left;
}
.share-contact .individual-urls .list-group-item {
  border: none;
  background: #ececec;
}
.share-contact #individual-hasResearchArea .list-group-item {
  background: none;
  border: none;
  padding: 5px 0;
  display: block;
}
.share-contact #coauthorship_link_container,
.share-contact #mapofscience_link_container,
.share-contact #coinvestigator_link_container {
  margin: 12px 0 8px 0;
  display: inline-block;
}
.share-contact #coauthorship_link_container .collaboratorship-link a,
.share-contact #mapofscience_link_container .collaboratorship-link a,
.share-contact #coinvestigator_link_container .collaboratorship-link a {
  min-width: 165px;
}

/*################################################################################
Styling for the left hand side contact info column on the individual person page
################################################################################*/

#individual-info h2 {
  font-style: italic;
}

#individual-info h3 {
  font-size: 21px;
  margin: 1em auto auto auto;
}
#individual-info a#relatedBy {
  cursor: pointer;
}
#individual-info a#relatedBy:hover {
  text-decoration: none;
}
#individual-info #individual-hasResearchArea a.label {
  font-size: 13px;
  background: transparent;
  border: 1px solid #337ab7;
  color: #337ab7;
  font-weight: 400;
  transition: all 0.5s;
}
#individual-info #individual-hasResearchArea a.label:hover {
  background: #337ab7;
  color: #fff;
}
/* Remove borders from all items in nav tab content panes */
li.list-group-item {
  border: none;
}
#individualNavTabsContent {
  display: table;
  width: 100%;
}
#individualNavTabsContent #relatedBy-Authorship-List.property-list {
  margin: 0;
  padding: 0;
}
#individualNavTabsContent #relatedBy-Authorship-List.property-list .list-group-item .listitem {
  border-top-color: #c3c3c3;
  border-top-width: thin;
  border-top-style: dotted;
}

#individualNavTabsContent #relatedBy-Authorship-List.property-list h4 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px 0;
}
#individualNavTabsContent #relatedBy-Authorship-List.property-list button.btn {
  margin: 0 0 10px 10px;
}
@media (min-width: 992px) {
  #individualNavTabsContent #relatedBy-Authorship-List.property-list .table.table-hover tr.publicationTableRow td.citation-data {
    //min-width: 645px;
  }
}
@media (max-width: 420px) {
  #individualNavTabsContent #relatedBy-Authorship-List.property-list .table.table-hover tr.publicationTableRow td {
    font-size: 14px;
  }
}
#individual-personInPosition {
  padding-left: 0;
  font-size: 14px;
}
#individual-personInPosition .list-group-item {
  padding: 7px 0;
  border: none;
}
#individual-hasResearchArea {
  padding-left: 0;
  font-size: 14px;
  margin: 15px auto;
}
#individual-hasResearchArea .list-group-item {
  padding: 7px 10px 0 0;
  border: none;
  display: inline-block;
  background: transparent;
}
a.more-less {
    margin-left: 1.5em;
    padding: .35em .8em;
    font-size: .8em;
    text-decoration: none;
    color: #666;
    background: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/*###########################################################################
This is styling for the individual object pages i.e. Publications, grants etc
############################################################################*/
/*top part of the object page*/
#individual-intro {
  margin: auto auto 20px auto;
}
#individual-intro .individual-objectHeader span.label-info {
  font-size: 0.95em;
}
#individual-intro #individual-ARG_2000028 {
  margin: 16px 0;
  padding-left: 0;
  display: inline-block;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  font-size: 14px;
}
/* The tab content of objects */
.individual-objects ul.nav-tabs {
  margin: 15px auto 0 auto;
  border-bottom: 0;
}
.individual-objects .tab-content .property-list .list-group-item {
  // float: left;
  margin-right: 10px;
  word-break: break-word;
}
div#individual-tools-people {
    display: inline;
}

/* <------ QR Code */
h5.qrCode {
    margin-top: 1em;
    padding: 0;
}
span#qrCodeImage {
    position: absolute;
    top: 27px;
    left: 95px !important;
    width:450px;
    border: solid 2px #ccc;
    background: #fff;
    text-align:middle;
    overflow:visible;
    z-index:1000;
}
span#qrCodeImage img {
     margin: 1em 1em 0 1em;
}
span#qrCodeImageV2 img {
     margin: 20px 0 0 0;
     width: 100%;
}
a.qrCloseLink {
    float: right;
    padding-right: 1em;
    margin-right: 0;
    font-size: .8em;
}
input#uriLink {
    width: 100%;
}

.tcbadge canvas {
  vertical-align: middle;
  cursor: pointer;
}

.pub-ids span {
  padding-right: 0.5em;
}
.sidebar-btn {
  width: 100%;
  margin-top: 1em;
}
