html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.field-validation-error {
    /*background-color: white;*/
    display: block;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 20px;
}

span.strikethroughinner {
    color: #ced4da;
}

span.strikethroughouter {
    color: red;
    text-decoration: line-through;
}

.separator {
    height: 2px;
    width: 100%;
    border-width: 0;
    color: darkslategrey;
    background-color: darkslategray;
}

.ttip {
    margin-left: 6px;
}

.form-floating {
    margin-bottom: 15px;
}

.main-footer {
    padding-bottom: 0px;
    padding-left: 10px;
    padding-top: 11px;
    padding-right: 10px;
    height: 5vh;
}

.main-header {
    height: 5vh;
    padding-top: 4px;
    padding-bottom: 4px;
}

.haswallpaper {
    background-image: url("../../img/Velfac_8.jpg");
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 90vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/*
.wrapper {
    overflow-y: auto;
}*/

/*.tag tag-success{
    color:
}*/

/*button{
    margin-right: 50px;
}*/

/*resolve adminlte dark mode bug for webkit browser autofill*/

    .dark-mode input:-webkit-autofill, .dark-mode input:-webkit-autofill:hover, .dark-mode input:-webkit-autofill:focus, .dark-mode textarea:-webkit-autofill, .dark-mode textarea:-webkit-autofill:hover, .dark-mode textarea:-webkit-autofill:focus, .dark-mode select:-webkit-autofill, .dark-mode select:-webkit-autofill:hover, .dark-mode select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s;
}