body:not(.menu-on-top).desktop-detected
{
    min-height: 0!important;
}

/*.btn-header>:first-child>a {*/
    /*padding: 5px!important;*/
/*}*/

/*
 * Hack for row
 */
.row {
    margin-right: 0!important;
}

/*
 * Icon in breadcrumb
 */
.btn.btn-ribbon>i {
    padding: 0 0 3px 0;
}

.fa {
    display: inline-flex;
    vertical-align: middle;
}

#filter > input {
    width:100px;
    height:30px;
    color:#555;
    padding:6px 12px;
    border:1px solid #ccc;
    border-radius:4px;
}

#filter > button {
    width:30px;
    height:30px;
    color:#555;
    border:1px solid #ccc;
    border-radius:4px;
    padding:2px 5px!important;
    margin-top: -4px!important;
}

.form-date {
    min-width: 260px;
}

#lineLegend {
    margin: 10px 0 -10px 0!important;
    float: right;
}

.has-graph {
    width: 100%;
    height: 90%;
}

.graph-title {
}

.btn + .btn {
    margin-right: 15px;
}

.advanced-search {
    margin-top: 10px;
    background-color: #D3D3D3;
    padding: 1px 10px 15px 10px;
    margin-left: 13px;
    margin-right: 13px;
    border-radius: 5px;
    z-index: 0;
}

.advanced-search input {
    width: 100%;
}

.advanced-search  h5 {
    margin-left: 12px;
}

.advanced-search > .row:not(:first-child) {
    margin-top: 5px;
}

.active,
.active span,
.open span {
    color: #fff !important;
    font-weight: 900;
}

.btn-export-agenda-sumup {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.totalizador-rodape {
    font-size: 16px;
 }

span.select2-hidden-accessible {
    display:none;
}

div#change_group {
    margin-top: 8px;
}

.footer-modal-alert {
    display: flex;
    justify-content: space-between;
    align-items: space-between;
}