nav.navbar {
    border-bottom: 2px solid #006E73;
    min-width: 85vw;
}

#pictureAfterNav {
    width: 100%;
    max-height: 220px;
}


.contentForm h2 {
    margin-top: 0;
}


/* BUTTON STYLING */
.ui-button {
    height: 50px;
    font-size: 16px;
    color: #000 !important;
    background: #00aa91 !important;
    border: 0 !important;
}

.ui-button:hover {
    color: #fff !important;
    background: #00aa91 !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14) !important;
}

.ui-button.ui-button-secondary {
    color: #00aa91 !important;
    background: #fff !important;
    border: 1px solid #00aa91 !important;
}

.ui-button.ui-button-secondary:hover {
    /*box-shadow: unset !important;*/
    background: #00aa91 !important;
    color: #fff !important;
}


.ui-button.ui-state-disabled {
    background: #e0e0e0 !important;
    color: #a3a3a3 !important;
}


/* INPUT STYLING */

textarea, input:focus, textarea:focus {
    border: 2px solid #00aa91 !important;
    outline: none; /* Removes the default outline that browsers apply on focus */
    box-shadow: none !important;
}

input:hover, textarea:hover {
    border: 2px solid #00aa91 !important;
    outline: none; /* Removes the default outline that browsers apply on focus */
    box-shadow: none !important; /* Ensures no box shadow is applied on focus */
}

/* OPTION STYLING */
.ui-icon-bullet {
    background: #00aa91 !important;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-active {
    border-color: #00aa91 !important;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-hover {
    border-color: #00aa91 !important;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-active.ui-state-focus {
    box-shadow: 0 0 0 0.2em #00aa9140;
}

/* MENU STYLING */
.dropdown-item:hover {
    background: #f6f5f4 !important;
}


/* MENU STYLING */
.dropdown-item:active {
    background: #c8c4bd !important;
    color: #fff !important;
}

a:hover {
    text-shadow: unset !important;
}

.nav-item {
    color: #908A7F !important;
}

/* Base styles for the checkbox box */
ui-chkbox-box ui-widget ui-corner-all ui-state-default {
    border: 2px solid #636363 !important;
}

/* Hover state styles that also apply to other states */
.ui-chkbox .ui-chkbox-box.ui-state-hover,
.ui-chkbox .ui-chkbox-box.ui-state-active,
.ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-hover,
.ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-hover.ui-state-focus {
    color: #fff !important;
    border-color: #00aa91 !important;
}

.ui-chkbox .ui-chkbox-box.ui-state-active {
    background: #00aa91 !important;
}


/* Specific style for the focus state within active and hover states */
.ui-chkbox .ui-chkbox-box.ui-state-focus {
    box-shadow: 0 0 0 0.2em #00aa9140 !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-info {
    color: #000;
    background: #73e1a5;
    border: 1px solid #00aa91;
    border-width: 0 0 0 6px;
}

body .ui-growl .ui-growl-item-container.ui-growl-info .ui-growl-image,
body .ui-growl .ui-growl-item-container.ui-growl-info .ui-icon {
    color: #00aa91;
}


.anmeldeoptionrow {
    background-color: rgba(115, 225, 165, 0.05);
    border-color: #00aa91;
}
 