﻿#userinfo {
    font-size: xx-small;
    float: right;
    text-align: right;
}

.container {
    max-width: 750px;
}

#operationalmessages {
    background-color: lightyellow;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    /*height: 34px;*/
    line-height: 1.42857;
    padding: 6px 12px;
    vertical-align: middle;
    width: 100%;
    overflow: auto;
}

.close-btn {
    border: 2px solid #c2c2c2;
    position: relative;
    padding: 1px 5px;
    top: 0px;
    background-color: #605F61;
    float: right;
    border-radius: 15px;
    font-size: 10px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.prevbutton, .nextbutton {
    width: 20px;
    position: absolute;
    top: 37px;
    z-index: 10;
}

.prevbutton {
    left: 15px;
}

.nextbutton {
    right: 15px;
}

#date {
    /*padding-left: 40px;*/
}

.footer {
    width: 100%;
    height: 2em;
}

.ValgtArtElement {
    padding-left: 1em;
}

#ValgtTid {
    min-height: 400px;
}

#driftsmeldinger {
    background-color: yellow;
}

.driftsmeldinger-tittel {
    font-size: large;
    font-weight: bold;
}

.driftsmeldinger-ingress {
    font-weight: bold;
}

.driftsmeldinger-tekst {
}

.driftsmeldinger-byline {
    /*float: right;*/
    display: none;
}

.driftsmeldinger-preview-tittel {
}

.driftsmeldinger-preview-ingress {
    display: none;
}

.driftsmeldinger-preview-tekst {
    display: none;
}

.driftsmeldinger-preview-byline {
    display: none;
}

.error {
    color: darkred;
}

#forgotpassword {
    background-color: white;
    border: 2px solid #c2c2c2;
    top: 0px;
    border-radius: 5px;
}

button.forgotpasswordclose {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.forgotpasswordclose {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
}

.forgotpasswordtitleline {
    background-color: #fcfcfc;
    padding: 2px 4px 2px 4px;
    border-radius: 5px 5px 0 0;
}

.forgotpasswordcontent{
    padding: 10px;
}

.forgotpasswordcontrols {
    /*background-color: #fff;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.ShowSendPasswordError {
    background-color: lightyellow;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 4px;
}