﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.tabela {
    font-weight: 400;
    table-layout: fixed;
    font-size: 14px;
    width: 100%;
    color: #000;
    border-collapse: separate;
    border-spacing: 0;
    background-color: white;
}

    .tabela th {
        border: 1px solid #034ea2;
        background-color: #034ea2;
        height: 40px;
        color: #fff;
        text-align: center;
    }

    .tabela tr:hover {
        background-color: #DDD;
    }

    .tabela tr th:first-child {
        border-top-left-radius: 5px;
        border-left: solid 1px #034ea2;
    }

    .tabela tr th:last-child {
        border-top-right-radius: 5px;
        border-right: solid 1px #034ea2;
    }

    .tabela tr th:first-child {
        border-bottom-left-radius: 5px;
    }

    .tabela tr th:last-child {
        border-bottom-right-radius: 5px;
    }

    /*td*/
    .tabela tr td:first-child {
        border-top-left-radius: 5px;
        border-left: solid 1px #DDD;
    }

    .tabela tr td:last-child {
        border-top-right-radius: 5px;
        border-right: solid 1px #DDD;
    }

    .tabela tr td:first-child {
        border-bottom-left-radius: 5px;
    }

    .tabela tr td:last-child {
        border-bottom-right-radius: 5px;
    }


    .tabela td {
        text-align: center;
        padding: 10px;
        border-bottom: solid 1px #DDD;
        border-top: solid 1px #DDD;
        overflow: hidden;
    }

.no-style tr:hover {
}



.page-item .page-link {
    border-radius: .25em !important;
    border: solid 1px #DDD;
    font-size: 8px;
}

.modal-footer, .modal-content, .modal-header {
    border: 0px !important;
}

.modal-content {
    border-radius: 10px;
}

.toast-group-message {
    display: flex;
    flex-direction: column;
}

.toast {
    border: none !important;
}

    .toast .success {
        background-color: green !important;
        color: white;
    }

    .toast .failure {
        background-color: red;
        color: white;
    }

    .toast .warning {
        background-color: #f3f33f;
        color: black;
    }

.toast-box-style {
    left: 75%;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
}

.tabela-pagina {
    background-color: #f9f9f9;
    border-radius: 5px;
    border: solid 2px #DDD;
    margin: 12px;
}

#confirm, #confirm-exit-modal {
    font-family: "Segoe UI",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol" !important;
    display: none;
    background-color: #fff;
    z-index: 1;
    font-weight: 500;
    position: fixed;
    border-radius: 5px;
    border: solid 1px #000;
    width: 20%;
    min-height: 10%;
    left: 45%;
    top: 45%;
    margin-left: -100px;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
}


    #confirm .message, #confirm-exit-modal .message {
        text-align: left;
        padding-bottom: 20px;
    }

.pagina {
    width: 100%;
}

.list-unstyled ul {
    display: none;
}

.list-unstyled li:hover > ul {
    display: block;
}

.box-message {
    margin: 6px 12px;
}

.input-label-style {
    color: grey;
    font-size: 10px;
}

.create-button-style {
    display: flex;
    justify-content: end;
}

.margin-right-default {
    margin-right: 12px;
}

.margin-topdown-default {
    margin-top: 12px;
    margin-bottom: 12px;
}

.margin-side-default {
    margin: 0px 12px;
}

.search-button-style {
    background-color: #034ea2;
    border-radius: 5px;
    border: 0px solid #DDD;
    height: 29px;
    margin-left: 2px;
}

.clear-filter-button-style {
    background-color: #dc3545;
    border-radius: 5px;
    border: 0px solid #DDD;
    height: 29px;
    padding: 0px 6px;
    margin-left: 2px;
}

    .clear-filter-button-style a {
        padding-top: 4px;
    }

.pagination-div-style {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

@media (max-width: 768px) {
}


@media (max-width: 768px) {
    #confirm-exit-modal, #confirm {
        width: 40%;
    }

    #sidebar {
        width: 100% !important;
        text-align: center;
        margin-left: -80px !important;
    }

    #sidebar {
        margin-right: 1%;
        background-color: #f9f9f9;
        transition: all 0.3s;
        border-right: 1px solid #c5c5c5;
    }

    .conteudo, .pagina {
        width: 100%;
    }

    .conteudo {
        display: flex;
        flex-direction: column;
    }

    .tabela-pagina {
        overflow-x: scroll;
    }

    .tabela {
        font-weight: 200;
        table-layout: fixed;
        font-size: 12px;
        margin-right: 20px;
        width: 150%;
    }

        .tabela thead tr th {
            /*display:none;*/
        }
}

.modal-body {
    word-break: break-all;
    padding: 0px;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.selection {
    width: 100% !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.nav-tabs .nav-link.active {
    border: 1px solid transparent;
    border-radius: 0px;
    margin-right: 2px;
    background-color: #034ea2;
    color: #fff;
}

.nav-tabs .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.select2-results__option[aria-selected=true] {
    display: none;
}

.select2-results__option--selected {
    display: none;
}

li.select2-results__option:empty {
    display: none;
}

.select2-results__option:disabled {
    display: none;
}


li.select2-results__option:disabled {
    display: none;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    display: none;
}

.br-button {
    --button-radius: 100em;
    --button-xsmall: 24px;
    --button-small: 32px;
    --button-medium: 40px;
    --button-large: 48px;
    --button-size: 40px;
    --focus-offset: 4px;
    align-items: center;
    background-color: #1351b4;
    border: 0;
    border-radius: 100em;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16.8px;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    padding: 0 24px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

a.br-button {
    font-weight: 600;
    text-decoration: none !important;
}

    a.br-button:not(:disabled):active {
        background-image: linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45));
    }

    a.br-button.primary, a.br-button[primary], a.br-button.is-primary {
        --interactive-rgb: 255, 255, 255;
        background-color: #1351b4;
        color: #fff;
    }

    a.br-button:not(:disabled):focus {
        outline: none;
    }

    a.br-button:not(:disabled):hover {
        background-image: linear-gradient(rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16));
    }