body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
    padding-top: 10px !important;
}

td.details-control {
    background: url('../img/keyboard_arrow_down24px.svg') no-repeat center center;
    cursor: pointer;
    background-size: 20px;
}

tr.shown td.details-control {
    background: url('../img/keyboard_arrow_up24px.svg') no-repeat center center;
    background-size: 20px;
}

#Downloads {
    max-height: 200px;
    overflow: auto;
    max-width: 270px;
}

table.dataTable thead th, table.dataTable tfoot th {
    vertical-align: middle;
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    font-size: 0.8rem;
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 0;
}

main {
    margin: 1rem !important;
}

@media screen and (max-width: 800px) {
    main {
        margin: 0 !important;
    }
}

@media screen and (max-width: 800px) {
    #dropDownEnderecos {
        max-height: 500px;
        overflow-y: auto;
    }
}

@media screen and (min-width: 800px) {
    #dropDownEnderecos {
        max-height: 800px;
        overflow-y: auto;
        width: 15rem;
    }
}

.intro-2 {
    -webkit-background-size: cover;
    background-size: cover
}

div.dataTables_wrapper div.dataTables_length.d-flex.flex-row label {
    margin-top: 0;
}

.btn-circle.btn-sm {
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 15px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    cursor: auto !important;
}

.popover{
    max-width: 420px !important;
}

.side-nav .collapsible-body a {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

table, table td {
    border-collapse: collapse;
}
td .day, td .day-content{
    border-collapse: separate !important;;
}

.side-nav a{
    height: auto;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #007bff;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #F1F1F1;
    left: 1.5rem;
}

@media (max-width: 767px) {
    h6 {
        font-size: 0.9rem !important;
    }
}

/*
* Pointer para os graficos
*/
g[role="menuitem"],g[role="listitem"] {
    cursor: pointer;
}


/*
* Configuração da página de impressão
*/
body.dt-print-view {
    background: #FFF;
    display: inherit;
}

body.dt-print-view h1 {
    font-size: medium;
}