/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
html, body {
    max-width: 100%;
    overflow-x: visible;
}

.cadastroForm{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 494px;
}

.btn-secondary {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #dee2e6;
    width: 15rem;
}
.filtros{
    width: 100%;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.5rem 0.75rem;
    font-size: 1.2rem;
}
#logo-webdanca{
    max-height: 2.5rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}
.list-group-item-action {
    width: 100%;
    color: #000000;
    text-align: inherit;
}


