/* Add AdventureHero specific styles in this file */

div.ui.secondary.menu .secondary-active {
    background:  none;
    color:  #29bb9c !important;
}

/* Styles for the date picker in the booking widget */
.booking.date.picker tbody .link:not(.disabled) {
    background: rgba(8.6%, 47.1%, 76.1%, .5);
}

.booking.date.picker tbody .link:not(.disabled):hover {
    background: rgba(8.6%, 47.1%, 76.1%, .8) !important;
}

.booking.date.picker tbody .active.link {
    background: rgb(8.6%, 47.1%, 76.1%) !important;
    color: white;
}
.ui.vertical.inverted.labeled.inline.icon.thin.menu.left > a > i {
    margin: 0 10px 0 0 !important;
}

.ui.vertical.inverted.labeled.inline.icon.thin.menu.left > span > i {
    margin: 0 10px 0 0 !important;
}

/* Jag är hemskt ledsen, men vafan ska jag göra */
#sidebar-feature-icon {
	font-size: 1.3em !important;
}

/* TODO: use these colors when other components are updated to AH colors s*/
/*.booking.date.picker tbody .link:not(.disabled) {
    background: rgba(8.6%, 75%, 62%, .3);
}

.booking.date.picker tbody .link:not(.disabled):hover {
    background: rgba(8.6%, 75%, 62%, .6) !important;
}

.booking.date.picker tbody .active.link {
    background: rgba(8%, 75%, 62%, .9) !important;
    color: white;
}*/

.ui.vertical.inverted.labeled.inline.icon.thin.menu::-webkit-scrollbar {
    display: none
}

.styleH1BookingPageLink:hover {
    text-decoration: none;
}
