﻿.navbar, .AlseinTable td:nth-child(2):not([style*='background-color']), #back-to-top, .side-menu li .side-menu__item.active:before, .bg-primary {
    background: rgba(27,118,187,1);
    background: -moz-linear-gradient(top, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27,118,187,1)), color-stop(0%, rgba(27,118,187,1)), color-stop(100%, rgba(38,168,224,1)));
    background: -webkit-linear-gradient(top, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
    background: -o-linear-gradient(top, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
    background: linear-gradient(to bottom, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
    color: white;
}
