/* Styles vedr. loginside*/
#PageFrame {
    width: 100%;
    height: 100vh;
}

#LeftFrame {
    width: 60%;
    height: 100vh;
    float: left;
    display: block;
    position: relative;
    background-image: url("../img/Login4.gif");
    background-size: cover;
}

#RightFrame {
    width: 40%;
    background-color: white;
    height: 100vh;
    float: left;
    display: block;
    position: relative;
}

.LogincloseButton {
    position: absolute;
    top: -5px;
    right: -3px;
    font-size: 2em;
    padding: 10px;
    cursor: pointer;
    color: black;
    z-index: 10000;
}

    .LogincloseButton a {
        color: black;
        text-decoration: none;
    }

.LoginOverskrift {
    font-family: Arial,'Franklin Gothic Book';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    padding-top: 100px;
    color: black;
    text-align: left;
    background-color: white;
}

.LoginOverskriftLille {
    font-family: Arial,'Franklin Gothic Book';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: black;
    text-align: left;
    background-color: white;
}

.LoginHeadline {
    margin: 10px;
    padding: 5px;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: black;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid black;
}

.LoginText {
    font-family: Arial,'Franklin Gothic Book';
    font-style: normal;
    font-weight: 500;
    color: black;
    font-size: 20px;
    padding: 5px 15px 5px 30px;
    text-align: left;
    background-color: white;
}

.LoginLabel {
    font-family: Arial,'Franklin Gothic Book';
    font-style: normal;
    font-weight: 500;
    color: black;
    font-size: 20px;
    padding: 5px 15px 5px 0;
    text-align: left;
    background-color: white;
}

.LoginTekstLille {
    font-family: Arial,'Franklin Gothic Book';
    font-style: normal;
    font-size: 16px;
    color: black;
    text-decoration: none;
    text-align: left;
    background-color: white;
    padding-top: 15px;
}

.LoginFejl {
    color: red;
}

#ChgPassword {
    width: 90%;
    position: absolute;
    margin: auto;
    z-index: 11000;
    background-color: #fff;
    left: 5%;
    top: 100px;
}

#ResetPassword {
    width: 90%;
    position: absolute;
    margin: auto;
    z-index: 11000;
    background-color: #fff;
    left: 5%;
    top: 100px;
}

#AccBetingelser {
    width: 90%;
    position: absolute;
    margin: auto;
    z-index: 11000;
    background-color: #fff;
    left: 5%;
    top: 100px;
}

#SMSkode {
    width: 90%;
    position: absolute;
    margin: auto;
    z-index: 11000;
    background-color: #fff;
    left: 5%;
    top: 100px;
}

.LoginFrame0 {
    padding-left: 10%;
    width: 90%;
    float: left;
    display: block;
    position: relative;
}

.LoginFrame1 {
    padding-left: 10%;
    width: 40%;
    float: left;
    display: block;
    position: relative;
}

.LoginFrame2 {
    width: 50%;
    float: left;
    display: block;
    position: relative;
}

@media handheld, only screen and (max-width: 1100px) {
    .LoginOverskrift {
        font-size: 30px;
    }
    .LoginOverskriftLille {
        font-size: 15px;
        line-height: 18px;
    }
}

@media handheld, only screen and (max-width: 800px) {
    .LoginText {
        font-size: 15px;
        padding: 10px 15px 5px 10px;
    }

    .LoginLabel {
        font-size: 15px;
        padding: 5px 15px 5px 0;
    }

    .LoginFrame0 {
        padding-left: 5%;
        width: 95%;
    }

    .LoginFrame1 {
        padding-left: 5%;
        width: 95%;
    }

    .LoginFrame2 {
        padding-left: 5%;
        width: 95%;
    }
}

@media handheld, only screen and (max-width: 700px) {
    #LeftFrame {
        display: none;
    }

    #RightFrame {
        width: 100%;
        background-color: transparent;
        background-image: url("../img/Login3.gif");
        background-size: cover;
    }

    .LoginOverskrift {
        color: white;
        background-color: transparent;
    }

    .LoginOverskriftLille {
        color: white;
        background-color: transparent;
    }
    .LoginText {
        font-weight: 500;
        color: black;
        background-color: white;
    }

    .LoginLabel {
        color: white;
        background-color: transparent;
    }

    .LoginTekstLille {
        color: white;
        font-size: 15px;
        background-color: transparent;
    }

    .LoginFejl {
        color: white;
    }
}

.popupHeadline {
    margin: 10px;
    padding: 5px;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: black;
    text-decoration: none;
    text-align: center;
}

.popupTopmargen {
    margin-top: 400px;
}

.popupTopmargen5 {
    margin-top: 5px;
}

.popupTopmargen10 {
    margin-top: 10px;
}

.popupTopmargen20 {
    margin-top: 20px;
}

.popupText {
    color: #585858;
    font-size: 20px;
    padding: 25px 15px 5px 30px;
}

.popupTextLav {
    color: #585858;
    font-size: 20px;
    padding: 5px 15px 5px 30px;
}

.popupText input[type="checkbox"] {
    font-size: 30px;
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
}

.popupTextLille {
    color: #585858;
    font-size: 15px;
    padding: 15px;
    padding-left: 30px;
}

.popupInput {
    color: #585858;
    font-size: 20px;
    height: 27px;
    width: 90%;
}

.popupInputMax100 {
    color: #585858;
    font-size: 20px;
    height: 27px;
    width: 90%;
    max-width: 100px;
}

.popupDropdownField {
    width: 90%;
    height: 25px;
}

.closeButton {
    position: absolute;
    top: -5px;
    right: -3px;
    font-size: 2em;
    padding: 10px;
    cursor: auto;
    color: black;
}

.popupBackgroundShow {
    width: 100%;
    position: fixed;
    background-color: #000;
    z-index: 10000;
    height: 2000px;
    top: 0;
    left: 0;
    opacity: .15;
}

.popup {
    width: 90%;
    max-width: 400px;
    z-index: 11000;
    background-color: #fff;
    display: block;
    left: calc((100vw - 400px)/2);
    position: absolute;
    top: 100px;
    margin: auto;
    float: left; 
    padding: 0 0 20px 0;
    border: 2px solid black;
    border-radius: 5px;
}

.popupSearch {
    width: 60%;
    max-width: 800px;
    z-index: 11000;
    background-color: #fff;
    display: block;
/*    left: calc((100vw - 800px)/2);  */
    left: calc(20vw);
    position: absolute;
    top: 100px;
    margin: auto;
    float: left;
    padding: 0 0 20px 0;
    border: 2px solid black;
    border-radius: 5px;
}

@media handheld, only screen and (max-width: 700px) {
    .popup {
        left: calc(5vw);
    }
    .popupSearch {
        width: 90%;
        left: calc(5vw);
    }
}



/* Styles vedr venstre menu og toolbar*/

body {
    min-height: 100vh;
}

#ToolBarFrame {
    width: 100%;
    height: 30px;
    padding: 0 0 0 10px;
    position: fixed; 
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: gray;
}

/* Stilarter der gælder specifikt for Safari */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        #ToolBarFrame {
            width: 100%;
            height: 40px;
            padding: 0 0 0 10px;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            background-color: gray;
        }
    }
}

#MobilSearchFrame {
    width: 100%;
    height: 30px;
    padding: 0 0 0 10px;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 30px;
    background-color: gray;
    display: none;
}

@media handheld, only screen and (max-width: 600px) {
    #MobilSearchFrame {
        display: inline; 
    }

}



.ToolBarFrameA {
    padding: 0 0 0 0;
    display: block;
    position: relative;
    float: left;
}

.ToolBarFrameB {
    display: block;
    position: relative;
    float: left;
}

.ToolBarFrameC {
    padding: 5px 10px 0 5px;
    display: block;
    position: relative;
    float: right;
}

#navBurger {
    cursor: pointer;
}

.mobilNAV {
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    color: white;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

#MobilMenuWindow {
    position: fixed;
    top: 30px;
    right: 0;
    width: 60%;
    min-width: 100px;
    max-width: 200px;
    height: calc(100vh - 30px);
    background-color: ghostwhite; 
    transition: ease-in-out 0.6s;
    z-index: 1100;
    display: block;
    overflow: auto;
    display: none;
    padding-top: 25px;
    padding-left: 25px;
}


.ToolBarSearchFrame {
    padding: 0;
    display: block;
    position: relative;
    float: right;
    width: 240px;
    background-color: white;
}
.ToolBarSearchBox {
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: black;
    width: 182px;
    height: 18px;
    padding: 0 0 0 5px;
    border: 0;
    border-color: white;
}
    .ToolBarSearchBox:focus {
        outline: none;
    }
.ToolBarSearchIcon {
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: black;
    background-color: white;
    margin: 2px 2px 0 0;
    margin: 2px 2px 0 0;
    width: 15px;
    float: right;
}


.ToolBarText {
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.ToolBarDDText {
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: black;
    font-size: 13px;
}

    .ToolBarFrameImg {
        padding: 5px 5px 0 5px;
    }

#LeftMenuFrame {
    width: 150px;
    min-height: 100vh;
    padding: 20px 0 50px 10px;
    float: left;
    display: block;
    position: relative;
    background-color: #f1f1f1;
}

.WorkFrame {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    background-color: white;
    overflow: auto;
    z-index: 50;
    padding-top: 50px;
}

.WorkFrameRespo {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    background-color: white;
    overflow: auto;
    z-index: 50;
    padding-top: 50px;
}

#HomeFrameLeft {
    width: calc(100% - 310px);
    float: left;
    display: block;
    position: relative;
    background-color: white;
}

#HomeFrameRight {
    width: 300px;
    float: left;
    display: block;
    position: relative;
    background-color: white;
    padding: 0 20px 0 10px;
}

.MainFrame {
    width: 100%;
    /*min-width: 1000px; */
    float: left;
    display: block;
    position: relative;
    background-color: white;
    padding: 0;
    margin: 0;
}

.LeftMenu {
    padding: 1px 10px 20px 1px;
}

.LeftMenuMain {
    padding-left: 1px;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-weight: 600;
    font-size: 16px;
    /*    cursor: pointer;  */
    color: black;
    text-decoration: none;
}

.LeftMenuText {
    margin: 0 0 0 7px;
    padding: 3px 0 2px 5px;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.LeftMenuText a {
    text-decoration: none;
}

@media handheld, only screen and (max-width: 600px) {
    .WorkFrame {
        padding-top: 80px;
    }
    #MobilMenuWindow {
        top: 60px;
    }

}

/*    Styles vedr søgefelter   */
.Search100 {
    width: 100%;
    float: left;
    display: block;
}

.SearchLbl {
    float: left;
    z-index: 100;
}

.SearchField {
    width: 90%;
    float: left;
    padding: 5px 10px 5px 7px;
}

.SearchDDouter {
    display: inline;
    position: relative;
}

.SearchDDarrow {
    float: right;
    z-index: 100;
}

.SearchDDlabel {
    width: 100%;
    height: 22px;
    display: block;
    border: 1px solid black;
    padding: 2px 5px 2px 2px;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: black;
    cursor: pointer;
}

.SearchDDindhold {
    position: absolute;
    width: 100%; 
    max-height: 150px;
    background-color: white;
    border: 1px solid black;
    top: 22px;
    left: 0;
    padding: 2px 5px 2px 5px;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    z-index: 5000;
}

.FilterFrameLeft {
    width: 40%;
    float: left;
    display: block;
    position: relative;
    height: 150px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px 10px 30px 10px;
    margin-right: 2%;
    margin-left: 8%;
    margin-bottom: 20px;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    overflow-x: hidden;
    overflow-y: auto;
}

.FilterFrameRight {
    width: 40%;
    float: left;
    display: block;
    position: relative;
    height: 150px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px 10px 30px 10px;
    margin-right: 8%;
    margin-left: 2%;
    margin-bottom: 20px;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Stilarter der gælder specifikt for Safari */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .SearchDDindhold {
            width: 100%;
            min-width: 250px;
            max-height: 150px;
            top: -1px;
        }
    }
}

@media handheld, only screen and (max-width: 600px) {
    .FilterFrameLeft {
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
    }

    .FilterFrameRight {
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
    }
}



/*    Styles vedr opskrifter   */
.OpskriftFrame {
    font-family: Arial,'Franklin Gothic Book';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: black;
    text-align: left;
    width: 200px;
    height: 300px;
    float: left;
    margin: 5px;
    border-radius: 7px;
    border: 2px solid black;
    overflow: hidden;
    position: relative;
    display: flex;
}

    .OpskriftFrame img {
        width: 100%;
        text-align: center;
    }

.OpskriftFrameOver {
    font-family: Arial,'Franklin Gothic Book';
    font-style: normal;
    font-size: 15px;
    line-height: 17px;
    color: black;
    font-weight: 700;
    text-align: center;
    padding: 5px 5px 10px 5px;
    position: absolute;
    left: 0;
    top: 155px;
    width: 100%;
}


.ThumbFrameOps {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.OpskriftDataFrame {
    position: absolute;
    width: 100%;
    bottom: 5px;
    font-family: Arial,'Franklin Gothic Book';
    font-style: normal;
    font-size: 10px;
    line-height: 10px;
    color: black;
    font-weight: 500;
    text-align: left;
    padding: 0 5px 0 5px;
}

.dispOpskriftInfo {
    display: grid;
    width: 35%;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 30px 10px 0;
    color: black;
    word-break: break-word;
}

.dispOpskriftFrameImg {
    display: grid;
    width: 55%;
    margin: 0 20px 20px 20px;
    float: left;
    text-align: center;
}

    .dispOpskriftFrameImg img {
        padding: 5px 5px 5px 5px;
    }

.dispOpskriftIng {
    display: grid;
    width: 40%;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    margin: 30px 20px 20px 20px;
    color: black;
    float: left;
}

.dispOpskriftVejl {
    display: grid;
    width: 50%;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 30px 20px 20px 20px;
    color: black;
    float: left;
}

.OpskriftFrameTools {
    line-height: 14px;
    color: black;
    font-weight: 700;
    text-align: right;
    padding: 2px 5px 2px 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}


@media handheld, only screen and (max-width: 600px) {
    .dispOpskriftInfo {
        width: 90%;
        font-size: 15px;
        line-height: 20px;
        margin: 0 30px 40px 20px;
    }

    .dispOpskriftFrameImg {
        width: 90%;
    }

    .dispOpskriftIng {
        width: 90%;
        font-size: 16px;
        line-height: 25px;
        margin: 20px 30px 40px 20px;
    }

    .dispOpskriftVejl {
        width: 90%;
        font-size: 16px;
        line-height: 20px;
        margin: 20px 30px 40px 20px;
    }
}





/* Styles vedr. work område*/
.ResNavigator {
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 20px;
    line-height: 40px;
    color: black;
    font-weight: 500;
}

    .ResNavigator a {
        font-family: Arial,"Franklin Gothic Book",sans-serif;
        font-size: 15px;
        color: black;
        font-weight: 500;
        text-decoration: none;
    }

        .ResNavigator a:hover {
            text-decoration: underline;
        }

.FileDropBox {
    background-color: lightyellow;
    border: 1px solid black;
    width: 90%;
    height: 80px;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 12px;
    color: black;
    font-weight: 100;
    text-decoration: none;
    padding: 5px;
    margin: 17px 0 5px 0;
    overflow: auto;
}

.droptarget {
    background-color: lightyellow;
    border: 1px solid black;
    width: 90%;
    height: 200px;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 12px;
    color: black;
    font-weight: 100;
    text-decoration: none;
    padding: 5px;
    margin: 17px 0 5px 0;
    overflow: auto;
}

#FilesUploadbox {
    background-color: lightyellow;
    border: 1px solid black;
    width: 90%;
    height: 80px;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 12px;
    color: black;
    font-weight: 100;
    text-decoration: none;
    padding: 5px;
    margin: 17px 0 5px 0;
    overflow: auto;
}

.NyhedOver {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: black;
    text-align: left;
}

.NyhedTekst {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: black;
    text-align: left;
    margin-left: 30px;
    margin-top: 50px;
}

.NyhedTekstLille {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: black;
    text-align: right;
}

.logo {
    width: 100%;
    max-width: 300px;
}

.NoShowLink {
    color: black;
    text-decoration: none;
}

    .NoShowLink a {
        color: black;
        text-decoration: none;
    }

ColPoint {
    padding: 20px;
    margin: 20px;
}

.ColPoint:hover {
    background-color: #F0F0F0;
}

.Bred4 {
    width: 4%;
    float: left;
    display: block;
    position: relative;
}

.Bred5 {
    width: 5%;
    float: left;
    display: block;
    position: relative;
}

.Bred7 {
    width: 7%;
    float: left;
    display: block;
    position: relative;
}

.Bred10 {
    width: 10%;
    float: left;
    display: block;
    position: relative;
}

.Bred12 {
    width: 12%;
    float: left;
    display: block;
    position: relative;
}

.Bred15 {
    width: 15%;
    float: left;
    display: block;
    position: relative;
}

.Bred20 {
    width: 20%;
    float: left;
    display: block;
    position: relative;
}

.Bred23 {
    width: 23%;
    float: left;
    display: block;
    position: relative;
}

.Bred25 {
    width: 25%;
    float: left;
    display: block;
    position: relative;
}

.Bred30 {
    width: 30%;
    float: left;
    display: block;
    position: relative;
}

.Bred35 {
    width: 35%;
    float: left;
    display: block;
    position: relative;
}

.Bred40 {
    width: 40%;
    float: left;
    display: block;
    position: relative;
}

.Bred45 {
    width: 45%;
    float: left;
    display: block;
    position: relative;
}

.Bred48 {
    width: 48%;
    float: left;
    display: block;
    position: relative;
}

.Bred50 {
    width: 50%;
    float: left;
    display: block;
    position: relative;
}

.Bred55 {
    width: 55%;
    float: left;
    display: block;
    position: relative;
}

.Bred60 {
    width: 60%;
    float: left;
    display: block;
    position: relative;
}

.Bred65 {
    width: 65%;
    float: left;
    display: block;
    position: relative;
}

.Bred70 {
    width: 70%;
    float: left;
    display: block;
    position: relative;
}

.Bred75 {
    width: 75%;
    float: left;
    display: block;
    position: relative;
}

.Bred80 {
    width: 80%;
    float: left;
    display: block;
    position: relative;
}

.Bred85 {
    width: 85%;
    float: left;
    display: block;
    position: relative;
}

.Bred90 {
    width: 90%;
    float: left;
    display: block;
    position: relative;
}

.Bred95 {
    width: 95%;
    float: left;
    display: block;
    position: relative;
}

.Bred100 {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

.Bred100hide {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}




.Bred5Resp {
    width: 5%;
    float: left;
    display: block;
    position: relative;
}

.Bred20Resp {
    width: 20%;
    float: left;
    display: block;
    position: relative;
}

.Bred25Resp {
    width: 25%;
    float: left;
    display: block;
    position: relative;
}

.Bred30Resp {
    width: 30%;
    float: left;
    display: block;
    position: relative;
}

.Bred35Resp {
    width: 35%;
    float: left;
    display: block;
    position: relative;
}

.Bred40Resp {
    width: 40%;
    float: left;
    display: block;
    position: relative;
}

.Bred50Resp {
    width: 50%;
    float: left;
    display: block;
    position: relative;
}

.Bred55Resp {
    width: 55%;
    float: left;
    display: block;
    position: relative;
}

.Bred65Resp {
    width: 65%;
    float: left;
    display: block;
    position: relative;
}

.Bred75Resp {
    width: 75%;
    float: left;
    display: block;
    position: relative;
}

.Billede50 {
    width: 50%;
    float: left;
    display: block;
    position: relative;
}

.Person50 {
    width: 50%;
    float: left;
    display: block;
    position: relative;
    float: right;
}

@media handheld, only screen and (max-width: 700px) {
    .Person50 {
        width: 100%;
    }

    .Billede50 {
        width: 90%;
    }
}

.showonmobile {
    display: none !important;
    width: 0;
    height: 0;
}


@media handheld, only screen and (max-width: 600px) {
    .showonmobile {
        display: initial;
        width: 100%;
        height: 100%;
    }

    .hideonmobile {
        display: none !important;
        width: 0;
        height: 0;
    }

    .Bred5Resp {
        width: 100%;
    }
    .Bred20Resp {
        width: 100%;
    }

    .Bred25Resp {
        width: 100%;
    }

    .Bred30Resp {
        width: 100%;
    }

    .Bred35Resp {
        width: 100%;
    }

    .Bred40Resp {
        width: 100%;
    }

    .Bred50Resp {
        width: 100%;
    }

    .Bred55Resp {
        width: 100%;
    }

    .Bred65Resp {
        width: 100%;
    }

    .Bred75Resp {
        width: 100%;
    }
}

.MaxHeight400 {
    max-height: 400px;
}

.MaxBredde600 {
    max-width: 600px;
}

.workHeadline {
    margin: 10px;
    padding: 5px;
    color: black;
    border-bottom: solid 1px #454545;
    font-size: 25px;
}

.workUnderHeadline {
    margin: 10px;
    padding: 5px;
    color: black;
    border-bottom: solid 1px #454545;
    font-size: 20px;
}

.workTableHead {
    color: black;
    font-size: 15px;
    text-align: left;
    text-decoration: underline;
    font-weight: 100;
    border-bottom: 1px solid black;
}

.workText {
    color: black;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
}

.workTextNoLeftPad {
    color: black;
    font-size: 15px;
    padding: 5px 10px 5px 0;
}

.workText12 {
    color: black;
    font-size: 12px;
    padding: 0;
}

.workText13 {
    color: black;
    font-size: 13px;
    padding: 0;
}

.workText13Pad {
    color: black;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
}

.workText14 {
    color: black;
    font-size: 14px;
    padding: 0;
}

.workText20 {
    color: black;
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    line-height: 30px;
}


.workTextLav {
    color: black;
    font-size: 10px;
    padding: 2px 10px 2px 10px;
}

.workText input[type="checkbox"] {
    font-size: 20px;
    -ms-transform: scale(1); /* IE */
    -moz-transform: scale(1); /* FF */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
}

.workTextLille {
    color: black;
    font-size: 10px;
    padding: 5px 10px 5px 10px;
}

.workText a {
    color: black;
    text-decoration: none;
}

.LeftPad10 {
    margin-left: 20px;
}

.TopMargen11 {
    padding-top: 11px;
}

.TopMargen10 {
    padding-top: 10px;
}

.TopMargen20 {
    padding-top: 20px;
}

.TopMargen50 {
    padding-top: 50px;
}

.TopMargen100 {
    padding-top: 100px;
}

.BundMargen5 {
    padding-bottom: 5px;
}

.BundMargen20 {
    padding-bottom: 20px;
}

.workInput60 {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    color: black;
    font-size: 13px;
    height: 23px;
    width: 60%;
}

.workInput {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    color: black;
    font-size: 13px;
    height: 23px;
    width: 90%;
}

.workInputMarg {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    color: black;
    font-size: 13px;
    height: 23px;
    width: 90%;
    margin: 5px 0 5px 5%;
    border: 1px solid black;
}

.workInputRight {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    color: black;
    font-size: 13px;
    height: 23px;
    width: 90%;
    text-align: right;
}

.workInputListe {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: black;
    height: 18px;
    width: 95%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid black;
}

.workInputMax100 {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    color: black;
    font-size: 20px;
    height: 27px;
    width: 90%;
    max-width: 100px;
}

.workFileInput {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    color: black;
    font-size: 11px;
    height: 20px;
    width: 100%;
}


/*    Styles vedr knapper   */
.Fane100x30 {
    height: 30px;
    width: 100px;
    line-height: 30px;
    background-color: white;
    border: 1px solid black;
    margin: 0;
    border-radius: 7px;
    color: black;
    float: left;
    font-family: Arial, "Franklin Gothic Book", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.Bottom60x20 {
    height: 20px;
    width: 60px;
    line-height: 20px;
    background-color: black;
    margin: 0;
    border-radius: 7px;
    color: white;
    float: left;
    font-family: Arial, "Franklin Gothic Book", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.Bottom75 {
    height: 30px;
    width: 75px;
    line-height: 30px;
    background-color: #002d59;
    margin: 5px 5px 5px 5px;
    border-radius: 7px;
    color: white;
    float: left;
    font-family: Arial, "Franklin Gothic Book", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.Bottom100 {
    height: 60px;
    width: 100px;
    line-height: 20px;
    background-color: black;
    margin: 5px 5px 5px 5px;
    border-radius: 7px;
    color: white;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding: 10px 0 0 0;
}

.Bottom100x30 {
    height: 30px;
    width: 100px;
    line-height: 20px;
    background-color: black;
    margin: 2px 2px 2px 2px;
    border-radius: 7px;
    color: white;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding: 4px 0 0 0;
}

.Bottom100x30Left {
    height: 30px;
    width: 100px;
    line-height: 20px;
    background-color: black;
    margin: 2px 2px 2px 2px;
    border-radius: 7px;
    color: white;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding: 4px 0 0 0;
    float: left;
}

.Bottom100x30Right {
    height: 30px;
    width: 100px;
    line-height: 20px;
    background-color: black;
    margin: 2px 20px 2px 2px;
    border-radius: 7px;
    color: white;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding: 4px 0 0 0;
    float: right;
}

.Bottom140 {
    height: 60px;
    width: 140px;
    line-height: 60px;
    background-color: black;
    margin: 5px 5px 5px 5px;
    border-radius: 7px;
    color: white;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.Bottom200x40 {
    height: 40px;
    width: 200px;
    line-height: 40px;
    background-color: black;
    margin: 5px 5px 5px 5px;
    border-radius: 7px;
    color: white;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.BottomLeft {
    float: left;
}

.BottomRight {
    float: right;
}

.BorderRed {
    border: 1px solid red;
}

@media handheld, only screen and (max-width: 700px) {
    .Bottom140 {
        height: 40px;
        width: 100px;
        line-height: 40px;
        font-size: 12px;
        font-weight: 700;
    }
}

.Centrer {
    text-align: center;
}

.RodRamme {
    border: 1px solid red;
}

.SortRamme {
    border: 1px solid black;
    padding: 10px;
}

.RedTekst {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: red;
}

.RedTekst16 {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: red;
}

.WhiteTekst {
    color: white;
}

.NoBorder {
    border: none;
}

.AlignRight {
    text-align: right;
}

.AlignCenter {
    text-align: center;
}

.AlignLeft {
    text-align: left;
}

.AlignBund {
    vertical-align: bottom;
}

.FedTekst {
    font-weight: bold;
}

.StregGennem {
    text-decoration: line-through;
}

.IkkeValgbar {
    cursor: default;
}

    .IkkeValgbar a {
        cursor: default;
    }

.LeftPad30 {
    padding-left: 30px;
}

.LeftPad5 {
    padding-left: 5px;
}

.SideTekst {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: black;
    text-align: left;
}

.SideTekst10 {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: black;
    text-align: left;
}

.SideTekst11 {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    color: black;
    text-align: left;
}

.SideTekst11Right {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    color: black;
    text-align: right;
}

.SideTekst12 {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: black;
    text-align: left;
}

.SideTekst13 {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: black;
    text-align: left;
}

.SideTekst13Right {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: black;
    text-align: right;
}

.SideTekst14 {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: black;
    text-align: left;
    text-decoration: none;
}

.SideTekst14Right {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: black;
    text-align: right;
    text-decoration: none;
}

.SideTekst14Fed {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: black;
    text-align: left;
    text-decoration: none;
}


.SideTekst14 a {
    color: black;
}

.SideTekst16 {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: black;
    text-align: left;
}

.SideTekst18 {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: black;
    text-align: left;
}

.SideTekst18 a {
    color: black;
    text-decoration: none;
}

.SideTekst20 {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: black;
    text-align: left;
}

.SideTekst25 {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    color: black;
    text-align: left;
}

.ddFrame .ddFrameIndhold {
    display: none;
    padding: 1px;
    margin-bottom: 1px;
}

.ddFrameHead {
    margin: 10px 0 0 10px;
    text-align: left;
    padding-top: 5px;
    cursor: pointer;
}

.ddFrameIndhold {
    margin: 0 0 0 10px;
}


.Bred200px {
    width: 100%;
    max-width: 200px;
}

.Hoj150px {
    height: 150px;
}

.KalenderFormat {
    font-size: 13px;
    width: 100%;
    max-width: 200px;
}

.KalenderTitel {
    padding: 0;
    margin: 0;
}

.ddMdr {
    float: left;
    position: relative;
    z-index: 100;
    margin: 2px;
    width: 65px;
}

.ddAar {
    float: right;
    position: relative;
    z-index: 100;
    margin: 2px;
    width: 65px;
}

.KalenderPos {
    position: absolute;
}

.PadRight {
    padding-right: 5px;
}

.KontoOverskrift {
    padding: 20px 3px 5px 0;
    font-weight: bold;
    display: block;
    position: relative;
    float: left;
}

.KontoSum {
    padding: 2px 3px 5px 0;
    font-weight: bold;
    display: block;
    position: relative;
    float: left;
}
.KontoSumRight {
    padding: 2px 3px 5px 0;
    font-weight: bold;
    text-align: right
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.DobbeltUnderline {
    border-bottom: 3px double;
}



/*    Styles vedr billedeliste   */
.FamBilledeFrame {
    font-family: Arial,'Franklin Gothic Book';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: black;
    text-align: left;
    width: 250px;
    height: 250px;
    float: left;
    margin: 5px;
    border-radius: 7px;
    border: 2px solid black;
    overflow: hidden;
    position: relative;
    display: flex;
    background-color: antiquewhite;
}

    .FamBilledeFrame img {
        width: 100%;
        text-align: center;
    }

.FamBilledeFrameOver {
    font-family: Arial,'Franklin Gothic Book';
    font-style: normal;
    font-size: 11px;
    line-height: 14px;
    color: black;
    font-weight: 800;
    text-align: center;
    padding: 2px 5px 2px 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: antiquewhite;
    /*    opacity: 0,4;  */
}

.FamBilledeFrameTools {
    font-family: Arial,'Franklin Gothic Book';
    font-style: normal;
    font-size: 11px;
    line-height: 14px;
    color: black;
    font-weight: 700;
    text-align: right;
    padding: 2px 5px 2px 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: antiquewhite;
    /*    opacity: 0,4;  */
}

.ToolIcon {
    height: 17px;
    padding-right: 5px;
}

.ThumbFrame {
    /*    width: 200px;
    height: 200px; */
    max-height: 200px;
    max-width: 200px;
    overflow: hidden;
    margin: auto;
    display: block;
}

.PictureSize {
    max-width: 200px;
    max-height: 200px;
    margin: auto;
    display: block;
}

.PictureSizeShow {
    max-width: 100%;
    max-height: 600px;
    margin: auto;
    display: block;
}

.FamBilledeDataFrame {
    position: absolute;
    width: 100%;
    bottom: 5px;
    font-family: Arial,'Franklin Gothic Book';
    font-style: normal;
    font-size: 10px;
    line-height: 10px;
    color: black;
    font-weight: 500;
    text-align: left;
    padding: 0 5px 0 5px;
}




/*-----------------------------------------------------------------------------------------------------------*/
/* Content Columns */
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], input[type="file"], input[type="image"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
input[type="checkbox"], select {
    -webkit-border-radius: 0;
    border-radius: 0;
}

body {
    margin:0;
}
html {
    background-color:#fff;
    font-family:"Open Sans",sans-serif;
}
@font-face {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    src: local('font/Franklin Gothic Book'),url('font/FRABK.woff') format('woff');
}
@font-face {
    font-family:'Franklin Gothic Book Italic';
    font-style:normal;
    font-weight:400;
    src:local('font/Franklin Gothic Book Italic'),url('font/FRABKIT.woff') format('woff');
}




/*  Search styles */
.CenterInDiv {
    /* height: 100%;  */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SearchContainer {
    display: inline-block;
    margin: auto;
    width: 98%;
}

.SearchInputDiv {
    border-radius: 25px;
    border: 3px solid black;
    height: 50px;
    background-color: white;
    margin-top: 60px;
}

.SearchInputBred {
    width: calc(100% - 75px);
    float: left;
    display: block;
    position: relative;
}

.SearchInputBox {
    height: 44px;
    margin-left: 24px;
    overflow: hidden;
}

.SearchInputText {
    border: 0;
    height: 48px;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-weight: 400;
    font-size: 25px;
    width: calc(100% + 40px);
    float: left;
    display: block;
    position: relative;
}

    .SearchInputText:focus {
        outline: none;
    }

.SearchLup {
    height: 45px;
    position: relative;
    padding-right: 5px;
    float: right;
}

    .SearchLup:focus {
        outline: none;
    }

.FilterFrame {
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 0 0 20px 20px;
}

.FilterOut {
    position: absolute;
    left: 0;
    top: 160px;
    border: 1px solid black;
    background-color: white !important;
    opacity: 1.0;
    width: 100%;
    z-index: 20;
    padding-bottom: 30px;
}

.FilterIn {
    background-color: white !important;
    opacity: 1.0;
    width: 300px;
    float: left;
    margin: 10px;
    max-height: 500px;
    overflow: auto;
}

.FilterBottom {
    height: 60px;
    width: 100px;
    line-height: 60px;
    background-color: black;
    margin: 5px 20px 5px 0;
    border-radius: 7px;
    color: white;
    font-family: Arial,"Franklin Gothic Book",sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    float: right;
}
@media handheld, only screen and (max-width: 800px) {
    .SearchInputDiv {
        margin-top: 10px;
    }
    .FilterOut {
        top: 240px;
    }
}

@media handheld, only screen and (max-width: 700px) {
    .FilterOut {
        top: 200px;
    }
}

.RedBorder {
    border: 1px solid red;
}
