@charset "UTF-8";

:root {
    --club-primary-color: rgb(215 189 104); /*#d7bd68*/
	--club-secondary-color: rgb(217 217 216);
    --club-background-color: rgb(12 36 55);
	--club-background-secondary-color: #2d4152;
	--club-header-color: #006987;
}

html {
  container-type: scroll-state;
  container-name: scroller;
}

md-toolbar:not(.md-menu-toolbar) {
    background-color: var(--club-background-color);
    color: var(--club-primary-color);
}

md-toolbar:not(.md-menu-toolbar) h2 {
    color: var(--club-primary-color);
}

md-select-value .md-text > md-icon,
md-option .md-text > md-icon {
	margin-right: 12px;
    top: -1px;
    position: relative;
}

md-menu-item>.md-button p {
    font-size: 13px;
}

.table-selection-menu-content .md-button:not([disabled]).md-focused:not(:hover) {
	background-color: transparent;
}

#club-title {
	background: white;
	position: sticky;
	top: 0;
	z-index: 3;
	padding: 12px 8px 10px;
	min-height: 46px;
    margin-top: 18px;
	font-weight: bold;
    font-size: 1.2em;
    line-height: 1.1em;
    text-align: center;
    margin: 8px 0;
}

@media(max-width: 599px), (max-height: 799px) {
	#club-outing-participants #club-title {
		position: static!important;
	}
}

.club-ring {
  /* change color here */
  color: #1c4c5b
}
.club-ring,
.club-ring div {
  box-sizing: border-box;
}
.club-ring {
  display: inline-block;
  position: relative;
  width: 52px;
  height: 52px;
}
.club-ring div {
	box-sizing: border-box;
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    color: var(--club-primary-color);
    margin: 8px;
    border: 2px solid currentColor;
    border-radius: 50%;
    animation: club-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}

.club-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.club-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.club-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes club-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
	
.club-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: transparent;
	z-index: 39;
	flex-direction: row;
	align-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
	justify-content: center;
    box-sizing: border-box;
    display: flex;
	color: var(--error-color);
    font-size: 22px;
    line-height: 1.1;
	font-weight: bold;
}

.club-backdrop-background {
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.club-backdrop-image {
	flex-direction: column;
	background-color: rgb(12 36 55 / 64%);
    color: var(--club-primary-color);
    font-weight: 200;
}

.club-backdrop-image img {
	width: 30vh;
}

.club-avatar {
    border-radius: 50%;
    box-sizing: content-box;
    height: 40px;
    width: 40px;
    overflow: hidden;
    display: inline-block;
}

.club-subtitle {
	font-weight: 600;
    font-size: 0.82em;
    line-height: 1.1em;
    text-align: center;
    margin: 8px 0;
	color: #7b7b7b;
    padding: 0 8px;
}

.club-subtitle > .layout-row {
	justify-content: center;
}

.club-post-outing-conditions h3 {
	color: var(--accent-button-hover)!important;
}

.club-post-outing-conditions p {
	color: #6c6c6c;
}

.club-post-outing-conditions-detailed {
	border-left: 4px #4050b4 solid;
    padding: 0px 0px 2px 12px;
    border-color: var(--accent-button-hover);
}

.club-more-count {
    white-space: nowrap;
	font-weight: 700;
}

.club-count:empty {
	opacity: 0;
}

.club-count:not(:empty) {
	border-radius: 50%;
    display: inline-block;
    text-align: center;
    transition: opacity .5s;
	opacity: 1;
    min-width: 8px;
    padding: 0 9px;
    height: 23px;
    white-space: nowrap;
    background-color: #ff5d92;
    color: rgba(255, 255, 255, .87);
    line-height: 23px;
    cursor: default;
}

.club-count.club-count-zero:not(:empty) {
	background-color: #aaaaaa;
	color: #737373;
}

.club-outings-count:not(.irrelevant-cell):not(:empty) {
	height: 20px;
    min-width: 20px;
    display: inline-flex;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    font-weight: 600;
	padding: 0 4px 0 3px;
    top: 1px;
	font-size: 13px;
    position: relative;/*
    border: 2px #6b7175 solid;
    color: #53585b;*/
    border: 2px #868a8e solid;
    color: #feffff;
	background-color: #868a8e;
}

.club-main-content {
    padding-bottom: 20vh;
	position: relative;
}

md-dialog.discipline-choices-dialog {
	max-width: 850px;
}

.club-discipline-choices .md-button td {
	padding: 6px;
}
	
.club-discipline-choices .md-button {
	display: table-row;
    padding: 25px 30px 20px 30px;
    background-color: #dfdfdfb3;
    border-radius: 8px;
	transition: background-color 0.05s;
	min-width: 300px;
}

.club-discipline-choices .md-button.active:not([disabled]):hover,
.club-discipline-choices .md-button.active {
	box-shadow: 0 0 1px 2px inset var(--club-header-color);
}

.club-discipline-choices .md-button.not-active {
	opacity: 0.6;
}

.club-discipline-choices .md-button[disabled] {
	    opacity: 0.3;
}

.club-discipline-choices .md-button md-icon {
	color: #000000bd;
}

.club-discipline-choices .md-button:not([disabled]):hover {
	box-shadow: 0 0 12px 0px inset #8080801a;
	color: #5766be!important;
    background-color: rgb(158 158 158 / 55%);
}
	
.club-table.ui-droppable {
    border: 3px dashed transparent;
}

.club-table.ui-droppable.ui-droppable-hover {
	border-color: orange;
}

.club-table .md-subheader {
	margin: 0 2px;
	background-color: rgb(240 240 241);
	top: var(--titleHeight)!important;
	padding: 8px;
	font-size: 16px;
	line-height: 20px;
	left: 0;
	font-weight: 500;
    position: relative;
	color: rgba(0, 0, 0, 0.54);
	z-index: 1;
}

.club-table.club-outing-table .md-subheader {
	background-color: rgb(29 137 29 / 11%);
	font-family: Oswald, sans-serif;
	color: var(--club-header-color);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

.club-table.club-outing-table thead {
    background-color: rgb(213 231 209);
}

.club-table.club-member-table .md-subheader {
	background-color: rgb(211 234 250);
}

.club-member-collection table tbody tr {
	height: 52px;
}

.club-table .md-subheader-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
    padding: 16px;
}

.club-table table {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: separate;
    border-spacing: 2px 1px;
	background-color: white;
	border: none;
}

.club-table .club-table-wrapper.collapse {
	overflow: hidden;
	transition: opacity linear 0.1s;
}

.club-table .club-table-wrapper.collapse {
    opacity: 0.4;
	filter: blur(0.4px);
}

.club-table .club-table-wrapper.collapse:not(.ng-animate) {
	height: 60px;
}

.club-table .club-table-wrapper.collapse table {
	pointer-events: none;
}

.club-table .club-table-wrapper.collapse-add thead,
.club-table .club-table-wrapper.collapse-remove thead,
.club-table .club-table-wrapper.collapse thead {
	position: static!important;
}

.club-table .club-table-wrapper tbody {
	transition: all linear 0.1s;
}

.club-table .club-table-wrapper.collapse tbody {
	filter: blur(1.5px);
    opacity: 0.5;
}

.club-table thead {
	background-color: rgb(230 231 234);
    /*background-color: #ffdc9b;*/
}

.club-table th,
.club-table thead {
	height: 48px;
}

.club-table th {
	user-select: none;
	font-weight: bold;
}

/*.club-table table {
  container-type: scroll-state;
  container-name: clubTable;
}
*/
/* NB: Pour le moment : Chrome seulement */
/*
@container clubTable scroll-state(scrollable: top) {
	.club-table thead. {
        box-shadow: 0 2px 10px -5px #c6c2c2eb;
        transition: box-shadow .8s;
    }
}
*/

.club-member-subtable table tbody tr[ng-click],
.club-table table tbody tr {
	cursor: pointer;	
}

.club-table.club-long-table table tbody tr:nth-child(even):not(:hover) {
	background-color: rgb(241 244 240 / 35%);
}

.club-table table tbody td[stop-propagation] {
	cursor: default;	
}

.club-table table tbody tr.not-publishable:not(:hover) td {
	background-color: #ffc3004a;
}

.club-table table tbody tr.hover-column {
	filter: drop-shadow(0px 2px 10px #a0a0a0);
    background-color: #edededed !important;
	transform: scale(1.05);
	transition: all 0.4s cubic-bezier(0.93, 0.15, 0, 1.31) 0.3s;
}

.club-table table tbody tr.hover-column-remove {
	transition: all 0.2s ease;
}

.club-member-subtable table tbody tr[ng-click]:hover,
.club-table table tbody tr:hover {
	background-color: rgb(240 241 244);
}

.club-table td.icon-column {
	white-space: nowrap;
}

.club-table td.icon-column md-icon {
	font-size: 20px;
}

@media(min-width: 960px) {
	
	.club-table td.icon-column md-icon {
		margin: 8px;
	}

}

@media(max-width: 599px) {
	
	.club-table .md-button:not(.md-icon-button) {
		margin: 12px 0;
		min-width: 48px;
	}
	
}
	
.club-table table .nowrap-column {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.club-table table .large-size-column {
	font-size: larger;
}

.club-table table .significant-column {
	font-weight: 500;
    color: #141468;
}

.club-table table .insignificant-column {
	color: #80808085;
}

.club-table table .long-text-column {
	line-height: .7em;
}

.club-table table td.long-text-column {
	cursor: text!important;
}

.club-table table .long-text-column p {
	font-size: 12px;
}

.club-table table .small-column {
	width: 80px;
	max-width: 100px;
}

.club-table table .medium-column {
	width: 110px;
	max-width: 110px;
}

.club-table table .date-column {
	width: 80px;
	max-width: 110px;
}

.club-table table .tel-column,
.club-table table .datetime-column {
	width: 140px;
	max-width: 140px;
}

.club-table table .name-column,
.club-table table .large-column {
	width: 160px;
	max-width: 160px;
}

.club-table table .email-column {
	width: 160px;
	max-width: 200px;
	font-size: .96em;
}

.club-table table p.club-member-comment {
	font-size: 12px;
	line-height: 1.1;
	margin: 0;
}

.club-table table th.orderer {
	position: relative;
}

.club-table table th.orderer::after {
	color: black;
	opacity: 0.7;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -12px;
    font-family: 'Material Symbols Rounded';
    font-weight: normal;;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    clip-path: padding-box;
	max-width: 24px;
    overflow: hidden;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.club-table table th.orderer:not(.reverse)::after {
	content: 'arrow_drop_down';
	bottom: -13px;
}

.club-table table th.orderer.reverse::after {
	content: 'arrow_drop_up';
	bottom: -10px;
}

.club-table table th {
	overflow-x: clip;
    text-overflow: ellipsis;
}

.club-table table th,
.club-table table td {
	padding: 2px 8px;
	line-height: 1;
}

@media(max-width: 399px) {
	.club-table table th,
	.club-table table td {
		padding: 2px 4px;
		max-width: 80px;
	}
	.club-table table td tel {
		font-size: smaller;
	}
}

@media(max-width: 459px) {
	.club-table table .small-column {
		width: 40px;
		max-width: 60px;
	}

	.club-table table .medium-column,
	.club-table table .date-column {
		width: 60px;
		max-width: 75px;
	}

	.club-table table .tel-column,
	.club-table table .datetime-column {
		width: 100px;
		max-width: 100px;
	}

	.club-table table .name-column,
	.club-table table .large-column {
		width: 100px;
		max-width: 100px;
	}

	.club-table table .email-column {
		width: 100px;
		max-width: 100px;
	}
}

.club-table table th:not(.center):not(.right),
.club-table table td:not(.center):not(.right) {
	text-align: left;
}

.club-table .md-button:not(.md-icon-button) md-icon {
    color: grey;
    font-size: 19px;
    top: 1px;
    position: relative;
}

.club-table table td md-switch {
	display: inline-flex;
    margin: 0;
}

/*
.club-table table td.club-table-selection md-switch.md-checked:not([disabled]) .md-bar {
	background-color: rgb(128 130 90 / 50%);
}
*/

.club-table td .club-member-item-icon md-icon.md-16 {
    top: -1px;
    position: relative;
}

.club-table table td md-checkbox {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.club-table .md-button:not(.md-raised):not([disabled]).md-focused,
.club-table .md-button:not(.md-raised):hover {
    background-color: rgb(203 203 203 / 7%);
}

.club-table-header md-input-container {
	margin: 0!important;
}

md-list md-list-item md-input-container .md-errors-spacer,
.club-table-header md-input-container .md-errors-spacer {
	display: none!important;
}

.club-table-header .md-subheader-inner {
    max-width: calc(100vw - 16px * 6);
}

.club-table-header .md-subheader-content > * {
	margin-right: 1%;
}

.club-table-header .md-subheader-content .md-slider-content {
    top: -5px;
}

.club-table-header > div {
    max-width: calc(100vw - 32px);
	margin-left: auto;
	margin-right: auto;
}

th.club-table-selection.table-selection-enable {
    background-color: #e8e51463;
}

@media (min-width: 600px) {
	.club-table-selection {
		width: 64px;
	}
}

.club-table {
	font-size: 12px;
	min-width: min-content;
	position: relative;
}

@media (max-width: 599px) {
	.club-table thead {
		font-size: 10px;
	}
}

.club-table-empty {
	padding: 16px 16px 0;
    text-align: center;
	margin-bottom: 46px
}

[member-item].layout-wrap md-list-item {
	flex-wrap: wrap;
}

[member-item].layout-wrap ng-transclude {
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.club-member-item-icon {
    cursor: default;
    opacity: 0.7;
}

.md-button:not([disabled]) .club-member-item-icon {
    cursor: pointer;
}

md-list .club-member-item-icon {
    color: #006987;
    top: -1px;
    position: relative;
}

md-list .club-supervisor-item-icon {
    color: var(--accent-button);
}

.club-participant-table .md-subheader-content small {
	font-weight: 400;
    color: #808080b8;
}

.club-participant-table .club-pending-participant td a[href],
.club-participant-table .club-pending-participant {
    color: var(--warn-button-hover);
}

.club-member-comments {
	list-style-type: disc;
    padding: 8px 32px;
}

.club-member-comments li {
    margin: 20px 12px;
}

.club-member-comment {
	text-align: left;
	white-space: pre-line;
	font-style: italic;
    color: #133593;
    font-size: 16px;
	width: 100%;
	line-height: 1.1;
	margin: 0;
}

.club-member-comment:not(:empty)::before {
	content: '“';
	padding-right: 2px;
}

.club-member-comment:not(:empty)::after {
	content: '”';
    padding-left: 2px;
}

[member-item-icons] {
	font-size: 12px;
	color: grey;
}

[member-item-icons] .club-member-item-icon {
	margin-right: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    line-height: 0.8;
}

[member-item-icons] .club-member-item-icon md-icon {
	margin-right: 4px;
	margin-top: 2px;
}

.club-member-card md-card md-card-header {
	position: sticky;
    top: 0;
    z-index: 2;
    background-color: white;
    box-shadow: 0px -5px 3px 9px white;
    border-bottom: 1px white solid;
}

.club-member-card md-card md-card-header md-card-avatar+md-card-header-text {
	max-height: none;
}

.club-member-card md-card-content .md-headline {
	font-size: 20px;
    line-height: 1;
    margin: 32px 0 16px;
}

.club-member-card md-card md-card-header .md-subhead strong {
	font-weight: 500;
}

.club-member-subtable.club-member-history {
    font-size: 80%;
}
.club-member-subtable table small em {
	font-weight: 500;
}

.club-member-subtable table .club-member-comment-content em {
	color: #5b5b5b;
}

.club-member-subtable table {
	border-collapse: collapse;
    margin-bottom: 3em;
	margin-top: 1em;
    width: 100%;
}

.club-member-subtable table thead {
	border-bottom: 1px #d6d6d6 dashed;
    font-size: 0.72em;
}

.club-member-subtable.club-member-practices table tbody tr {
	height: 36px;
}

.club-member-subtable table thead th {
	font-weight: 500;
}

.club-member-subtable table thead th,
.club-member-subtable table tbody td {
	padding: 6px 13px;
	line-height: 1;
}

.club-member-subtable .club-future-outing {
	color: var(--warning-color);
}

.club-member-subtable .club-last-seasons-outing {
	opacity: 0.4;
    font-style: italic;
}

.club-member-subtable .club-table-empty {
    text-align: left;
	color: rgb(0 0 0 / 39%);
}

.club-member-subtable .club-member-comment-content {
	cursor: default;
	width: 20%;
    min-width: 200px;
    line-height: 1;
    font-size: smaller;
}

.club-member-subtable .club-member-comment {
	font-size: 14px;
}
/*
member-practices table tbody tr,
member-outing-discipline-history table tbody tr,
member-outing-history table tbody tr {
	height: 42px;
}
*/
@media(min-width: 600px) {

	md-autocomplete.club-member-search {
		min-width: 560px;
		height: 64px;
		max-width: 600px;
	}

	md-autocomplete.club-member-search md-autocomplete-wrap {
		height: 64px!important;
	}

	md-autocomplete.club-member-search input:not(.md-input) {
		max-width: 480px;
		padding-left: 40px;
		height: 60px;
		font-size: 24px;
	}

	md-autocomplete.club-member-search input:not(.md-input)::placeholder {
		font-size: 20px;
	}
	
	md-autocomplete.club-member-search.autocomplete-focus input:not(.md-input)::placeholder {
		font-size: 19px;
	}

	md-autocomplete.club-member-search .md-show-clear-button button {
		height: 40px;
		width: 40px;
	}

	md-autocomplete.club-member-search .md-show-clear-button button md-icon {
		transform: translate3d(-50%, -50%, 0) scale(1.2);
	}
	
}

@media (max-width: 599px) {
	md-autocomplete.club-member-search.autocomplete-focus input:not(.md-input)::placeholder {
		fsont-size: 12px;
	}
}

.club-member-suggestions {
	background-color: #fdfcf8;
}

.club-member-suggestions.md-autocomplete-suggestions-container {
    max-height: 42vh !important;
    height: auto !important;
    min-height: 96px !important;
}

md-virtual-repeat-container.club-member-suggestions.md-autocomplete-suggestions-container {
    height: 42vh !important;
}

.club-member-suggestions.md-autocomplete-suggestions-container.md-not-found {
    min-height: auto !important;
}

.club-member-suggestions .md-autocomplete-suggestions .md-autocomplete-suggestion:not(.md-not-found-wrapper) {
	padding-bottom: 0;
    padding-top: 8px;
}

.club-member-suggestions .md-autocomplete-suggestions .md-autocomplete-suggestion:not(.md-not-found-wrapper) md-list-item {
    padding: 16px 0 24px;
}

.club-member-suggestions .md-autocomplete-suggestions .md-autocomplete-suggestion:not(.md-not-found-wrapper) md-list-item .md-secondary-container {
	margin-left: 16px;
}


.club-member-suggestions .md-autocomplete-suggestion {
    border-bottom: 1px solid #ffffff36;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: normal;
}

.club-member-suggestions .md-autocomplete-suggestion:last-child {
	border-bottom-width: 0;
}

.club-member-suggestions md-list-item {
	border-bottom: 1px dotted #80808030;
}

.club-member-suggestions md-list-item.md-2-line .md-list-item-text h3,
.club-member-suggestions md-list-item.md-3-line .md-list-item-text h3 {
	font-weight: 600;
}

@media(max-width: 399px) {
	
	.club-member-suggestions .md-autocomplete-suggestions .md-autocomplete-suggestion:not(.md-not-found-wrapper) md-list-item {
		padding-top: 0;
		padding-bottom: 0;
	}

	.club-member-suggestions md-list-item.md-2-line .md-list-item-text h3,
	.club-member-suggestions md-list-item.md-3-line .md-list-item-text h3 {
		font-size: 13px;
	}
	
	.club-member-suggestions md-list-item.md-2-line .md-list-item-text h4,
	.club-member-suggestions md-list-item.md-3-line .md-list-item-text h4 {
		font-size: 12px;
	}
	
	.club-member-suggestions md-list-item.md-2-line .md-list-item-text p
	.club-member-suggestions md-list-item.md-3-line .md-list-item-text p {
		font-size: 11px;
	}
	
}

.club-member-suggestions md-list-item.md-2-line .md-list-item-text h3 small,
.club-member-suggestions md-list-item.md-3-line .md-list-item-text h3 small {
	font-weight: 300;
	position: relative;
    top: -2px;
    color: #6c6c6c;
}

.club-member-suggestions md-list-item._md-button-wrap>div.md-button:first-child {
	padding-top: 12px;
	padding-bottom: 12px;
}

md-dialog.club-outing-card {
	max-width: 950px;
}

md-dialog.club-outing-card:not(.md-dialog-fullscreen) {
	height: 80vh !important;
}

md-dialog.club-outing-card md-card-title {
	padding-top: 8px;
}

md-dialog.club-outing-card .club-outing-in-outing md-card-header {
	padding: 0;
}

md-dialog.club-outing-card md-card-header p {
	margin: 0!important;
}

md-dialog.club-outing-card .club-outing-in-outing .md-title {
	margin-bottom: 0!important;
}

md-dialog.club-outing-card .md-dialog-content {
	padding-top: 0;
}

md-dialog.club-outing-card .club-outing-in-outing .md-dialog-content {
	padding-top: 12px;
}

md-dialog.club-outing-card .md-dialog-content p:not(.club-member-comment) {
    font-size: 13px;
    line-height: 1.5;
    margin: 1em 0;
}

md-dialog.club-outing-card .md-dialog-content h3 {
    color: var(--club-background-secondary-color);
    font-size: 16px;
    margin: 1em 0;
	font-weight: 600;
}

md-dialog.club-outing-card .club-outing-notes {
	margin-top: 80px;
}

md-dialog.club-outing-card [outing-clauses] md-list-item>md-icon:first-child:not(.md-avatar-icon) {
	margin-right: 8px;
    margin-top: 13px;
}

md-dialog.club-outing-card .club-photo {
	padding: 2px;
    height: 128px;
    width: 128px;
}

@media (max-width: 599px) {
	md-dialog.club-outing-card .club-photo {
		height: 30vw;
        width: calc(50% - 4px);
	}
}

md-dialog.club-outing-card .club-photo .club-thumbnail {
	display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    user-select: none;
}

