﻿body {
    font-size: .85em;
    line-height: 1.6em;
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    color: #696969;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}

@font-face {
    font-family: 'MuseoSlab500';
    src: url('museo_slab_500-webfont.eot');
    src: url('museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'), url('museo_slab_500-webfont.woff') format('woff'), url('museo_slab_500-webfont.ttf') format('truetype'), url('museo_slab_500-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4 {
    /*font-family: "Museo Slab 500", Palatino, "Times New Roman", Times, Serif;*/
    font-family: MuseoSlab500, Palatino, "Times New Roman", Times, Serif;
    color: #0e8a8a;
    font-weight: normal;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
    line-height: 2.3em;
}

h5 {
    font-size: 1.1em;
    line-height: 2.1em;
}

h6 {
    font-size: 0.95em;
    line-height: 1.95em;
}

/* Base styles
-----------------------------------------------------------*/
.colour-strip {
    width: 100%;
    border-top: 11px solid #e67517;
}

#page {
    /*max-width: 940px;*/
    min-width: 320px;
    margin: auto;
    padding: 0 50px;
}

.page, .important-notice {
    max-width: 940px;
    margin: auto;
}

.specimen-page {
    margin: auto;
    text-align: center;
    display: block;
}

.important-notice {
    margin-top: 10px;
}

.full {
    max-width: 1920px;
    margin: auto;
}

#title {
    float: left;
    color: #4d4d4d;
    /*font-family: "Museo Slab 500", Palatino, "Times New Roman", Times, Serif;*/
    font-family: MuseoSlab500, Palatino, "Times New Roman", Times, Serif;
    font-size: 2.5em;
    *margin-top: -80px;
    line-height: 2.7em;
}

#login {
    float: right;
}

#footer {
    margin-top: 50px;
    font-size: 0.9em;
    line-height: 2em;
    color: #808080;
}

#footer-links {
    float: left;
}

#logo {
    height: 50px;
    float: right;
}

#side-menu {
    padding: 45px 0;
    float: left;
    width: 13em;
}

.btn {
    margin-left: 5px;
}

.captcha-button {
    margin-left: 0;
}

.standard-list {
    list-style-type: disc;
}

.bullet-free-list {
    list-style-type: none;
}

input[type="checkbox"] {
    margin-top: -3px;
}

/* Main navigation styles
-----------------------------------------------------------*/
#main-nav {
    float: right;
    /*font-family: "Museo Slab 500", Palatino, "Times New Roman", Times, Serif;*/
    font-family: MuseoSlab500, Palatino, "Times New Roman", Times, Serif;
    *margin-top: -16px;
}

    #main-nav ul {
        float: right;
        margin: 0;
        list-style: none;
        line-height: normal;
    }

    #main-nav li {
        display: block;
        float: left;
    }

    #main-nav a {
        display: block;
        float: left;
        margin-right: 1px;
        padding: 39px 11px 16px 11px;
        text-decoration: none;
        text-align: center;
        text-transform: capitalize;
        font-size: 1.3em;
        color: #0e8a8a;
    }

        #main-nav a:hover {
            text-decoration: none;
            color: #e67517;
        }

    #main-nav .selected a {
        background: #e67517;
        border-bottom: 4px solid #964807;
        color: #ffffff;
    }

/* Home styles
-----------------------------------------------------------*/
#collection-summaries {
    font-size: 1em;
    line-height: 1.4em;
}

    #collection-summaries .separator, #collection-summaries .ie-separator {
        margin-top: 15px;
        margin-bottom: 8px;
    }

#home-page h2 {
    /*font-family: "Museo Slab 500", Palatino, "Times New Roman", Times, Serif;*/
    font-family: MuseoSlab500, Palatino, "Times New Roman", Times, Serif;
    font-size: 1.7em;
    color: #0e8a8a;
    font-weight: normal;
}

.stats {
    font-size: 0.85em;
}

    .stats p {
        line-height: 0.9em;
    }

.read-more a {
    font-size: 0.85em;
    color: #0e8a8a;
}

.collection-links {
}

.btn-home {
    margin-top: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #E67517;
    *background-color: #E67517;
    background-image: -moz-linear-gradient(top, #F0A96D, #E67517);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F0A96D), to(#E67517));
    background-image: -webkit-linear-gradient(top, #F0A96D, #E67517);
    background-image: -o-linear-gradient(top, #F0A96D, #E67517);
    background-image: linear-gradient(to bottom, #F0A96D, #E67517);
    background-repeat: repeat-x;
    border-color: #E67517;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0A96D', endColorstr='#E67517', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-home:hover,
    .btn-home:active,
    .btn-home.active,
    .btn-home.disabled,
    .btn-home[disabled] {
        color: #FFFFFF;
        background-color: #E67517;
        *background-color: #003bb3;
    }

.extras {
    line-height: 1.6em;
    padding-top: 25px;
}

    .extras a {
        color: #696969;
        font-weight: bold;
    }

    .extras p {
        padding-left: 15px;
    }

.accent {
    color: #0e8a8a;
    font-weight: bold;
}

a[target='_blank'].external-link-icon:after {
    font-family: 'Material Icons';
    content: "open_in_new";
    margin-left: 0.25rem;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 40em;
    height: 1.8em;
    margin: 0 5px;
}

.condensed .text-box {
    /*width: 30em;*/
    width: 95%;
}

#download-selection .text-box {
    width: 95%;
    margin-left: 25px;
}

.login-box {
    width: 20em;
}

#submit {
    padding: 5px 10px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    /*font-weight: bold;*/
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Help styles
-----------------------------------------------------------*/
.help-grid {
}

/* About styles
-----------------------------------------------------------*/
.faq-question {
    font-family: MuseoSlab500, Palatino, "Times New Roman", Times, Serif;
    color: #0e8a8a;
    font-size: 1.3em;
    font-weight: normal;
}

/* Search styles
-----------------------------------------------------------*/
#search {
    text-align: center;
    margin: 25px 0;
}

#collection {
    width: 6em;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -o-border-radius: 0;
    -o-border-top-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    *font-size: 20px;
    *margin-top: 2px;
}

#search .btn {
    height: 30px;
}

.search-text {
    width: 50%;
    height: 1.8em;
}

.search-tips {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: help;
}

.search-tips-2 {
    margin-top: -20px;
}

#search-result {
    clear: both;
}

    #search-result h5 {
        margin: 0;
        padding: 0.6em 0 0.4em 0;
    }

    #search-result p {
        margin: 0;
        padding: 0 0 0.4em 0.6em;
    }

#grid-result tr {
    border-bottom: 1px solid #e6e6e6;
}

#grid-result th, #grid-result td {
    padding: 0 5px;
}

.grid-button {
    padding-top: 5px;
    padding-bottom: 5px;
}

#applied-facets {
    line-height: 2.7em;
}

#facets {
    margin: 25px 0 25px -50px;
    padding-left: 50px;
    float: left;
    width: 250px;
}

.sticky-top {
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    position: sticky;
    top: 0px;
}

.apply {
    margin-top: 25px;
}

#facets .separator, #facets .ie-separator {
    margin-top: 10px;
}

#specimens {
    padding: 25px 0;
    float: left;
    margin-left: 25px;
    width: 71%;
}

.specimen-count {
    padding-bottom: 15px;
    padding-top: 13px;
}

.specimen-list-item {
    /*max-width: 680px;*/
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    color: #696969;
}

    .specimen-list-item h1 {
        font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
        font-size: 1.1em;
        margin: 0;
        line-height: 1.6em;
        font-weight: normal;
    }

    .specimen-list-item .heading {
        color: #9c9c9c;
    }

.btn-more {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0E8A8A;
    *background-color: #0E8A8A;
    background-image: -moz-linear-gradient(top, #10B5B5, #0E8A8A);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#10B5B5), to(#0E8A8A));
    background-image: -webkit-linear-gradient(top, #10B5B5, #0E8A8A);
    background-image: -o-linear-gradient(top, #10B5B5, #0E8A8A);
    background-image: linear-gradient(to bottom, #10B5B5, #0E8A8A);
    background-repeat: repeat-x;
    border-color: #0E8A8A;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10B5B5', endColorstr='#0E8A8A', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-more:hover,
    .btn-more:active,
    .btn-more.active,
    .btn-more.disabled,
    .btn-more[disabled] {
        color: #FFFFFF;
        background-color: #0E8A8A;
        *background-color: #003bb3;
    }

#sort-option {
    margin-top: 7px;
}

#sort-order {
    margin-top: 7px;
    width: 130px;
}

#record-count-map, #record-count-text, #record-count-map-stopped {
    display: inline-block;
}

#cancelMapSearch {
    margin: 0;
    display: none;
}


/* Expand facets modal 
-----------------------------------------------------------*/
#expandFacetModalloading {
    display: none;
    width: 31px;
    margin: auto;
}

#expandFacetPagingSection {
    display: none;
}

#expandFacetPaging {
    text-align: center;
    padding-top: 0.8rem;
}

#expandFacetPaging ul, #pagingNumberSearch {
    margin: 0;
}

.expand-facet-item {
    display: block;
    padding-bottom: 0.4rem;
}

.expand-facet-item a {
    padding-left: 0.5rem;
}

.expand-facet-header {
    padding-top: 0.5rem;
}

#pagingNumberSearchInput {
    margin-bottom: 0;
    width: 3rem;
}

#expandFacetPaging ul li {
    display: inline;
    padding: 10px 7px;
}

/* Detail display styles
-----------------------------------------------------------*/
.specimen-details {
    line-height: 2.4em;
    max-width: 940px;
    width: 890px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

    .specimen-details p {
        margin-top: 10px;
        line-height: 1.5em;
    }

        .specimen-details p.external-link {
            text-indent: -2em;
            margin-left: 2em;
        }

        .specimen-details p.external-link-note {
            font-size: 0.9em;
            margin-left: 2em;
        }

    .specimen-details .row-fluid, .permissions .row-fluid {
        border-bottom: 1px solid #f6f6f6;
    }

.permissions .modal-body .row-fluid {
    border: none;
}

.permissions {
    max-width: 940px;
    width: 450px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #fcecde;
}

.permissions-padding {
    padding-left: 20px;
}

.permissions-label {
    margin: 0.25rem 0;
    padding: 0.25rem 0;
    border-bottom: 1px solid #f6f6f6;
}

.specimen-title-section {
    max-width: 1375px;
    margin: auto; 
    text-align: left;
}

.specimen-images {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}

.specimen-image-thumbnails li {
    display: inline-block;
}

.fancybox {
    padding: 5px;
}

.major-heading {
    font-weight: bold;
    font-size: 1.5em;
    border-bottom: 1px solid #e67517;
    padding: 5px 0;
    margin-top: 20px;
}

.minor-heading {
    font-weight: bold;
    font-size: 1.3em;
    border-bottom: 1px solid #fcecde;
    padding: 5px 0 5px 10px;
    margin-top: 10px;
}

.column-heading {
    font-weight: bold;
    font-size: 1.1em;
}

.field-heading {
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 20px;
}

.sub-field-heading {
    /*font-weight: bold;*/
    color: #000;
    padding-left: 35px;
}

.condition-minor-heading {
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 5px;
}

.condition-language {
    font-weight: bold;
    font-size: 1.1em;
}

.condition-text:not(:last-child) {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e6e6e6;
}

.image-thumb {
    font-size: 0.8em;
    padding: 5px 0;
}

/* Registration styles
-----------------------------------------------------------*/

/* Error styles
-----------------------------------------------------------*/

.error {
    color: red;
    padding-bottom: 25px;
    padding-top: 15px;
}


/* Helper styles
-----------------------------------------------------------*/
.border {
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

.sortable {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

.padding {
    height: 10px;
}

.inset {
    padding-left: 10px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.separator {
    height: 1px;
    background: -webkit-linear-gradient(to right, #ffffff, #fcecde, #ffffff);
    background: -o-linear-gradient(to right, #ffffff, #fcecde, #ffffff);
    background: -moz-linear-gradient(to right, #ffffff, #fcecde, #ffffff);
    background: linear-gradient(to right, #ffffff, #fcecde, #ffffff);
}

.background-shading {
    border-top: 1px solid #eee;
}

.ie-separator {
    border-top: 1px solid #fcecde;
}

.checkbox {
    padding-top: 7px;
}

.hover-hand {
    cursor: pointer;
}

.buffer7 {
    padding-top: 7px;
}

.buffer10 {
    padding-top: 10px;
}

.inline-label {
    display: inline;
}

.radio-button-label {
    display: inline-block;
    padding-top: 7px;
    padding-left: 0.5em;
}

input[type="radio"] {
    margin-top: -4px;
}

.initially-hidden {
    display: none;
}

.required {
    color: red;
    font-weight: bold;
}

.paragraph-padding {
    padding: 0 0 0.4em 0.6em;
}

.text-centred {
    text-align: center;
}

/* Range slider overrides
-----------------------------------------------------------*/

.range-facet {
    padding-right: 17px;
}

.sparkline {
    margin-left: 30px;
}

.slider {
    margin: 0 17px 0 28px;
}

/*label*/
.ui-rangeSlider-label {
    padding: 10px 4px 0px 4px;
    bottom: -22px;
    line-height: 1.6em;
}

.ui-rangeSlider-label-value {
    font-size: .8em;
}

/*text box for editing limit*/
input.ui-editRangeSlider-inputValue {
    width: 3em;
    vertical-align: middle;
    text-align: center;
    font-size: .8em;
    height: 14px;
    line-height: normal;
    margin: 2px 0;
    padding: 1px 0;
}

.ui-rangeSlider-Container {
}

.ui-rangeSlider .ui-rangeSlider-bar {
    height: 9px;
}

.ui-rangeSlider .ui-rangeSlider-innerBar {
    height: 5px;
}

.ui-rangeSlider .ui-rangeSlider-handle {
    height: 11px;
    width: 3px;
}

/* Bootstrap overrides
-----------------------------------------------------------*/
.btn-group {
    font-size: 14px;
}

.nav-tabs li a {
    color: #0e8a8a;
}

/* Paging
-----------------------------------------------------------*/
.paging {
    padding-top: 15px;
    text-align: center;
}

    .paging ul li {
        display: inline;
        padding: 10px;
    }

.current-page {
    font-weight: bold;
}

/* Additional styles
-----------------------------------------------------------*/
.facet-button {
    padding: 7px 7px 7px 12px;
    display: inline;
    background-color: #777;
    background-image: url(button.png);
    background-repeat: repeat-x;
    background-position: bottom;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 0.8em;
    text-decoration: none;
    text-shadow: 1px 1px #666;
    color: #fff;
    margin: 0 5px;
}

    .facet-button:hover {
        background-position: 0 -48px;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }

    .facet-button:active {
        background-position: 0 top;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        position: relative;
        top: 1px;
        padding: 6px 10px 4px;
    }

    .facet-button:visited, .facet-button:link {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }

.item-list {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}

.horizontal-line {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-message {
    font-size: 0.8rem;
}

#loading {
    position: absolute;
    top: 22%;
    left: 50%;
    z-index: 300;
}

.specimen-details-group {
    border-bottom: 1px solid #eee;
}
    .specimen-details-group:last-child {
        border-bottom: 0;
    }

.top-space-0 {
    padding-top: 0;
    margin-top: 0;
}

.conditionModalClick {
    cursor: pointer;
}

    .conditionModalClick:hover {
        background-color: #ddd;
        transition: background-color 0.2s linear;
    }

#conditionIconContainer, #conditionImageContainer {
    padding-bottom: 15px;
}

.other-collection-events > div:not(:last-child) {
    border-bottom: 1px #eeeeee solid;
}

.icon-remove-sign {
    margin-top: -1px;
    margin-left: 3px;
}

.width-64 {
    width: 64px;
}

.width-48 {
    width: 48px;
}

.condition-grid-container {
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-column-gap: 1rem;
    padding: 0.3rem 0;
}

.grid-justify-align-center {
    justify-self: center;
    align-self: center;
}

.grid-align-center {
    align-self: center;
}

@media (max-width: 1476px) {
    .specimen-details {
        width: 100%;
    }

    .top-space-0 {
        padding: 5px 0;
        margin-top: 20px;
    }

    .permissions {
        text-align: left;
        display: block;
        vertical-align: top;
        padding-left: 0;
        margin: auto;
        border-left: none;
        width: 100%;
    }

    .specimen-title-section {
        max-width: 940px;
        margin: auto;
    }
}

@media (max-width: 1048px) {
    #facets {
        position: static;
    }
}

@media (max-width: 921px) {
    #loading {
        top: 30%;
    }
}

@media (max-width: 636px) {
    #loading {
        top: 40%;
    }
}

@media (max-width: 481px) {
    #loading {
        top: 50%;
    }
}

