﻿.headerContainer {
    background-color: #0061a5 !important; /*#008665   #0291ba  5ab9ea*/
    color: white;
}
.headerMenuContainer {
    background: #0c6bae -webkit-linear-gradient(0,#0061a5 0%,#01fdfd 15%,#01fdfd 85%,#0061a5 100%) no-repeat center bottom / 100% 1px;
    background: #0061a5 -moz-linear-gradient(0,#0061a5 0%,#01fdfd 15%,#01fdfd 85%,#0061a5 100%) no-repeat center bottom / 100% 1px;
    background: #116dae -ms-linear-gradient(0,#0061a5 0%,#01fdfd 15%,#01fdfd 85%,#0061a5 100%) no-repeat center bottom / 100% 1px;
    /* background: #0061a5 linear-gradient(90deg,#0061a5 0%,#01fdfd 15%,#01fdfd 85%,#0061a5 100%) no-repeat center bottom / 100% 1px; */
    /*background-color: #013571 !important;*/
    color: white;
}
.verticalMenuContainer li h6:hover {
    color: #0061a5;
}

.postBox .titleHeader {
    color: #fff;
    text-shadow: 0.5px 0.866px 0px rgba(15, 98, 152, 0.004);
    border-top: 3px solid #01fdfd;
    background: #0061a5 -webkit-linear-gradient(0,#0061a5 0%,#01fdfd 15%,#01fdfd 85%,#0061a5 100%) no-repeat center bottom / 100% 1px;
    background: #0061a5 -moz-linear-gradient(0,#0061a5 0%,#01fdfd 15%,#01fdfd 85%,#0061a5 100%) no-repeat center bottom / 100% 1px;
    background: #0061a5 -ms-linear-gradient(0,#0061a5 0%,#01fdfd 15%,#01fdfd 85%,#0061a5 100%) no-repeat center bottom / 100% 1px;
    /*background: -moz-linear-gradient(top, #5ab9ea 0%, #5a96ea 100%);
        background: -webkit-linear-gradient(top, #5ab9ea 0%, #5a96ea 100%);
        background: -ms-linear-gradient(top, #5ab9ea 0%, #5a96ea 100%);
        background: linear-gradient(to bottom, #3899b5 0%, #027cba 100%);*/
}

.IntraFooter {
    background: #076caa;
    background-image: url(../images/footerPattern2.png);
    background-attachment: fixed;
}


#onlineSupportButton {
    background-color: rgba(2, 145, 186, 0.83);
    color: white;
    border: 2px solid #013571;
}

#goTopButton {
    background-color: rgba(2, 145, 186, 0.83);
    color: white;
    border: 2px solid #013571;
}

.newsTabContiner ul li {
    border: 1px solid rgba(132, 178, 235, 0.60);
    background-color: rgba(132, 206, 235, 0.30);
}

    .newsTabContiner ul li:hover {
        background-color: rgba(132, 206, 235, 0.82);
    }
.nav-tabs.nav-justified > li {
    background-color: rgba(132, 206, 235, 0.79);
    border: 1px solid #0291ba;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #0291ba;
    /*background-color: #428bca;*/
}
.postBox .titleHeader:after {
    border-top: 4px solid #01fdfd; /*#013571;*/
}
.postBox .content {
    border: 1px solid #43a190;
    background: rgba(251, 251, 251, 0.42);
}

#siteFacil > div div {
    background: #4296ce;
}