/* URL-Link Farben anpassen */
#content a:link:not(.asButton):not(.ajaxReplacementIndicator) {
  color: blue !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
#content a:visited:not(.asButton):not(.ajaxReplacementIndicator) {
  color: purple !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}
#content a:hover:not(.asButton):not(.ajaxReplacementIndicator) {
  color: blue !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}
#content a:active:not(.asButton):not(.ajaxReplacementIndicator) {
  color: red !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}
/* Formularspezifisch */
div#block_FAK_AN_MG_Arbeitgeber_Auszahlung_V1_0\.node .label {
    display: none;
}
div#block_FAK_AN_MG_Arbeitgeber_Auszahlung_V1_0 .field :disabled {
    background-color: white;
    border: white;
	padding: 0px;
	font-weight: 700;
	-webkit-text-fill-color: black;
}
div#block_FAK_AN_MG_Arbeitgeber_Auszahlung_V1_0\.node .row:hover {
    background-color: white;
}
div#block_FAK_AN_EG_BezugElternzeit_Monatlich_WH_V1_0_FAK_AN_EG_HTML_ersterMonat {
    margin-top: 2.1em;
}
div#block_FAK_AN_EG_BezugElternzeit_Monatlich_WH_V1_0_FAK_AN_EG_HTML_zweiterMonat{
    margin-top: 2.1em;
}
#block_FAK_AN_VG_Dauer_Arbeitsverhaeltnisses_V1_0_FAK_AN_MG_Hinweis_Mindestdauer_Vaterschaft {
    border-style: solid;
    border-width: 3px;
    padding: 25px;
    margin-bottom: 10px;
    margin-left: unset;
}
#table_FAK_MVE_Unregelmaessiges_Einkommen_V1_0 > tbody .controltype_text .standard_disabled {
	border-style: hidden;
    color: unset;
    background-color: unset;
    font-weight: bold;
    font-size: medium;
}
/* Hinweise für weiterleitung / vervollständigung */
/* Weiterleitung Arbeitnehmer Initial */
#block_FAK_MVE_Anmeldung_weiterleiten_V1_0_FAK_AN_MG_Arbeitnehmer_Initial_weiterleitung {
    border-style: solid;
    border-width: 3px;
    color: red;
    padding: 25px;
    margin-bottom: 10px;
    margin-left: unset;
    width: 100%;
}
/* Weiterleitung Arbeitgeber Initial */
#block_FAK_MVE_Anmeldung_weiterleiten_V1_0_FAK_AN_MG_Arbeitgeber_Initial_weiterleitung {
    border-style: solid;
    border-width: 3px;
    color: red;
    padding: 25px;
    margin-bottom: 10px;
    margin-left: unset;
    width: 100%;
}
/* Vervollständigung */
#block_FAK_MVE_Anmeldung_vervollstaendigen_V1_0_FAK_AN_FZ_Hinweis_Vervollstaendigung {
    border-style: solid;
    border-width: 3px;
    color: red;
    padding: 25px;
    margin-bottom: 10px;
    margin-left: unset;
    width: 100%;
}
/* ERF Hinweise */
#block_FAK_MVE_ERF_Hinweise_V1_0_FAK_MVE_ERF_Hinweis_AG_AN_EMail_ident {
    border-style: solid;
    border-width: 3px;
    color: red;
    padding: 25px;
    margin-bottom: 10px;
    margin-left: unset;
    width: 100%;
}