@font-face { font-family: Source Sans Pro; src: url('./fonts/SourceSansPro-Regular.otf'); } 
@font-face { font-family: Source Sans Pro; font-style: italic; src: url('./fonts/SourceSansPro-It.otf');}
body.login-page {
    background-image: url(./images/desk.jpg);
    background-size: cover;
}
.login-logo a {
    color: #eee;
    text-shadow: 0 0 6px grey;
}
.login-box {
    margin-top: 12px;
    margin-bottom: 12px;
}
.spacer {
    margin-top: 15px;
    margin-bottom: 15px;
}
.spacer.spacer-big {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.form-group-tight .form-group {
    margin-bottom: 0px;
}
table .btn-group {
    display: flex;
}
.mt-3 {
    margin-top: 3px;
}
.inline-block {
    display: inline-block;
}
.kas {
    max-height: 50vh;
    overflow: auto;
}
.easysearch span.select2-selection.select2-selection--single {
    background-color: #333333;
    color: #ccc;
} 
.select2-container {
    left: 5px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #ccc;
}