
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.disableddiv {
    pointer-events: none;
    opacity: 0.4;
}

.containerscroll {
    /*overflow-x: scroll;*/
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.sticky-top {
    z-index: 100 !important;
}

.modal {
    z-index: 995 !important;
}

.modal-backdrop {
    z-index: 990 !important;
}

.fixed-bottom {
    z-index: 900 !important;
}
.mjgmargen {
    margin-bottom: 0px !important;
}

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

/*app {
    position: relative;
    display: flex;
    flex-direction: column;
}*/

.scrollDivMh70 {
    max-height: 70vh;
    overflow: auto;
}
