
/*html, body {*/
/*    height: 100%;*/
/*}*/

/*.map_container {*/
/*    min-height: 100%;*/
/*    height: 100%;*/
/*}*/

#research_map {
    height: 200px;
    width: 100%;
    display: block;
}

#facility_map {
    height: 200px;
    width: 100%;
    display: block;
}

#map_container {
    /*height: calc(100% - 75px);*/
    /*height: calc(100vh - 75px);*/
    top: 75px;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.bg-ansto-dark {
    background-color: #27496b !important;
}

.bg-ansto {
    /*background-color: #27496b !important;*/
    /*background-color: #0076c0 !important; */
    background-color: #203d79 !important;
}

.bg-ansto-light {
    background-color: #41c0c0bb !important;
}

.border-ansto-dark {
    border: 1px solid #27496b !important;
}

.border-ansto {
    border: 1px solid #0076c0 !important;
}

.border-ansto-light {
    border: 1px solid #41c0c0bb !important;
}

.ansto-muted {
    /*color: #61bec85e !important;*/
    color: #41c0c0bb !important;
}

.ansto-logo {
    background-color: white;
    /*border-radius: 4px 4px 0 0;*/
    padding: 5px 10px;
}
.navbar-brand .ansto-logo {
    height: 56px;
}

.ansto-card-image {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    object-fit: cover;
}

div.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 299px;
    max-height: 201px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

div.img-container-page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 201px;
    overflow: hidden;
}

.callout {
    padding: 20px;
    margin: 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout-default {
    border-left-color: #777777;
}

.callout-default h4 {
    color: #777777;
}

.callout-primary {
    border-left-color: #428bca;
}

.callout-primary h4 {
    color: #428bca;
}
.callout-info {
    border-left-color: #5bc0de;
}

.callout-info h4 {
    color: #5bc0de;
}

.callout-ansto {
    border-left-color: #29527a;
}

.callout-ansto h4 {
    color: #29527a;
}
/*
https://codepen.io/superjaberwocky/pen/AXdEWj
@each $name,$color in (default,#777),(primary,#428bca),(success,#5cb85c),(danger,#d9534f),(warning,#f0ad4e),(info,#5bc0de), (bdc,#29527a) {*/

#main_article p:first-of-type::first-letter {
    color: black;
    font-family: Georgia;
    /*initial-letter: 2;*/
    float: left;
    font-size: 40px;
    line-height: 40px;
    border: 2px orangered solid;
    margin-right: 5px;
    padding: 0 5px 0 5px;
    /*background-color: orange;*/
}

.leaflet-popup-close-button {
    background: #fff !important;
    border-radius: 50% !important;
    width: 25px !important;
    height: 22px !important;
}

.leaflet-popup-content {
    margin: 10px 10px 10px 10px;
}

.colour_red,
.colour_blue,
.colour_green,
.colour_pink,
.colour_purple {
    display: none !important;
}
