/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/08/2022, 12:22:18
    Author     : fgualacata
*/
.fcc-btn{
    background: #166978;
    color: white;
    font-size: 18px;
    padding: 15px 20px;
}
.navbar{
    /*color:#166978;*/
    background: #166978;
}
.table-header{
    /*color:#166978;*/
    background: #166978;
}

a {text-decoration: none;}

a:link {color: blue;}
a:visited {color: blue;}
a:hover {color: blue;}
a:active {color: blue;}

.fcc-span{
    background: #166978;
    color: white;
    font-size: 18px;
    padding: 8px 20px;
}
.accordion-style1.panel-group .panel-heading .accordion-toggle{
    font-size:15px;
    color: #d54431;
}