@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    /*    font-family: 'Source-Sans Pro','Helvetica Neue', Helvetica, Arial, sans-serif;
*/
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.page{
    font-size: 14px;
}

.button {
    overflow: visible;
}

h1:focus {
    outline: none;
}

.h3 {
/*    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
*/    text-align:center;
}

.carya-img{
    max-height: 300px;
    max-width: 215px;
}

.title-line {
    border: none;
    border-top: 2px solid #1861ac;
    width: auto;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
}

.title-line-left {
    margin-left: 20px;
}

.title-line-right {
    margin-right: 20px;
}

.title {
    font-family: Tungsten A, Tungsten Bahnschrift, Oswald, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .18rem;
    line-height: 30px;
    color: rgb(41,41,41);
    margin: 5px;
    margin-bottom: 15px;
    padding: 0;
    max-width: 35%;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.taxonomy-title {
    font-family: Tungsten A, Tungsten Bahnschrift, Oswald, sans-serif;
    font-size: 1.0rem;
    font-weight: 500;
    letter-spacing: .18rem;
    line-height: 30px;
    color: rgb(41,41,41);
    margin: 5px;
    margin-bottom: 15px;
    padding: 0;
    max-width: 35%;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.staffImage{
    height: 180px;
    width: 150px;
}

.imagePreview {
    width: 150px;
    height: auto;
}

.imageDetail {
    width: 550px;
    height: auto;
}

.Teltooltip {
    max-width: 250px;
    color: rgb(41,41,41);
}

.plant-grid {
    padding: 5px;
    margin: 0 auto;
    border-top: 1px dashed #565252;
}

.plant-grid-info{
    width: 340px;
}

.plant-grid-shadow {
    box-shadow: 0 0 20px #333;
    position: center;
    height: 100%;
    margin: 0 0;
}

.plant-grid-paging:focus {
    box-shadow: 0;
}

.paging-btn {
    border: 1px;
    margin: 2px;
    color: #002D72;
    background-color: transparent;
    font-size: medium;
}

.paging-btn :active{
    font-weight:800;
}

.btn-link {
    color: #002D72;
}

.btn-full{
    width: 100%;
    display: block;
}

.btn-primary {
    color: #fff;
    background-color: #205493;
    border-color: #1861ac;
}

.txtSearch {
    height: 35px;
    width: 180px;
}

.active {
    font-weight: bold;
}

.sortIcon image{
   max-width: 20%; 
}

.hide {
    display: none;
}

.gridview {
    width: 800px;
}

.grow {
    transition: all .2s ease-in-out;
}

    .grow:hover {
        transform: scale(1.1);
    }

.header-width{
    margin-left: 1rem;
    margin-right: 1rem;
}

.usda-logo {
    height: 1rem;
}

.usda-logo-text {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
}

.usda-logo-img {
    height: 2.5rem;
    position: absolute;
}

.color-white {
    color: #fff;
}

.carousel-tel {
    background: #3d57d8;
    color: #fff;
    font: 36px/200px sans-serif;
    text-align: center;
}

.carousel-size{
    max-width: 1800px;
    height: auto;
    max-height: 500px;
}

.hero {
    padding-bottom: 30%; /* = ( 5100 / 3400 ) x 100 */
    background-size: cover;
}

.imgMap {
    max-width: 1000px;
    height: auto;
}

.btn-ars {
    color: #fff;
}

.bg-ars, .dropdown-item.active, .dropdown-item:active, .img-circle:hover {
    background-color: #002D72;
}

.bg-sidepanel, .dropdown-item.active, .dropdown-item:active, .img-circle:hover {
    background-color: #0096e2;
    /* background-color: #0070bc;
*/
}

.bg-opacity .card-body {
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.4); /* Black background with 0.5 opacity */
}

.dropdown a:hover {
    color: #fff;
    background-color: #112e51;
}

.dropdown:hover .usa-nav-submenu {
    display: block;
}

/*.dropdown > .dropdown-toggle:active {*/
    /*Without this, clicking will make it sticky*/
    /*pointer-events: none;
}*/

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #002D72;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.bg-grey {
    background-color: #565252;
    color: #fff;
}

.masterImage {
    max-height: 300px;
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
}

.content {
    padding-top: 1.1rem;
    min-height: 90%;
    height: 100%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.fad {
    position: relative;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
}

.pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
}

.text-index {
    font-size: 15px;
    color: rgb(0,98,204);
    font-weight: 400;
}

.text-dkblue {
    color: #0071bc;
}

.text-underline-hover {
    text-decoration: none;
}

    .text-underline-hover:hover {
        text-decoration: underline;
        text-decoration-thickness: 3px;
    }

.usa-color-primary {
    background-color: #0071bc;
    /*    background-color: #002D72;*/
}

.usa-color-primary-darkest {
    background-color: #112e51;
}

.usa-search {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.usa-search-btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

@media screen and (min-width: 951px) {
    .usa-search {
        right: 3rem;
        margin-left: 1.5rem;
        float: right;
        margin-bottom: 0;
        max-width: 21.5rem;
    }
}

.secondary-links a {
    color: #333;
    font-size: 17px;
    font-weight: 500;
}

.usa-header {
    border-bottom: none;
    width: 100%;
    z-index: 7000;
}

.usa-accordion, .usa-accordion-bordered {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    color: #212121;
    margin: 0;
    padding: 0;
    width: 100%;
    text-decoration: none;
}

.usa-accordion-button {
    border: 0;
    border-radius: 0;
    font-weight: 300;
    margin: 0;
    outline: 0;
    padding: 1.5rem 5.5rem 1.5rem 3rem;
    text-align: left;
    background-color: #112e51;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 13px;
    color: #fff;
    display: inline-block;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1.1rem;
    width: 100%;
    text-decoration: none;
}

.usa-accordion-button a {
    text-decoration: none;
    color: #fff;
}

.usa-accordion-button[aria-expanded="false"] {
    background-repeat: no-repeat;
    background-size: 0.7rem;
}

.usa-accordion-button[aria-expanded="true"] {
    background-repeat: no-repeat;
    background-size: 0.7rem;
}

.usa-accordion-button:focus {
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
    text-decoration: underline;
}

.usa-accordion-button:hover {
    background-color: transparent;
    color: #fff;
}

.usa-nav-primary a {
    background-color: transparent;
    border-color: transparent;
    font-size: 1.1rem;
    padding: .8rem 1.5rem .8rem 1.5rem;
}
.usa-nav-primary a:hover {
    background-color: #0071bc;
}

.usa-nav-primary button {
    color: #ffffff;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    padding: .8rem 1.5rem .8rem 1.5rem;
}

.usa-nav-primary button[aria-expanded="true"] {
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 1rem;
    background-color: #112e51;
    color: #ffffff;
}

.usa-nav-primary button[aria-expanded="false"] {
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 1rem;
    background-color: #112e51;
    color: #ffffff;
}

.usa-nav-submenu {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
    position: absolute;
    color: #212121;
    text-decoration: none;
}
    .usa-nav-submenu ul {
        width: inherit;
        padding-left: 0;
        list-style-type: none;
    }

    .usa-nav-submenu li {
        margin-bottom: 0;
        border: none;
        font-size: 1.0rem;
        color: #212121;
    }

    .usa-nav-submenu li a {
        color: #212121;
    }

.usa-nav-submenu[aria-hidden="false"] {
    display: block;
}

.back-color-gray {
    background-color: #dedada;
}

.usa-banner {
    font-size: .8rem;
    padding-bottom: 0;
    background-color: #f1f1f1;
    line-height: 18px;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: auto;
    margin-right: auto;
/*    max-width: 1040px;
*/}

.usa-banner-inner {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0rem;
    padding-left: 0rem;
}

.usa-banner-header {
    padding-top: 0;
    padding-bottom: 0;
    font-size: .8rem;
    font-weight: 400;
    white-space: nowrap;
/*    max-width: 1040px;
*/}

.usa-banner-header img {
    float: left;
    margin-right: 0.7rem;
    margin-top: 0px;
    width: 1.2rem;
    border: 0;
}

.usa-banner-button {
    background-color: transparent;
    background-position-x: right;
    background-position-y: center;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-radius: 0;
    font-weight: 400;
    font-size: 0.7rem;
    margin: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    outline: 0;
    padding: 0;
    padding-top: 0px;
    padding-left: 0px;
    text-align: left;
    -webkit-font-smoothing: auto;
    color: #0071bc;
    display: inline;
    left: 0;
    position: relative;
    text-decoration: underline;
    top: 0;
    width: auto;
    height: auto;
    appearance: none;
    vertical-align: middle;
}

.usa-banner-button[aria-expanded="false"] {
    background-image: none;
}

.usa-banner-button[aria-expanded="true"] {
    background-image: none;
    height: 5.6rem;
}

.usa-banner-button:hover {
    color: #205493;
    text-decoration: underline;
    background-color: transparent;
}

.usa-banner-content {
    padding-right: 1.5rem;
    padding-bottom: 3px;
    padding-left: 1.5rem;
    background-color: transparent;
    font-size: 1.5rem;
    padding-top: 2rem;
    width: 100%;
}

.usa-banner-icon {
    width: 2.5rem;
}

.usa-banner__lock-image {
    height: 1.5ex;
    width: 1.21875ex;
}

.usa-width-one-half {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
}

.usa-media_block-img {
    float: left;
    margin-right: 1rem;
}

.usa-media_block-body {
    overflow: hidden;
}

.usa-color-gray-dark {
    background-color: #323a45;
}

.usa-footer .usa-unstyled-list {
    display: block;
}

.usa-nav-container {
    margin-left: auto;
    margin-right: auto;
/*    max-width: 1040px;
*/    padding-right: 0rem;
    padding-left: 0rem;
}

.usa-navbar {
    height: 2.8rem;
    border-bottom: none;
    display: inline-block;
}

.usa-grid, .usa-grid-full {
    margin-left: auto;
    margin-right: auto;
/*    max-width: 1040px;
*/    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.usa-section {
    display: block;
    block-size: 170px;
    padding-top: 2rem;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
}

    .usa-section > :last-child, .usa-grid > :last-child, .usa-grid-full > :last-child {
        margin-bottom: 0;
        margin-top: 0;
    }

.usa-width-one-whole {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
}

.carousel-item img{
    object-fit: cover;
    object-position: center;
    height: 50vh;
    overflow: hidden;
}

@media screen and (min-width: 481px){ 
    .usa-banner-button[aria-expanded="true"] {
    height: initial;
    padding: 0;
    position: relative;
    }
}

@media screen and (min-width: 951px) {
    .usa-nav-container {
/*         max-width: 1040px; 
*/    }
    .usa-banner-inner::after {
/*         max-width: 1040px; 
*/    }
}

#upperfooter {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/* Font icons from icomoon.io*/
@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?utjbh3');
    src: url('/fonts/icomoon.eot?utjbh3#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?utjbh3') format('truetype'), url('/fonts/icomoon.woff?utjbh3') format('woff'), url('/fonts/icomoon.svg?utjbh3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: grayscale;
}

.icon-disease:before {
    content: "\e907";
}

.icon-iconfinder__flower:before {
    content: "\e906";
}

.icon-iconfinder_Pecan:before {
    content: "\e900";
}

.icon-search:before {
    content: "\e905";
}

.icon-pencil:before {
    content: "\e908";
}

.icon-leaf:before {
    content: "\e9a4";
}

.icon-sort-amount-asc:before {
    content: "\ea4c";
}

.icon-sort-amount-desc:before {
    content: "\ea4d";
}

.icon-leaves:before {
    content: "\e902";
}

.icon-tree:before {
    content: "\e903";
}

.icon-document-text-dark:before {
    content: "\e904";
}

.icon-document-text-white:before {
    content: "\e901";
}
