a:hover {
  text-decoration: none;
  color: #f07339;

}
.question-mark {
  top: 3px;
}

.banner-text {
  padding-top: 0px !important;
}

.bannerbg {
  height: 340px !important;
  top: 35px;
}

.banner-text p {
  font-size: 20px;
}

.banner-text h4 {
  padding: 5px 100px 20px 70px !important;
}

.banner-video {
  top: -17% !important;
}

.step-actions {
  width: 100%;
  text-align: center;
}

.sectioned {
	margin-bottom: 30px;
}

.sectioned small {
	font-weight: normal !important;
}

.bannerbg {
  height: 365px !important;
  top: 0px !important;
}

.tools-dropdown {
  margin-left: 20px;
  width: 120px;
}

.tools-dropdown .caret {
  margin-left: 10px;
  vertical-align: middle;
}

.tools-dropdown .tool-title {
  display: inline-block;
}

.claim-promo-btn {
  text-align: center !important;
  max-width: 100% !important;
}

.aside-resources {
  padding-left: 2% !important;
}


.aside-resources .resource-details img {
  margin-left: 10px;
}

.resource-details {
  margin-bottom: 10px;
  width: 85%;
}

.expand-box p {
  height: 135px !important;
}

.tools-dropdown-items {
  margin-left: 52% !important;
}

#main-nav .nav li a {
  padding-right: 8px;
}

.tooltip.bottom .tooltip-arrow {
    top:-3px;
    left:8px;
    margin-left:-5px;
    border-bottom:8px solid #7F9818;
}
.tooltip.top .tooltip-arrow {
    bottom:-3px;
    left:8px;
    margin-left:-5px;
    border-top:8px solid #7F9818;
}
.tooltip.top .tooltip-inner,
.tooltip.bottom .tooltip-inner {
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius: 0;
    padding:4px 12px 4px 12px;
    background-color:#7F9818;
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, .3);
}

.popover, .tooltip {
  z-index: 20000;
}

.search-form .search-input {
  width: 60% !important;
}

.page-author .pagination a {
  display: inline;
  color: #428bca;
}

.admin-search {
  margin-top: 0px !important;
}

.modal-dialog {
  width: 700px !important;
}

.article-aside-list span {
  overflow-x: hidden;
}

.publication-btn {
  padding-left: 10px;
  text-align: left !important;
  height: 35px;
  margin-bottom: 38%;
}

.annotation-wrapper {
  width: 175px;
  padding: 10px;
}

input[type=checkbox] {
  cursor: pointer;
}

input[type=checkbox][disabled] {
  cursor: not-allowed;
}

.email-sub input[type=checkbox] {
  display: inline-block;
  width: 34px;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
}

.large_checkbox_label {
  font-size: 20px;
  margin-bottom: 0;
}

.checkbox-container {
  margin-top: 1em;
}

.btn-add-top-space {
  margin-top: 1em;
}

.banner-video .video {
  max-width: 330px;
  width: auto;
  margin-top: 17%;
}

#author-table.table>thead>tr>th, #author-table.table>tbody>tr>th, #author-table.table>tfoot>tr>th, #author-table.table>thead>tr>td, #author-table.table>tbody>tr>td, #author-table.table>tfoot>tr>td {
  padding: 3px;
}

.search-inline input[type="text"] {
  width: 80%;
}

.search-inline.smaller-size input[type="text"] {
  font-size: 13px;
}

.search-inline.smaller-size input[type="text"], .search-inline.smaller-size .btn {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
}

@media (min-width: 768px) {

  .search-inline.smaller-size input[type="text"] {
    width: 70%;
    max-width: none;
  }

  .search-inline.smaller-size .btn {
    max-width: none;
    width: auto;
  }

}

@media (min-width: 990px) {

  .search-inline.smaller-size input[type="text"] {
    width: 52%;
    max-width: none;
  }

}

.right-text-align {
  text-align: right;
}

.alert {
  position: relative;
  margin-bottom: 10px;
}

.no-padding {
  padding: 0;
}

.no-top-padding {
  padding-top: 0;
}

.no-margin {
  margin: 0;
}

.with-bottom-margin {
  margin-bottom: 30px;
}

.tall-alert .symbol {
  float: left;
  width: 30px;
  margin-top: 20px;
}

.tall-alert .content, .legacy-orcid-login-alert .content {
  float: left;
  width: 90%;
}

.tall-alert .close {
  float: right;
  width: 20px;
  margin-top: 20px;
}

.legacy-orcid-login-alert .symbol {
  float: left;
  width: 30px;
  margin-top: 40px;
}

.legacy-orcid-login-alert .close {
  float: right;
  width: 20px;
  margin-top: 40px;
}

#confirmation-container {
  text-align: center;
}

#confirmation-container .confirmation-message {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: #858585;
}

#confirmation-container .confirmation-message:after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('/images/orcid_id_logo.png');
  background-repeat: no-repeat;
  right: -20px;
  top: 4px;
}

#confirmation-container-error {
  text-align: center;
}

#confirmation-container-error .error-message {
  font-weight: bold;
  font-size: 24px;
}

.page-author .alert-success a  {
  display: inline-block !important;
}

.green-background {
  background-color: #7f9818;
  color: #fff;
}

.blue-background {
  background-color: #3486be;
  color: #fff;
}

.dark-grey-background {
  background-color: #616161;
  color: #fff;
}

.orange-background {
  background-color: #f0733a;
  color:#fff;
}

.dropdown.sign-in-dropdown {
  left: 50%;
  z-index: 99;
  width: 90%;
  max-width: 181px;
  padding-top: 10px;
  background: url(../images/grey-arrow.png) 50% 0 no-repeat;
  border: 0;
  box-shadow: none;
}

.sign-in-dropdown .dropdown-inner-grey {
  background: #fff;
  padding: 5%;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.sign-in-dropdown .square-corners{
  border-radius: 0;
}

.sign-in-dropdown input, .sign-in-dropdown button, .sign-in-dropdown small {
  margin-bottom: 10px;
}

.sign-in-dropdown small {
  display: block;
}

.dropdown-menu > li
{
    border-bottom: solid #f3f3f3 1px;
    font-size: 14px;
}

.visibly-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.banner-text .text h4 {
  font-size: 44px;
}

.register-column .tt-suggestion p {
  font-size: 11px;
}

.toast-top-right {
  top: 50px !important;
}

.ie9 .sidebar {
  display: none !important;
}

.ie9 .sidebar-shown {
  display: block !important;
}
