﻿.modal-tamanho-grande {
    max-width: 900px;
    width: 100% !important;
    top: 0px !important;
    margin-top: 0px !important;
}

.card-views {
    width: 100%
}

.card-view-value {
    width: 100%
}

    .card-view-value .dropdown {
        text-align: right
    }

.modal-content {
    border: 1px solid black !important;
    padding: 0px;
}

.modal-body {
    padding: 5px;
    top: 0px;
}

.modal-header {
    display:flex;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: linear-gradient(to bottom, #41a8fd 5%, rgba(80, 179, 254, 0.89) 100%);
    background-color: rgba(80, 179, 254, 0.89);
    border-bottom: 1px solid black;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #1570cd;
    align-items: center !important;
    align-content: center !important;
    text-align: center !important;
}

.modal-title {
    text-align: center !important;
}

.close, .btn-close {
    color: black !important;
    font-weight: bold;
}

.modal-footer {
    border-top: 1px solid black;
    padding: 1px;
    margin: 5px;
    padding-top: 3px;
}

.modal-footer .btn {
    margin: 1px;
}