/* dynamische Bereiche initial ausblenden */
.tile.Onboarding_Std #anmeld_medpaperEinwllg,
.tile.Onboarding_Std #anmeld_finished {
	display:none;
}

/* Pflichtfelder */
.tile.Onboarding_Std .missingMandatory {
	border: 1px solid red;
	padding: 2px;
	background-color: #FFDDDD;
}

.tile.Onboarding_Std #anmeld_finished i.fa {
	font-size: 3em;
}

.tile.Onboarding_Std .middle {
	display: table;
	margin: auto;
}

.tile.Onboarding_Std .middle > * {
	display: table-cell;
	vertical-align: middle;
	height: 150px;
}

.tile.Onboarding_Std #anmeld_introduction > img#bmelLogo {
	width:300px;
	max-width:60%;
	float:right;
}

.tile.Onboarding_Std #anmeld_medpaperEinwllg div.notArchived button.actionButton,
.tile.Onboarding_Std #anmeld_medpaperEinwllg div.notArchived button.alreadyArchived {
	width: 45%;
}

.tile.Onboarding_Std #anmeld_medpaperEinwllg #missingMandatoryMsg {
	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.5em;
	max-width:75%;
	margin: 0.5em auto;
}

.tile.Onboarding_Std #anmeld_medpaperEinwllg #missingMandatoryMsg button#showMissingMandatory {
	display:none !important; /* 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.Onboarding_Std #anmeld_medpaperEinwllg #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 */
}

/* JE&CG20200930 alternative Textanpassungen für Arztpraxen, muss bei Bedarf im custom-css angezeigt werden, derzeit nur in Onboarding-Kachel, kann bei Bedarf verallgemeinert werden */
.tile.Onboarding_Std .doctorsOffice {
	display:none;
}