﻿
body {
    font-size: 16px; /* default font size */
}


/*h1 {
    font-size: 5vw;*/ /* font size relative to viewport width */
/*}

p {
    font-size: 2vh;*/ /* font size relative to viewport height */
/*}*/
.action-btn {
    color: #383737;
    background: #c7c7c7;
    margin-left: 5px;
    padding: 2px;
    border-radius: 3px;
}

    .action-btn:hover {
        cursor: pointer;
        color: white;
    }

.delete {
    background: #ff4b4b;
    color: white;
}

.edit {
    background: #529a52;
    color: white;
}

.skin-blue .main-header .logo {
    background-color: #78ae7e;
}

.skin-blue:hover {
    background-color: #78ae7e;
}

.skin-blue .main-header .navbar {
    background-color: #78ae7e;
}

.navbar:hover {
    background-color: #78ae7e;
}

.logo:hover {
    background-color: none !important;
}

.c-green {
    color: #78ae7e;
}

c-black {
    color: #333333
}

.c-orange {
    color: #dc9552;
}

.bg-green {
    background-color: #78ae7e;
}

.bg-red {
    background-color: red;
}

.bg-orange {
    background-color: orange;
}

.bg-blue {
    background-color: deepskyblue;
}

.no-p {
    padding: 0 !important;
}

.skin-blue .sidebar-menu > li.active > a {
    border-left-color: #db924e;
}

.box.box-primary {
    /*border-top-color: #db924e;*/
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    /*color: #fff;
    cursor: default;
    background-color: #db924e;
    border-color: #db924e;*/
}

.login {
    background-color: transparent;
    color: black;
    /*position:absolute;*/
    right: 5%;
    display: inline-block;
}

    .login:hover {
        color: black;
    }

.btn-primary {
    /*color: #fff;
    background-color: #db924e;
    border-color: #db924e;*/
}

.HomeImage {
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

.box-action {
    display: block;
    margin-top: 15px;
    border-bottom: 1px solid #ecf0f5;
    padding-bottom: 20px;
}

.txt-lc {
    text-transform: lowercase !important;
}

.error-sml {
    text-align: center;
    color: red;
    font-weight: bold;
}

.block {
    display: block;
}

.fa.fa-spin.fa-refresh {
    display: none !important;
}

table, [data-table] {
    transition: unset !important;
}

.box-action {
    display: none;
}

.ui-menu .ui-menu-item {
    padding: 5px 10px !important;
    border-bottom: 1px solid #ececec;
}

/*.carousel-inner {
    border-radius: 30px;
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
}*/

.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
    z-index: 99999999;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: black;
    background-color: white;
}

.footerversion {
    position: relative;
    top: -80px;
}
/*
th {
    text-transform: capitalize;
}*/

.undeline {
    text-decoration: underline !important;
}

.client {
    background: #f1f1f1
}

.hover-pointer:hover {
    cursor: pointer;
}

.termsModalBody > .modal-body {
    padding: 30px;
    max-height: 500px;
    overflow-y: scroll;
}

.box-title {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    margin-bottom: 7px;
}

.btn.btn-default {
    position: relative;
    /*z-index:99999999;*/
}

.footerversion {
    position: relative;
    top: 500px;
    float: right
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #78ae7e;
}

.news-leter {
    margin-bottom: 10px;
}

.font-weight-normal {
    font-weight: normal !important;
}

.register-box {
    /*width: 700px;*/
}

.register-input {
    border-right: 1px solid #e6e6e6;
    padding-right: 35px;
}

.register-social {
    padding-left: 35px;
    padding-top: 35px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0px;
}

.select2-selection__rendered, #select2-OccupationalSectorId-container {
    padding-left: 0px;
    color: #949494;
}

.btn-submit {
    margin-bottom: 10px;
}

.profile-img {
    width: 100%;
    /*border-radius: 109px;*/
    margin-bottom: 17px;
}

.summary-info {
    border: 1px solid #e4e6e7;
    padding: 10px;
    margin-top: 20px;
}

.summary-box > .summary-head {
    margin-right: 10px;
    float: right;
}

.summary-box > .summary-desc {
    margin-right: 10px;
    word-break: break-all;
}

.summary-box {
    display: block;
    overflow: hidden;
    text-align: left;
    color: gray;
}

.summary {
    margin-left: 5px;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    /*background-color: #f5f5f5;*/
    padding-left: 10px !important;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 55%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

.zoom-checkbox {
    zoom: 1.65;
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
}

tbody tr:hover td {
    background-color: #f9f9f9;
    cursor: pointer;
}

tbody tr {
    color: #333333;
}

    tbody tr > td {
        border-bottom: 1px solid #f5efef !important
    }

th, td {
    border: 0 !important;
}

tbody > tr:nth-of-type(odd) {
    background-color: white !important;
}

.group-action > a {
    pointer-events: none;
    cursor: default;
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.blur {
    pointer-events: none;
    cursor: default;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.pace-activity {
    display: none !important;
}

.legend {
    width: 70%;
}

.ui-autocomplete {
    z-index: 9999999999999999;
}

.loaderWrapper {
    z-index: 99999999 !important;
}

.action-btn:hover * {
    /*color: gray!important;*/
}

.gray {
    background: gray;
}

.action-btn {
    padding: 3px;
    font-size: 12px;
}

.btn-pd {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.text-center {
    text-align: center !important;
}





.verification-container {
    padding-top: 0 !important;
}

.species-detail-wrapper a {
    color: orangered;
}


.col-eight.md-six.tab-full.popular p {
    display: inline-block;
    color: red;
    font-size: 15px;
}

.dropdown.error {
    float: right;
    margin-right: 25%;
    margin-bottom: -50px;
    z-index: 9999999;
}

.btn.btn-primary.dropdown-toggle {
    background-color: white;
    color: black;
    border-color: #d2d6de;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: black;
    background-color: white;
    border-color: lightskyblue;
}

.modal-content {
    width: 500px;
}

.col-sm-12.report {
    border-top-style: solid;
    margin-top: -10px;
    padding-top: 25px;
}

.s-content.s-content--narrow.s-content--no-padding-bottom {
    height: 100px;
}



.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    width: 350px;
}

.box.box-default {
    border-top-color: #db924e;
}
/** {
    box-sizing: border-box;
}

body {
    font: 16px Arial;
}*/
.autocomplete {
    position: relative;
    display: inline-block;
}

input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

    input[type=text] {
        background-color: #f1f1f1;
        width: 100%;
    }

    input[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#UserPageLogLabel {
    text-align: center;
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: -35px;
}

#SearchUsers {
    margin-top: 25px;
}

.box {
    border-top-color: #db924e;
}

.identifierUrihandle {
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: center;
    border-radius: 30px;
    background-color: #eee;
    border-style: solid;
    border-color: #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.dspaceRow {
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 0.5px;
    border-color: #ddd;
}

#search-results-table h3 a {
    color: #565353;
}

.dspace-detail-wrapper a {
    color: orangered;
}

.search-result span {
    color: #565353;
    font-size: 17px;
}

#search-results-table a {
    color: #1e73be !important;
    font-size: 16px;
}

.search-result {
    border-bottom-style: solid;
    border-bottom: 1px solid #ddd;
    height: auto;
}

.species-detail-wrapper h3 a {
    color: #565353;
}

.search-link r {
    font-size: 15px;
}

.species-detail-wrapper p {
    font-size: 15px !important;
}

.species-detail-wrapper {
    margin-top: -35px;
}

.s-extra {
    padding-top: 0px;
}

.booksTitle {
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    color: black;
    font-weight: bold;
    font-family: "Arial";
    border-bottom-style: solid;
    border-color: #656565;
    padding-bottom: 15px;
}

#search-results-table r {
    font-size: 15px;
}




#indexSearchBar {
    width: auto;
    border-radius: 50px;
    border-style: solid;
    border-color: #d8d2d2;
    width: 70%;
}

#searchbutton {
    border-radius: 50px;
    height: 40px;
}



.searchbox :focus {
    outline: none !important;
    border-color: gray !important;
    box-shadow: 2px 2px 2px #b4b4b4 !important;
}

.container.indexSearchBar {
    margin-left: 1%;
    width: 99%;
    max-width: 99% !important;
}

.container.didYouMean {
    float: left;
    font-weight: bold;
}

    .container.didYouMean i a {
        font-weight: bold;
    }

.row.progress-summery {
    margin-top: 40px;
}

.detailsPage {
    width: 100%;
}

.details-bordered {
    border-style: solid;
    border-width: 1px;
    margin: 5px;
    border-color: #d2d1d1;
    /*border-radius: 5px;*/
}

    .details-bordered span {
        padding-left: 2%;
    }

    .details-bordered p {
        padding: 0 1% 1% 1%;
    }

.details-modal-buttons {
    position: absolute;
    right: 3%;
}

#detailsBrahmsLocality {
    border-bottom-style: solid;
    border-width: 1px;
}

.nav.nav-tabs.brahmsTabsLinks li a {
    color: #656565;
}
/*.nav-tabs.brahmsTabsLinks > li.active > a, .nav-tabs.brahmsTabsLinks > li.active > a:hover, .nav-tabs.brahmsTabsLinks > li.active > a:focus {
    color: #ffffff;
    cursor: default;
    background-color: #fba755;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}*/
.taxonTree-details a {
    color: #656565;
}

.taxonTree-details {
    margin-bottom: -30px;
    /*position: fixed;
    z-index: 100;
    width: 100%;
    opacity: 0.9;*/
}

.details-bordered-heading {
    background-color: #ededed;
    padding: 0% 0% 0% 1%;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #d2d1d1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 38px;
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    font-weight: bold;
    line-height: 2.5;
}


.row.taxonTree-details div.col p a {
    color: #0054a5;
}

.carousel-inner div.item img {
    height: 400px;
}

.tab-content.brahmsTabs {
    margin-top: 0;
    border-style: solid;
    border-width: 1px;
    padding-top: 1%;
    padding-bottom: 2%;
    border-color: #d6d6d6;
    /*border-top-color: white;*/
    margin-left: 0%;
}

    .tab-content.brahmsTabs.advanced {
        padding-bottom: 0 !important;
    }

/*.nav-tabs {
    border-bottom: 1px solid #d6d6d6;
}*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    text-decoration: none;
    background-color: transparent;
}

.refineResults a {
    color: #1e73be;
}

#exTab2 {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

#map {
    width: 100%;
    height: 100%;
    padding-top: 30%;
    padding-bottom: 20%;
    min-height: 400px;
    min-width: 250px;
    border-radius: 2px;
    z-index: 9;
}

.detailsTitleHeading {
    float: left;
    /*margin-left: 2%;*/
    /*margin-top: 2%;*/
    width: 100%;
}

.container.detailsPage {
    margin-left: 0%;
    width: 100%;
}

.refineResults {
    border-style: solid;
    border-width: 1px;
    padding-left: 3%;
    padding-right: 3%;
    border-color: #bbb9b9;
    /*width: auto;*/
    background-color: rgba(199, 199, 199, 0.2);
    border-radius: 5px;
    box-shadow: 0px 1px 10px #bfbfbf;
}

.indexSearchBar h2 {
    margin: 1% 0% 1% 2%;
    color: rgb(89, 93, 95);
}

.refineResults h3 {
    color: #565353;
}

.refineResults p {
    color: #565353;
    margin-bottom: 0 !important;
    margin-top: 5%;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid;
    border-radius: 0 !important;
    border-color: #d6d6d6;
    background-color: rgba(228, 228, 231, 0.32);
}

    .nav-tabs > li > a:hover {
        border-color: #b9b9b9;
        text-decoration: none;
        background-color: #f2f2f2;
    }

.brahmsNav {
    margin-left: 0;
}

#smRefine {
    display: none;
    cursor: pointer;
    text-align: center;
}



.indexDropDown select {
    height: 30px !important;
    margin-bottom: 0;
    margin-left: 1%;
}

.indexDropDown label {
    padding-top: 1%;
    color: #595d5f;
}

.refineResults h3 {
    margin-top: 10%;
}

.OccurrenceRecordMap button {
    width: 49.9%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    height: 45px;
    background-color: #265a88;
    color: white;
    /*border-color: #265a88;*/
    font-weight: normal;
    font-size: 17px;
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    border: none;
}

    .OccurrenceRecordMap button:hover {
        background-color: #265a88 !important;
        color: white !important;
        border-color: #265a88;
    }

    .OccurrenceRecordMap button:focus {
        background-color: #fca855 !important;
        color: white !important;
        border-color: #fca855;
    }

.occurrenceRecords {
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
}

    .occurrenceRecords p {
        margin-bottom: 0;
    }

    .occurrenceRecords span {
        color: black;
    }

.row.detailspageNames {
    border-top-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
}

#OccurrencesHeading h3 {
    color: #656565;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
    margin-left: 2%;
    margin-right: 2%;
}

.row.occurrencesCount {
    margin-left: 2%;
}

.indexFamily {
    font-size: 16px !important;
}

.indexKingdom span {
    font-size: 16px !important;
}

.occurrenceRecordsDetail {
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #d6d6d6;
}

    .occurrenceRecordsDetail div.row {
        border-bottom-style: solid;
        border-width: 1px;
        border-color: #d6d6d6;
    }

    .occurrenceRecordsDetail div.col-md-8 {
        border-left-style: solid;
        border-width: 1px;
        border-color: #d6d6d6;
    }

    .occurrenceRecordsDetail p {
        margin-bottom: 0 !important;
    }

#OccurrenceHeadingDetail h4 {
    color: #656565;
}

#exTab2 div.container {
    width: 100% !important
}

.detailsLiterature {
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #d6d6d6;
    margin-bottom: 2%;
}

    .detailsLiterature div.row {
        border-bottom-style: solid;
        border-width: 1px;
        border-color: #d6d6d6;
        padding-left: 1%;
    }

#literature h4 {
    margin-bottom: 2%;
    color: #656565;
}

.s-content {
    background-color: #ffffff !important;
}

.btn.advanced-search {
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    border: none;
    float: right;
}

.detail-records-buttons {
    float: right;
    display: block;
    width: auto;
    margin: 0;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    color: white;
    height: 100%;
    overflow: hidden;
    line-height: 40px !important;
}

.modal-content h3 {
    margin-top: 5%;
}

#search-results-table span {
    color: #565353;
    font-size: 17px;
}

#search-results-table p {
    margin: 0;
}

#search-results-table thead {
    display: none;
}

#search-results-table img {
    height: auto;
    border-radius: 10px;
    /*width: 75px;*/
}

.search-result-index {
    margin-bottom: 5% !important;
}

#occurrence-year-filter {
    text-transform: capitalize;
    max-height: 195px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.col-lg-3.refineResults {
    margin-bottom: 5%;
}

.advanced-search-checkbox p {
    margin-bottom: 0;
    font-weight: 600;
}

.split-btn {
    display: flex;
}

    .split-btn button {
        margin: 0;
        border-radius: 0;
        height: 34px;
        min-width: 0;
        background-color: #77b57c !important;
        /*border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;*/
    }

    .split-btn ul {
        top: 50%;
        left: -2px;
        min-width: 0;
    }

    .split-btn button.btn-primary {
        border: none;
        padding: 0;
        width: 35px;
        font-weight: 100;
    }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height: 65px;
    transition: 0.5s;
}

    .sticky div.row {
        padding-top: 15px;
    }

    .sticky div.col {
        /*transition: 0.5s;*/
        width: 50%;
    }

.header div.col {
    /*transition:0.5s;*/
}

.top-row a {
    color: rgba(170, 170, 170, 0.78);
}

.sticky {
    z-index: 99;
}

    .sticky .top-row {
        transition: 0.2s;
        display: none;
    }

    .sticky .split-btn button {
        background-color: #CDDC39 !important;
    }

    .sticky .nbis-logo:first-of-type {
        color: #CDDC39 !important;
        /*font-size:13px !important;*/
    }

    .sticky form {
        margin-top: 0 !important;
    }



.landing-page-description p {
    transition: 1s;
    color: rgba(255, 255, 255, 0.25882352941176473);
}

.landing-page-description i {
    color: white;
    font-size: 11px;
    visibility: hidden;
    transition: 0.5s;
    padding-top: 15px;
    padding-left: 3%;
}

.landing-page-description {
    display: flex;
}


    .landing-page-description p {
        margin: 0 0px 2% 3%;
    }

.header input:focus {
    border-color: #CDDC39
}

.locationsearch {
    margin: 0 2% 0 2%;
}

.modal.fade {
    z-index: 9999999999;
}

#landing-background {
    position: fixed;
    width: 100%;
    height: 200%;
    left: 0;
    top: 0;
    background-color: white !important;
}


.box {
    display: block;
    min-width: 300px;
    height: auto;
    margin: 10px;
    background-color: white;
    border-radius: 5px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.upload-options {
    position: relative;
    height: 75px;
    background-color: cadetblue;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    -webkit-transition: background-color ease-in-out 150ms;
    transition: background-color ease-in-out 150ms;
}

    .upload-options:hover {
        background-color: #7fb1b3;
    }

    .upload-options input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .upload-options label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
    }

        .upload-options label::after {
            content: 'add';
            font-family: 'Material Icons';
            position: absolute;
            font-size: 2.5rem;
            color: #e6e6e6;
            top: calc(50% - 2.5rem);
            left: calc(50% - 1.25rem);
            z-index: 0;
        }

        .upload-options label span {
            display: inline-block;
            width: 50%;
            height: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle;
            text-align: center;
        }

            .upload-options label span:hover i.material-icons {
                color: lightgray;
            }

.js--image-preview {
    height: 225px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("");
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .js--image-preview::after {
        content: "photo_size_select_actual";
        font-family: 'Material Icons';
        position: relative;
        font-size: 4.5em;
        color: #e6e6e6;
        top: calc(50% - 3rem);
        left: calc(50% - 2.25rem);
        z-index: 0;
    }

    .js--image-preview.js--no-default::after {
        display: none;
    }

i.material-icons {
    -webkit-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple 0.4s linear;
    animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}


#gjs {
    border: 3px solid #444;
}

Reset some default styling
.gjs-cv-canvas {
    top: 0;
    width: 100%;
    height: 100%;
}

.gjs-block {
    width: auto;
    height: auto;
    min-height: auto;
}

.panel__top {
    padding: 0;
    width: 100%;
    display: flex;
    position: initial;
    justify-content: center;
    justify-content: space-between;
}

.panel__basic-actions {
    position: initial;
}

.editor-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    height: 300px;
}

.editor-canvas {
    flex-grow: 1;
}

.panel__right {
    flex-basis: 230px;
    position: relative;
    overflow-y: auto;
}

.panel__switcher {
    position: initial;
}

.panel__devices {
    position: initial;
}

/*We can remove the border we've set at the beginnig*/
#gjs {
    border: none;
}

Theming
/*Primary color for the background*/
.gjs-one-bg {
    background-color: #78366a;
}

/*Secondary color for the text color*/
.gjs-two-color {
    color: rgba(255, 255, 255, 0.7);
}

/*Tertiary color for the background*/
.gjs-three-bg {
    background-color: #ec5896;
    color: white;
}

/*Quaternary color for the text color*/
.gjs-four-color,
.gjs-four-color-h:hover {
    color: #ec5896;
}

.s-extra .popular__post {
    position: relative;
    padding-left: 0;
}

.s-content {
    background-color: #f2f2f2;
    padding-top: 0;
}

.hidden {
    display: none !important;
}

.s-content__header h1 {
    margin-top: 23px;
    margin-bottom: 23px;
}

.ibox-content {
    background-color: #FFFFFF;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #E7EAEC;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
    font-family: inherit !important;
}

.search-form {
    margin-top: 10px;
}

.search-result h3 {
    margin-bottom: 0;
    color: #1E0FBE;
}

.search-result .search-link {
    color: #006621;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.search-result p {
    font-size: 12px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.hr-line-dashed {
    border-top: 1px dashed #E7EAEC;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 10px 0;
}

h2 {
    font-size: 24px;
    font-weight: 100;
}

.s-content {
    background-color: #f2f2f2;
    padding-top: 14rem;
    padding-bottom: 0.2rem;
}

.no-margin-top {
    margin-top: 0px;
}

.location {
    margin-left: 10px;
    display: inline-block;
}

.species-thumb {
    width: 70px;
}

.thumb-warpper {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.species-detail-wrapper {
    width: 79%;
    display: inline-block;
}

.hidden {
    display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
}

.book > .species-thumb {
    opacity: 0.4;
}

.thumb-warpper > span {
    display: block;
    font-size: 11px;
    font-weight: bolder;
}

.book > .species-thumb {
    width: 30px;
}

.form-control.form-control-sm {
    margin-bottom: 0 !important;
}

.dataTables_length label {
    margin-bottom: 0 !important;
}

.taxon-box {
    min-height: 150px !important;
}

.carousel-inner {
    overflow: hidden;
}

    .carousel-inner div.item img {
        width: 100% !important;
        height: auto !important;
    }

.fancybox img {
    height: 150px;
    width: 200px;
    margin: 20px 0;
    border-radius: 5px;
}


#easyPaginate {
    width: 100%;
}

.easyPaginateNav a {
    margin: 0 1px;
    color: #777777;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 5px 9px;
    border: solid 1px #cccccc;
    text-decoration: none !important;
}

    .easyPaginateNav a:hover {
        background-color: #cac7c7;
    }

    .easyPaginateNav a.current {
        color: white;
        background-color: #337ab7;
        border-color: #337ab7;
    }

.easyPaginateNav {
    width: auto !important;
}

.gallery-img-div {
}

.inatImages, .inatImages:active, .inatImages:focus {
    color: #CDDC39;
}

    .inatImages:hover {
        color: #9ba90b;
    }

#search-results-table tr td {
    position: relative;
}

.seis-img {
    position: absolute;
    left: 0;
    top: 16px;
}

#speciespage-image {
    height: auto;
    width: 100%;
}

.image-td {
    padding-left: 90px !important;
}

#homepageTiles-image-div {
    border-top: solid 1px grey;
    padding: 15px 0 0 0;
    margin: 10px 0 0 0;
}

homepageTiles-image-div p {
    text-align: center;
}

#sensitiveSpecies {
    background-color: orange;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.box.box-default.sensitive {
    overflow: visible;
}

#conservation {
    padding: 0 25px;
}

div.row.taxonTree-details div.col {
    margin-bottom: 30px !important;
}

div.row.heading-details div.col {
    margin-bottom: 0px !important;
}

input[type="number"] {
    height: 34px !important;
    background-color: white !important;
    border: 1px solid #d2d6de !important;
}

.refine-container div.row {
    margin-bottom: 40px;
}


::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 2px;
    background-color: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 2px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #78ae7e;
    }

.s-content {
    overflow-x: hidden;
}


#commonNames-dataTable thead {
    border-bottom: 1px solid #cccccc !important;
}

.pad-left {
    padding-left: 20px !important;
}

.reference {
    font-size: 13px;
}

#spinnermodal .modal-content {
    background-color: transparent;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: none;
    color: rgb(205, 220, 57);
}

/*#header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
}*/

#header-img {
    height: auto;
    margin-left: 1vw;
    width: 600px;
}

#header-login-container {
    padding: 0;
}

    #header-login-container a {
        background-color: white;
        color: #636060;
        height: 100%;
        padding: 25px 5px;
        line-height: 20px;
    }

.hamburger {
    width: 25vw;
    background-color: rgb(0 0 0 / 68%);
    position: fixed;
    left: -25vw;
    top: 0;
    flex-direction: column;
    transition: all ease 1s;
    box-shadow: 5px 3px 8px #2f2e2e9e;
    z-index: 10;
    overflow-y: scroll;
    z-index: 999;
}


.hamburger-sub div.tab-pane, .hamburger-sub div.flex-column {
    height: 100%;
}

.hamburger-sub li {
    list-style: none;
}

.hamburger a {
    color: white !important;
    width: 100%;
    text-align: left;
    padding: 0 1vw 0px 2vw;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-div {
    width: 100%;
    text-align: left;
    padding: 0 1vw 0px 2vw;
}

    .sub-div a {
        color: white !important;
        text-decoration: none;
    }

        .sub-div a:hover {
            color: orange !important;
        }

.hamburger a {
    font-weight: bold;
}

.hamburger-sub-heading {
    padding-left: 5% !important;
}

.hamburger-sub-btn {
    padding-left: 10%;
    background-color: orange;
    outline: none;
    color: white;
    border: none;
    height: 100%;
    font-size: 20px;
}

.hamburger a:hover, #btn-hamburger:hover {
    color: orange !important;
}

.hamburger.expanded {
    left: 0px;
    width: 430px;
}

.hamburger-sub.expanded {
    left: 25vw;
}

#btn-hamburger {
    float: right;
    background-color: transparent;
    color: white;
    font-size: 45px;
    cursor: pointer;
}

#hamburger-bars {
    width: 55px;
    padding: 0;
    font-size: 20px;
    background-color: #77b57c;
    position: absolute;
    right: 25px;
    top: 16px;
    /*border-radius: 9px;*/
    border: none;
    color: white;
    margin: 0;
    height: 34px;
    cursor: pointer;
    transition: all ease 1s;
}


    #hamburger-bars:hover {
        background-color: #444444;
        opacity: 1;
    }

    #hamburger-bars i {
        padding-bottom: 5px;
    }


/*@media only screen and (min-width: 1130px) {
    .hamburger {
        left: -200px !important;
    }
}*/

#header-location {
    font-size: 36px;
    color: #77b57c;
    padding: 0 0 5px 0;
}

#indig-btn {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}

    #indig-btn div {
        display: flex;
        justify-content: space-evenly;
    }

    #indig-btn b {
        background-color: #77b57c;
        padding: 5px 8px;
        border-radius: 10px;
        color: white;
        cursor: pointer;
        margin-right: 5px;
        font-size: initial;
    }

#functionality-btn b {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.brahmsNav-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
}

.species-top-btn {
    padding: 0px 7.5px;
    border-radius: 10px;
    color: white !important;
    cursor: pointer;
    margin: 3px 5px;
    width: 30px;
}

.landing-page-container div.row {
    text-align: center;
}

.landing-repository {
    padding: 5px;
}

    .landing-repository div {
        background-color: rgb(220, 149, 82);
        /*border-radius: 5px;*/
        color: #ffffff;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        flex-direction: column;
    }

.landing-page-container {
    height: auto;
    position: relative;
}

.rows {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.columns {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
    overflow: hidden;
    padding: 4px 4px;
    position: relative;
}

    .columns img {
        vertical-align: middle;
        width: 100%;
        transition: 1s all ease;
        cursor: pointer;
        border-radius: 5px;
        height: 100%;
    }
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 992px) {
    .columns {
        flex: 50%;
        max-width: 50%;
    }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 767px) {
    .columns {
        flex: 100%;
        max-width: 100%;
    }

    .details-banner-icons-container-small div.col-md-4 {
        display: flex;
        justify-content: center;
    }

    .details-banner-icons-container-small div.col-md-8 div p, .details-banner-icons-container-small div.col-md-8 div b {
        display: flex;
    }

    .details-banner-icons-container-small img {
        height: 15vw !important;
    }

    .details-banner-icons-container-small p {
        font-size: 2.5vw !important;
    }

    .details-banner-icons-container-small b {
        font-size: 3.5vw !important;
    }

    .home-grid-text1 {
        font-size: 3vw !important;
    }
}

.interactiveMap-container {
    position: relative;
}

    .interactiveMap-container img {
        width: 100%;
    }

.landing-page-container h3 {
    color: #3e3e3e;
    font-weight: 700;
}

.img-desc {
    position: absolute;
    top: 0;
    left: 0;
    color: white !important;
    height: 100%;
    width: 100%;
    padding: 4px 4px;
    overflow: hidden;
}

    .img-desc div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        height: 100%;
        width: 100%;
        /*border-radius: 5px;*/
        background-color: #00000091;
    }

        .img-desc div i {
            font-size: 12px;
        }

.columns:hover img {
    transform: scale(1.5);
}

.img-cont {
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
}

/*.owl-carousel div.item img{
    position: absolute;
    top:0;
    left:0;
}*/

.owl-carousel div.item div {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    flex-direction: column;
    pointer-events: none;
    color: transparent;
    transition: all ease 1s;
}

.owl-carousel div.item:hover > div {
    background-color: rgba(0,0,0,0.5);
    color: white;
}


.name-div div {
    margin: 0px 0px 15px 0;
    border-top: solid 1px #cccccc;
}

#commonNames-dataTable {
    border-collapse: collapse !important;
}

    #commonNames-dataTable th {
        font-weight: 700;
        font-size: 15px;
        color: #404040;
        font-style: italic;
    }

#commonNames-dataTable_wrapper {
    margin-right: -35px !important;
    margin-left: -37px !important;
}

#brahms-search-syn {
    color: red;
    font-size: 14px;
}
/*#dynamic-menu-btn{
    cursor:pointer;
}

#dynamic-menu a {
    cursor: pointer;
}
#dynamic-menu{
    width: 100%;
    text-align: center;
}
    #dynamic-menu ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 10px;
        margin: 0;
        width: 100%;
        background-color: rgb(158 158 158 / 0.9);
        text-align: initial;
    }
#dynamic-menu-div {
    color: white !important;
    width: 100%;
    text-align: center;
}*/
.content-wrapper {
    overflow: scroll;
    background-color: #ffffff;
}

.detailsTitleHeading {
    margin-bottom: 25px;
}

.radio-div {
    display: flex;
    justify-content: center;
}

#lbl-plants {
    margin-right: 15px;
}

#lbl-animals {
    margin-right: 5px;
}

.homepagelink {
    text-decoration: none !important;
    color: white;
}

    .homepagelink:hover {
        text-decoration: none !important;
        color: white;
    }

.eFlora-div {
    padding: 0 40px;
}

    .eFlora-div img {
        height: 50px;
    }

.heading-details {
    font-size: 22px;
}

.descritionExpand {
    margin: 0 0 10px 10px;
}

.form-control {
    border-radius: 0px !important;
}

.species-list-image {
    height: 60px;
}


.species-list-filter ul {
    list-style: none;
    margin: 0 !important;
}

.species-list-filter li {
    display: flex;
    justify-content: space-between;
}

.species-list-filter h4 {
    margin-bottom: 15px;
}

#commonNames-dataTable {
    margin: auto;
    width: 99%;
}

span:focus {
    outline: none !important;
}

li.list-heading {
    color: rgb(86, 83, 83);
    font-weight: bold;
    margin: 10px 0px 2px 0px;
}

.paginate_button a {
    outline: none !important;
}

.paginate_button {
    cursor: pointer;
}

.no-padding {
    padding: 0 !important;
}

.species-namebanner {
    font-weight: bold !important;
    font-size: 25px;
    /*position: fixed;
    z-index: 99;
    background-color: white;
    width: 100%;
    opacity: 0.9;
    padding-top: 2rem;*/
}

#header-search-container form {
    position: relative;
}

    #header-search-container form i {
        position: absolute;
        top: 17px;
        left: 15px;
    }

#q {
    text-indent: 40px;
    outline: none;
    background-color: #9e9e9e;
    color: white;
    border-color: #9e9e9e;
    font-weight: 600;
    height: 55px;
    width: 600px !important;
}

#header-img-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
}

#header-search-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 17px 0px 17px 17px;
    color: white;
    font-size: 20px;
}

.btn-circle, .owl-prev, .owl-next {
    border-radius: 50%;
    height: 55px;
    width: 55px;
    font-size: 33px;
    padding: 4px;
}

::-webkit-input-placeholder {
    color: white !important;
    font-weight: 300;
    font-size: 20px;
}

::placeholder {
    color: white !important;
    font-weight: 300;
    font-size: 20px;
}

.img-max {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

#banner {
    font-size: 2.5vw;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #banner b {
        padding: 0px 10px;
        color: black;
        background-color: #ffffffb8 !important
    }

.homepage-heading {
    position: relative;
    position: relative;
    text-align: left;
    font-size: 50px;
    color: white;
    border-left-style: solid;
    border-color: orange;
    border-width: 10px;
    padding-left: 35px;
}

.homepage-container {
    padding: 15px clamp(1.825rem, 1.35rem + 2.375vw, 4.2rem);
}

.opaque_background, .owl-prev, .owl-next {
    background-color: rgb(154 152 152 / 20%) !important;
    color: white;
    backdrop-filter: blur(8px);
}

.btn-icon {
    height: 5.5vw;
    width: 5.5vw;
    background-color: white;
    font-size: 3.7vw;
}

.homepage-padding {
    padding: 1vw 2vw;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-around {
    display: flex;
    justify-content: space-around;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-evenly {
    display: flex;
    justify-content: space-evenly;
}

.padding {
    padding: 35px 0;
}

.home-grid-text1 {
    font-size: 1.2rem;
    font-size: clamp(1.2rem, 0.9999999999999999rem + 1.0000000000000002vw, 2.2rem);
}

.home-grid-text2 {
    font-size: 1.38rem;
    font-size: clamp(1.38rem, 0.976rem + 2.02vw, 3.4rem);
}


.sanbi-purple {
    color: rgb(155 136 185);
}

.sanbi-green {
    color: rgb(120 174 126);
}

.sanbi-orange {
    color: rgb(220 149 82);
}

.theme-container {
    height: 700px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 5px 1vw;
    overflow: hidden;
}

.theme-heading {
    border-left-style: solid;
    border-left-color: white;
    border-width: 7px;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
}

.theme-heading-interactive {
    border-left-style: solid;
    border-left-color: black;
    border-width: 7px;
    font-size: 1.8rem;
    padding-left: 20px;
}

.theme-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    padding: 5px 1vw;
}

.theme-container-detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

    .theme-container-detail:hover p {
        display: flex !important;
        color: white;
        z-index: 20;
    }

.theme-link {
    padding: 30px;
    text-decoration: none !important;
    width: 100%;
    text-align: initial;
    overflow: auto;
    z-index: 9;
}

    .theme-link:hover {
        color: rgb(253, 156, 65);
        text-shadow: 1px 0 0 rgb(197, 111, 31), 0 -1px 0 rgb(197, 111, 31), 0 1px 0 rgb(197, 111, 31), -1px 0 0 rgb(197, 111, 31);
    }

.owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 35%;
}

.owl-prev, .owl-next {
    outline: none !important;
}

.owl-item, .owl-carousel, .owl-stage-outer, .owl-stage {
    height: 100% !important;
}

.homepage-container::-webkit-scrollbar, .hamburger::-webkit-scrollbar, .theme-link::-webkit-scrollbar, .hamburger-sub::-webkit-scrollbar, .landing-page-container::-webkit-scrollbar {
    display: none !important;
}
/*
.homepage-padding img {
    height: 6vw;
    width: 6vw;
}*/

.theme-text {
    font-size: 1vw;
}

body {
    font-family: Arial !important;
}

.select2-search__field {
    outline: none !important;
}

.float-right {
    float: right;
}

.mar-top {
    margin-top: 20px;
}

.mar-btm {
    margin-bottom: 20px;
}

.literature-type {
    color: gray;
}

.literature-div {
    margin: 30px 0;
}

.max-width {
    width: 100% !important;
}

.padding-all {
    padding: 2px;
}

.HambugerActiveLink {
    border-left: solid orange 5vw;
    padding: 0 5% 0px 5%;
}

.login-box {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important
}

.user-box {
    background-color: rgb(255 255 255 / 0.8);
    position: relative;
    width: 100%;
    margin: 0 50vw 0 5vw;
    max-height: 80vh;
    overflow: auto;
}

.login-input {
    height: 70px;
    padding: 30px 0 0px 12px;
    background-color: white !important;
}

.fullscreen {
    height: 100vh;
    width: 100vw;
}

.login-btn {
    background-color: white;
    height: auto;
    min-height: 50px;
    text-align: center;
    padding: 15px;
    color: #a7a7a7;
    font-size: 15px;
}

.login-form-group {
    position: relative;
}

    .login-form-group label {
        position: absolute;
        left: 12px;
        top: 12px;
        font-weight: 100;
        color: #a2a0a0;
        z-index: 9;
    }

.login-input:focus, .login-input:active {
    border-left: solid 5px hsl(124deg 29% 58%);
}

#treeContainer {
    min-height: 45vh;
}

.menu-heading {
    padding: 10px;
}

.menu-children {
    padding: 30px;
}

.hamburger ul.menu {
    list-style: none !important;
    display: flex;
    justify-content: space-evenly;
    height: 80vh;
    flex-direction: column;
    padding-right: 1vw;
}

.sub-menu ul {
    list-style: none;
}

img.leaflet-marker-icon[src~="/Content/Images/circle-18.png"] {
    z-index: -1000 !important;
}

#species-list_filter label {
    float: right !important;
}

#logged-in-name {
    color: #26262a;
    font-size: 18px;
}


@media screen and (max-width: 800px) {
    #header-search-container {
        height: 100%;
        display: flex;
        justify-content: space-evenly;
        padding: 17px 0;
        color: white;
        font-size: 20px;
        flex-direction: column;
    }

        #header-search-container form {
            width: 80%;
        }

    #q {
        width: 100% !important;
    }
}

#occurence-map-link {
    background-color: #337ab7;
    color: white;
    border-radius: 5px !important;
}

.sub-menu li a {
    display: flex;
}

.leaflet-control-layers-base, .leaflet-control-layers-overlays {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.jstree-icon.jstree-themeicon.jstree-themeicon-custom {
    background-size: contain !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee !important;
}

#garden-form-div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
}

#firtLogInModal div.modal-body {
    padding-top: 7%;
    width: 90%;
    margin-left: 5%;
    max-height: 80vh;
    overflow: scroll;
}

#details-banner-heading {
    background-color: #ffffffb8 !important;
    color: #2c2b2b;
    backdrop-filter: blur(8px);
    font-size: 1.825rem;
    font-size: clamp(1.825rem, 1.35rem + 2.375vw, 4.2rem);
}

.homepage-imageContainers {
    width: 95%;
    background-color: rgba(255,255,255,0.655);
    height: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 2.5rem;
}

.homepage-imageContainers-sections {
    width: 95%;
    background-color: rgba(255,255,255,0.75);
    position: absolute;
    bottom: 0;
}

#details-banner-icons {
    background-color: rgb(154 152 152 / 58%) !important;
    color: white;
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: space-around;
    padding: 2vh 0;
}

#details-banner-icons-small {
    background-color: rgb(154 152 152 / 58%) !important;
    color: white;
    backdrop-filter: blur(8px);
    padding: 2vh 0;
}

.details-banner-icons-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #2c2b2b;
    text-align: initial;
}

.details-banner-icons-container-small {
    color: #2c2b2b;
    text-align: initial !important;
    padding: 10px 10px;
}

.details-banner-icons-container img {
    padding: 15px 20px 0 20px;
}

.details-banner-icons-container-small img {
    height: 7vw;
}

.details-banner-icons-container b {
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 0.8200000000000001rem + 2.15vw, 3.4rem);
}

.details-banner-icons-container-small b {
    font-size: 2.5vw;
}

.details-banner-icons-container p {
    font-weight: 600;
    font-size: 1rem;
    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
}

.details-banner-icons-container-small p {
    font-weight: 600;
    font-size: 1rem;
    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
}

#landing-page-container-one {
    background-image: url(/Content/Images/Main_image.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
    /*min-height: calc(100vh + 60px);*/
}

#burger-search {
    width: 100% !important;
}

.header {
    height: auto;
}

#search-results-table {
    width: 100% !important
}

@media screen and (max-width: 1400px) {
    #q {
        width: 300px !important;
    }
}

@media screen and (max-width: 1200px) {
    .home-grid-text1 {
        font-size: 2vw;
        text-align: center;
    }

    .theme-container {
        height: 45vw;
    }

    #landing-page-container-one {
        min-height: auto !important;
    }

    .opaque_background div {
        padding: 0 !important;
    }

    .padding {
        padding: 15px 0;
    }

    .theme-heading {
        font-size: 1.5rem !important;
    }

    .theme-text {
        font-size: 1.5rem !important;
    }

    .home-grid-text2 {
        font-size: 2.5vw;
        text-align: center;
    }

    .homepage-heading, #banner, #details-banner-heading b {
        font-size: 4vw;
    }

    .btn-icon {
        height: 10vw;
        width: 10vw;
        font-size: 7vw;
    }

    .homepage-padding img {
        height: 9vw !important;
        width: 9vw !important;
        font-size: 7vw;
    }

    .details-banner-icons-container {
        justify-content: space-evenly;
    }

    #details-banner-icons {
        flex-direction: column;
    }

    .s-content {
        padding-top: 12rem !important;
    }

    .theme-link {
        padding: 10px;
    }

    .user-box {
        margin: 0px 5vw 0 5vw;
        font-size: 3vw;
    }

        .user-box img {
            width: 100% !important;
            height: auto !important;
        }

    .login-form-group label {
        font-size: 2vw !important;
    }

    .login-input {
        height: 100px !important;
        font-size: 2vw !important;
    }
}

@media only screen and (min-width: 1024px) {
    .taxonTree-details {
        position: fixed;
        width: 100%;
        z-index: 9;
        background-color: white;
        opacity: 1;
        margin-top: -8px;
    }

    .species-namebanner {
        position: fixed;
        margin-top: 2rem;
        z-index: 100;
        opacity: 0.9;
    }

    #indig-btn {
        margin-top: 7rem;
    }
}

@media only screen and (max-width: 991px) {

    .s-content {
        padding-top: 9rem !important;
    }

    .search-by-theme-container {
        height: auto !important
    }

    #header-img-container {
        justify-content: space-between !important;
    }

    .register-social {
        padding-top: 0;
    }

    .hamburger-sub, .hamburger {
        width: 50vw;
        left: -50vw;
    }

        .hamburger-sub.expanded {
            left: 50vw !important;
            padding-right: 0.5vw;
        }

    #header-img {
        height: 70px;
        width: auto;
    }

    .theme-text {
        font-size: 2vw !important;
    }

    .theme-heading {
        font-size: 2.5vw !important;
    }

    .browse-theme-link {
        height: 30%;
    }

    .hamburger.expanded {
        left: 0px;
        width: 100vw;
    }
}

@media only screen and (max-width: 900px) {
    .sticky div.col form {
        display: none !important;
    }

    .sticky div.col {
        width: 100%;
    }

    .user-box {
        margin: 0px 5vw 0 5vw !important;
    }
}

@media screen and (max-width: 792px) {
    #lgRefine {
        display: none;
    }

    #smRefine {
        display: inherit;
    }

    #refineResultParam {
        display: none;
    }

    .refineResults {
        width: 100%;
    }

    #search-results-table h3 {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 400px;
        margin: 30px auto;
    }
}

@media (max-width: 650px) {
    .user-box {
        font-size: 3vw;
    }
}

@media screen and (max-width: 428) {
    .menu {
        width: 80vw;
    }

    .hamburger.expanded {
        left: 0px;
        width: 100vw;
    }

    .login-input {
        font-size: 3vw !important;
    }
}

.links-homepage {
    color: #2c2b2b;
}

.search-table-mobile {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .search-table-mobile {
        flex-direction: column;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .search-options {
        display: flex;
        flex-direction: column;
    }

    .overview-container {
        display: block !important;
    }


    .modal-content {
        width: 100% !important;
    }

    .box {
        min-width: 100%;
    }
}
}
