html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 5rem;
    min-height: 100%;
}

/*.navbar-custom.bg-light {
    background-color: #17a2b8 !important;
}

.bg-light {
    background-color: #17a2b8 !important;
}*/

.brand {
    color: white !important;
}

.hidden {
    display: none !important;
}

.settings-icon {
    height: 16px;
    margin-right: 5px;
}

.footer {
    position: absolute;
    width: 100%;
    height: 60px;
    right: 0;
    bottom: 0px;
    left: 0;
    background-color: #f5f5f5;
}

.logo_pozhinatel {
    width: 140px;
    margin-top: 8px;
}

.logo_smart_house {
    width: 200px;
    margin-top: 10px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/*.tabulator .tabulator-tableholder .tabulator-table
tabulator-row .tabulator-cell {
    overflow: unset;
}*/
.tabulator .tabulator-tableholder {
    overflow: unset;
}

/*.tabulator-row .tabulator-cell {
    overflow: unset;
}*/
    /*@media (min-width: 445px) {
    .footer-text {
        margin-top: 20px;
    }
}*/
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
