body {
    font-size: 14px !important;
}

.olt-table-field.buttons-field {
    width: 200px;
    text-align: center;
    vertical-align: middle;
    margin: 10px;
}
  
.olt-table-field.buttons-field a {
    margin: 0px 5px;
}

table.dataTable tbody th, table.dataTable tbody td { 
    padding: 3px 10px; 
}

.nav-border-bottom {
    border-bottom: 1px solid #777;
}

#top-button {
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
    height: 40px;
    width: 60px;
    border-radius: 20px;
}

.stat-chart {
    height: 50vh; 
    width: 100%;
    min-height: 250px;
    max-height: 500px;
}

.hv-center {
    margin: auto;
    display: block;
}

.filter-btn {
    width: 100%;
}

.mac-list-element {
    cursor: pointer;
    max-width: 115px;
}