html {
    font-size: 14px;
}

#app-title {
    font-weight: bold;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#login-form, #forgot-form {
    width: 400px;
}
#reports-form {
    width: 500px;
}

.navbar-username {
    max-width: 450px;
    max-height: 40px;
    overflow: hidden;
}

.container-small {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}


.btn-navbar {
    width: 100px;
}

.btn-form {
    width: 150px;
}

.alert {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

th.column-button, td.column-button {
    width: 40px;
}

.label-nowrap {
    white-space: nowrap;
}

.hrdivider {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

    .hrdivider span {
        position: absolute;
        top: -11px;
        background: #fff;
        font-weight: bold;
        padding: 0 20px;
        transform: translate(-50%, 0);
        font-size: inherit;
    }

.column-nib {
    width: 50px;
}
.column-mo {
    width: 80px;
}
.column-img {
    width: 30px;
}
.column-date {
    width: 80px;
}
.column-doc {
    width: 120px;
}
.column-snils {
    width: 130px;
}
.column-num {
    width: 30px;
}
.column-gender {
    width: 40px;
}

/* cell center text */
td.column-gender, td.column-num {
    text-align: center;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}