@import url(app-base.css);

nav {
    background-color: #00a4e4;
}

header {
    top: 0;
    width: 100%;
    position: fixed;
}

.login {
    padding-top: 160px;
}

.nav .sidenav .user-view .background {
    background-color: #00a4e4;
}

a {
    color: #00a4e4;
}


.tabs .tab a {
    color: #00a4e4;
}

.tabs .tab a.active, .tabs .tab a:hover {
    color: black;
}

.tabs .tab a.active {
    border-bottom: 3px solid black;
}

.collection-header {
    border-bottom: 2px solid black;
}

.card .card-content .card-title {
    color: #00a4e4;
    font-weight: bold;
}

.sidenav .user-view {
    margin-bottom: 30px;
}


.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgb(211, 243, 248);
}

.pagination li.active {
    background-color: #00a4e4;
}