

#table-container{
    position: -webkit-sticky;
    position: fixed;
    top:100%;
    height : 45%;
    overflow-y:auto;
    font-size: 0.8em;
    border: 0.5px solid #333;
    background-color: #fff;
    width:100%;
    z-index: 51;
}

#table-container::-webkit-scrollbar {
    display: none;
}

.print{
    display: none;
}

.filters{
    display: none !important;
    margin-bottom: 0px;
}


.dc-legend > g > text{
    font-size: 0.8em;
}


.municipio-input{
    margin-top: 15px;
}

.page-content{
    margin-top: 50px;
    padding: 0 100px;
    font-family:'Poppins', sans-serif
}

.phone{
    top: -2px;
}

.header{
    margin: 0;
    padding: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid black;
}


.contact-number, .contact-email {
    color: #6377ee;
}

.logo > svg {
    height: 48px;
}

.indicators, .combobox{
    margin: 20px 20px 90px 20px;
}

.combobox{
    margin-bottom: 60px;
}

.reset-btn{
    padding: 0 5px;
}

.chart-row{
    margin-bottom:  75px;
}


.dc-chart g.row text {
    fill: black;
}

.dc-data-count {
    margin-right: 10px;
    text-align: end;
}


#open-table-button{
    position:fixed;
    top:100%;
    left:50%;
    transform: translate(-50%,-90%);
    z-index:50;
    font-size: 40px;
    padding: 0 3px;
    color: #333;
    cursor:pointer;
}

#open-table-button,#table-container {
    transition: top 1s ease linear;
}

.dc-table-row{
    background-color: #fff;
}

thead{
    background-color: #333;
    color: white;
}

.table th{
    border-top:none;
}

.my-dropdown-menu{
    display: none;
    height: 0;
    transition: height 0.2s ease;
}

.list-group-item{
    transition: height 0.2s ease;
}

.bi-caret-right-fill{
    cursor: pointer;
}

.my-dropdown-list{
    list-style: none;
}

.my-dropdown-list-item{
    padding: 2px 0;
    background-color: white;
}


.my-dropdown-list-item-link{
    padding: 3px 5px;
    color: black;
}


.my-dropdown-list-item-link:hover{
    color: black;
    background-color: #ccc;
}

.odd > td:nth-child(5), .even > td:nth-child(5),
.odd > td:nth-child(6), .even > td:nth-child(6),
.odd > td:nth-child(7), .even > td:nth-child(7){
    text-align: right;
}

.mobile-view-error{
    display: none;
}

.chart{
    margin-bottom: 75px;
}

#select_bizmonitor > .dc-select-menu{
    padding:5.5px;
}

.dc-select-menu{
    width:100%;
    border-bottom: 1px solid #ccc;
}
.dc-text-filter-input{
    padding:3px;
    width:100%;
    border-bottom: 1px solid #ccc;
}

.text-filter-row{
    margin-bottom: 45px;
}

.report{
    padding-top: 26px;
}

.barLabel{
    font-size: 0.5em;
}

#DataTables_Table_1_filter{
    display: none;
}


@media print {

    .page-content{
        margin-top: 180px;
    }

    .text-filter-row{
        display: none !important;
    }

    .filters{
        display: flex !important;
        margin-bottom: 50px;
    }

    .print{
        display: flex;
    }

    .noprint{
        display: none;
    }

    .chart{
        margin-bottom: 75px;
    }

    .chart-row{
        margin-bottom: 0;
    }

    #DataTables_Table_1_filter{
        display: none;
    }

}
