body, html{
    background-color: rgb(205, 205, 205);
}

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-fluid {
    background-color: rgba(255, 255, 255, 0.91);
}

.alert-container {
}

.table th, .table td {
    text-align: center;
    vertical-align: middle;
}

nav.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.table-hover thead .table-primary:hover {
    background-color: #b8daff !important;
}
.table-hover thead .table-primary:hover>th {
    background-color: #b8daff !important;
}
.table-bordered thead th, .table-bordered thead td {
    border: none !important;
}

.container.h-100, .container-sm.h-100, .container-md.h-100, .container-lg.h-100, .container-xl.h-100, .container-fluid.h-100 {
    height: auto !important;
    min-height: 100% !important;
}

svg.feather {
    height: 1.3115em;
    width: 1.3115em;
}

.draggable-header
{  cursor: move;  }

#livelog>div:hover {
	background-color: rgba(255, 255, 255, 0.25);
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .alert-container {
        position: fixed;
        top: 25px;
        right: 50px;
        left: 50px;
    }
}

@media (min-width: 992px) {
    .alert-container {
        top: 50px;
        right: 150px;
        left: 150px;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1500px) {

}