body{
    background: #f5f5f7;
    color: #17323f;
	font-family: omnes-pro,sans-serif !important;
    font-weight: 300;
	line-height: 2;
}

/* .font-omnes
{
    font-family: omnes-pro,sans-serif;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
	color: #17323f;
}

.font-avenir
{
    font-family: Avenir,Nunito,Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 300;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
    color: #666666;
} */

.avatar{

    max-height:80px;
    margin-left: 20px; 
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 10px 0 rgba(0, 0, 0, 0.04);
 
 }

h3, h5 {
	font-weight: 600;
}

 h4
 {
    color: #17323f;
    /* text-transform:  uppercase; */
    font-size: 18px;
    /* letter-spacing: 5px;*/
    margin-top: 16px;
	font-weight: 600;
 }

.section{
    overflow:hidden;
    padding-right:25px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-right:0px !important;
}

.section_seperator{
    border-top:2px white solid;
}

.container-fluid{
    padding: 0px;
    margin: 0px;
}

.margin-top-10{
    margin-top:10px;
}
.margin-top-20{
    margin-top:20px;
}
.margin-top-30{
    margin-top:20px;
}
.margin-top-40{
    margin-top:40px;
}

.margin-bottom-10{
    margin-bottom:10px;
}
.margin-bottom-20{
    margin-bottom:20px;
}
.margin-bottom-30{
    margin-bottom:20px;
}
.margin-bottom-40{
    margin-bottom:40px;
}

.large_value, .medium_value, .small_value{
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}

.large_value{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.25;
}
.medium_value{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.25;
}
.small_value{
    font-size: 18px;
    font-weight: 600;
    color: #17323f;
    line-height: 1.25;
}

.large_star{
    margin-top:16px;
    font-size:50px;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}

.gold{
    color: #f7a945;
}

.grey{
    color: #9c9ea0;
}
.negative{
    color: #cb2027;
}
.positive{
    color: #24b47e;
}
.pinksheep_pink{
    color: #E6186C;
}

.pink{color: #eb6cac;}

#chart_ytd, #chart_user_performance{
    width:100%;
    height: 280px;
}

.amcharts-chart-div a{
    display:none !important;
}

.table-shifted{    
    margin-left:8%;
    width:90%;
}

.table-shifted td, .table-shifted th{
    width:7.7%;
    font-size:11px;
    text-align: center;
    margin:0px;
    padding:0px;
}
/*
body {
    overflow:hidden;
}
*/

.stats-box
{
    border-radius: 20px;
    padding: 24px;
    color: white;
    margin-top: 20px;
}

.stats-box-fixed-height
{
    height: 340px;
    position: relative;
}

.stats-box-fixed-height .small_value
{
    margin-top: 10px !important;
}

.bottom-fixed
{
    position: absolute;
    bottom: 20px;
}

.bottom-fixed-right
{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.bottom-fixed-right .badge.badge-white
{
    padding: 6px;
    background-color: white;
    border-radius: 50%;
    width: 24px;
    cursor: pointer;
}

.popover {
    background-color: #ffffff !important;
	font-family: omnes-pro, sans-serif !important;
	font-size: 1em;
	border-radius: 15px 15px 10px 10px !important;
	border: none;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
}

.popover-body {
    padding: 1rem 1rem;
    /* border: 1px solid black; */
}
.popover-body a
{
    color: #eb6cac;
}
.popover-body p:last-child {
    margin-bottom: 0px;
}
.popover-header
{
    position: relative;
    background-color: #17323f;
    color: #ffffff;
	border-radius: 10px 10px 0 0;
}
.popover-header .close
{
    cursor: pointer;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.bottom-fixed-right .badge.badge-white i
{
    color: #1c3646;
}

.green-bg
{
    background-color: #04c4b3;
}

.orange-bg
{
    background-color: #ffb648;
}

.red-bg
{
    background-color: #e6344c;
}

.relative-impact-bg
{
    background-image: linear-gradient( rgba(0,159,115,1), rgba(0,99,71,1) );
    background-size: cover;
    margin-top: 20px !important;
}

.bottles-collected-bg
{
    background-image: linear-gradient( rgba(63,239,243,1), rgba(0,186,221,1) );
    background-size: cover;
    margin-top: 20px !important;
}

.long-haul-flights-bg
{
    background-image: linear-gradient( rgba(0,0,0,0.6), rgba(19,37,49,1) ),url(./dashboard-plane-bg.png);
    background-size: cover;
    margin-top: 20px !important;
}

.meters-of-sea-ice-saved-bg
{
    background-image: linear-gradient( rgba(0,0,0,0.6), rgba(19,37,49,1) ),url(./dashboard-ice-bg.png);
    background-size: cover;
    margin-top: 20px !important;
}

.miles-driven-in-a-car-bg
{
    background-image: linear-gradient( rgba(0,0,0,0.6), rgba(19,37,49,1) ),url(./dashboard-car-bg.png);
    background-size: cover;
    margin-top: 20px !important;
}

.kgs-ocean-plastic-recovered-bg
{
    background-image: linear-gradient( #2d545b99, #142431 ),url(./plastic-bottle-impact-bg.jpg);
    background-size: cover;
    margin-top: 20px !important;
}

.trees-bg
{
    background-image: linear-gradient( rgba(0,0,0,0.6), rgba(19,37,49,1) ),url(./Scots-Pines-at-Glen-Affric-Grant-Willoughby-new-website.webp);
    background-size: cover;
}

.all-time-sustainability-performance-container
{
    background-image: linear-gradient(-217deg, #17323f, #1c3646 70%);
    padding: 50px;
    border-radius: 20px;
    margin-bottom: 40px;
	-webkit-box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
}

#pie_chart
{
    width: 100%;
    height: 447px;
}

#lollipop_chart
{
    width: 100%;
    height: 260px;
}

#lollipop_chart_bottles
{
    width: 100%;
    height: 90%;
}

#stacked-column-chart
{
    width: 100%;
    height: 447px;
}

.lollipop-chart-container
{
    margin-top: 20px;
    border-radius: 20px;
    padding: 50px;
    background-image: linear-gradient( rgba(0,0,0,0.2), rgba(19,37,49,1) ),url(https://www.pinksheep.co.uk/wp-content/uploads/ora-trees-header-bg.jpg);
    background-size: cover;
	-webkit-box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
	margin-bottom: 40px;
}

.lollipop-chart-container-bottles
{
    margin-top: 20px;
    border-radius: 20px;
    padding: 50px;
    background-image: linear-gradient( #2d545b99, #142431 ),url(./ocean-whale-bg.jpg);
    background-size: cover;
	-webkit-box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
	margin-bottom: 40px;
}

.border-right{
    border-right-width: 2px !important;
}
@media (max-width: 767px) {
    .border-right{
        border-right-width: 0px !important;
    }
}

/*------------ Start Billy Additions -------------*/

.row {
	margin-left: 0;
}

/* header */

#header {
	background: #ffffff;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
	line-height: 1.5;
}

/* adjust company name and logo */

.ora-logo {
	float: left;
    width: 170px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #eeeeee;
}

.small_value.font-avenir {
	margin-top: 8px;
}

/* adjust contact top right */

.text-right.header_contact {
	letter-spacing: 0.5px;
	margin: 5px 0 0 0 !important;
}

.header_contact .font-omnes {
	font-family: omnes-pro, sans-serif !important;
	font-weight: 600;
}

/* section intro text */

.section-intro-all-time, .section-intro-last-month {
	margin-bottom: 50px;
}

/* all time stats */

.all-time-sustainability-performance-container .margin-top-20 {
	/* margin-top: 0; */
    /* text-transform: uppercase; */
    font-weight: 400;
}

/* New chart key */

.chart-key {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    background: rgba(0,0,0,0.2);
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
}

.chart-key .type {
	width: 33%;
    display: inline-block;
    text-align: center;
}

.chart-key .type .fa-circle {
	font-size: 1.5em;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

.chart-key .type.red .fa-circle {
	color: #e6344c;
}

.chart-key .type.orange .fa-circle {
	color: #ffb648;
}

.chart-key .type.green .fa-circle {
	color: #04c4b3;
}

/* Stats Boxes */

@media (min-width: 1200px){
.col-xl-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

.stats-box {
    margin-top: 0;
    margin-bottom: 40px;
	padding: 40px;
    padding-left: 25px;
	padding-bottom: 30px;
	-webkit-box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
}

.stats-box .font-omnes {
	color: #ffffff;
}

.stats-box .small_value {
	margin-top: 20px;
}

.col-lg-4 h3.font-omnes, .col-lg-4 .section-intro-last-month {
	margin-left: 20px;
}

/* responsive styles */

@media (max-width: 1300px) {
#footer .col-xl-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	text-align: center !important;
}
.chart-key {
    width: 100%;
	margin-right: 20px;
}
}

@media (max-width: 1100px) {
.all-time-sustainability-performance-container div:first-child {
	flex-direction: column-reverse;
}
.all-time-sustainability-performance-container .col-lg-9, .all-time-sustainability-performance-container .col-lg-3 {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.all-time-sustainability-performance-container .col-lg-3.text-right {
	text-align: left !important;
	margin-bottom: 10px;
}
}

@media (max-width: 991px) {
#header .col-md-4 {
    display: none;
}
#header .col-md-8 {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
.ora-logo {
    border: 0;
    padding-right: 0;
}
#header .col-md-8 {
		text-align: right!important;
	}
.col-lg-4 h3.font-omnes, .col-lg-4 .section-intro-last-month {
	margin-left: 0px;
}
.col-lg-4 .col-xl-6 {
	padding-left: 0;
}
}

@media (max-width: 767px) {
.ora-logo {
    float: none;
    display: block;
    margin: 0 auto;
	margin-bottom: 20px;
	max-width: 100px;
}
#header .col-md-8.text-left {
	text-align: center !important;
	}
	
.all-time-sustainability-performance-container, .lollipop-chart-container {
		padding: 25px;
	}
.stats-box {
	padding: 25px;
    padding-left: 10px;
    padding-bottom: 20px;
	}
.chart-key .type {
    width: 100%;
    margin: 5px 0;
	}
}

@media (max-width: 479px) {
#footer .col-xl-4 h4 {
    width: 100%;
}
}

/*------------ End Billy Additions -------------*/