.flash {
    padding: 10px;
    margin-bottom: 5px;
}
.flash-info {
    background-color: gray;
    color: white;
}
.flash-fullscreen{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flash-danger {
    color: #fff;
    background-color: #f44336;
}

.flash-success {
    color: #fff;
    background-color: #35d309;
}

.flash-success {
    color: #000000;
    background-color: #eeb507;
}

.viewoutput {
    border: solid 1px gray;
    border-radius: 28px;
    padding: 10px 24px;
    min-height:48px;
}

input.form-checkbox {
    width: auto;
    margin-right: 10px;
}

.db-pagination {
    text-align: center;
}
.db-user-profile-image {
    border: solid 2px gray;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    vertical-align: middle;
}
.db-username {

}

.db-topmenu-links a {
    margin-left: 15px;
}

.db-tinymce {
    height: 500px;
}

.form-group {
    padding-top: 20px;
}

.clickButton{
    width: 150px;
    background-color: lightgrey;
    cursor: pointer;
    border-radius: 15px;
    border: 2px solid lightgrey;
    padding: 10px;
}

.clickButton:not(.inactive):hover{
    border-color: #1F2434;
}

.developInfo {
    z-index: 9999;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;padding: 5px;background-color: rgba(200,200,200,0.9);font-size: 0.8em;
}

.niveauBlock{
    margin-top: 20px;
}