/* Write your custom CSS here */
tr.clickable-row {
    cursor: pointer;
}

 div #map-canvas-0 {
     height: 500px !important;
 }

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

div.document a img {
    display:block;
    margin:auto;
}

div.centeralign{
    text-align: center;
}

div.documenttypewrapper {

    margin-bottom: 5%;
    /*border: solid 1px black;*/
    padding: 5%;
}

div.documenttypewrapper form {
    margin: 5% 0% 10% 0%;
}

input.datepicker{
    width: auto;
}

tfoot input {
    width: 50%;
    padding: 3px;
    box-sizing: border-box;
}


select.ui-datepicker-month, select.ui-datepicker-year{
    color: #333 !important;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px!important;
}

.datepicker {
    padding: 0!important;
}

#heatmap {
    height: 100%;
}

#floating-panel {
    display: flex;
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
    text-align: center;
}

.slider.slider-horizontal {
    width:100%
}

#settingsPanel {
    display:none;
}