a {
    color: #d60600;
}

.app-nav-item {
    color: #3c3c3c;
}
.app-active {
    background-color: #eaeaea;
}

hr {
    width:100%;
    height:1em;
    background: #fff;
    margin-top: auto;
    margin-botton: 2em;
}


.width-100 {
    width: 100%;
}

.searchContainer {
    display: inline-flex;
    flex: 1 1 300px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.searchIcon {
    padding: 0.5rem;
}

.searchBox {
    border: 0;
    padding: 0.5rem 0.5rem 0.5rem 0;
    flex: 1;
}

.searchButton {
    background: #538AC5;
    border: 0;
    color: white;
    padding: 0.5rem;
    border-radius: 0;
}

.vl {
    border-left: 6px solid #fff;
    height: 500px;
}

.footer-list {
    list-style-type:none;
    margin-left: -2.5em;
}

.nav-expandable:focus {
    background-color: #eaeaea; !important;
}

@media screen and (max-width: 480px) {
    #img-welcome {
        width:100%;
    }
}
