/* local page styles */


.Select-value-icon, .Select-value-label {
    display: inline !important;
}

.display-field {
    word-wrap: break-word;
}

fieldset.entry-group {
    border: 1.25px #ccc solid;
    border-radius: 5px;
    margin-top: -15px;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

legend.entry-legend {
    padding: 5px;
    margin-left: 10px;
    font-size: inherit;
    color: inherit;
    border-bottom: none;
    margin-bottom: 7px;
    width: auto;
}

fieldset div {
    margin-left: 12px;
}

.pending {
    font-style: italic;
    color: #990000 !important
}

.no-col-padding-left {
    padding-left: 0px;
}

.no-col-padding-right {
    padding-right: 0px;
}

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

.no-btn-padding-bottom {
    padding-bottom: 0px;
}

.no-padding {
    padding: 0px;
}

.minimal-col-padding-left {
    padding-left: 5px;
}

.minimal-col-padding-right {
    padding-right: 5px;
}

.no-margin-left {
    margin-left: 0;
}

.page-link a {
    text-decoration: none;
    color: #23527B;
}

.required a {
    color: #990000 !important
}

.field-error-wrapper {
    display: inline-block;
    position: relative;
}

.field-error {
    border: 1px solid #a94442;
}

.field-error .Select-control {
    border: 1px solid #a94442;
}

.error-color {
    color: #a94442;
}

.LabelColumn {
    width: 150px;
}

.green {
    color: green;
}

.doi-subnotice {
    font-style: italic;
    font-size: 13.6px;
    color: rgb(153, 153, 153);
}

.register-text {
    font-size: 16px;
}

.modify-search-glass {
    opacity: 0.35;
}

.rounded {
    border-radius: .25rem;
}

.search-result-author {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.search-result-author a {
    color: #7cb342;
    font-size: 13.6px;
}

.search-result-release-date {
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.search-result-description {
    font-size: 16px;
}

.search-result-doi {
    font-size: 15px;
}

.all-search-results-row {
    border-left: 1px solid #ddd;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.white {
    color: white;
}

.white:focus {
    color: white !important;
}

.white:hover {
    color: white !important;
}

.whiteAnchor {
    color: white;
}

.whiteAnchor:hover {
    color: white;
}

.mb-1 {
    margin-bottom: 1rem!important;
}

.mt-1 {
    margin-top: 1rem!important;
}

.mt-3 {
    margin-top: 3rem!important;
}

.center-text {
    text-align: center !important;
}

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

.left-text {
    text-align: left !important;
}

.italic-text {
    font-style: italic !important;
}

.main-header {
    background-image: linear-gradient(rgb(30, 111, 146), rgb(1, 53, 88) 100%);
    box-shadow: none !important;
    border-color: #FFFFFF !important;
    margin-bottom: 0px;
    border-radius: 0px !important;
    border: none;
}

.fixed-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
}

.homepage-outtermost-style {
    background-image: linear-gradient(rgb(30, 111, 146), rgb(1, 53, 88) 100%);
}

.homepage-searchbar {
    height: 52px !important;
    font-size: 20px !important;
}

.homepage-search-btn {
    height: 51px !important;
    width: 50px !important;
    padding-left: 20.8px !important;
    padding-right: 37.8px !important;
}

.homepage-adv-search-btn {
    top: 18px !important;
    right: 10px !important;
}

.homepage-adv-search-dropdown {
    top: 52px !important;
    right: 4px !important;
}

.search-box {
    width: 100%;
    font-size: 16px;
    box-shadow: rgb(221, 221, 221) 0px 1px 3px 0px inset;
    color: rgb(0, 0, 0);
    border-radius: 4px;
    border: 1px solid #ccc;
    padding-left: 9.6px;
    padding-right: 9.6px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
    margin-bottom: -1px;
}

.not-so-wide-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.large-control-label label.control-label {
    font-size: 23px;
}

.header-signin-links {
    color: white;
}

.signin-list {
    margin-bottom: 0px;
}

.padblock {
    padding: 0 35px;
}

.header-side-text {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: #f2f2f2;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    margin-left: 10px;
    padding-top: 11.2px;
    padding-bottom: 11.2px;
}

.header-title-text {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Arial Black', monospace;
    color: white;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding: 11px;
}

.header:link, .header:visited, .header:hover {
    text-decoration: none;
    color: white;
}

.logo-header {
    margin: 0px;
}


/*VVVV MAKES THE FOOTER WORK VVVVV*/

html, body {
    height: 100%;
    margin: 0;
    color: black;
}

.wrapper {
    min-height: calc(100vh - 205px);
    /*height of footer*/
    background-color: #F9F9F9;
}

.homepage-wrapper {
    min-height: calc(100vh - 180px);
    /*height of footer*/
}

.footer {
    height: 205px;
}

.footer-homepage {
    height: 180px;
}

.footer-bottom {
    background-color: #F9F9F9;
}

.footer-link {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    color: #4D4D4D;
}

.website-policies-mobile {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.website-disclosures-mobile {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-link a {
    color: #4D4D4D;
    padding: .5em 1em;
}

.footer-link-homepage {
    border-right: 1px solid white;
    color: white;
}

.footer-link-homepage a {
    color: white;
    padding: .5em 1em;
}

.footer-link:last-child {
    border-right: 0px;
}

.footer-link-homepage:last-child {
    border-right: 0px;
}

.footer-separator {
    border: 0;
    width: 100%;
    height: 50px;
    margin-top: -50px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 15px 30px -20px #bbb;
    margin-bottom: 2rem;
    background-color: #F9F9F9;
}

.footer-buttons {
    margin-top: 10px;
}


/*^^^^MAKES THE FOOTER WORK^^^^*/

.biblio-social-link {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13.6px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


.biblio-social-link:last-child {
    border-right: none;
}

.static-content {
    font-size: 16px;
}

.static-content-title {
    font-weight: 300;
    font-size: 2em;
    margin-left: 0px;
}

.contact-img {
    opacity: 0.3;
}

.biblio-page-header {
    text-align: right;
}

.required-field-span {
    font-weight: 700;
}


.filter-header {
    color: blue;
    font-size: 20px;
}

.adv-search-button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    top: 9px;
    right: 5px;
    z-index: 2;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #7cb342;
}

.adv-search-button-icon {
    font-size: 16px;
    color: #7EAE49;
}

.searchbar-container {
    padding-top: 7px;
}

.nav-menu {
    margin-bottom: -5px !important;
}

.nav-menu-item {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.nav-menu-item-text {
    color: white !important;
    font-size: 16px !important;
}

.nav-menu-item-text:hover {
    color: black !important;
}

.nav-menu-item-fa {
    opacity: .5;
}

.active-menu-item {
    color: black !important;
    background-color: #F9F9F9;
}

.active-menu-item-text {
    color: black !important;
    font-size: 16px !important;
}

.signin-btn {
    font-size: 13.6px;
    color: #f2f2f2;
    text-decoration-line: none !important;
}

.signin-btn-icon {
    opacity: 0.5;
}

.signin-btn:hover {
    color: #5E5E5E !important;
}

.signin-page-container {
    border-bottom: 1px solid #E0E0E0;
}

.button-success {
    background: #7cb342;
    color: black;
}

.save-btn-margin {
    margin-right: 8px;
}

.signin-btn-container {
    padding-right: 13.6px !important;
    padding-left: 13.6px !important;
    padding-top: 6.8px;
    padding-bottom: 6.8px;
}

.signin-btn-container:hover {
    background-color: #E2E2E2;
    color: #5E5E5E !important;
    cursor: pointer;
}

.signin-btn-container:hover>.signin-btn {
    color: black;
}

.first-signin-text {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.signin-buttons {
    font-size: 16px;
}

.signin-buttons-container {
    padding-bottom: 10px;
}

.header-subtext {
    color: white;
}

.icon-row {
    color: white;
}

.icon-row a {
    color: white !important;
}

.icon-row a.icon-row-icon {
    font-size: 40px;
}

.clickable {
    cursor: pointer;
}

.default-cursor{
    cursor:default;
}

.progtrckr {
    text-align: center;
    padding-bottom: 16px;
}

.interface-step {
    text-align: center;
    padding-bottom: 16px;
}

.interface-group {
    padding: 25px;
    border: 5px solid #f3f3f3;
}

hr {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: grey;
    height: 1px;
}

.pub-btns {
    border: 0;
    padding-top: 10px;
    clear: both;
    display: block;
}

.login-dropdown-text li {
    text-align: center;
}

.login-dropdown-btn {
    color: white !important;
}

.login-accounts-btn {
    font-size: 25px;
    color: white;
}

.search-sidebar-filter-title {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-left: 0px !important;
    color: #777;
    font-weight: 300 !important;
}

.search-sidebar-text .search-sidebar-checkbox-text {
    color: black !important;
    font-size: 16px !important;
}

.search-sidebar-text label, .search-sidebar-checkbox-text label {
    font-weight: 400;
    font-size: 13px;
    color: black !important;
}

.search-sidebar-checkbox-text {
    margin-left: 18px;
}

.search-sidebar-checkbox-text span {
    margin-left: 18px;
}

.search-sidebar-checkbox-text label:first-of-type {
    margin-left: -18px;
}

.account-panel-header {
    font-size: 17px;
    font-weight: bold;
}

.account-panel-body {
    margin-right: 10px;
    margin-left: 10px;
}

.account-loading-image {
    width: 70px;
    height: 50px
}

.breadcrumbTrail {
    font-size: 13.6px;
    margin-top: 13.6px
}

.breadcrumbTrail a {
    font-size: 13.6px;
}

.search-btn-container {}

.search-btn {
    font-size: 16px;
    padding-left: 12.8px;
    padding-right: 12.8px;
    padding-top: 8px;
    padding-bottom: 7px;
}

.search-btn:hover {
    background-color: #7DAD49 !important;
}


/*Puts the roboto font frickin everywhere*/

html, button, body, input, select, textarea, p {
    font-family: 'Roboto', sans-serif !important;
}

.biblio-sub-dl {
    font-size: 14px;
}

.biblio-sub-dl dt {
    font-weight: normal;
}

label {
    display: inline;
    margin-bottom: 0px;
}

.search-checkbox {
    display: none;
}

.search-checkbox+label {
    background-color: rgb(230, 230, 230);
    border-radius: 0px;
    display: inline-block;
    position: relative;
    width: 13px;
    height: 14px;
}

.search-checkbox+label:hover {
    background-color: rgb(204, 204, 204);
}

.search-checkbox:checked+label:hover {
    background-color: rgb(14, 100, 125);
}

.search-checkbox:checked+label {
    background-color: rgb(42, 161, 192);
    color: white;
}

.search-checkbox:checked+label:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f00c';
    font-size: 11px;
    position: absolute;
    top: 1px;
    left: 1px;
    color: white;
    line-height: 14px;
}

.adv-search-dropdown {
    background-color: #FFFFFF;
    border: 1px solid rgb(68, 68, 68);
    padding: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 34px;
    z-index: 4;
    margin-right: 0px;
    margin-left: 14px;
}

.adv-search-dropdown-lg {
    top: 45px;
}

.adv-dropdown-row{
    margin-top:10px;
}

.adv-search-dropdown-title-row {
    border-bottom: 1px solid #cccccc;
}

.homepage-adv-search-dropdown-label {
    font-size: 17px;
    color: rgb(41, 43, 44);
    font-weight:normal;
}

.advsearch-adv-search-dropdown-label {
    font-size: 15px;
    color: rgb(41, 43, 44);
    font-weight:normal;
}

.adv-search-dropdown-label {
    font-size: 14px;
    color: rgb(41, 43, 44);
    font-weight:normal;
}

.more-adv-search {
    font-size: 13.6px;
}

.to-field {
    padding-top: 7px;
}


/*HELP PAGE*/

.help-page-software-availability {
    padding-left: 30px;
}

.help-page-subtitle {
    font-size: 20px;
}


.help-box {
    max-width: 300px;
    font-weight: 400;
}

.fake-h2 {
    font-size: 24px;
}

.control-label.input-form-push-left {
    margin-left: -15px;
}

.input-form-push-left h3 {
    margin-left: -14px;
}

.nav-menu-item-special {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.nav-menu-item-special:hover {
    background-color: #F9F9F9;
    color: black;
}

.icon-bar-extra {
    background-color: white !important;
}

.hamburger-menu-btn {
    float: none;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
}

.navbar-toggle:hover {
    background-color: #1B6A8D !important;
}

.navbar-toggle:focus {
    background-color: #1B6A8D !important;
}

.header-logo-img {
    padding-top: 5px;
    width: 287px;
}

.header-logo-img-homepage {
    margin-top: -30px;
}

.navbar-logo-img {
    padding-top: 1px;
}

.hide {
    display: none;
}

.citation-format-div {
    margin-top: 25px;
    font-family: monospace, monospace;
    font-size: 13.6px;
}

.pagination-dropdown .pagination-dropdown-menu, .pagination-dropdown .pagination-dropdown-panel {
    min-width: 160px;
    max-width: 360px;
    max-width: 400px;
    list-style: none;
    background: white;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: visible;
    padding: 4px 0;
    margin: 0;
}

.pagination-dropdown.pagination-dropdown-tip:before {
    position: absolute;
    top: -6px;
    left: 158px;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ddd;
    display: inline-block;
}

.pagination-dropdown.pagination-dropdown-tip:after {
    position: absolute;
    top: -5px;
    left: 159px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    display: inline-block;
}

.pagination-dropdown-style {
    display: block;
    left: -75px;
    top: -5px;
}

.pagination-dropdown.pagination-dropdown-tip {
    margin-top: 8px;
}

.pagination-dropdown {
    position: absolute;
    z-index: 1039;
}

.pagination-dropdown .pagination-dropdown-panel {
    padding: 10px;
}

.pagination-dropdown-panel td {
    vertical-align: top;
}

.pagination-dropdown-panel input[type=range] {
    display: block;
    width: 200px;
}

.pagination-go label {
    line-height: 20px;
    font-weight: 400;
    color: #636c72!important;
}

.pagination-arrow {
    color: #ccc;
}

.pagination-input {
    height: 26px;
    padding: 0px;
    margin-right: 5px;
    width: 200px;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.word-break {
    word-wrap: break-word;
}

.biblio-summary-main-content {
    border-left: 1px solid #CCCCCC;
    padding-left: 30px;
}

.sponsor-org-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sponsor-org-bottom-row {
    margin-top: 5px;
    border-bottom: 1px solid #DDDDDD;
}

.citation-formats {
    font-size: 18.72px;
    font-weight: 300;
    padding-left: 0px;
    margin-left: 0px;
}


/*Makes the active tabs on the biblio page have green bars on the underside*/

.summary-row {
    border-bottom: 1px solid #CCCCCC;
}

.clip-cite-bib {
    background-color: Transparent;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    padding: 10px;
    color: #337ab7;
}

.clip-cite-bib:hover {
    color: #23527c;
    text-decoration: underline;
}

.input-label-adjusted {
    font-weight: normal;
    font-size: 16px;
    padding-top: 4px;
}

.login-input-box {
    font-size: 16px;
}

.login-email-container {}

.password-rules {
    font-size: 16px;
}

.affiliations-div {
    border-top: 1px solid #DDDDDD;
    margin-top: 5px;
}

.search-for-filter-crumb {
    color: #999;
    font-style: italic;
}

.search-for-filter-text {
    font-size: 15.5px;
    font-weight: 400;
}

.search-for-filter-header {
    color: #aaa;
    font-size: 11.2px;
    text-transform: uppercase;
}

.search-for-filter-x {
    font-family: 'Roboto', sans-serif;
    color: #aaa;
    font-size: 13.6px;
    font-style: normal;
    font-size: 85%;
    text-decoration: none;
    opacity: .75;
}

.search-for-filter-x:hover {
    color: #ca3c3c;
}

.search-item-doi-divider {
    color: rgba(0, 0, 0, 0.2);
}

.search-sort-dropdown {
    margin-top: 20px;
    margin-bottom: 10px;
}

.custom-paginate-container {
    display: inline-block;
}

.paginate-slider-arrow {}

.range-container {
    padding-left: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inlineBlock {
    display: inline-block;
}


.button-secondary {
    background: rgb(66, 184, 221);
    color: white;
    /* this is a light blue */
}

.pure-button-primary a:focus {
    color: white !important;
}

.button-warning {
    background: rgb(223, 117, 20);
    color: white;
    /* this is an orange */
}

.button-error {
    background: rgb(202, 60, 60);
    color: white;
    /* this is a maroon */
}

.homepage-subtext {
    font-size: 26px;
    color: white !important;
    font-weight: 300;
}

.dropdown-toggle-arrow {
    color: #ccc;
}

.dropdown-toggle-arrow:hover {
    color: #8c8c8c;
}

.nav-menu li:last-child {
    border-right: none;
}

.to-span {
    margin-left: 15px;
}

.icon-row-icon-text {}

.icon-row-icon-text:hover {
    text-decoration: none;
}

.icon-row-icon-text a {
    font-size: 40px;
}

.footer-fa-icon {
    opacity: 0.5;
}

.header-search-container {
    margin-bottom: 5px;
}

#header-nav-collapse {
    border-top: none;
}

.repository-services-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

#github-repository-container {
    width: 314px;
}

#or-repository-container {
    text-align: center !important;
}

#gitlab-repository-container {
    width: 314px;
}

#repository-services-header-container {
    padding-left: 25%;
}


/*!!!!!!!Security Hosting page!!!!!!*/

.float-right {
    float: right;
}

.float-left {
    float: left;
}



/*Fixes an issue where pure-form causes an extra input to show up in react-select's*/

div.Select>div.Select-control input {
    display: inline-block;
    border: none;
    box-shadow: none;
}

.search-choice{
    background-color:#EBF5FF !important;
    color:#007eff !important;
    background-image:none !important;
    border: 1px solid #c2e0ff !important;
    border: 1px solid rgba(0,126,255,.24) !important;
    min-height: 22px;
    margin-top: 5px !important;
}

.chosen-search-input{
    margin-top:3px !important;
}

.modal-body {
    padding-right: 27px;
    padding-left: 27px;
}

.biblio-author-btn{
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
}

.input-label{
    font-weight:bold;
}

.successCheck, .errorCheck{
    margin-right: -15px;
}

.table-condensed > tbody > tr > td{
    padding-top:4px !important;
    padding-bottom:4px !important;
}

.user-account-input{
    width:70% !important;
}

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

.small-screen-collapse{

}

.tooltip-inner{
    max-width:350px !important;
}

.successCheck-account, .errorCheck-account{
    padding-top:8px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

table#summary {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

table#summary td, #summary th {
    border: 1px solid #ddd;
    padding: 8px;
}

table#summary tr.error {
    color: #990000;
}

table#summary tr:nth-child(even) {
    background-color: #f2f2f2;
}

table#summary tr:hover {
    background-color: #ddd;
}

table#summary th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #007eff;
    color: white;
}