﻿/* 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. */
button.disabled:focus {
    outline: none;
    box-shadow: none;
}

a.disabled:focus {
    outline: none;
    box-shadow: none;
}

.cursor-desativado {
    cursor: default !important;
}

@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }

    .page-content-wrapper {
        background-color: unset;
    }
}

table.dataTable tbody td {
    vertical-align: middle;
}

.shortcut-menu-personalizado {
    position: fixed;
    right: 0.5rem;
    bottom: 4.3125rem;
    z-index: 931;
    display: flex;
    flex-direction: column;
    gap: 10px
}

    .shortcut-menu-personalizado a {
        padding: 8px;
    }

.shortcut-menu-personalizado-editar {
    position: fixed;
    right: 0.5rem;
    bottom: 6.8125rem;
    z-index: 931;
    display: flex;
    flex-direction: column;
    gap: 10px
}

    .shortcut-menu-personalizado-editar a {
        padding: 8px;
    }

.shortcut-menu-personalizado-editar2 {
    position: fixed;
    right: 0.5rem;
    bottom: 9.3125rem;
    z-index: 931;
    display: flex;
    flex-direction: column;
    gap: 10px
}

    .shortcut-menu-personalizado-editar2 a {
        padding: 8px;
    }

.aparece-com-hover {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

a:hover .aparece-com-hover {
    visibility: visible;
    position: relative;
    opacity: 1;
    padding-left: 4px;
}

.botoes-rodape {
    gap: 15px;
}

.breadcrumb > li.breadcrumb-item {
    max-width: unset !important;
}

.spinner-border{
    width: 10rem;
    height: 10rem;
    border: 0.5em solid currentColor;
}

.light-btn-border{
    border:solid 0.5px #c7c7c7;
}

.dataTables_wrapper button#btnAnoEscolar {
    background: white;
    border: 1px solid;
    height: 37px;
    color: grey;
}
    .dataTables_wrapper button#btnAnoEscolar:hover{
        background-color: white;
        border-color:grey;
        color: grey;
    }

.dataTables_wrapper button#btnEtapaEscolar {
    background: white;
    border: 1px solid;
    height: 37px;
    width: 250px;
    color: grey;    
}
    .dataTables_wrapper button#btnEtapaEscolar:hover {
        background-color: white;
        border-color: grey;
        color: grey;
    }

.dataTables_wrapper button#btnLimpar {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 5px;
    margin-top: -4px;
   
}
    .dataTables_wrapper button#btnLimpar:hover {
        border: 2px solid #000;
        background-color: black;        
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 4px;        
        cursor: pointer;
        color: white;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding-right: 5px !important ;
}

    