.auth .brand-logo img {
    width: 100% !important;
}


.navbar {
    background-color: #234B5A !important;
}

.user_admin .navbar {
    background-color: #E87998 !important;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    width: 100% !important;
    height:35px;

}

.card-title {
    text-transform: uppercase
}





.autocomplete-container {
    /* relative position for at de absolut positionerede forslag får korrekt placering.*/
 
    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: 0.3em 0 0 0;
    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: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    box-sizing: border-box;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
    margin: 0;
    list-style: none;
    cursor: pointer;
    padding: 0.4em 0.6em;
    color: #333;
    border: 0.0625em solid #ddd;
    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;
}


.accordion.accordion-filled .card .card-header a[aria-expanded="true"],
.accordion.accordion-filled .card .card-body {
    background-color: #cbf1f3;
    color:#888;

}

.tg_row {
    font-size: 0.9em;
    border-bottom: 1px solid #ddd;
    margin-bottom:0.5em;
    padding-bottom:0.5em
}

.tg_row .text-secondary {
    font-size: 0.7em;
}

.form-control-required:invalid {

    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);

  
}

.form-control-required:valid { 
    box-shadow: 0 0 0 0.2rem rgba(0, 255, 21, 0.25);
}

select.form-control {
    color: #888 !important;
    padding: 0.675rem 0.75rem !important;
}





.card-description {
    font-weight: 700;   
    font-size: 1.05em;
    color: #333;
}

.nav-pills .nav-link {
    padding-left:0px !important;
    
    padding-right:0px !important;
}

.form-control-plaintext {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
}

.icon-btn {
    padding: 0.5em 0.7em !important;

}


table.dataTable thead .dt-column-order,
table.dataTable thead .dt-column-order:before,
table.dataTable thead .dt-column-order:after {
        display: none !important;
}


table.dataTable td {
    line-height: 1.3em;
}


table.dataTable th.dt-type-date,
table.dataTable td.dt-type-date,
table.dataTable th.dt-type-numeric,
table.dataTable td.dt-type-numeric {
    text-align: left;
}

.statusbox {
    min-width: 130px;
}

.statuschange {
    cursor: pointer;
    color: #000;
}

.class-changed {
    background-color: #d6d855 !important;
}