﻿
.EditFormContainer {
  padding:0;
}



.minilabel {
    font-size: 0.9em;
    color: #ccc;
    padding:0;
    margin:0;
}

    .EditFormContainer .formheader {
        margin-left: 10px;
        margin-right: 10px;
        background:#cccccc;
        border: 1px ridge #cccccc;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); /* Blød skygge */
        border-radius: 10px;
    }

    .EditFormContainer > .formheader > H1 {
        
        margin-top:13px;
        margin-left: 15px;
        
    }

.formbody {
    margin-left: 0;
    margin-right: 0;
}
   
    .EditFormContainer H1 
    {
        font-size: 18px;
        
    }

.EditFormContainer .headerlink-passive {
    display: inline-block; /* Gør det muligt at tilføje bredde og højde */
    width: 100%;
    background: #5E9274;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none; /* Fjerner understregning */
    text-align: center;
    cursor: pointer;
    border: 1px ridge #cccccc;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); /* Blød skygge */
    border-radius: 5px;
    padding: 0 5px 0 5px;
    min-width: 100px;
}
.EditFormContainer .headerlink-active {
    display: inline-block; /* Gør det muligt at tilføje bredde og højde */
    width: 100%;
    background: #2C503E;
    color: #cccccc;
    font-weight: bold;
    text-decoration: none; /* Fjerner understregning */
    text-align: center;
    cursor: pointer;
    border: 1px ridge #cccccc;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); /* Blød skygge */
    border-radius: 5px;
    padding: 1px 5px 1px 5px;
    min-width: 100px;
}

.EditForm {
    /*background: #E6E9E9;*/
    margin: 0;
    border: 1px ridge #CCECF9;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 10px;
}
    .EditForm .control-label, .EditForm .fieldhelpbig {
        color: #000000 !important;
    }


    .EditForm .lightbackground  .control-label, .EditForm .lightbackground .fieldhelpbig {
        color: #ffffff !important;
    }

    



    .EditForm .floatleft {
        float: left;
        margin-bottom: 0;
        padding-bottom:0;
    }

    .EditForm .checkboxcorrection {
        margin-bottom:-10px;
        top:-10px;
        
        
    }


    .EditForm .space {
        padding-right:10px;
    }

    .EditForm .separator {
        
        padding: 0 5px;
    }
    .EditForm .separatorwithsymbol::after {
        content: " •";
        margin: 0 20px; /* Adjust spacing as needed */
    }

    .EditForm .separatorline {
        border-top: 1px solid #ccc; /* Line thickness and color */
        margin: 10px 0; /* Space above and below the line */
    }

    

    .EditForm .inputtitle {
        padding-top: 20px;
    }


    
    .EditForm .control-label {
        color: #767B7A;
        font-weight: normal;
        margin: 0;
        font-size: 12px;
        display: inline !important;
    }

   

    .EditForm label {
        font-weight: normal;
        margin-left: 10px;
    }

   

    .EditForm .formular_overskrift_1 {
        margin-left: 5px;
    }

    .EditForm H2 {
        text-align: center;
    }

    .EditForm input[required] {
        background-image: url('/styling/graphics/star.png');
        background-position: left top;
        background-repeat: no-repeat;
    }

    .EditForm .select2-container {
        width: 100% !important;
        
    }

    .EditForm input[type=text], .EditForm input[type=email], .EditForm input[type=password], .EditForm select  {
        width: 100%;
        height: 30px;
        border: 1px ridge #cccccc;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); /* Blød skygge */
        border-radius: 5px;
        padding: 10px;
    }

    .EditForm input[type=checkbox] {
        margin-top:10px;
        display:inline;
    }

    .EditForm .inputbutton {
        text-align: right;
        padding-left: 15px;
    }

        .EditForm .inputbutton > div {
            margin-top: 5px;
        }

        .EditForm  .ajustdown1 {
            padding-top: 15px;
        }


    .EditForm .minibutton > div > button {
        margin-left: 15px;
        width: 100px;
        height: 25px;
        border: none;
        background: #2C503E;
        color: #cccccc;
        font-weight: bold;
        border: 1px ridge #cccccc;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); /* Blød skygge */
        border-radius: 5px;
    }

    .EditForm .inputbutton > div > button {
        width: 100%;
        height: 35px;
        border: none;
        background: #AB2026;
        color: #ffffff;
        font-weight: bold;
        border: 1px ridge #cccccc;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); /* Blød skygge */
        border-radius: 5px;
    }

    .EditForm .inputbutton > label {
        margin-top: 5px;
        width: 50%;
        height: 35px;
        border: none;
        background: #2C503E;
        color: #CCECF9;
        font-size: 15px;
        padding-top: 7px;
        font-weight: bold;
        border: 1px ridge #cccccc;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); /* Blød skygge */
        border-radius: 5px;
    }

  

            .EditForm .inputbutton > div > .hrefbutton {
                display: inline-block; /* Gør det muligt at tilføje bredde og højde */
                width: 100%;
                height: 35px;
                background: #BDD7EE;
                font-weight: bold;
                color: inherit; /* Bevarer tekstfarven */
                text-decoration: none; /* Fjerner understregning */
                border: 2px solid #70AD47;
                text-align: center;
                line-height: 35px; /* Centrerer teksten lodret */
                cursor:default;
            }
            
    .EditForm .inputlink {
        padding-top: 5px;
    }



    .EditForm .inputbutton_mini {
        text-align: right;
        padding-right: 20px;
    }

        .EditForm .inputbutton_mini > div {
            text-align:left;
        }

            .EditForm .inputbutton_mini > div > button {
                
                height: 23px;
                border: none;
                background: #BDD7EE;
                font-weight: normal;
                border: 1px solid #70AD47;
                font-size:12px;
                margin:2px;
            }



    .hyperlink1 {
        width: 100%;
        height: 35px;
        border: none;
        background: #BDD7EE;
        font-weight: bold;
        border: 2px solid #70AD47;
        color:#000000;
        padding:3px;
    }


.minitable1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    width: 100%;
}

        .minitable1 th {
            border: 1px solid #808080;
            padding:2px;
            background:#000000;
            color:#ffffff;
            font-weight:bold;
        }
        .minitable1 td {
            border: 1px solid #808080;
            padding: 2px;
        }


.form_background_dark{background:#cccccc;}
.form_text_dark {
    background: #cccccc;
}

.as_tablestyle1 {
    border: 1px solid #000000;
    width: 100%;
}

    .as_tablestyle1 tr {
        border-bottom: 1px solid #000000;
    }


    .as_tablestyle1 td {
        border-bottom: 1px solid #000000;
        padding: 5px;
        font-size: 11px;
    }

    .as_tablestyle1 th {
        border-bottom: 1px solid #000000;
        padding: 5px;
        vertical-align: top;
    }

