﻿#logo {
    background-position: 4px 11px;
    background-size: 98%;
    background-image: url('../CustomerFiles/Images/logo_aeldresagen.png');
}

    #logo:hover {
    }

.lifted-corners-card {
    background-color: #fff;
}


#page-content-wrapper {
    margin-top: 30px !important;
}



body {
    color: #111636;
    font-family: arial, verdana, sans-serif !important;

}

.background-color {
    background-color: #fff !important;
}

a {
    color: #ab2026; 
    text-decoration: none;
}

    a:hover, a:focus {
        color: #ab2026; 
        text-decoration: none;
    }

.button-color {
    background-color: #ab2026;
    border: 1px solid #ab2026;
    color: #fff !important;
	border-radius: 2.5rem;
    transition: none; 
    margin-top: 1px;
}

    .button-color:hover {
        background-color: #841519;
        border: 1px solid #841519;
        color: #fff !important;
  
    }

.unpaid-button-color {
    background-color: #ab2026;
    color: #fff;
}

.second-button-color {
    background-color: #ab2026;
    border: 1px solid #ab2026;
    color: #fff;
	border-radius: 2.5rem;
    margin-top: 1px;
}

    .second-button-color:hover {
        background-color: #841519;
        border: 1px solid #841519;
        color: #fff;
        margin-bottom: 1px;
    }

    .third-button-color {
        background-color: #ab2026;
        border: 1px solid #8b2126;
        color: #FFF;
        border-radius: 2.5rem;
        margin-bottom: 1px;
    }
    
        .third-button-color:hover {
            background-color: #ab2026;
            border: 1px solid #FFF;
            color: #B3B2B1;
            border-radius: 2.5rem;
            margin-bottom: 1px;
        
        }

.accept-color {
    background-color: #ab2026;
    color: #fff !important;
	border-radius: 2.5rem;
}

    .accept-color:hover {
        background-color: #8b2126;
        color: #fff !important;
    }

.cancel-color {
    background-color: #56565A;
    border: 1px solid #000;
    color: #fff;
	border-radius: 2.5rem;
}

    .cancel-color:hover {
        background-color: #7a7a7a;
		border: 1px solid #000;
        color: #fff;
    }


/* KUNDETILPASNINGER */

/* Miror removed menu item pending refunds  */
#sidebar-menuitem-PendingRefunds {
  display: none;
}

/* Fjerner køn på min profil - MSC: Task #32495 */

.birthDateAndCivilRegistrationPin + .radioContainer { 
    display: none; 
}

/* Fjern menu for pending refunds */



/*---TOP NAVIGATION BAR---*/

.navbar{
    border-top: 20px solid #192b37;
	border-bottom: 2px solid #192b37;
    max-height: 125px;
    
}
	
.navbar, .navbar-collapse {
    background-color: #fff !important;
	box-shadow: none;

}

.top-menu-button {
    background-color: #fff !important;
}

    .top-menu-button:hover {
        background-color: #fff !important;
    }

.top-menu-button-icon-bar {
    background-color: #808080 !important;
}

.top-menu-button:hover > .top-menu-button-icon-bar {
    background-color: #333333 !important;
}



.nav-button-color {
    background-color: #fff !important;
    color: #192b37 !important;
    font-size: 20px;
	/* border-bottom: 2px solid #fff; */
}

.nav-button-color:hover {
    background-color: #fff !important;
    color: #192b37 !important;
    font-size: 20px;
    text-decoration: underline;
	/* border-bottom: 2px solid #ab2026; */
}

.nav-button-text-color {
    color: #111636 !important;
    border-bottom: #192b37 !important;

}

    .nav-button-text-color:hover {
        color: #ab2026 !important;
        text-decoration: underline;
    }

#sidebar-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
	margin-top: 70px;
}
	
.sidebar-color {
    background-color: #fff !important;
}

.sidebar-button-color {
    background-color: #fff !important;
	border-bottom: 1px solid #192b37;
}

    .sidebar-button-color:hover {
        background-color: #fff !important;
        color: #333333 !important;
		border-bottom: 1px solid #000;
    }

.sidebar-button-text-color {
    color: #111636 !important;
}

    .sidebar-button-text-color:hover {
        color: #ab2026 !important;
        text-decoration: underline !important;
    
    }

.sub-items {
    background-color: #fff;
	box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
}

.sidebar-subitem-color {
	padding-left: 25px;
	border-bottom: 1px solid #192b37;
}

.sidebar-subitem-color:hover {
    background-color: #fff !important;
    color: #333333 !important;
/*	border-bottom: 2px solid #ab2026; */
}

.sidebar-subitem-text-color {
    color: #111636 !important;
}

    .sidebar-subitem-text-color:hover {
        color: #ab2026 !important;
        text-decoration: underline !important;
    }

.open-page, .open-page:hover {
    background-color: #fff!important;
    border-bottom: 1px solid #192b37 !important; 
}

    .open-page > a, .open-page > a:hover {
        color: #ab2026 !important;
    }

.ui-spinner-button {
    background-color: #ab2026;
    color: #fff !important;
}

    .ui-spinner-button:hover {
        background-color: #fff;
        color: #ab2026 !important;
    }

.link-on-background {
    color: #ab2026;
    text-decoration: none;
}

    .link-on-background:hover, .link-on-background:focus {
        color: #ab2026;
        text-decoration: underline;
    }

.link-on-card {
    color: #ab2026 !important;
    text-decoration: none;
    cursor: pointer;
}

    .link-on-card:hover, .link-on-card:focus {
        color: #ab2026;
        text-decoration: underline;
    }

.text-on-background {
    color: #808080;
}

.alreadyParticipating {
    background-color: green;
    color: #ffffff !important;
}

    .alreadyParticipating:hover {
        background-color: green !important;
        color: #ffffff !important;
    }


.cancelledParticipation, .waitingParticipant {
    background-color: darkgray !important;
    color: #fff !important;
}

    .cancelledParticipation:hover, .waitingParticipant:hover {
        background-color: darkgray !important;
        color: #fff !important;
    }

.section-headline, .section-headline2, .section-headline3 {
    background-color: #fff;
    color: #808080;
    text-align: left;
    text-indent: 5px;
    border-bottom: 1px solid #808080;
    padding-bottom: 5px;
}

.breadcrumb-color {
    background-color: #fff;
}

.breadcrumb-text-color {
    color: #ab2026 !important;
}

    .breadcrumb-text-color:hover, .breadcrumb-text-color:focus {
        color: #333333;
    }

.clickableBreadCrumb > .breadcrumb-text-color:hover {
    color: #ab2026 !important;
    cursor: pointer;
    text-decoration: none;
}

.breadcrumb-bottom-color {
    border-bottom: 5px solid #ab2026 !important;
}

.loading {
    width: 20px;
    height: 20px;
    right: -22px;
    background-image: url('../CustomerFiles/Images/ajax-loader.gif');
}

.big-loading {
    width: 50px;
    height: 50px;
    background-image: url('../CustomerFiles/Images/ajax-loader2.gif');
}


.top-menu-button {
    background-color: #fff !important;
    color: #192b37 !important;
}

.top-menu-button:hover {
    background-color: #fff !important;
    color: #274c64 !important;
}

.top-menu-button-icon-bar {
    background-color: #192b37 !important;
}

.top-menu-button:hover > .top-menu-button-icon-bar {
    background-color: #192b37 !important;
}

@media (max-width: 1150px){
    .navbar-toggler:hover {
        background-color: #fff !important;
    }
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
}




.dropdown-item {
    color: #192b37 !important;
    background-color: #fff;
}

.dropdown-item:hover {
    color: #ab2026 !important;
    background-color: #fff;
}

.dropdown-toggle {
    background-color:  #fff !important;
    color: #192b37 !important;
    border: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 16px !important;
  }
  
  .dropdown-toggle:hover {
    background-color:  #fff !important;
    color: #ab2026 !important;
    border-radius: 25px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  .dropdown-toggle:active {
    color:  #192b37 !important;
    background-color: #fff !important;
    border: none !important;
  }
  
  .dropdown-menu.show {
	background-color: #fff !important;
    color: #192b37 !important;
  }
  
  .dropdown-menu.end {
	background-color: #fff !important;
    color: #192b37 !important;
  }



  #moreSearchOptions {
    font-size: 14px !important;
    
  }

  .testEnvironmentBanner {
    padding: 5px;
    text-align: center;
    color: #fff;
    background-color: #FF8800;
    margin-top: 20px;
}

/* ændring af farve på fejlbesked efter ønske fra Michael Rask / Ældresagen */

.snackbar-danger {
    background-color: #841519 !important;
}

.snackbar-body {
    color: #fff !important;
}

#enterPersonInfoHeader > div > h1::after {
	content: " - hvis du ikke er medlem";
}


/* Styler tilmeldingsflow for personer med flere deltagertyper + søg på fødselsdag samt medlemsnummer */


.personmaster {
    color: #000 !important;
    background-color: #d1cfcf;
    border: none !important;
    border-radius: 0.5rem !important;
    margin-bottom: 5px;
}


.personmaster:hover {
    color: #000 !important;
    background-color: #d1cfcf!important;
    border: none !important;
    border-radius: 0.5rem !important;
    margin-bottom: 5px;
}

.pickedPerson {
    background-color: #b8eb9c !important;
}

/*

#birth-date-and-debtor-account-number-container > div > div.col-12.list-button.third-button-color.personmaster > div > div.fas.pt-1.pe-2.fa-check

*/


.personmaster > div > div.fas.pt-1.pe-2.fa-check {
    display: none !important;
}



/* Customer customization: Change text/strings for event sign-up flow, as requested by MR on 1/8-2024  */


.signupMaster[data-url="/Selvbetjening/GetMembershipOrganizations/"]::before {
    content: "Bookinghjælper – tilmeld andre"; /* Inserts the strings that Ældre Sagen preferred */
}
 
.signupMaster[data-url="/Selvbetjening/GetMembershipOrganizations/"] span {
    visibility: hidden; /* Hide the original text */
}

#sidebar-menuitem-RegisterMembers a {
    visibility: hidden;
    position: relative;
}

#sidebar-menuitem-RegisterMembers a:after {
    content: "Opret gæst";
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
}