﻿.hoverParaCard:hover {
    -webkit-box-shadow: -1px 9px 40px -12px;
    background-color: #f7f7f7;
}

.modal-dialog-right-side {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 100%;
    min-height: 100%;
    margin: 0 !important;
}

    .modal-dialog-right-side .modal-content {
        border-width: 0;
        border-radius: 0;
    }

.logo {
    max-width: 100px;
    max-height: 30px;
    width: auto;
    height: auto;
}

.imagemInativa {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.btn-primary {
    background-color: #535EEB !important;
    border-color: #535EEB !important;
}

.text-primary {
    color: #535EEB !important;
}

.bg-primary {
    color: #535EEB !important;
}

.badge-primary {
    background-color: #535EEB !important;
}

.btn-secondary {
    background-color: #00218A !important;
    border-color: #00218A !important;
}

.text-secondary {
    color: #00218A !important;
}

.bg-secondary {
    color: #00218A !important;
}

.badge-secondary {
    background-color: #00218A !important;
}


.bg-dark {
    background-color: #2F3338 !important;
}

.modal-header {
    background-color: #00218A !important;
}

.link-primary {
    color: #535EEB !important;
}

table.sortable thead {
    cursor: pointer;
}