/* --------------------- INFO --------------------- */

.btn-crm{
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 25px;
    white-space: normal;
}
/* 
@media (max-width: 1630px){
    .btn-crm{
        font-size: 11px;
    }
}

@media (max-width: 1024px){
    .btn-crm{
        font-size: 8px;
    }
}

@media (max-width: 768px){
    .btn-crm{
        font-size: 16px;
    }
} */

.btn-outline-scrreen{
    color: #e06100;
    background-color: transparent;
    background-image: none;
    border-color: #e06100;
}

.btn-outline-scrreen:not(:disabled):not(.disabled):active, .btn-outline-scrreen:not(:disabled):not(.disabled).active, .show > .btn-outline-scrreen.dropdown-toggle{
    color: #fff;
    background-color: #e06100;
    border-color: #e06100;
}

.btn-outline-scrreen:not(:disabled):not(.disabled):hover, .btn-outline-scrreen:not(:disabled):not(.disabled).hover, .show > .btn-outline-scrreen.dropdown-toggle{
    color: #fff;
    background-color: #e06100;
    border-color: #e06100;
}

.btn-outline-scrreen:focus, .btn-outline-scrreen.focus{
    box-shadow: 0 0 0 0.2rem rgba(224, 97, 0, 0.5);
}

.btn-year{
    cursor: default !important;
}

.btn-year:focus{
    box-shadow: none !important;
}

.button-container{
    /* text-align: justify;
    text-align-last: justify; */
    margin-top: 0;
}

.year-container{
    /* display: flex;
    justify-content: space-around; */
    margin-top: 0;
}

.logo{
    margin-top: 15px;
    margin-left: 15px;
}

.modal-xl {
    width: 75%;
    min-width: 900px;
    margin: 1.75rem auto;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 1000px;
    }
}

@media (min-width: 992px){
    .modal-xl {
        max-width: 1600px;
    }
}


/* -------------------- DETAILS -------------------- */

.modal.show {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.back-container{
    position: fixed;
    bottom: 0;
    right: 0;
    /* width: 300px; */
    border-left: 2px solid;
    border-top: 2px solid;
    border-top-left-radius: 10px;
    padding:10px;
}

.first-graph-container{
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid;
}

#tab-buttons-container>button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.world-year-select-label{
    margin-right: 5px;
    margin-left: 25px;
}

.progress{
    border: 1px solid;
}

.progress-bar{
    color: black;
}

.link-list{
    margin-bottom: 0px;
}

#CRMDetailsModalLabel{
    color: #0071BC;
}

.no-graph-label{
    text-align: center;
    font-size: 18px;
    color: #666666;
    margin: 20px;
}

.chart-container{
    margin-left: 20px;
    margin-right: 20px;
}

#RecyclabilityDefinitionDiv{
    margin-top:15px;
}

#map-more-info-div {
    margin-top: 15px;
}

/*

#crm-exclusive-container{
    margin-top: 25px;
}

#recyclability-container{
    margin-top: 20px;
}

#reserves-container{
    margin-top: 20px;
}
*/
/* -------------------- SHARED -------------------- */

.bd-callout h4{
    margin-bottom: 20px !important;
    /* margin-top: 25px; */
}

h5{
    margin-bottom: 20px;
}

.no-pd{
    padding: 0;
}

.no-hp{
    padding-left: 0px;
    padding-right: 0px;
}

.ml-25{
    margin-left: 25px;
}

.mb-20{
    margin-bottom: 20px !important;
}

.mb-25{
    margin-bottom: 25px !important;
}

.mb-40{
    margin-bottom: 40px;
}

.mt-20{
    margin-top:20px;
}

.mr-20{
    margin-right: 20px;
}

/* -------------------- THERMOMETER -------------------- */

.donation-meter {
    margin-left: 30px;
    width: 100px;
}
.donation-meter .glass {
    background: #e5e5e5;
    border-radius: 100px 100px 0 0;
    display: block;
    height: 225px;
    margin: 0 35px 10px;
    padding: 5px;
    position: relative;
    width: 30px;
    border: 1px solid;
    border-bottom: 0;
    z-index: 2;
    bottom: 5px;
}
.donation-meter .amount {
    background: rgb(255,0,0);
    border-radius: 100px;
    display: block;
    width: 18px;
    position: absolute;
    bottom: -8px;
    z-index: 50;
}
.donation-meter b { display: block; text-align: center; }

.donation-meter .goal {
    font-size: 30px;
}
.donation-meter .total {
    font-size: 16px;
    position: absolute;
    right: 40px;
}

.bulb {
    background: #e5e5e5;
    border-radius: 100px;
    display: block;
    height: 60px;
    margin: 0 35px 10px;
    padding: 5px;
    position: relative;
    top: -20px;
    right: 15px;
    width: 60px;
    border: 1px solid;
    z-index: 1;
}
.bulb .red-circle {
    background: rgb(255,0,0);
    border-radius: 100px;
    display: block;
    height: 48px;
    width: 48px;
    /* box-shadow: -1px -1px 0 4px #e5e5e5; */
}
.bulb .filler {
    background: rgb(255,0,0);
    border-radius: 100px 100px 0 0;
    display: block;
    height: 30px;
    width: 18px;
    position: relative;
    top: -60px;
    right: -15px;
    z-index: 30;
}

@media (max-width: 1024px){
    .donation-meter {
        margin-left: 0px;
    }
    /* #main.container{
        padding: 0px;
    } */
}

@media (max-width: 1300px){
    .donation-meter {
        margin-left: 0px;
    }
}

.delimiter{
    height: 2px;
    background-color: rgb(125, 125, 125);
    display: block;
    width: 10px;
    position: absolute;
    z-index: 51;
    right: 0px;
    /* border-radius: 100%; */
}

#delimiter-container > .delimiter:nth-child(1){
    /* height: 12px; */
    /* bottom: 3px; */
    bottom: 12px;
}
#delimiter-container > .delimiter:nth-child(2){
    bottom: 53px;
}
#delimiter-container > .delimiter:nth-child(3){
    bottom: 93px;
}
#delimiter-container > .delimiter:nth-child(4){
    bottom: 133px;
}
#delimiter-container > .delimiter:nth-child(5){
    bottom: 174px;
}
#delimiter-container > .delimiter:nth-child(6){
    bottom: 214px;
    /* border-top-left-radius: 100%;
    border-top-right-radius: 100%; */
}

/* -------------------- MAP -------------------- */

.map{
    height: 600px;
    width: 100%;
}

.map-legend-container{
    width: 150px;
}

.map-legend{
    background: rgb(240,236,170);
    background: -moz-linear-gradient(left, rgb(240,236,170) 0%, rgb(102,72,48) 100%);
    background: -webkit-linear-gradient(left, rgb(240,236,170) 0%,rgb(102,72,48) 100%);
    background: linear-gradient(to right, rgb(240,236,170) 0%,rgb(102,72,48) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ecaa', endColorstr='#664830',GradientType=1 );
}

.ol-attribution.ol-uncollapsible{
    height: auto !important;
    padding: 5px;
}

/* Don't show the OpenLayers icon */
.ol-attribution.ol-uncollapsible img {
    display: none;
}

/* -------------------- POPUP -------------------- */

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "×";
    font-size: 18px;
    color: black;
}
.ol-popup-closer:hover {
    text-decoration: none;
}

.ol-popup-content>dl>dd{
    margin-left: 40px;
}

.ol-popup-content>dl>dt{
    margin-left: 15px;
}

.ol-popup-content>dl>dt>i{
    color: #e06100;
}

/* -------------------- LOADING SPINNER -------------------- */

body > .sk-spinner {
    display: none;
}

body.sk-loading > .sk-spinner {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}

body.sk-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body.sk-loading {
    position: relative;
}

.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #e06100;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes sk-threeBounceDelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}
  
@keyframes sk-threeBounceDelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}