﻿.backgroundWhite {
    background-color: white;
}

.topnav a {    
    color: #5A88B9;
    font-size: 1.1em;    
}

.topnav a:hover {
        background-color: #5A88B9 !important;
        /*color: #5A88B9;*/
        color: white !important;
    }

.nav > li > a:hover {    
    background-color: #5A88B9 !important;
    color: white;
}

@media (min-width: 1150px) {
    .container {
        width: 1200px !important;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
    background-color: rgb(225,226,227);    
    color: white;
}

.dropdown-menu > li > a {
    color: #5A88B9 !important;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;    
    color: #5A88B9;    
    text-align: center;
    padding: 5px;    
    background-color: rgb(225,226,227)
}

.navbar-dark {    
    background-color: rgb(225,226,227)
}

.trIndikatorNov {
    vertical-align: top;
    background-color: rgb(225,226,227)
}

.trIndikatorNormal {
    vertical-align: top;    
}