@charset "UTF-8";
/* Body */

* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;                 /* Firefox 48 – 96 */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
}

body {
	font-family: AGPN, Arial, sans-serif;
	background-color: #e5f4fc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	min-width: 770px;
	max-width: 100%;
}

TD {
	text-align: left;
	vertical-align: top;
}

legend > small {
    display: block;
    font-size: 16px;
}

legend {
    width: 102.8%;
    max-width: 103%;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.nowrap {
	white-space: nowrap;
	width: 180px;
}
.verfuegung {
	background-color: lightgray;
}

.bold_title {
    font-weight: 400;
    font-size: 1.5rem;
}

.bold {
    font-weight: 400;
    font-size: 1.3rem;
}

.ohne_resize {
    resize: none;
}

.fas {
	color: black;
}
/* Header */
.header-container {
	max-width: 1130px;
	min-width: 770px;
	margin-left: auto;
	margin-right: auto;
}

.header {
    background-color: #007ab8;
	border-bottom: 3px solid #007ab8;
	box-shadow: 0 .3rem .3rem 0 rgba(0,71,116,.15);
	height: 85px;
}
.logo{
	width: auto;
	height: 50px;
	margin: 18px 0px 0 32px;
}
.inputtext {
	height: 22px;
}
.smallline {
	line-height: 18px;
}
.headline {
	color: #000000;
	min-width: 770px;
	font-weight: 600;
	font-size: 1.9rem;
	margin-top: -50px;
	text-align: center;
	letter-spacing: 4px;
}

/* Header Ends*/



/* Container */
.container {
	height: auto;
  	margin: 24px auto -50px;
	box-shadow: 0 .3rem .3rem 0 rgba(0,71,116,.15);
	background-color: #FFFFFF;
	max-width: 1130px;
}

/* #maincontainer .container {
    padding-right: 0;
    padding-left: 0;
} */

.formheadline{
	color: #262626;
	height: auto;
	letter-spacing: 4px;
	font-weight: 600;
	font-size: 1.9rem;
	text-align: center;
}

p {
	color: #262626;
	padding-left: 40px;
	padding-right: 40px;
}

.tablemarginleft {
	margin-left: 40px;
}

/* Container Ends */

/* Footer */

.footer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1130px;
	height: 20px;
	background-color: #007ab8;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 80px;
	margin-bottom: 0px;
}

.logo-footer{
	width: auto;
	height: 70px;
	margin: -10px 0 10px 30px;
	padding-bottom: 20px;
    position: relative;
    top: -15px;
}

.footer_imprint {
	margin-left: auto;
	margin-right: auto;
	max-width: 1130px;
	height: 25px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #004774;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

.hidden {
	display: none;
}

.uid_feld .input-group::after,
.schausteller_lizenz .input-group::after {

    content: '➔';
    height: 28px;
    width: 28px;
    position: absolute;
    top: 5px;
    right: 13px;
    background-color: #ced4da;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    font-size: 28px;
    line-height: 29px;
    z-index: 10;
    
}

.edit_knopf_fuer_payment,
#paymenthistory_modification_reset {
    color: #b90964;
}

.ein_eintrag_in_paymenthistory .btn-link,
#paymenthistory_form_elements .btn-link {
    padding: 0;
}

#paymenthistory_form_elements input {
    height: 30px;
}

#paymenthistory_fallnummer {
    width: 58px;
    border: none;
    padding: 0;
    pointer-events: none;
}

#paymenthistory_typ_select {
    width: 100px;
    height: 30px;
}

#paymenthistory_typ_select.disabled {
    pointer-events: none;
    color: gray;
}

/* #paymenthistory_typ option {
    color: black;
} */

#paymenthistory_typ_select option:disabled {
    color: rgb(196, 196, 196);
}

#paymenthistory_count {
    width: 25px;
}

#paymenthistory_betrag {
    width: 100px;
}

#pay_nicht_blockierend,
#paymenthistory_exportiert {
    width: 73px;
    height: 30px;
}

#paymenthistory_tfoot td {
    border: none;
}

#paymenthistory_tfoot button {
    float: right;
}

#paymenthistory_modification_reset {
    margin-left: 40px;
}

#schicke_login_email {
    margin: 30px auto 20px auto;
    display: block;
}