
        svg#svg1 {
            position: relative;
            left: 0;
            width: 236px;
            height: 37px;        
        }
        .btn-toolbar .page-item .page-link {
            padding: 3px;
            border: none;
        }
        .btn-toolbar .page-item:not(.active) .page-link {
            background-color: transparent;
        }
        .card-columns {
            column-count: 1;
        }
        .nav.container .nav-item:first-child {
            width: 100vw;
        }
        @media screen and (min-width: 768px) {
            .card-columns {
                column-count: 3;
                column-gap: 0.25rem;
            }
            .nav.container .nav-item:first-child {
                width: auto;
            }
        }
        @media screen and (min-width: 991px) {
            .card-columns {
                column-count: 5;
                column-gap: 0.25rem;
            }
            .nav.container .nav-item:first-child {
                width: 21vw;
            }
        }
        nav .page-link {
            color: #46657E;
            text-decoration: none;
            background-color: transparent;
        }
        nav .active .page-link {
            background-color: #46657E !important;
            border-color: #46657E !important;
            color: #ffffff !important;
            z-index: 2 !important; 
        }
        .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            color: #fff;
            background-color: #46657E;
        }
        .nav-pills .nav-link {
            color: #46657E;
            border: solid 1px #46657E;
            background-color: #ffffff;
            padding: 0 0.55rem;
        }
        .dropdown-menu {
            background-color: #f1f1f1;
        }
        @media screen and (min-width: 576px) {
            .modal-xl {
                max-width: 500px !important;
            }
        }
        @media screen and (min-width: 992px) {
            .modal-xl {
                max-width: 800px !important;
            }
        }
        @media screen and (min-width: 1200px) {
            .modal-xl {
                max-width: 1140px !important;
            }
        }
        .table thead th {
            border: 0;
        }
        .nav.container {
            border-bottom: solid 3px #15BEF0;
            background: linear-gradient(to bottom,#fff 0,#fbfbfb 50%,#f7f7f7 100%);
            border-right: 1px solid #d9d9d9;
            border-left: 1px solid #d9d9d9;
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
        }
        footer.container {
            border-right: 1px solid #d9d9d9;
            border-left: 1px solid #d9d9d9;
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
        }
        .nav.container + .container {
            border-right: 1px solid #d9d9d9;
            border-left: 1px solid #d9d9d9;
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
        }
        .nav.container .nav-link:hover {
            text-decoration: underline;
        }
        select.form-control[multiple] {
            background: none;
        }