.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #005ca5;
    background-color: transparent;
    border-bottom: solid 3px #2196F3;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #00bcd4;
    background-color: transparent;
    border-bottom: solid 3px #00BCD4;
    font-weight: bold;
}
#back-top a {
    background-color: #03a9f4;
}
.searchbox {
    background-color: #03A9F4;
    border-bottom: solid 5px #034a82;
    border-right: solid 5px #034a82;
}
.btn-default:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}
.thumbnail:hover {
    border-color: #004479;
}
.news li {
    background-color: rgba(0, 170, 255, 0.19);
}
.news li:hover {
    background-color: rgba(0, 170, 255, 1);
}
.more {
    background-color: #005ca5;
    color: #FFF;
    border: 1px solid #ffffff;
}
.more:hover, .more:active, .more:focus, .more:active:focus, .more:active:hover {
        border: 1px solid #005ca5;
        background-color: #FFF;
    }
.searchtable tr th {
    background-color: #005ca5;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #effbfa;
}
.nbs-flexisel-nav-left {
    background: url(../images/tip_24) no-repeat;
    background-size: cover;
}

.nbs-flexisel-nav-right {
    background: url(../images/tip_25.png) no-repeat;
	background-size: cover;
}
.tittle {
    color: #005ca5;
    font-weight: bold;
}
.btn-primary {
    background-color: #005ca5;
    border-color: #e08600;
}
.modal-header {
    text-align: center;
    border: none;
    background-color: #005ca5;
    color: #FFF;
    border-radius: 5px 5px 0 0;
}
.admin h4 {
    background-color: #005ca5;
}