.brand-link {
    /*filter: invert(1);*/
    padding: 0 !important;
}

.brand-image {
    margin: 0 !important;
    background-color: #f4f6f9;
    height: 57px !important;
    width: 250px !important;
    max-height: 57px !important;
    max-width: 250px !important;
}

.login-logo img {
    max-height: 90px;
    max-width: 360px;
}

.login-page, .register-page {
    /* TODO: Need fix for height on landscape iPhone screen. */
    height: 70vh;
}

.layout-footer-fixed .wrapper .content-wrapper {
    padding-bottom: calc(2rem + 1px);
}

.content {
    padding: 0 !important;
}

.main-footer {
    padding: 0.25rem 1rem 0.5rem 1rem;
}

#modal-danger {
    z-index: 2048 !important;
}

#modal-danger div.modal-body > pre {
    padding: 0;
    color: white;
}

.nav-link img {
	float: left;
	margin-top: -0.4rem;
    margin-right: 0.4rem;
	max-width: 33px;
	max-height: 33px;
}

/* Делаем отображение единиц измерения в полях ввода размером поменьше */
.input-group-text-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.125rem 0.5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.nav-sidebar > .nav-item .nav-icon {
    margin-left: 0;
    margin-right: 0;
}

#navbar-buttons > button {
    margin-right: .5rem !important;
}

#navbar-buttons-right > button {
    margin-left: .5rem !important;
}

.tab-content {
    height: calc(100vh - 152px) !important;
}

.tab-pane, .tab-pane > .card {
    height: 100%;
}

.tab-pane > .card {
    overflow-y: auto;
}

.card-body {
    padding: .25rem;
}

.login-card-body {
    padding: 20px;
}
