div.card-pathway {
    margin-right: 0.4em;
    margin-left: 0.4em;
    font-size: 16px;
    max-height: calc(100vh - 100px);
}
div.card > div.card-title-pathway {
    font-size: 20px;
}

div.card-title-pathway > div.card-title-img {
    background-image: url("../../shared/assets/img/home_menu_pathway_nobg.svg");
    background-repeat: no-repeat;
}

div.card-title-pathway > div.card-title-img.card-title-img-form {
    background-image: url("../../shared/assets/img/home_menu_forms_nobg.svg");
    background-repeat: no-repeat;
}

/* CALL TO ACTION BUTTONS */
div.pathway-cta-buttons-container {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}
div.pathway-cta-button {
    position: relative;
    width: 25%;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    align-items: center;
    padding: 8px;
    background: var(--secondary-color);
    border-radius: 10px;
    box-shadow: 1px 2px 2px 3px rgb(3 37 49 / 7%);
    font-size: 11px;
}
md-icon.pathway-cta-icon {
    width: 24px;
    height: 24px;
    color: var(--primary-color);
    margin: 0;
    margin-bottom: 8px;
}
div.pathway-cta-button div.cta-btn-text {
    text-align: center;
    max-width: 100%;
    overflow: hidden;
}
/* TODO: RENAME IT */
.pathway-new-indicator {
    position: absolute;
    z-index: 9;
    top: -11px;
    right: -11px;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 12px;
    line-height: normal;
    background-color: #FFC400;
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, red 0%, #FFC400 100%, yellow 95%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, red, #FFC400);
    background-image: radial-gradient(45px 45px 45deg, circle cover, red 0%, #FFC400 100%, yellow 95%);
    box-shadow: -3px 3px 4px 1px rgb(0 0 0 / 15%);
}

div.no-pathway{
    padding: 30px;
    font-size: 20px;
}
div.pathway-item {
    width:5%;
    min-height: 0px;
    background-image: url("../../shared/assets/img/pixel_e7e8e9.png");
    background-position: 0px 0px;
    background-size: 10px 10px;
    background-repeat: repeat-y;
    padding:5px 2px 0px 2px;
	height: 100%;
    position: absolute;
    z-index: 0;
    left: -9px;
    top: 0px;
}

div.pathway-end {
    width:100%;
    min-height: 35px;
    background-image: url("../../shared/assets/img/pathway_end.png");
    background-position: 79px 0px;
    background-size: 10px 35px;
    background-repeat: no-repeat;
}

div.pathway-item.pathway-item-current {
    background-image: url("../../shared/assets/img/pathway_background_half.png");
    background-position: 79px 75%;
    background-size:auto;
    background-repeat: no-repeat;
}

div.pathway-date-container {
    text-align: center;
	position: relative;
    top: 10px;
}
div.pathway-date {
    font-size: 14px;
    font-weight: bold;
}

div.pathway-time {
    font-size: 10px;
    color: #aaa;
}

div.pathway-content-container {
    display:inline-block;
    line-height: 1.4;
	position: relative;
	z-index: 1;
	margin-left: 23px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 29px;
	overflow-wrap: break-word;
	width: 65%;
	padding-bottom: 11px;
	    min-height: 70px;
}

body.layout-landscape div.pathway-content-text {
}
div.pathway-content-title {
    font-size: 12px;
    color: #525252;
}
div.pathway-content-title.title-grey {
    color: #aaa;
}
div.pathway-content-title.title-error {
    color: darkred;
}
div.pathway-content-subtitle {
    font-size: 12px;
    color: #aaa;
}
div.pathway-content-error {
    font-size: 14px;
    color: darkred;
}

div.pathway-content-action {
    font-size: 11px;
    background-color: #e6e6e6;
    color: #949494;
    padding: 4px 6px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

div.pathway-content-action.multiple {
    margin-top: 10px;
    font-size: 1.1em;
    padding: 6px 9px;
}

body.layout-landscape div.pathway-content-action.multiple {
    margin-top: 10px;
}

body.layout-landscape div.pathway-content-action {
    vertical-align: top;
    margin-top: 5px;
    margin-left: 30px;
}

div.pathway-spot {
	position: absolute;
    display:inline-block;
	float: left;
	z-index: 2;
    width: 40px;
    height: 40px;
	left: -24px;
	top: 11%;
	z-index: 4;
    background-image: url("../../shared/assets/img/pathway_spot_empty.svg");
    background-size: 40px 40px;
    vertical-align: top;
    background-repeat: no-repeat;
}
div.pathway-spot.complete {
    background-image: url("../../shared/assets/img/pathway_spot_complete.svg");
}
div.pathway-spot.complete.expired {
    background-image: url("../../shared/assets/img/pathway_spot_expired.svg");
}
div.moments.rotate {
	transform: rotate(90deg);
}
div.pathway-spot.quiz {
    background-image: url("../../shared/assets/img/pathway_spot_form.svg");
	left: -16px;
	background-size: 25px;
	width: 25px;
    height: 25px;
}
div.pathway-spot.quiz.complete {
    background-image: url("../../shared/assets/img/pathway_spot_form_complete.svg");
	left: -16px;
    top: 25px;
	background-size: 25px;
	width: 25px;
    height: 25px;
}
div.pathway-spot.quiz.expired {
    background-image: url("../../shared/assets/img/pathway_spot_form_complete.svg");
	left: -16px;
    top: 25px;
	background-size: 25px;
	width: 25px;
    height: 25px;
}
div.pathway-spot.doc {
    background-image: url("../../shared/assets/img/pathway_spot_doc.svg");
	left: -16px;
	background-size: 25px;
	width: 25px;
    height: 25px;
}
div.pathway-spot.doc.complete {
    background-image: url("../../shared/assets/img/pathway_spot_doc_complete.svg");
	left: -16px;
    top: 25px;
	background-size: 25px;
	width: 25px;
    height: 25px;
}
div.pathway-spot.doc.expired {
    background-image: url("../../shared/assets/img/pathway_spot_doc_complete.svg");
	left: -16px;
    top: 25px;
	background-size: 25px;
	width: 25px;
    height: 25px;
}
div.pathway-spot.appointment {
    background-image: url("../../shared/assets/img/pathway_spot_appointment.svg");
}
div.pathway-spot.appointment.complete {
    background-image: url("../../shared/assets/img/pathway_spot_appointment_complete.svg");
}
div.pathway-spot.today-empty {
    background-image: url("../../shared/assets/img/pathway_spot_today.svg");
    background-position: -1px 0px;
}
div.pathway-spot.inpatient {
    background-image: url("../../shared/assets/img/pathway_spot_inpatient.svg");
}
div.pathway-spot.inpatient.complete {
    background-image: url("../../shared/assets/img/pathway_spot_inpatient_complete.svg");
}

/*Ajout Css pour la chirurgie*/


/*cutom css*/

div.pathway-content-container.background {
	background-color: #f2f3f3;
    min-height: 98px;
}
.background.before {
    background-color: #00a1c7;
}
.background.today {
    background-color: #2a57a7;
    min-height: 110px;
}
.background.after {
    background-color: #81c516;
}
div.pathway-date-time.color {
	color: white;
}
div.moments {
    display: flex;
    justify-content: center;
	color: white;
}


/*
Copyright 2018 Google LLC. All Rights Reserved.
Use of this source code is governed by an MIT-style license that can be found
in the LICENSE file at http://material.angularjs.org/HEAD/license.
*/
