﻿
body {
    overflow-y: scroll;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

html {
    height: 100%;
}

.dg-paper {
    float: left;
    margin: 15px 0;
}

.dg-fullsize {
    width: 100%;
    float: left;
}

.dg-halfsize {
    width: 50%;
}

.dg-paper-content {
    float: left;
    padding: 30px;
    width: 100%;
}

.dg-main-content {
    margin-top: 70px;
}

.df-login-h1 {
    color: #0294d0;
    font-size: 24px;
}

.df-secondary-text-color {
    color: #004863;
}

.df-reset-pw-loading-spinner {
    display: flex;
    margin: 105px auto;
    text-align: center;
    width: 100%;
    height: 100%;
}

.df-reset-pw-info {
    margin: 105px auto;
    text-align: center;
    width: 100%;
    height: 100%;
}

.dg-main-menu-entry {
    font-size: 18px;
    margin-top: 4px;
}

p > span {
    display: block;
}

input::-ms-clear {
    width: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.preview {
    height: 100px;
    vertical-align: baseline;
}

.dropzone {
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    height: 75px;
    width: 400px;
    background: #EDEDED;
    display: table-cell;
    border: 2px dashed black;
    border-radius: 10px;
    font-style: italic;
    margin: 10px;
    transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-size: 1.25em;
        font-weight: 700;
        color: black;
        padding: 5px 10px;
        background-color: #EDEDED;
        display: inline-block;
        border-radius: 5px;
        border: 1px dotted black;
        transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    }

.tooltip-trigger {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px dotted black;
    margin-left: 10px;
    cursor: pointer;
}

.inputfile + label:hover,
.dropzone:hover {
    background-color: #00A5E4;
    cursor: pointer;
    color: white;
    border-color: white;
}

.element-margin {
    margin: 20px 0 0 0;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.delete-button {
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 5px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.258824);
}

.required::after {
    color: red;
    content: " *";
}

.background-image {
    background-size: cover;
    height: 1 !important;
    background-image: url(https://webfragt.fragt.dk/Webfragt2.WebClient/Images/bg_image.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.misc-df-logo {
    width: 178px;
    background: url(https://webfragt.fragt.dk/Webfragt2.WebClient/Images/WebFragt_CSS_sprite.png);
    background-position: -279px -109px;
    display: inline-block;
    height: 52px;
}


#restante.error {
    /* margin-top: 60px; */
    white-space: pre;
}
#restante.received {
    /* margin-top: 60px; */
}

#prisblad .prisbladError {
white-space: pre;
}

.titled-box{
    margin-top: 60px;
}