/** CURSORES **/
.cursor-alias {cursor: alias;}
.cursor-all-scroll {cursor: all-scroll;}
.cursor-auto {cursor: auto;}
.cursor-cell {cursor: cell;}
.cursor-context-menu {cursor: context-menu;}
.cursor-col-resize {cursor: col-resize;}
.cursor-copy {cursor: copy;}
.cursor-crosshair {cursor: crosshair;}
.cursor-default {cursor: default;}
.cursor-e-resize {cursor: e-resize;}
.cursor-ew-resize {cursor: ew-resize;}
.cursor-grab {cursor: grab;}
.cursor-grabbing {cursor: grabbing;}
.cursor-help {cursor: help;}
.cursor-move {cursor: move;}
.cursor-n-resize {cursor: n-resize;}
.cursor-ne-resize {cursor: ne-resize;}
.cursor-nesw-resize {cursor: nesw-resize;}
.cursor-ns-resize {cursor: ns-resize;}
.cursor-nw-resize {cursor: nw-resize;}
.cursor-nwse-resize {cursor: nwse-resize;}
.cursor-no-drop {cursor: no-drop;}
.cursor-none {cursor: none;}
.cursor-not-allowed {cursor: not-allowed;}
.cursor-pointer {cursor: pointer;}
.cursor-progress {cursor: progress;}
.cursor-row-resize {cursor: row-resize;}
.cursor-s-resize {cursor: s-resize;}
.cursor-se-resize {cursor: se-resize;}
.cursor-sw-resize {cursor: sw-resize;}
.cursor-text {cursor: text;}
.cursor-w-resize {cursor: w-resize;}
.cursor-wait {cursor: wait;}
.cursor-zoom-in {cursor: zoom-in;}
.cursor-zoom-out {cursor: zoom-out;}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn, select[disabled]
{

    pointer-events: visible;

}

.note-editor .note-toolbar
{

    background: #fff !important;

}

.label-github {
    background-color: #848484;
}

.botaoAdicionaSelect {
    height: 33px;
    margin-top: 23px;
}

.datepicker-orient-bottom:before,
.datepicker-orient-bottom:after {
    display: none !important;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .closed:hover:not(.open),
.treeview-animated .treeview-animated-list .treeview-animated-element:hover {
    background-color: #ddeaff;
}

tr, td {
    vertical-align: middle !important;
}

.listaArquivo img {
    width: 100vw;
    height: 100vw;
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
}

.acaoManual {
    padding-left: 1em !important;
}

.treeview-animated-items a {
    color: #323232 !important;
    text-transform: uppercase;
    font-weight: 400;
}

.nav-pills_projeto > li.active > a,
.nav-pills_projeto > li.active > a:hover,
.nav-pills_projeto > li.active > a:focus {
    background-color: #01026e;
}

.inbox-widget { height: auto !important;}
.inbox-widget .inbox-item .inbox-item-img.text-center { float: unset !important; width: unset !important;}

/* The Modal (background) */
.modal--foto-produto {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 2%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content--foto-produto {
    margin: auto;
    display: block;
    width: 42% !important;
    /*max-width: 700px;*/
}

/* Add Animation */
.modal-content--foto-produto {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close--foto-produto {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close--foto-produto:hover,
.close--foto-produto:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content--foto-produto {
        width: 100%;
    }
}

.sub-menu {
    overflow-y: auto;
    max-height: 70vh;
}

 .itemRodape {
     color: black;
     border: 2px solid #000;
     background-color: #efefef;
     padding: 0.2em;
 }

.swal2-styled.swal2-cancel{
    border-radius: 0 !important;
}

.sem-borda-lateral{
    border-right: none !important;
    border-left: none !important;
}

.sem-borda-baixo{
    border-bottom: none !important;
}

#formulario label:has(+ input),
#formulario label:has(+ .select2){
    pointer-events:none;
}
