/*** Abschnitt aus meta.tpl ***/

body {
  margin: auto;
  background: rgba(255,255,255,1);
  /*background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);*/
  font: 100% Arial, Helvetica, sans-serif;
}

td#header {
  /*padding-bottom: 20px;*/
}

td#header img {
  width: 100%;
  margin-bottom: 0;
}

table {
  border-spacing: 0px;
}

table#wrap {
  width: 100%;
  height: 100%;
  margin: auto;
  background: white;
  box-shadow: 0 0 12px rgba(75,75,75,.5);
}

tr#kopfbereich {
#  background-color: beige;
}

#footer {
  padding:0 2em 1.2em 2em;
  font-size: 8pt;
}

#impressum {
  float:right;
  font-size: 10pt;
}

#impressum a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

#impressum a:hover {
  color: grey;
}

div#selection_wrap select {
  scrollbar-width: none; /*For Firefox*/;
  -ms-overflow-style: none;  /*For Internet Explorer 10+*/;
margin: 1rem auto;
padding: 1rem 0;
border: 2px solid ThreeDLightShadow;
border-radius: 0.25rem;
}

select:-webkit-scrollbar { /*For WebKit Browsers*/
  width: 0;
  height: 0;
}

/*** Abschnitt aus login.tpl ***/

#login_wrap {
	width: 28rem;
	margin: 1rem auto;
	padding: 1rem 0;
	border: 2px solid ThreeDLightShadow;
	border-radius: 0.5rem
}

#login-title {
	margin:0 0 1rem 0;
	font-size:18pt;
}

#technical {
	margin:3rem 1rem;
}
	
/*** Abschnitt aus selection.tpl ***/

#selection_wrap {
	width: 28rem;
	margin: 1rem auto;
	padding: 1rem 0; border: 2px solid ThreeDLightShadow;
	border-radius: 0.5rem
}

#option {
	font-size:18pt
}

select {
	max-height: 17em;
	maw-width: 80%;
}
select > option {
	padding: 0.15em 3em ;
}
select > option:first-of-type::before {
	padding-top: 0.15em;
	content:'';
	display:block;
}
option:checked {
	opacity:0.7;
}

/*** Ursprünglicher Abschnitt ***/

.loginTable tr  {
	height:25px;
}

[error-tip] {
    font-size: 12pt;
}

#AUSWAHL_AMT {
	height: 30px !important;
	top: 18px !important;
}

button {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #404066;
	text-decoration: none;
}

button:hover {
	background: #e0e0e0;
	
}

.menuNav > input:hover {
	background: #e0e0e0;
	
}

button > u {
	text-decoration: none;
}

/*button[name=_send] {
	display:none;
}*/

img[alt='fbm_logo_web.png']	{
	width:25px;
}

button,
.cssLink,
div.menu a,
ul.buttonlist li a,
input[name='navButton'] {
	min-width: 26px;
	display: inline-block;
	padding: 3px;
	margin-left: 5px;
	border-radius: 3px;
	background: #f8f8f8;
	border: 1px solid #E0E0E0;
}

.AnkuendigungContent {
	text-align: center;
}

ul.buttonlist {
	padding: 0;
}

ul.buttonlist li {
  list-style: none;
  margin-bottom: 10px;
}

ul.buttonlist li a {
  width: 270px;
  text-decoration: none;
  color: black;
  text-align:center;
  font-weight: bold;
}

.cssHover {
  font-weight:bold;
  color:#404066;
  background-color:#E0E0E0;
  text-decoration:none
}

.cssLink,
.cssHover {
  margin-bottom: 5px;
  min-width: 65px;
  text-align: center;
}

.menuNav {
  display: inline-block;
  margin: 0.5em 0;
}

select:focus, textarea:focus, input:focus {
  box-shadow: 0px 0px 3px rgb(0,0,205,0.6); 
  border: 2px inset rgb(0,0,205,0.6);
  background: #f9f9f9;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
  border-bottom: 1px solid #ddd;
  background: #DBD9D5;
  color: black;
  font-weight: 650;
}

.dx-datagrid .dx-header-filter::before {
    content: "\f050";
    color: white;
    opacity: 0.8;
}

.inputdiv {
  border: 2px solid ThreeDLightShadow;
  border-radius: 0.5rem;
 }

input {	
  border: 1px solid #c5c5c5;
  background: #fff;
  padding-left: 3px;
}

input[value="Filter löschen"] { /* Button 'Filter löschen' wird ausgeblendet */
  display:none;
}	
.menu { /* Reihenfolge des Hauptmenus wird umgedreht und bei Bedarf linksbündig, mittig zentriert */
  display: flex;
  flex-direction: row-reverse;
  justify-content: /*left*/ center;
  /*width: 640px;
  margin-left: auto;
  margin-right: auto;*/
}

span.ui-button-icon.ui-icon.ui-icon-heart  {
  display: none
}

.padding1em {
  padding: 1em;
}

.margin1em {
  margin: 1em;
}

.marginV1em {
  margin-top: 1em;
  margin-bottom: 1em; 
}

.signin {
  background-color: #f1f1f1;
  text-align: center;
  padding: 16px;
}

.loginBtn {
  color: white;
  background-color: #4CAF50;
  opacity: 0.75;
  border-radius: 6px;
  margin-left: 0px;
}

.loginBtn:hover {
  background-color: #4CAF50;
  opacity: 1;
}

.loginBtn:disabled,
.loginBtn [disabled] {
  background-color: #cccccc;
  color: #666666;
  opacity: 0.75;
}

.testOK {
  color: green;
}

.testOK:after {
  position: relative;
  content: "&#10004";
}

.testFail {
  color: red;
}

.testFail:after {
  position relative;
  content: "&#10006";
}

.inputError {
  color: white;
  background-color: red;
  border-radius: 0.5em;
  padding: 1em;
  margin: auto;
  margin-bottom: 1em;
  width: 50%;
}

.center-text {
  text-align: center;
}

.width100Perc {
  width: 100%;
}

.CaptureContainer {
  border: solid 1px black;
  margin: 0.5em;
  padding: 0.5em;
}

.CaptchaHeader {
  font-weight: bolder;
}

.CaptchaQuestion {
  margin: 0.5em;
}

.CaptchaComment {
  margin: 0.5em;
  font-size: smaller;
}

.CaptchaAnswer {
  margin: 0.5em;
}

/*alle Zahlenfelder rechtsbündig */

input[name='BEANTRAGTER_Z1']
,input[name='BEANTRAGTER_Z2']
,input[name='BEANTRAGTER_Z3']
,input[name='BEANTRAGTER_Z4']
,input[name='FINANZUEBERSICH']
,input[name='FINANZIERUNGSUE']
,input[name='FINANZIERUNGSU2']
,input[name='FINANZIERUNGSU3']
,input[name='SONST_PERSONAL']
,input[name='SONST_PERSONAL1']
,input[name='SONST_PERSONAL2']
,input[name='SONST_PERSONAL3']
,input[name='BUNDESFREIWILLI']
,input[name='BUNDESFREIWILL1']
,input[name='BUNDESFREIWILL2']
,input[name='BUNDESFREIWILL3']
,input[name='HONORARE_RE_20']
,input[name='HONORARE_ANTRA1']
,input[name='HONORARE_ANTRA2']
,input[name='HONORARE_ANTRA3']
,input[name='KALTMIETE_RE_20']
,input[name='KALTMIETE_ANTR1']
,input[name='KALTMIETE_ANTR2']
,input[name='KALTMIETE_ANTR3']
,input[name='NEBENKOSTEN_RE']
,input[name='NEBENKOSTEN_AN1']
,input[name='NEBENKOSTEN_AN2']
,input[name='NEBENKOSTEN_AN3']
,input[name='SONST_SACHAUSGA']
,input[name='SONST_SACHAUSG1']
,input[name='SONST_SACHAUSG2']
,input[name='SONST_SACHAUSG3']
,input[name='AUSGABEN_GESAMT']
,input[name='AUSGABEN_GESAM1']
,input[name='AUSGABEN_GESAM2']
,input[name='AUSGABEN_GESAM3']
,input[name='EINNAHMEN_LEIST']
,input[name='EINNAHMEN_LEIS1']
,input[name='EINNAHMEN_LEIS2']
,input[name='EINNAHMEN_LEIS3']
,input[name='BUNDBUNDESF']
,input[name='BUNDBUNDESF1']
,input[name='BUNDBUNDESF2']
,input[name='BUNDBUNDESF3']
,input[name='LAND_RE_2019']
,input[name='LAND_ANTRAG_20']
,input[name='LAND_ANTRAG_21']
,input[name='LAND_ANTRAG_22']
,input[name='KVJS_RE_2019']
,input[name='KVJS_ANTRAG_20']
,input[name='KVJS_ANTRAG_21']
,input[name='KVJS_ANTRAG_22']
,input[name='LANDKREISE_RE']
,input[name='LANDKREISE_AN']
,input[name='LANDKREISE_ANT']
,input[name='LANDKREISE_AN1']
,input[name='ARBEITSVERWALTU']
,input[name='ARBEITSVERWALT1']
,input[name='ARBEITSVERWALT2']
,input[name='ARBEITSVERWALT3']
,input[name='SONSTIGE_RE_20']
,input[name='SONSTIGE_ANTRA1']
,input[name='SONSTIGE_ANTRA']
,input[name='SONSTIGE_ANTR1']
,input[name='SPENDEN_BUSSGEL']
,input[name='SPENDEN_BUSSGE1']
,input[name='SPENDEN_BUSSGE2']
,input[name='SPENDEN_BUSSGE3']
,input[name='SONST_EINNAHMEN']
,input[name='SONST_EINNAHME1']
,input[name='SONST_EINNAHME2']
,input[name='SONST_EINNAHME3']
,input[name='BBBBBBBB_RE_20']
,input[name='BBBBBBBB_ANTRA1']
,input[name='BBBBBBBB_ANTRA']
,input[name='BBBBBBBB_ANTR1']
,input[name='EIGENMITTEL_DES']
,input[name='EIGENMITTEL_DE1']
,input[name='EIGENMITTEL_DE2']
,input[name='EIGENMITTEL_DE3']
,input[name='ZUSCHUSS_DER_ST']
,input[name='ZUSCHUSS_DER_S1']
,input[name='ZUSCHUSS_DER_S2']
,input[name='ZUSCHUSS_DER_S3']
,input[name='ZUSCHUSS_EINNA']
,input[name='ZUSCHUSS_EINNA1']
,input[name='ZUSCHUSS_EINN1']
,input[name='ZUSCHUSS_EINN2']
,input[name='PK_ANSATZ']
,input[name='SK_ANSATZ']
,input[name='Z1_KOR1']
,input[name='Z2_KOR1']
,input[name='Z3_KOR1']
,input[name='Z4_KOR1']
,input[name='PK_KOR1']
,input[name='SK_KOR1']
,input[name='Z1_KOR2']
,input[name='Z2_KOR2']
,input[name='Z3_KOR2']
,input[name='Z4_KOR2']
,input[name='PK_KOR2']
,input[name='SK_KOR2']
,input[name='Z1_KOR3']
,input[name='Z2_KOR3']
,input[name='Z3_KOR3']
,input[name='Z4_KOR3']
,input[name='PK_KOR3']
,input[name='SK_KOR3'] {
			text-align:right;
			direction:rtl;
			text-indent: 2px;
}

/* Einstellungen TinyMCE */

.tox-tbtn,
.tox-icon	{
	width: 20px !important;
	height: 20px !important
}

button[title="Formate"]	{
	width: auto !important;
}

svg	{
	transform: scale(0.8) !important;
}
