.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    border-top: solid 1px lightgray;
    font-size: 0.9em;
    background-color: #f0f0f0;
    margin-bottom: 0;
}

body {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 768px) {
    .kc-table-scaleable {
        font-size: 0.8em;
    }
}

.float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    box-shadow: 2px 2px 3px #202020;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.card {
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
}

#projectsDropdown {
    max-height: 21rem;
    overflow-y: auto;
}

.success:nth-child(even) {
    background-color: hsl(120, 90%, 90%);
}

.success:nth-child(odd) {
    background-color: hsl(120, 90%, 94%);
}

.error:nth-child(even) {
    background-color: hsl(0, 90%, 90%);
}

.error:nth-child(odd) {
    background-color: hsl(0, 90%, 94%);
}

.warning:nth-child(even) {
    background-color: hsl(60, 100%, 90%);
}

.warning:nth-child(odd) {
    background-color: hsl(60, 100%, 94%);
}

.info:nth-child(even) {
    background-color: hsl(0, 0%, 90%);
}

.info:nth-child(odd) {
    background-color: hsl(0, 0%, 94%);
}

table .success:hover {
    background-color: hsl(120, 90%, 86%);
}

table .error:hover {
    background-color: hsl(0, 90%, 86%);
}

table .warning:hover {
    background-color: hsl(60, 100%, 86%);
}

table .info:hover {
    background-color: hsl(0, 0%, 86%);
}

.device-active {
    background-color: rgba(0, 255, 0, 0.5);
}

.device-active:hover {
    background-color: rgba(0, 255, 0, 0.8);
}

.device-inactive {
    background-color: rgba(255, 0, 0, 0.5);
}

.device-inactive:hover {
    background-color: rgba(255, 0, 0, 0.8);
}

.dropdown-toggle {
    cursor: pointer;
}

.scale-025 {
    transform: scale(0.25);
}

.scale-050 {
    transform: scale(0.5);
}

.scale-075 {
    transform: scale(0.75);
}

.scale-100 {
    transform: scale(1);
}

.scale-125 {
    transform: scale(1.25);
}

.scale-150 {
    transform: scale(1.5);
}

.scale-175 {
    transform: scale(1.75);
}

.scale-200 {
    transform: scale(2);
}

.tableHeader {
    width: 100%;
    /* max-height: 3rem;*/
    flex: 1;
}

.tableHeader th {
    /* height: 3rem;*/
    top: 0;
}

.tableHeader table {
    width: 100% !important;
}

.tableFooter {
    width: 100%;
    /*   max-height: 3rem;*/
    flex: 1;
}

.tableFooter th {
    /*    height: 3rem;*/
    bottom: 0;
}

.tableFooter table {
    width: 100% !important;
}

.tableBody {
    width: 100% !important;
    height: 100%;
    /*min-height: 100px;*/
    overflow-y: overlay;
    overflow-x: hidden;
    flex: 1;
}

.tableBody table, tbody {
    border-top-style: hidden;
}

.tableBody table {
    width: 100% !important;
}

.bg-secondary-light {
    background-color: hsl(208, 15%, 85%);
}

.selected {
    background-color: rgb(88, 88, 255) !important;
    color: white;
}