@media (min-width: 576px) {
    .modal-dialog.modal-650 {
        max-width: 650px !important;
        margin: 1.75rem auto;
    }
}

.modal-dialog.full-screen
{
    max-width: 90%;
    height: 90%;
    background-color: #fff;
}

.modal-dialog.full-screen .modal-content
{
    max-width: 100%;
    height: 100%;
}

.modal-dialog.full-screen .modal-body
{
    max-width: 100%;
    height: 100%;
}

/** Tirando o "outline" do foco do bot�o */
.btn:focus
{
  outline: none;
}

.dropdown-menu, .btn {
    font-size: var(--ez-font-size);
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.btn-default:not(.btn-primary) {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.datepicker table tr td, .datepicker table tr th {
    border-radius: 0 !important;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #036663 !important;
}

.btn-secondary {
    color: #5A5A5A;
    background-color: unset;
    border: 1px solid #D0D0D0;
}

.rounded {
    border-radius: .55rem !important;
}