.custom-colors {
    background: #005384 !important;
    background-color: #005384 !important;
}

.logo-img {
    max-width: 100%;
    height: auto;
}

.login-box {
    margin: 0% auto !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fa-trash-enable {
    cursor: pointer;
}

.fa-trash-disable {
    cursor: not-allowed;
    color: #CCCCCC;
}

.rounded-corners {
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Google Chrome */
    border-radius: 10px; /* Internet Explorer 9, Opera 10.5+, dev channel releases of Google Chrome */
}

.popover{
    max-width: 100%;
}

.popover-content {
    background-color: #f39c12 !important;
    color: #ffffff !important;
}

.menu-perfil {
    width: 120px !important;
}
.linha-filtro {
    height: 12px !important;
}
.logo-login {
    text-align: center;
}
@media (max-width: 767px) {
    .label-filtro {
        display:block;
        text-align:left;
    }
    .seta-desktop {
        display: none;
    }
    .seta-mobile {
        display: block;
    }
}
@media (min-width: 768px) {
    .label-filtro {
        display:block;
        text-align:right;
    }
    .seta-desktop {
        display: block;
    }
    .seta-mobile {
        display: none;
    }
}