.card {
    background-color: rgba(229, 228, 255, 0.2);
}

.md-form label {
    color: #ffffff;
}

h6 {
    line-height: 1.7;
}

.card {
    margin-top: 10px;
    /*margin-bottom: -45px;*/

}

.filtrable[value="-1"] {
    display: none !important;
}

.modal:not(.hasBackdrop) {
    background-color: white;
}

.modal.hasBackdrop .modal-dialog{
    max-width: 100% !important;
    margin: 0 !important;
}

.modal-content {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.modal button {
    font-size: 1.2rem;
    text-shadow: none;
    opacity: 1;
    background-color: transparent;
    border: none;
    font-weight: 700;
}

.fa-angle-left {
    font-size: 22px !important;
}

.modal-dialog .modal-content.transparent {
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    --mdb-modal-box-shadow: none !important;;
    border: 0 !important;

}
.headerNavigationContainer{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgb(121,145,225);
    background: linear-gradient(90deg, rgba(121,145,225,1) 0%, rgba(35,59,136,1) 100%);
    padding: 5px;
}
.headerNavigationContainer button{
    background-color: transparent;
    border: none;
    color: white;
    width: 100%;
    text-align: right;
}
