﻿@media print
{
    .noprint
    {
        display: none;
    }
}
@media print
{
    .onlyprint
    {
    }
}
@media screen
{
    .noprint
    {
    }
}
@media screen
{
    .onlyprint
    {
        display: none;
    }
}
.frontPlannerHeader
{
    background: #FFFFFF;
    width: 100%;
}
.frontPlannerContents
{
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    border-bottom: 1px solid silver;
}
.KursusKalenderTable
{
    background-color: #ececec;
    margin: 20px 20px 20px 20px;
}
.CellBorderLeft
{
    border-left-width: 2px;
    border-left-color: silver;
    border-left-style: outset;
}
.CellBorderBottom
{
    border-bottom: 1px solid silver;
}
.tableBordered
{
    border-right: thin outset;
    border-top: thin outset;
    border-left: thin outset;
    border-bottom: thin outset;
}
.DivBold
{
    font-weight: bold;
}
.DivLedeTekst
{
    float: left;
    width: 100px;
}
.HandCursor
{
    cursor: pointer;
}
.DivLedeTekstBold
{
    float: left;
    width: 100px;
    font-weight: bold;
}
.DivLedeTekstInput
{
    float: left;
    width: 80px;
    padding-top: 4px;
}
.Progress
{
    position: absolute;
    top: 200px;
    left: 400px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    background-color: #FFFFFF;
    border: 2px solid gray;
    font-weight: bold;
    font-size: small;
    color: Navy;
    text-align: center;
}
.Progress ProgressMessage
{
    position: relative;
    width: 100%;
}
.Button
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    background-color: #E0E0E0;
    border: solid 1px #333333;
    cursor: hand;
    height: 20px;
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
    padding-right: 1px;
    margin: 0px; /*line-height: 8px;*/
}
.RightText
{
    float: right;
}
.panelEditButtons
{
    float: right;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 10;
}
.textinput
{
    font-size: 8pt;
    width: 250px;
}
.textinputsearch
{
    font-size: 8pt;
    width: 200px;
    border: 1px solid gray;
}
.textinput50 {
    font-size: 8pt;
    width: 50%;
}

.textinput100 {
    font-size: 8pt;
    width: 100%;
}

.tilmeldingsformularfelt {
    width: 80%;
}
.postnummerTekst
{
    position: relative;
    width: 250px;
    vertical-align:middle;
}
.postnummerTekstUkendt
{
    position: relative;
    width: 250px;
    font-weight: bold;
    color: Red;
    vertical-align:middle;
}
.noRows
{
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}
.RecordCount
{
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}
.mandatoryfield
{
    color: Red;
    font-size: 9pt;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 5px;
    font-weight: bold;
}
.mandatorygroup
{
    color: darkorange;
    font-size: 9pt;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 5px;
    font-weight: bold;
}
.textinputpostnummer
{
    width: 35px;
    margin: 0px 0px 5px 0px;
}
.textinputdato
{
    width: 80px;
    margin: 0px 0px 5px 0px;
}
.textinputtid
{
    width: 35px;
    margin: 0px 0px 5px 0px;
}
.inputformat
{
    color: Gray;
    font-size: 8pt;
    font-style: italic;
}
.FrontPlannerTable
{
    border: 1px solid #dcdcdc;
}
.FrontPlannerTable TR
{
    padding-top: 2px;
    padding-bottom: 2px;
}
.FrontPlannerNoRows
{
    text-align: center;
    font-weight: bold;
    padding-left: auto;
    padding-right: auto;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.FrontPlannerFejl
{
    text-align: center;
    font-weight: bold;
    padding-left: auto;
    padding-right: auto;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: Red;
}
.FrontPlannerError
{
    text-align: left;
    font-weight: bold;
    padding-left: auto;
    padding-right: auto;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: Red;
}
.FrontPlannerInfo
{
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: Navy;
}
.DivContent
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    width: 600px;
}
.DivContentLeft
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    width: 200px;
    height: 600px;
    background: #f7f7f7;
    float: left;
}
.DivContentRight
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    width: 200px;
    height: 600px;
    background: #f7f7f7;
    float: right;
}

.OddRow
{
    background-color: #f0f0f0;
}
.OddRowBorderTop
{
    background-color: #f0f0f0;
}
.OddRowBorderTop TD
{
    border-top: 1px solid silver;
}
.EvenRowBorderTop
{
}
.EvenRowBorderTop
{
    border-top: 1px solid silver;
}
.EvenRowBorderTop TD
{
    border-top: 1px solid silver;
}
.highlight
{
    text-decoration: none;
    font-weight: bold;
    background: #dcdcdc;
}
.ProfilHeader
{
    padding: 2px;
    font-weight: bold;
    font-size: 10pt;
}
.venstremenuitem
{
    word-wrap: break-word;
    overflow: auto;
}
.MenuHeading A
{
    font-family: Verdana;
    font-size: 10pt;
    color: #000000;
    border: none;
    font-weight: bold;
    text-decoration: none;
}
.MenuHeading A:LINK
{
    color: Black;
}
.MenuHeading A:Visited
{
    color: Black;
}
.MenuHeading
{
    font-family: Verdana;
    font-size: 10pt;
    color: #000000;
    border: none;
    font-weight: bold;
}
.MenuChild
{
    font-family: Verdana;
    color: #003366;
    text-decoration:underline;    
    border: none;
}
.MenuHeadingDimmed
{
    font-family: Verdana;
    font-size: 10pt;
    color: #C0C0C0;
    border: none;
}

.buttonSubmit
{
    border-right: medium none;
    padding-right: 5px;
    border-top: medium none;
    padding-left: 5px; /*font-weight: bold;*/
    letter-spacing: 1px;
    background: url(Images/button.png) no-repeat left top;
    padding-bottom: 2px;
    border-left: medium none;
    width: 98px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    padding-top: 2px;
    border-bottom: medium none;
    height: 28px;
    margin-right: 5px;
}

.buttonSubmitLarger
{
    border-right: medium none;
    padding-right: 5px;
    border-top: medium none;
    padding-left: 5px; /*font-weight: bold;*/
    letter-spacing: 1px;
    background: url(Images/Button_Extra_Large.png) no-repeat left top;
    padding-bottom: 2px;
    border-left: medium none;
    width: 200px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    padding-top: 2px;
    border-bottom: medium none;
    height: 28px;
    margin-right: 5px;
}
.buttonSubmitLarge
{
    border-right: medium none;
    padding-right: 5px;
    border-top: medium none;
    padding-left: 5px; /*font-weight: bold;*/
    letter-spacing: 1px;
    background: url(Images/Button_Large.png) no-repeat left top;
    padding-bottom: 2px;
    border-left: medium none;
    width: 135px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    padding-top: 2px;
    border-bottom: medium none;
    height: 28px;
    margin-right: 5px;
}
.buttonSubmitTooLarge
{
    border-right: medium none;
    padding-right: 5px;
    border-top: medium none;
    padding-left: 5px; /*font-weight: bold;*/
    letter-spacing: 1px;
    background: url(Images/Button_Extra_Large.png) no-repeat left top;
    padding-bottom: 2px;
    border-left: medium none;
    width: 300px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    padding-top: 2px;
    border-bottom: medium none;
    height: 28px;
    margin-right: 5px;
}
.buttonSubmitExtraLarge {
    border-right: medium none;
    padding-right: 5px;
    border-top: medium none;
    padding-left: 5px; /*font-weight: bold;*/
    letter-spacing: 1px;
    background: url(Images/Button_Extra_Large_400.png) repeat left top;
    padding-bottom: 2px;
    border-left: medium none;
    width: 400px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    padding-top: 2px;
    border-bottom: medium none;
    height: 28px;
    margin-right: 5px;
}
.buttonSubmitSmall
{
    border-right: medium none;
    padding-right: 5px;
    border-top: medium none;
    padding-left: 5px; /*font-weight: bold;*/
    letter-spacing: 1px;
    background: url(images/button_120.gif) no-repeat left top;
    padding-bottom: 2px;
    border-left: medium none;
    cursor: pointer;
    color: #FFF;
    padding-top: 2px;
    border-bottom: medium none;
    height: 26px;
    margin-right: 5px;
}
.container
{
    padding: 5px;
}
.containerFejl
{
    font-weight: bold;
    padding: 10px;
    background: #dcdcdc;
    border: 1px solid gray;
}
input.reset
{
    border: 1px solid black;
    background: green;
}

.header
{
    font-size: 10pt;
    color: Black;
    font-weight: bold;
}
.header2
{
    font-size: 8pt;
    color: Black;
    font-weight: bold;
}

.kalenderbr
{
}
.kalenderb
{
}
.kalenderr
{
}

#topmenuimage
{
    background: #31446f;
    height: 36px;
}

.HeaderTextWhite
{
    color: White;
    line-height: 12px;
    font-family: Verdana, Arial, Tahoma, Times New Roman;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
.HeaderTextBlue
{
    color: #003366;
    font-family: Verdana, Arial, Tahoma, Times New Roman;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.HeaderTextBlue A
{
    color: #003366;
}
.HeaderTextBlue A:LINK
{
    color: #003366;
}
.HeaderTextBlue A:VISITED
{
    color: #003366;
}


.HeaderTextBlack
{
    color: Black;
    font-family: Verdana, Arial, Tahoma, Times New Roman;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.HeaderText
{
    font-family: Verdana;
    color: Black;
    font-size: 10px;
}

.kursusNavn
{
    font-family: Verdana;
    color: Black;
    font-size: 12px;
    font-weight: bold;
}

.tilmeldingsFelt
{
    width: 250px;
}
.tilmeldingsFeltDDL
{
    width: 256px;
}

.validationCode {
    width: 100px !important;
    display: table-cell !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.buttonSubmitExtraLarge, .buttonSubmitTooLarge {
    width: 250px !important;
}

.alignRight {
    float: right !important;
}

/*.buttonSubmit {
    width: 97px;
}*/

.btnGreyColor {
    background-color: #c5c7c6 !important;
    color: white;
}

.formularfieldHelpText {
    color: #fb3449 !important;
}

.buttonSubmitExtraLarge {
    /*height: auto !important;
    padding: 14px !important;*/
}

.resourceLabelColor {
    color: red !important;
}
.textInputLong{
    width:100% !important;
}

.passwordHelpPanelPosition {
    width:400px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.MessagePanelDiv {
    position: fixed;
    left: 40%;
    top: 23%;
    width: auto;
    margin: 0 auto;
    display: none;
    max-height: 120px;
    z-index: 1050;
}

.MessagePanelDiv {
    left: 30% !important;
    right: 30% !important;
    max-width: 70%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .MessagePanelDiv {
        left: 39% !important;
        right: 40% !important;
    }
}

@media (min-width:992px) {
    .MessagePanelDiv {
        left: 39% !important;
        right: 35% !important;
        top: 300px !important
    }
}

.FPlabelAlign {
    position: relative;
    top: -5px;
}