@charset "UTF-8";

/*hw 17.03.2023
.tile.TerminAnfrage{
	padding:30px;
}*/

.tile.TerminAnfrage .content>div.r1,
.tile.TerminAnfrage .content>div.r2
	{
	_padding: 1vh 2vw 1vh 2vw;
	_width: 100%;
	_box-sizing: border-box;
}

.tile.TerminAnfrage div.r1 {
	font-size:1.1em;
}

.tile.TerminAnfrage div.r2 {

}

/*CTK
6cb60d gruen
 rgba(108, 182, 13, 1)
e9ece3 hellgrau background

2aacd8 blau
 rgba(42, 172, 216, 1)

*/
.ctk fieldset.dates>h5 {
	padding: 10px;
	margin: 0px;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 1.5em;
}

.ctk  fieldset.dates>span {
	display: inline-block;
	margin: 5px;
	font-size: 1.2em;
	text-align: center;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9
		), color-stop(1, #e9e9e9));
	background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',
		endColorstr='#e9e9e9', GradientType=0);
	background-color: #f9f9f9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #666666;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

.ctk #dialog div.dates>span:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9
		), color-stop(1, #f9f9f9));
	background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',
		endColorstr='#f9f9f9', GradientType=0);
	background-color: #e9e9e9;
	font-weight: 700;
	background-color: rgba(108, 182, 13, 0.2);
	color: #6cb60d;
}

.ctk #dialog fieldset.dates>span:nth-child(2n) {
	background-color: rgba(108, 182, 13, 0.1);
}

/* subAccordions */
.ctk div#dialog div.accordion h4.ui-state-active {
	background-color: #0a92db;
}

.ctk div#dialog div.accordion h4 {
	background-color: #cbecfe;
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}

/* ausgewählte Terminanfrage-Detail-Liste */

/*.tile.TerminAnfrage .terminAnfrageMsg {
	padding: 0.5em 1em;
	margin-bottom: 1em;
	color: #336600;
	background-color: #dcf795;
}*/

.tile.TerminAnfrage .terminAnfrageMsg.error {
	color: #800000;
	background-color: #FF7777;
}

.tile.TerminAnfrage #patData .inputError {
	background-color: #FF7777;
}

.tile.TerminAnfrage #patData:not(.UePpTerminAnfrageFinishForm_medpaper) label:not(.form-check-label) {
	
	
}


.tile.TerminAnfrage #patData.addressKnown .hideIfAddressIsKnown,
.submenu.tile.TerminAnfrage #patData.addressKnown .internalHidden {
	display:none;
}

/*
.terminAnfrageMsg {
	display: none; !* wird dynamisch eingeblendet *!
}
*/

.tile.TerminAnfrage div.r2>div>h4 {
	text-align: center;
}
.tile.TerminAnfrage div.r2 ul{
	margin:0px;
	padding:0px;
	text-align:center;
}

.tile.TerminAnfrage div.r2 ul li {
	position: relative;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	margin: 0px 1vw 1vw 0vw;
	width: 11vw;
	height: 11vw;
	cursor: pointer;
	border-radius: 10px;
	border: 1px solid #6cb60d;
}

.tile.TerminAnfrage div.r2 ul li:hover {
	background-color: rgba(108, 182, 13, 0.1);
}

.tile.TerminAnfrage div.r2 ul li i.fa,
.tile.TerminAnfrage div.r2 ul li span.mi,
.tile.TerminAnfrage div.r2 ul li span.fa
	{
	font-size: 4em;
	padding-top: 10%;
	display: inline-block;
	color: #6cb60d;
}

.tile.TerminAnfrage div.r2 ul li > h5,
.tile.TerminAnfrage div.r2 div.card h5{
	
	box-sizing: border-box;
	width: 100%;
	
	padding: 10px;
	margin: 0px;
	font-size: 1.5rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	/* hyphens */
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
	line-height:1.2em;
}
.tile.TerminAnfrage div.r2 ul li > span:not(.mi) {
    font-size: 14px;
    display: block;
    line-height: 1.2em;
    position: absolute;
    bottom: 10px;
    width:100%;
    hyphens:auto;
}


.tile.TerminAnfrage .content>div.r2>div#patData  label {
	display: inline-block;
	margin-right: 5px;
	width: 200px;
	text-align: right;
}
/*Nutzungsvereinbarung*/
#btnNutzungsbedingungen > button{
	font-size:20px;
}
#modalNutzung .modal-body,
#modalNutzung .modal-footer{
	font-size:initial;
	line-height:initial;
}

#patData .form-check-input[type="checkbox"]:checked + label::before{
	border-top: 4px solid transparent;
	border-right: 4px solid #4285f4;
	border-bottom: 4px solid #4285f4;
	border-left: 4px solid transparent;
}


#dialog>div>div.r2>fieldset {
	margin: 20px 0px 20px 0px;
}

#dialog>div>div.r2>fieldset>legend {
	padding: 10px;
	font-size: 1.2em;
	font-weight: 700;
	/*background-color:rgba(108, 182, 13, 0.2);*/
	background-color: rgba(255, 255, 255, 0.2);
}

/* CG20241223 vermutlich nicht mehr benötigt (wo sind noch inputs in Terminanfrage? sollte alles medpaper sein!) -> wegen Quereffekten zu \Nomic\PatPortal\TerminAnfrage\ExternalFormularIntegration::getIntegHtml_valantic entfernt, bei Bedarf Selektor genauer machen, um Konflikte zu vermeiden!)
/*.tile.TerminAnfrage .content>div>div  input {*/
/*	border: 1px solid #909090;*/
/*	font-size: 1.8em;*/
/*	text-align: center;*/
/*	font-family: inherit;*/
/*	max-width: 90%;*/
/*}*/

.tile.TerminAnfrage .content div.dates {
	display: inline-block;
	margin: 0px 1vw 1vw 0vw;
	width: 14vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: top;
}

.tile.TerminAnfrage .content div.dates>h5 {
	padding: 20px;
	margin: 20px 10px 0px 10px;
	font-size: 1.2em;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
}

.tile.TerminAnfrage .content div.dates>span {
	display: block;
	padding: 20px;
	font-size: 2em;
	text-align: center;
}

.tile.TerminAnfrage .content div.dates>span:nth-child(2n) {
	background-color: rgba(236, 102, 8, 0.3);
}

.tile.TerminAnfrage .content div.dates>span:hover {
	font-weight: 700;
	background-color: #ec6608;
	color: #ffffff;
}

.tile.TerminAnfrage fieldset.dates>span {
	display:inline-block;
	padding:5px;
	margin:3px;
	border: 1px solid #a0a0a0;
	font-size: 0.9em;
	font-family:arial;
	cursor: pointer;
	background: #e0e0e0;
}
.tile.TerminAnfrage fieldset.dates>span:hover {
	color: var(--btn-primary-hover-text) !important;
	background: var(--accordion-hover-bg);
}

/* CG20210318 Anmerkung: das sollten eher Buttons sein, als spans... (s.a. JS) */
.tile.TerminAnfrage fieldset.dates>span[disabled] {
	color:#888;
	cursor:default;
	background: #f0f0f0;
}

.tile.TerminAnfrage fieldset.dates>span>span{
	font-size:0.8em;
}


/*.tile.TerminAnfrage #patData.UePpTerminAnfrageFinishForm_medpaper #missingMandatoryMsg,*/
.tile.TerminAnfrage #patData.UePpTerminAnfrageFinishForm_medpaper #ajaxUploadErrorMsg {
	text-align: center;
	/*font-size: 1.2em;*/
	display:none; /* immer mit ausgeben, erst Einblenden, wenn Pflichtfeldprüfung fehlende Angaben ermittelt */
	background:#f55 !important;
	background-image:-webkit-gradient(linear,left top,left bottom,from( #f55 ),to( #f14848 )) !important;
	color: white;
	padding:0.2em;
	max-width:75%;
	margin: 0.5em auto 0 auto;
}
/* CG20231004 #missingMandatoryMsg auf bootstrap umgestellt */
/*.tile.TerminAnfrage #patData.UePpTerminAnfrageFinishForm_medpaper #missingMandatoryMsg button#showMissingMandatory {*/
/*	display:none; !* CG20190917 nicht notwendig, wirkt nicht funktionierend -> erstmal ausblenden... *!*/
/*	width:auto;*/
/*	font-size:1em;*/
/*	margin-left:1em;*/
/*	color:white;*/
/*	!* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f28f7b+0,ed2300+49,f48269+100 *!*/
/*	background: #f28f7b; !* Old browsers *!*/
/*	background: -moz-linear-gradient(top,  #f28f7b 0%, #ed2300 49%, #f48269 100%); !* FF3.6-15 *!*/
/*	background: -webkit-linear-gradient(top,  #f28f7b 0%,#ed2300 49%,#f48269 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*	background: linear-gradient(to bottom,  #f28f7b 0%,#ed2300 49%,#f48269 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28f7b', endColorstr='#f48269',GradientType=0 ); !* IE6-9 *!*/
/*}*/

/*.tile.TerminAnfrage #patData.UePpTerminAnfrageFinishForm_medpaper #missingMandatoryMsg button#showMissingMandatory:hover {*/
/*	!* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d87c6e+0,d31f00+49,db6a60+100 *!*/
/*	background: #d87c6e; !* Old browsers *!*/
/*	background: -moz-linear-gradient(top,  #d87c6e 0%, #d31f00 49%, #db6a60 100%); !* FF3.6-15 *!*/
/*	background: -webkit-linear-gradient(top,  #d87c6e 0%,#d31f00 49%,#db6a60 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*	background: linear-gradient(to bottom,  #d87c6e 0%,#d31f00 49%,#db6a60 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d87c6e', endColorstr='#db6a60',GradientType=0 ); !* IE6-9 *!*/
/*}*/

/* CG20220329 Paging für Terminanfrage */
.tile.TerminAnfrage .terminChoiceRow button {
	display:none;
}

.tile.TerminAnfrage .terminChoiceRow.activePaging button {
	display:inline;
}

.tile.TerminAnfrage .terminChoiceRow.activePaging span {
	text-decoration: underline;
	cursor: pointer;
}

.tile.TerminAnfrage .terminChoiceRow.activePaging span:hover {
	color:black;
	background-color: #cccccc;
}

@media ( max-width :1500px) {
	
	
	#dialog .tile.TerminAnfrage div.r2 ul li i.fa,
	#dialog .tile.TerminAnfrage div.r2 ul li span.mi,
	#dialog .tile.TerminAnfrage div.r2 ul li span.fa{
		font-size:3em;
	}
	
	#dialog .tile.TerminAnfrage div.r2 ul li > h5{
		padding:5px;
	}
	
	#dialog .tile.TerminAnfrage div.r2 ul li > span:not(.mi){
		
	}
	#dialog .tile.TerminAnfrage>div.r1 ul li.sel {
		font-size:0.9em;
		/* hyphens */
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		word-break: break-word;
	}
	
	
	.tile.TerminAnfrage div.r2 ul li {
		line-height:1.1em;
		width: 14vw;
		height: 14vw;
	}
	
}


@media ( max-width :700px) {
	
	div.r1{
		width:100%;
	}
	
	.tile.TerminAnfrage div.r1,
	.tile.TerminAnfrage div.r1>div,
	.tile.TerminAnfrage div.r2,
	.tile.TerminAnfrage div.r2>div {
		width:100%;
		margin:0;
	}
	.tile.TerminAnfrage div.r1 ul {
		padding: 0px;
		list-style: none;
	}
	.tile.TerminAnfrage div.r1 ul li.sel {
		margin:5px;
		padding: 2px 10px 2px 10px;
		font-size: 0.8em;
		display:inline-flex;
		border:1px solid #606060;
		width:40%;
		min-height:3em;
		line-height:1.5em;
		overflow:hidden;
	}
	.tile.TerminAnfrage div.r2 > div > h4{
		margin:0;
	}
	.tile.TerminAnfrage div.r2 ul {
		padding: 0px;
	}
	.tile.TerminAnfrage div.r2 ul li {
		display:flex;
		width: 92vw;
		height: auto;
		text-align: left;
		line-height:2em;
		background:rgba(255,255,255,0.5);
	}
	.tile.TerminAnfrage div.r2 ul li i.fa,
	.tile.TerminAnfrage div.r2 ul li > span.mi{
		font-size: 3em;
		margin:10px;
		padding: 0;
		margin-bottom:30px;
	}	
	.tile.TerminAnfrage div.r2 ul li >h5 {
		position:relative;
		display: inline;
		vertical-align:super;
		margin:0px 0px 55px 0px;
		padding:0px;
		font-size: 1.3em;
		width: auto;
		background:none;
		/* hyphens */
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		word-break: break-word;
		text-align:left;
	}
	.tile.TerminAnfrage div.r2 ul li > span:not(.mi){
		width:auto;
		margin-left:85px;
	}
	
	

	/* Terminanfrage */
	#dialog .tile.TerminAnfrage .content>div.r1,
	#dialog .tile.TerminAnfrage .content>div.r2{
		width: 99vw;
	}
	.tile.TerminAnfrage .content>div.r2>div#patData  label {
		display: block;
		text-align: left;
	}
	
	
	
	#dialog .tile.TerminAnfrage>div.r1 ul li.sel {
		width:auto;
		
	}
	#dialog .tile.TerminAnfrage .content>div>div input {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	#dialog .tile.TerminAnfrage .content>div>div input.small {
		width: 20%;
		display: block;
	}
	#dialog .tile.TerminAnfrage .content div.dates {
		margin: 3px;
		width: 44%;
		text-align: center;
	}
	
	#dialog .tile.TerminAnfrage>h4 {
		margin: 0px;
	}
	
	#dialog .tile.TerminAnfrage #dialog>div>div label {
		display: block;
		text-align: left;
	}
	#dialog .tile.TerminAnfrage #dialog>div>div input {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	#dialog .tile.TerminAnfrage #dialog>div>div input.small {
		width: 60%;
		display: block;
	}
	#dialog .tile.TerminAnfrage #dialog div#versart>div, #dialog div#massnahme>div {
		width: 100%;
	}
	#dialog .tile.TerminAnfrage #dialog div.dates {
		margin: 3px;
		width: 44%;
		text-align: center;
	}
	#dialog .tile.TerminAnfrage #dialog .sel {
		padding: 2px 10px 2px 10px;
	}
	#dialog .tile.TerminAnfrage #dialog .sel>span {
		display: inline-block;
	}
}

/* C4-Layout-Details zur Terminanfrage aus Barrys Entwurf */

/* Termin-Anfrage cards */

/* Termin-Anfrage - MD Stepper customized code */
.c4Tile.TerminAnfrage .md-stepper-horizontal .md-step {
	text-decoration: none;
	box-shadow: none;
	padding-top: 24px;
	padding-bottom:24px;
	padding-right: 0;
	padding-left: 0;
}
.c4Tile.TerminAnfrage .md-stepper-horizontal .md-step .md-step-square {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 20%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color:#FFFFFF;
}
.c4Tile.TerminAnfrage .md-stepper-horizontal.orange .md-step.active .md-step-square {
	background-color: #F2BE22/*#f0ad4e*/;
}
/* turning .md-step.active.done green (ticks green)
.c4Tile.TerminAnfrage .md-stepper-horizontal.orange .md-step.active.done .md-step-circle {
    background-color:#00AE4D;
}*/

.c4Tile.TerminAnfrage .md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color:#F2BE22/*#f0ad4e*/;}

/** CG20230315 Anpassungen für C4-Layout-Version nach Entwurf von Barry */

.c4Tile.TerminAnfrage>div.r1 ul li.sel::before {
	font-family: "Font Awesome 6 Pro"; font-weight: 900; content: "\f044";
	margin-right:4px;
}
.c4Tile.TerminAnfrage>div.r1:empty{
	display:none;
}

/** CG20230726 Cards bei Auswahl in Terminassistent jetzt komlett klickbar -> Mauscursor anpassen */
.tile.TerminAnfrage div.terminChoice .card {
	cursor: pointer;
}

.tile.TerminAnfrage div.terminChoice .card:hover .nextBtn {
	background-color: var(--btn-primary-hover-bg);
	border-color: var(--btn-primary-hover-border);
}
.tile.TerminAnfrage div.terminChoice .card:not(:hover) .showOnHover,
.tile.TerminAnfrage div.terminChoice .card:hover .hideOnHover {
	display:none;
}

/*IV20240603_aus custom-default22C4.css übertragen*/
div.terminChoice .card:hover .card-footer .nextBtn{
	color: var(--btn-primary-hover-text);
	background-color: var(--btn-primary-hover-bg);
	border-color: var(--btn-primary-hover-border);
}

.taTerminChoiceOneDayDatesSelectionContainer > .col > .btn-primary.active,
.taTerminChoiceOneDayDatesSelectionContainer > .col > .btn-primary:active{
	color: var(--btn-primary-checked-text);
	background-color: var(--btn-primary-checked-bg);
	border-color: var(--btn-primary-checked-border);
}
.taTerminChoiceOneDayDatesSelectionContainer > .col > .btn-primary.active:hover,
.taTerminChoiceOneDayDatesSelectionContainer > .col > .btn-primary:active:hover{
	color: var(--btn-primary-checked-hover-text);
	background-color: var(--btn-primary-checked-hover-bg);
	border-color: var(--btn-primary-checked-hover-border);
}

/*--NB20250221 - schieben Buchung abschließen Button-*/
@media screen and (max-width: 1600px) {
	#terminSummaryContainer #btnSend {
		order: -1;
		margin-bottom: 1.5rem;
	}
}

html.hugeFont #terminSummaryContainer #btnSend {
	order: -1;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 576px) {
	.tile.TerminAnfrage #patData.container {
		padding: 0!important;
	}
}

html.hugeFont .tile.TerminAnfrage #patData.container {
	max-width: 99%!important;
}