﻿
@font-face {
    font-family: 'Titillium22L-Bold';
    src: url(/fonts/TitilliumWeb-Bold.ttf);
}

@font-face {
    font-family: 'Titillium22L-Light';
    src: url(/fonts/TitilliumWeb-Light.ttf);
}

@font-face {
    font-family: 'Titillium22L-Regular';
    src: url(/fonts/TitilliumWeb-Regular.ttf);
}

.bold {
    font-family: 'Titillium22L-Bold' !important;
}

.regular {
    font-family: 'Titillium22L-Regular' !important;
}

.light {
    font-family: 'Titillium22L-Light' !important;
}

.font-weight-light {
    font-family: Titillium22L-Light;
}

body {
    padding-bottom: 20px;
    background-color: #e7e8e9;
    font-family: Titillium22L-Light;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    background-color: #e6e8e9;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

#logout {
    margin-right: 10px;
}

.clear {
    clear: both;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/Images/andet/dropdown-arrow.png) white no-repeat 98.5% !important;
    background: url(/Images/andet/dropdown-arrow.png) white no-repeat calc(100% - 10px) !important;
}

/* Dawa autocompletion */
.autocomplete-container {
    /* relative position for at de absolut positionerede forslag får korrekt placering.*/
    position: relative;
    width: 100%;
    max-width: 30em;
}

    .autocomplete-container input {
        /* Både input og forslag får samme bredde som omkringliggende DIV */
        width: 100%;
        box-sizing: border-box;
    }

..autocomplete-container {
    /* relative position for at de absolut positionerede forslag får korrekt placering.*/
    position: relative;
    width: 100%;
    max-width: 30em;
}

.autocomplete-container input {
    /* Både input og forslag får samme bredde som omkringliggende DIV */
    width: 100%;
    box-sizing: border-box;
}

.dawa-autocomplete-suggestions {
    margin-top: 30px;
    padding: 0;
    text-align: left;
    border-radius: 0.3125em;
    background: #fcfcfc;
    box-shadow: 0 0.0625em 0.15625em rgba(0,0,0,.15);
    position: absolute;
    left: 150px;
    right: 0;
    width: 500px;
    z-index: 9999;
    overflow-y: hidden;
    box-sizing: border-box;
}

    .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
        margin: 0;
        list-style: none;
        font-size: 15px;
        cursor: pointer;
        padding: 10px;
        color: #333;
        border: none;
        border-bottom-width: 0;
    }

        .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
            border-top-left-radius: inherit;
            border-top-right-radius: inherit;
        }

        .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
            border-bottom-left-radius: inherit;
            border-bottom-right-radius: inherit;
            border-bottom-width: 0.0625em;
        }

        .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
        .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
            background: #f0f0f0;
        }

.error {
    color: red;
    border-color: red;
}

.red {
    color: red;
}

#show_loading_screen {
    position: fixed;
    padding: 0;
    z-index: 5;
    background: rgba(200,200,200,0.75);
    height: 100%;
}

#loading-img {
    margin: 0px auto;
    position: fixed;
    background: rgba(200,200,200,0.75);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.p10 {
    padding: 10px !important;
}

.p20 {
    padding: 20px !important;
}

.p35 {
    padding: 35px !important;
}


.h-85 {
    height: 85px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m20 {
    margin: 20px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-40 {
    margin-left: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-20 {
    font-size: 20px;
}
