.MenuColumn {
     vertical-align: top;
     padding-left: 10px;
 }

.ContentColumn {
    vertical-align: top;
    padding: 0 10px 0 20px;
    width:100%;
}

.ui-fluid{
    font-size: 12px !important;
}

.RightColumn{
    child-align: right;
}

textarea[disabled], input[type="text"][disabled], input[type="password"][disabled], select[disabled] {
    color: #000000 !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .65 !important;;
}

.emargement-column-low
{
    width:1.2em;
}

.emargement-column-med-high
{
    width: 10.2em;
}

.emargement-column-high
{
    width: 10.4em;
}

@font-face {
    font-family: 'Titillium';
    font-style: normal;
    font-weight: normal;
    src: local('Titillium'), url() format('truetype');
}

.header-spf {
    background-color: #FFF; /* #003366 #6534ff #204a87 3d0091 #003366 #494949;*/
    color:#000;
    min-height:20px;
/*    padding-top:20px;
    padding-bottom:20px;*/
    border-color: #9497be;
    border-bottom: 1px solid #D3D1D2;
    margin-bottom: 20px;
    font-family: Arial, Verdana, sans-serif;
}

.lang-default{
    padding: 4px;
    text-decoration: none;
    color: #666;
    font-size: 11px;
    border-radius: 3px 3px 3px 3px;
}

.lang-default:hover{
    background-color: #666;
    color: #fff;
}

.lang-selected {
    background-color: #ccc;
    color: #fff;
    padding: 4px;
    border-radius: 3px 3px 3px 3px;
}

.lang-unavailable {
    color: #ccc;
    text-decoration: line-through;
}

.lang-unavailable:hover{
    background-color: #fff;
    color: #ccc;
}

.lang-text
{
    text-decoration:none;
    margin-right: 0.3em;
}

ul.language-switcher-locale-url li {
    display: inline-block;
}


.footer{
    background-color: #EEE;
    color:#646464;
    min-height:20px;
    padding-top:20px;
    padding-bottom:20px;
    /*border-color: #9497be;*/
    border-bottom: 1px solid #D3D1D2;
    /*margin-bottom: 20px;*/
    margin-top: 20px;

    text-transform: uppercase;
    font-size: 11px !important;
    font-family: Titillium,Helvetica,Arial,sans-serif;
}

.footer-stripe
{
    border-bottom: 1px solid #D3D1D2;
}

.bg_dots {
    background: url(/webForm/public/pdie/javax.faces.resource/images/fin_bg_dots.gif.jsf) repeat;
    height: 90px;
}

html, body {
    min-height: 100%;
    margin:0;
    height:100%;
}

nav>ul{
    display: table;
    list-style: none;
    text-decoration: none;
}

ul.menu-block li {
    display: inline-block;
}

nav>ul>li.active-menu{
    border: 1px solid;
    border-color: #B6B6B6;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 4px;
}

nav>ul>li.active-menu:hover{
    border-color: #F4F4F4;
}

nav>ul>li.not-active-menu{
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 4px;
}

nav>ul>li.not-active-menu:hover{
    border-color: #F4F4F4;
}

nav>ul>li>a
{
    text-decoration: none;
    color: #666;
}

nav>ul>li:hover{
    background-color: #F4F4F4;
    color: #666;
}
nav>ul>li>a:hover{
    color: #666;
}


/* ---------- Fin-elements ------------ */

.box {display: flex;}
.box-item {align-items: stretch; min-height:270px }
.fin-ico{width: 60px;  margin: 0 auto }
.fin-ico img{width: 60px; height: auto;}
.row{margin-right:  0 !important; margin-left: 0!important}
hr{ width: 100%; display: block;}
hr.fin-dark{border-top: 1px solid #c5c7c8;}
hr.fin-light{border-top: 1px solid #f1f1f1;}
#toTop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  background:rgba(0,0,0,0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    padding: 10px 8px 8px 12px;

}
#toTop:hover{background:rgba(102,170,224,0.8);}
#toTop .fa {margin-right: 5px;}
