body {
    font-family: 'Montserrat', sans-serif;
    background-color: #F8F9FD;
}

.enkonta-input-file::-webkit-file-upload-button {
    display: none;
}

.enkonta-input-file::before {
    content: 'Selecione Ficheiro';
    display: inline-block;
    background: #F7AE1E;
    border: 1px solid #F7AE1E;
    border-radius: 25px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: white;
    font-size: 10pt;
    margin-right: 20px;
}
.enkonta-input-file:hover::before {
    border-color: black;
}
.enkonta-input-file:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.active a {
    color: #F7AE1E !important;
}

.nav-link {
    color: #FFFFFF !important;
    cursor: pointer;
}

.top-navbar {
    position: absolute;
    width: 100vw;
    padding-left: 60px;
    padding-right: 60px;
}

.top-footer {
    background-color: white;
}

.top-footer-title {
    font-weight: bold;
    font-size: 28px;
    color: white;
}

.top-footer-sub-title {
    color: white;
}

.top-footer-button {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-item {
    font-weight: 500;
    font-size: 18px;
    color: #373737;
    cursor: default;
}

.footer-item-hover:hover {
    color: #F7AE1E;
    cursor: pointer;
}

.footer-img {
    position: relative;
    left: -8px;
}

.footer-bottom {
    position: absolute;
    bottom: 0;
}

.footer-bottom a {
    color: black;
}

.footer-bottom a:hover {
    color: #F7AE1E;
}

.newFleetCard {
    border: solid whitesmoke 1px;
    padding: 16px;
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #010958;
}

input:hover {
    cursor: pointer;
}

select:hover {
    cursor: pointer;
}

.nav-link:hover {
    color: #F7AE1E !important;
}

@media only screen and (max-width: 450px) {
    .clear-filters {
        position: relative;
        top: 20px;
    }
}
