.cards {
    max-width: 1400px;
    margin: 0 auto;
}

.card-body {
    padding: 1rem 1.25rem !important;
}

.card-container {
    padding: 0 0.5rem;
}

.cards-container {
    padding: 1rem;
}

.card-ip {
    color: gray;
    font-weight: bold;
    font-size: 1rem;
}

.card-cfid {
    color: gray;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.card-header {
    margin-bottom: 0.25rem;
    font-weight: bold;
    font-size: 1.25rem;
}

.card-page {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, max-content));
    justify-content: center;
    text-align: center;
}

.card-update, .card-version, .card-agent {
    color: rgb(150,150,150);
    font-size: 12px;
    margin-bottom: 0;
}

.carousel-indicators {
    bottom: auto !important;
    margin-top: 15px;
}

.carousel-indicators li{
    height: 10px !important;
    width: 40px !important;
    background-color: rgb(225,225,225) !important;
}

.carousel-indicators li.active {
    background-color: rgb(150,150,150) !important;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: 0 0.5rem 0.25rem 0.5rem;
}

.icon {
    flex: 0 0 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.25rem 0;
}

.icon p {
    font-size: 12px;
    margin-bottom: 0;
}

.icons {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.icon-row {
    display: flex;
    flex-direction: row;
}

#select-view, #select-view:focus, #select-view:active {
    border: none;
    box-shadow: none;
    margin-top:1rem;
    border-radius: 5px;
}

#select-view:hover {
    cursor: pointer;
    background-color: rgb(240,240,240);
}

#table th {
    vertical-align: middle;
}

.table-div {
    margin: 0 1rem 2rem 1rem;
}

#table_filter input, .dataTables_length select {
    border-radius: 25px;
}

.value {
    display: none;
}

.view-controls {
    display: flex;
    justify-content: center;
}
