@font-face {
	font-family: Energia;
	src: url(../assets/EnergiaRegular.otf);
}
@font-face {
	font-family: Energia;
    src: url(../assets/EnergiaBold.otf);
    font-weight: 400;
}
@font-face {
	font-family: Energia;
    src: url(../assets/EnergiaLight.otf);
    font-weight: 300;
}
html{
    /*background-image: url('../assets/enefit_bg.png');*/
    background-repeat: no-repeat;
    background-size:  cover;
    background-color: #0D3A52;

}
body {
    font-family: 'Poppins', sans-serif !important;
}
div.sitBoxA{
  color: black;
  text-decoration: none;
  width: 30.33%;
  text-align: center;
  padding: 0px 12px;

}
.sitBox{
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
}
.col.sitBox{
  background-color: #F1F6F8;
}
.sitBox.selected{
    background-color: #D7E7F1 !important;
}
div.sitBoxA:hover .sitBox{
    background-color: #D7E7F1 !important;
}
.smallBox{
    width: 20px;
    height: 22px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.bottomBorder{
    border-bottom: 1px solid #8080806e;
    text-align: left;
    font-size: 12px;
}
.topBorder{
    border-top: 1px solid #8080806e;
}
.valueSpan{
  width: 50%;
    text-align: center;
    float: right;
}
/*@media only screen and (max-width: 840px) {*/
  /* For mobile phones: */
  .bottomBorder{
    display: inline-block;
    width: 100%;
  }
/*}*/