/* LEBA LTD page layout*/
.lebaltd-header {
	background-color:#F6F3F3;
	z-index: 1050;
	position:fixed;
	width: 100%;
}

.container-lebaltd-header {
	background-color:#F6F3F3;
	padding: 15px 15px 0 0px;
}

.container-lebaltd-navbar{
	background-color:#F6F3F3;
	padding:0 15px 0 0px;
}

.container-lebaltd-banner{
	padding: 0px;
}

.container-lebaltd-mainbody{
	padding: 173px 15px 0 15px;
}

.container-lebaltd-footer {
	padding-bottom:0 15px 15px 15px;
}

.container-lebaltd-content {
	padding: 15px;
}

.container-lebaltd-index-content {
	padding: 0px;
}

.be-left-sidebar {
	background-color: #f5f5f5;
	width: 100%;
	left: 0;
	position: absolute;
	border-right: 1px solid #e3e3e3;
}

.container-lebaltd-home-content {
	background: url(../../img/cityscape-leba_home.svg);
	background-size: cover;
	background-color: #009f5c;
	margin-right: -15px;
	margin-left: -15px;
}

.lebaltd-content-side-panel {
	background-color:#F6F3F3;
	padding: 0;
}

/* Navigation Bar*/
.navbar-lebaltd {
	position: relative;
	display:flex;
	width: 100%;
	list-style:none;
	padding: 0 0 0px 20px!important;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
	padding-right: 1rem;
	padding-left: 1rem;
}

.nav-item a {
	color: black;
}

.nav-item a:hover,.home-news-headline a:hover {
  color:#009f5c!important;
  font-weight: bold;
}

.lebaltd-footer {
  position: fixed;
  padding: 0 15px;;
  bottom: 0;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  flex:none;
  background-color: #000;
  z-index: 100;
}

.lebaltd-footer a, .lebaltd-footer p {
  font-weight:300;
  color: white;
}

/* LEBA Banners, Side Panel and table settings*/
.lebaltd-header-banner {
  width: 100%;
  min-height: 100px;
  background: url(../../img/cityscape-leba.svg);
  color:white;
  padding: 5px 10px;
  border-width: 0 0 0 30px;
  border-style: solid;
  border-image: url('../../img/border-leba.png') 0% 100% repeat;
}

#lebaltd-border-image {   /*used for media page right border at present */
	display:block;
	background-size: cover;
	border-width: 0 0 0 30px;
	border-style: solid;
	border-image: url('https://cdn.evia.org.uk/img/border-leba.png') 0% 100% repeat;
}

#lebaltd-horizontal-line {
	display: block;
	min-height:15px;
	background: url(../../img/border-leba-horizontal_narrow.png);
}

#lebaltd-vertical-border {
	display:block;
	border-width: 0 0 0 20px;
	border-style: solid;
	border-image: url('../../img/border-leba-vertical_narrow.png') 0% 100% repeat;
}

.list-group-item.active {
	background-color: #009f5c;	
	border-color: #009f5c;
	color: white;
}

/* LEBA LTD page layout*/
.header-lebaltd-banner {
  min-height:90.5px;
  min-width: 740px;
  background-color:#EEEEEE;
  color:black;
  padding: 5px 10px;
  border-width: 0 0 0 30px;
  border-style: solid;
  border-image: url('../../img/border-lebaltd.png') 0% 100% repeat;
}

#lebaltd-content-feature {
  display:block;
  background: url(../../img/cityscape-lebaltd.svg);
  background-size: contain;
  background-color: #009f5c;
}

#lebaltd-content-feature-line{
  height:6px;
  background: #000000;
  width:100%
}

/* Monthly Vol Report Design */
.mvr-img-fluid {
    max-width: 88%;
    height: auto;
}

.btn-mvr {
	background-color: #009f5c;
	color: #fff;
	border-color: #009f5c;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	transition: all 0.2s ease-in-out;
}

.mvr-login-link:focus, .mvr-login-link:hover, .btn-mvr:focus, .btn-mvr:hover {
    color: black!important;
}

/* Monthly Vol Report Table Design */
table.mvr-table {
	border: 0.5px solid rgba(0, 0, 0, 0.05);
}

/* Monthly Vol Report Carousel Design */
.carousel  {
	margin-top: 20px;
	width: 75%;
}

.carousel-inner {
  height: auto;
}

table.table-striped tr:first-child td {
	color:inherit;
	font-weight:inherit;
}

.carousel-indicators  {
	bottom: 8px;
}

.carousel-indicators li {
	height: 5px;
	background-color: #009f5c
}

.carousel-indicators  .active{
	background-color: #FBAA31;
}

.carousel-control-prev {
  width:50px;
}
.carousel-control-next {
  width:50px;
}

/* Monthly Vol Report Login Form */
.MVR-col-md-3 {
    max-width: 25%;
}

.MVR-col-md-5 {
    max-width: 60%;
}

/* Monthly Vol Report & Index Signup Form */
.form-login {
	background-color: #EDEDED;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 15px;
	border-color:#d2d2d2;
	border-width: 5px;
	box-shadow:0 1px 0 #cfcfcf;
}

html {
  position: relative;
  min-height: 100%;
  font-size:14px;
}

body {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 4rem;
}

.fa-input {
  font-family: FontAwesome, 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

p,li {
  font-weight: 300;
}

strong {
  font-weight: 400;
}

a {
	color: black;
}

a:focus, a:hover {
	color:#009f5c!important;
	text-decoration: none;
	font-weight: bold;
}

a-covid {
	color:Red;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a-covid:focus, a-covid:hover {
	color:Red;
	text-decoration: underline;
	font-weight: bold;
}

a.card-modal-toggle {
  cursor: pointer;
}

.tooltip-inner {
  min-width:255px;
  text-align:left!important;
}

button.close {
  color:#fff!important;
  opacity:1;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 6; }
}
@-moz-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 6; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 6; }
}


/* Index tiles for Home page */
.lebaltd-index-tiles {
	display: inline-table;
	position: relative;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	width:15rem;
	min-height:20rem;
	margin:0 1.5rem 1.5rem 0;
}

.lebaltd-index-container {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: middle;
	overflow: hidden;
	background-color: #1F4181;
}

.lebaltd-index-container-alt {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: middle;
	overflow: hidden;
	background-color: #009f5c;
}

.lebaltd-index-title h1,h2,h3,h4,h5,h6 {
  color: #009f5c;
  font-weight: 600;
}

.popover-content {
	background-color: #f6f3f3;
	max-width: none;
}

.popover p, li {
	font-size: 1rem;
}

.popover ul {
	padding-left: 20px;
}

.lebaltd-index-content {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
    margin:3.6rem;
	fill: #1a315a!important;
}

.svg-content {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
    margin:3.6rem;
}

.list-group-item {
	padding: 0.75rem 1rem;
}

.svg-furtherinfo {
	fill:green!important;	
}

.card-item-icon-alt {
	color:#009f5c!important;		
}

.svg-container-plain {
  display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: middle;
	overflow: hidden;
  background-color: #fff;
}

.svg-container-modal {
  display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: middle;
	overflow: hidden;
  background-color: #fff;
}


.svg-carbon-cer {
  fill:#1a315a!important;
}

.svg-carbon-eua {
  fill:#1a315a!important;
}

.svg-coal {
  fill:#1a315a!important;
}

.svg-gas {
  fill:#1a315a!important;
}

.svg-power {
  fill:#1a315a!important;
}

.svg-volume {
  fill:#1a315a!important;
}

.svg-schedule {
  fill:#1a315a!important;
}

.svg-calculation {
  fill:#1a315a!important;
}

.svg-animation {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.content p>a {
  font-weight: 400;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6,
.modal-body h1,.modal-body h2,.modal-body h3,.modal-body h4,.modal-body h5,.modal-body h6 {
  color:#009f5c!important;
}

#content-feature p {
  font-size:1.8rem;
  font-style:italic;
}

.content {
  margin:0 0 1rem 0;
}

#right-2col-container {
  margin:0 0 2rem 0;
}

.no-gutter {
  padding-right: 0;
  padding-left: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.no-gutter-nav {
  padding: 0 0 0px 20px!important;
}

.no-gutter-reset {
  padding: 0 0 0 36px;
}


/* Logos */
#lebaltd-logo {
  height: 108px;
  padding: 0px 15px 0px 20px;
}

#leba-logo {
  width: 320px;
  height: 108px;
  padding: 0 15px 42px 20px;
}

#home-feature {
  display:block;
  background: url(../../img/cityscape-lebaltd.svg);
  background-size: cover;
  background-color: #009f5c;
}

#home-feature-inner {
  padding:4rem 4rem 40rem 4rem;
}

#content-feature {
  display:block;
  background: url(../../img/cityscape-lebaltd.svg);
  background-size: contain;
  background-color: #009f5c;
}

#content-feature-inner {
  padding:2rem 2rem 2rem 2rem;
  margin:0 0 1rem 0;
}

#left-2col-inner {
  padding: 0 0 0 36px;
}

#content-full {
  padding: 0 36px;
}

#index-full {
  padding: 0 18px;
}

#home-feature h1, #home-feature p,#content-feature h1, #content-feature p {
  color:white;
}

/* Logged in/out Panel  */
.lebaltd-profile-btn {
	color: #292b2c;
	background-color: #fbaa31;
	border-color: #ccc;	
}

#right-2col-image {
  display:block;
  background: url(../../img/preview/AdobeStock_107552413_Preview.jpeg);
  background-size: cover;
  border-width: 0 0 0 30px;
  border-style: solid;
  border-image: url('../../img/border-lebaltd.png') 0% 100% repeat;
}

#news-container,#right-2col-container {
  padding:4rem;
}

.home-news-headline {
  font-size:2rem;
  font-weight:200!important;
}

.home-news-headline a {
  color:black!important;
  text-decoration: underline!important;
}

.head-wrap {
  min-width:600px;
  background-color:#2c374a;
  padding:2px;
  border-width: 0 0 0 30px;
  border-style: solid;
  border-image: url('../../img/border-lebaltd.png') 0% 100% repeat;
}

div.head-wrap h1 {
  margin:1rem 1rem 0.1rem 0;
  
}

div.head-wrap p {
  color:#979c9f!important;
  background-color:#2c374a;
  font-size:1.2rem!important;
  line-height:1.4rem;
}

div.head-wrap p a {
  color:#979c9f!important;
}

@media screen and (max-width: 400px) and (min-width: 300px) {

  #evia-logo {
    width:300px;
    padding:25px 0 15px 20px;
  }

}

@media (max-width: 767px) {

  #home-feature-inner {
    padding:1rem;
  }

  #content-feature-inner {
    padding:1rem;
  }

  #left-2col-inner {
    padding:1rem
  }

  #news-container,#right-2col-container {
    padding:1rem;
  }

  .home-news-headline {
    font-size:1rem;
    font-weight:200!important;
  }

  .footer {
    padding:1rem 0 0 0;
    height: 6rem;
    line-height: normal;
    flex:auto;
  }

}

.footer p, .footer a {
  color:white;
}

.card-subscribe {
  border-bottom: 1rem solid #fbaa31;
}

.card-view {
  border-bottom: 1rem solid #009f5c;
}

@media (min-width: 34em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 48em) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 62em) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 75em) {
    .card-columns {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
}

table.table-striped tr:first-child td {
	color:#064F8D;
    font-weight:bold;
}

table.table-striped {
	width:95%;
	font-weight:lighter;
    margin-left:0%;
    margin-right:auto;
}

div#spinner
	{
	    display: none;
	    width:100px;
	    height: 100px;
	    position: fixed;
	    top: 50%;
	    left: 50%;
      color:#333;
	    background-color:#fff;
	    text-align:center;
	    padding:10px;
	    font:normal 16px Tahoma, Geneva, sans-serif;
	    border:1px solid #333;
	    margin-left: -50px;
	    margin-top: -50px;
	    z-index:2;
	    overflow: auto;
}

tr.stripe {
		background-color: #eee;
}

.underline {
		font-weight:bold;
		text-decoration:underline;
}

table caption {
		caption-side:top;
}

.fa-download-button:after {
	content:'\f14c';
	font-family: FontAwesome;
	padding-left:10px;
}

tr.hide {
    display: none;
}

.card-block {
	padding: 1rem;
}

.card-columns {
	orphans: 1; 
	widows:1;
}

.lebaltd-index-columns {
	orphans: 1; 
	widows:1;
	column-count: auto;
}

.lebaltd-index-block {
	padding: 1rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   
   .svg-power,.svg-coal ,.svg-carbon-eua ,.svg-gas,.svg-carbon-cer,.svg-furtherinfo,.svg-calculation {
	 width:125px;
	 height:125px;
	 margin:50px;
   }
   
	#main-logo {
	  width:380px;
	  height:152px;
	}    
   
}
