/*
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: #00569d;
    color: white;
    font-size: 18px;
    padding: 15px 20px;
}
.navbar{
    /*color:#166978;*/
    background: #1275bb;
}
.table-header{
    /*color:#166978;*/
    background: #1275bb;
}

a {
    text-decoration: none;
}

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

.fcc-span{
    background: #1275bb;
    color: white;
    font-size: 18px;
    padding: 8px 20px;
}
/*.ace-nav > li.light-blue > a:focus, .ace-nav > li.light-blue > a:hover, .ace-nav > li.open.light-blue > a {
  background-color: #0B88D9;
}*/

.ace-nav > li.light-blue > a {
    background-color: #1275bb;

}

.sidebar::before {
    /*background-color: #b7d9ff;*/
    /*background-color: #D5D5D5;*/
    background-color: #EDF3F9;


}

.no-skin .nav-list > li:hover > a {
    color: white;
    background-color: #1275bb;

}

.no-skin .nav-list > li > a {
    /*  background-color: #0996F2; */
    background-color: white;
    color: #28367f;
    border-width:1px;
    border-style:solid;
    /*border-color:blue;*/
    border-left: blue;
    border-top: #E0E3E6;
    border-bottom:  #E0E3E6;
}
a.refresca {
    color:white;
}
h5.smaller {
    font-size: 17px;
    text-align: center;
    color:#00569d;
}

.nav-list > li > a {
    text-align:center;
}

.menu-text{
    word-break: break-all;
}


/* CSS to style Treeview menu  */
ol.tree {
    padding: 0 0 0 30px;
    width: 300px;
}
li {
    position: relative;
    margin-left: 0px;
    list-style: none;
}
li input {
    position: absolute;
    left: 0;
    margin-left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 1em;
    width: 1em;
    top: 0;
}
li input + ol {
    background: url(images/toggle-small-expand.png) 40px 0 no-repeat;
    margin: -1.600em 0px 8px -44px;
    height: 1em;
}
li input + ol > li {
    display: none;
    margin-left: -14px !important;
    padding-left: 1px;
}
li label {
    background: url(images/folder.png) 15px 1px no-repeat;
    cursor: pointer;
    display: block;
    padding-left: 37px;
}
li input:checked + ol {
    background: url(images/toggle-small.png) 40px 5px no-repeat;
    margin: -1.96em 0 0 -44px;
    padding: 1.563em 0 0 80px;
    height: auto;
}
li input:checked + ol > li {
    display: block;
    margin: 8px 0px 0px 0.125em;
}
li input:checked + ol > li:last-child {
    margin: 8px 0 0.063em;
}
label {
    color:#28367f;
    font-size: 14px;
}
.table>tbody>tr>td{
    color:#28367f;
}
body{
    font-family: 'Montserrat';
}
.btn-light{
    background-color: white !important;
    border-color: white;
}