:root {
    --primary-color: #fff;
    --text-color: #333;
}

html,
body {
    height: 100%;
	font-size: 16px;
}

a{text-decoration: none!important;}

.password {
    -webkit-text-security: square;
    text-security: square;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.sortable {
	cursor: pointer;
}
.sort-asc:after {
    content: "\25B2";
	margin-left: 5px;
}
.sort-desc:after {
    content: "\25BC";
	margin-left: 5px;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.overlay-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-signin {
    max-width: 600px;
    padding: 1rem;
}

.separator {
	display: flex;
	align-items: center;
}
.separator .line {
	height: 1px;
	flex: 1;
}