/* DETAILS PAGE - OVERRIDE BOOTSTRAP */
body {
    background-color: white;
    color: #3d4044;
    font-family: open sans,Helvetica,Arial,sans-serif;
    word-wrap: break-word;
    font-size: 1em;
    line-height: 1.875em;
}
a {
    color: #096ba3;
    text-decoration: none;
}
a:hover {
    color: #0f9efb;
}

.top_left h1 {
    color: #fff;
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 2.8125em;
    font-weight: 100;
    height: 100px;
    text-align: left;
    text-justify: inter-word;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    text-rendering: optimizelegibility;
    margin: .66667em 0;
    padding-right: 15px;
    line-height: 35px;
}
.indicator_details_heading h2,
h2.about_heading {
    color: #33ba13;
    font-size: 2.3125em;
    font-weight: 100;
    text-justify: inter-word;
    margin: .81081em 0;
    padding-left: 10px;
    padding-right: 10px;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    -webkit-text-stroke-width: .25px;
    -webkit-text-stroke-color: black;
    text-rendering: optimizelegibility;
}
.indicator_details_heading h2 {
    text-align: center;
}
h3 {
    font-size: 1.875em;
    margin: 1em 0;
    color: #096ba3;
    font-weight: 100;
}
h4 {
    text-align: left;
    text-justify: inter-word;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}
h4,
.pane--understand-feature-learn-more .links-list li {
    font-size: 1.25em;
    margin: 1.5em 0;
    color: #10252a;
    font-weight: 400;
}

div#panels-ipe-regionid-preface nav.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 40px 0 0;
}
div#panels-ipe-regionid-preface nav.breadcrumb ul li:first-child {
    display: none;
}

.tooltip {
    font-family: inherit;
    font-size: 1em;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    color: rgb(51, 186, 19);
    cursor: help;
    opacity:1;
    z-index:490;
}

.related_resources {
    text-align: left;
    text-justify: inter-word;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}
.related_resources_margin {
    margin-bottom: 5px;
}
.selected_usgrp_products_ul {
    margin-top: -25px;
}

div#featured_indicators div.gc_image_small {
    padding: 0;
}


/* METADATA BUTTON STYLES */
a.button.metadata_a {
    padding: 0.4em 1em 0.3em 1em;
}

/* METADATA MODAL STYLES */
#metadata-summary-modal div.modal-dialog {
    position: fixed;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 1000;
}

#metadata-summary-modal .modal-lg {
    max-width: 100% !important;
}

#metadata-summary-modal .modal-content {
    height: 90%;
    width: 90%;
}

#metadata-summary-modal div.modal-header {
    background-color: transparent;
}
#metadata-summary-modal h2.modal-title {
    color: rgb(51, 51, 51);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 30px;
    font-weight: 500 !important;
    line-height: 33px;
    margin-bottom: 10px;
    margin-top: 20px !important;
    text-align: center;
    width: 100%;
}
#metadata-summary-modal .modal-header button.close {
    color: rgb(255, 0, 0);
    float: right;
    font-size: 44px;
    font-weight: 400;
    font-weight: bold;
}
#metadata-summary-modal .nav-tabs .nav-link {
    color: #333;
    border-top-color: #90c0d8;
    border-right-color: #90c0d8;
    border-left-color: #90c0d8;
    margin-left: 10px;
}
#metadata-summary-modal .nav-tabs .nav-link:first-child {
    margin-left: 20px;
}

#metadata-summary-modal .btn-info:focus {
    background-color: #0f9efb;
    color:#ffffff;
}

#metadata-summary-modal .tab-content .nav-tabs .nav-link:first-child {
    margin-left: 10px;
}

div.zoom-img-wrapper {
    overflow: auto;
    position: fixed;
    z-index: 2000;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
}

div.zoom-img-wrapper div.zoom-img-content {
    background: #ffffff;
    width: auto;
    margin: 20px 20%;
    padding: 25px;
}
div.zoom-img-wrapper div.zoom-img-header {
    background-color: transparent;
}
div.zoom-img-wrapper div.zoom-img-header button.zoom-img-close {
    color: rgb(255, 0, 0);
    float: right;
    font-size: 44px;
    font-weight: 400;
    font-weight: bold;
    opacity: .5;
}
div.zoom-img-wrapper div.zoom-img-header button.zoom-img-close:hover {
    opacity: 1;
}
div.zoom-img-wrapper div.zoom-img-body {
    height: 100%;
    width: 100%;
}
div.zoom-img-wrapper div.zoom-img-body img.zoom-img {
    height: auto;
    max-width: 100%;
}

div#enlargeImageModal {
    z-index:1100;
}
div#enlargeImageModal div.modal-content {
    height: 525px;
}

div#enlargeImageModal div.modal-content span.close {
    font-size: 44px;
    font-weight: 400;
    font-weight: bold;
    text-align: right;
    margin: 0 20px;
}
