<style>
.text-muted {
    font-weight: bold;
    text-transform: none !important;
    font-size: 16px;
}

.text-muted {
    color: #00b2ae;
}

.theme-label-floating {
    font-size: 90% !important;
    padding-top: 7px;
    text-transform: none !important;
}

</style>


<style>
.era-title{
border-top: medium none;
 border-right: medium none;
 border-bottom: medium none;
  border-left: medium none; 
  border-radius: 0px 0px 0px 20px; 
 font-weight: 700; 
 color: #ffffff !important;
 padding-bottom: 10px; 
 padding-top: 10px; 
 padding-left: 20px; 
  padding-right: 10px; 
 margin: 0;  
 background-color: #2a4a9f; 
 letter-spacing: 1px;
 }
 
 .era-body{
 
 background-color: #eaeaea;
    margin-left: 20px;
 margin-right: 5px;
    padding: 15px;
 box-shadow: 5px 5px 0px 1px rgb(32 43 65 / 10%);
 margin-top: 2px;
 
}

.era-body a:link, .era-body a:visited {
   background-color: #2a4a9f;
   color: #ffffff;
   padding: 5px 10px 5px 10px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   border-radius: 15px; 
}


</style>




<style>
.navbar-inside-page {
     background: #01b1ae;
margin-top: 15px;

}

</style>


<style>
   

      .footerrow {
        display: table;
        width: 100%;
        }
    
    /* Create two equal columns that floats next to each other */
    .footercolumn {
      float: left;
      width: 50%;
      padding: 40px;
      display: table-cell;
      
    }
    
    /* Clear floats after the columns */
    .footerrow:after {
      content: "";
      display: table;
      clear: both;
    }

    @media only screen and (max-width: 600px) {
  .footercolumn { 
    display: block;
    width: 100%;
  }
}

.fa{
    letter-spacing:3px;
  }

    </style>

<script >
$(".component").change(function(){
 $.each($('*'), function (index, item) {
  if(item.innerHTML == 'TOTAL'){
   $(item).text('ΣΥΝΟΛΟ');
  }
  if(item.innerHTML == 'AMOUNT'){
   $(item).text('ΠΟΣΟ');
  }
 }); 
})
</script>







