.dropdown-item {
    cursor: default !important;
}

.modal-body label {
    margin-bottom: auto !important;
}

body .container {
    max-width: 100%;
    min-height: -webkit-fill-available;
    margin: 0 !important;
    padding: 0 !important;
    /*overflow-x: scroll !important;*/
    /*overflow-x: scroll !important;
    overflow-y: scroll !important;*/
}

html {
    min-height: 100%;
    overflow: hidden;
    /*overflow-x: scroll !important;*/
    /*overflow-x: scroll !important;
    overflow-y: scroll !important;*/
}

body {
    min-height: -webkit-fill-available;
    /*overflow-x: scroll !important;*/
    /*overflow-x: scroll !important;
    overflow-y: scroll !important;*/
}

#areadesenho {
    /*min-height: -webkit-fill-available;
    overflow : auto !important;*/
    /*height: 100%;*/
    /*background-color: red;*/
    overflow-x: scroll !important;
    overflow-y: scroll !important;
}

svg {
    overflow: auto !important;
    /*overflow-x: scroll !important;*/
    min-height: -webkit-fill-available;
    /*overflow-x: scroll !important;
    overflow-y: scroll !important;*/
}

#lLabelNo {
    margin-right: 10px;
    color: #FFFFFF;
    /*font-weight: bold;*/
}

#btnMostrarNivel {
    width: 180px;
}

/*desativa a seleção do texto svg*/
svg text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

/*esconde o menu suspenso*/
.menuNo {
    display: none;
}

/*formatacao tooltip nó*/
/*#tooltip {
    background: #000000;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    color: #FFFFFF;
    opacity: 0.9;
}*/