body {
    background-color: #0A0A11;
}

/*--------------------------------------MAIN---------------------------------------*/
.with-margin-topbar {
  margin-top: 64px !important;
}

.main-column{
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 0;
}

body.sidebar-expanded .main-content {
    padding-left: 225px !important;
    transition: padding-left 0.5s;
}
body:not(.sidebar-expanded) .main-content {
    padding-left: 70px !important;
    transition: padding-left 0.5s;
}



.main-content {
    color: white;
    margin-top: 64px;
    flex: 1 1 0;
    min-width: 0;
}


/*--------------------------------------LOGIN--------------------------------------*/
.btn-lg {
    background-color: #03C700
    ;
}

.sign-in-section {
    padding: 40px;
    margin-top: 7vw;
}

.sign-in-logo {
    width: 80%; 
}

.sign-in-version {
    font-size: 0.9em;
}

.sign-in-client-logo {
    width: 40%; 
}




/*--------------------------------------------NAVBAR-------------------------------------------*/
.tab-period {
  background-color: #393C45;
  border-radius: 20px;
}

.tab-period .nav-link {
  text-decoration: none;
  color: white;
}

.tab-period .nav-link:focus{
  background-color: #28a745;
  border-radius: 20px;
  color: white;
}

.tab-period li a:hover{
	background-color:#28a745;
  color: white;
	font-weight: bold;
  border-radius: 20px;
}

/*--------------------------------------Dashboard general--------------------------------------*/
  .bg-grey {
    background-color: #393C45;
  }

  .total-kw-consumed {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
  }

  .amount-consumed {
    color: red;
    font-size: 2em;
    font-weight: bold;
  }

  .background-graphic {
    border: 2px solid white;
  }

  .dateTimeChoice {
    border-radius: 50px;
  }
  

  /*--------------------------------------Databoard--------------------------------------*/
  .btn-energy {
    width: 280px;
    height: 120px;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-right: 15px;
  }

  .electricity{
    background-color: #F6B331;
  }

  .gas{
    background-color: #E7E158;
  }
  
  .water{
    background-color: #7FEDF9;
  }
  
  
  .btn-text-energy {
    font-weight: bold;
    font-size: 1em;
  }

  .icone-energy{
    font-size: 50px;
  }

  .table-databoard {
    table-layout: fixed;
    width: 100%;
  }

  
  



