/* ############ */
/* Body */
/* ############ */

.mdas-main-width {
  max-width: 800px;
}


/* ############ */
/* Schriftart */
/* ############ */

body, b, strong, .c-app, .ui-widget {
	font-family: 'Roboto', sans-serif;
	color: black;
}


/* ############ */
/* Eingabefelder */
/* ############ */

input:not([type="checkbox"]) {
    height: calc(1.5em + 2px + 0.75rem);
}

input:read-only {
  border: 1px solid #e4e6ef;
}

input:disabled {
  cursor:not-allowed;
}

span:disabled {
  cursor:not-allowed;
}

.form-control {
	color: black;
}

.form-control:focus {
	color: black;
}

.ui-combobox {
  display: flex;
}

.ui-datepicker-next > .ui-icon-circle-triangle-e {
	background-image: url(../images/cal_arrow_M_right_24.png);
}

.ui-datepicker-prev > .ui-icon-circle-triangle-w {
	background-image: url(../images/cal_arrow_M_left_24.png);
}

.BpWebApp_Field_Required {
	border-color: #dc3545 !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: right calc(1em + .1875rem) center !important;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
}

.ui-combobox .BpWebApp_Field_Required {
	background-position: right calc(3em + .1875rem) center !important;
}


/* ############ */
/* Radio Buttons */
/* ############ */

input[type="checkbox"]:not(.BpWebApp_Field_DisplayAsButton):not(.BpWebApp_Captcha_Letters):not(.BpWebApp_Captcha_Circles) + label::before, input[type="radio"]:not(.BpWebApp_Field_RadioAsButton) + label::before {
  border-radius: 4px;
  border: solid 2px #b5152b;
  content: '';
  display: inline-block;
  left: 0;
  top: 3px;
  position: absolute;
  text-align: center;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}

input[type="checkbox"]:checked:not(.BpWebApp_Field_DisplayAsButton):not(.BpWebApp_Captcha_Letters):not(.BpWebApp_Captcha_Circles) + label::before, input[type="radio"]:checked:not(.BpWebApp_Field_RadioAsButton) + label::before {
	content: "";
	box-shadow: inset 0px 0px 0px 3px #fff;
	background-color: #b5152b;
}

.BpWebApp_Field_Radio_Button_Group label {
	font-weight: 400 !important;
}


/* ############ */
/* Background */
/* ############ */

body {
	background: none;
	background-color: none;
}


/* ############ */
/* Textformatierung */
/* ############ */

.form-control {

}

.white-space-pre-line {
  white-space: pre-line;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
    opacity: 1;
}



/* ############ */
/* Tabelle */
/* ############ */

.ui-jqgrid div {
 line-height: 28px;
}

.ui-jqgrid .ui-jqgrid-htable th {
 font-weight: 600;
}

.ui-jqgrid > .ui-jqgrid-view {
	font-size: 13px;
}

.ui-jqgrid-titlebar-close {
  display: none;
}


/* ############ */
/* Buttons */
/* ############ */

.btn-primary {
	background: #b5152b;
	color: white;
	border: 1px solid #b5152b;
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	border-radius: 3px;
	cursor: pointer;
}

.btn-primary:hover {
	background: #fff;
	color: #b5152b;
	border: 1px solid #b5152b !important;
}

.btn-primary:disabled {
	background: #b5152b;
	color: white;
	border: 1px solid #b5152b;	
	cursor:not-allowed;
}

a {
	text-decoration: none;
	background-color: transparent;
	color: #d70020;
}

a:hover {
  cursor:pointer;
}


/* ############ */
/* Zusammenfassung */
/* ############ */

.zusammenfassung .form-control {
  padding: 0;
  border: 0;
  height: auto;
}

.zusammenfassung label {
  margin: 0;
}

.zusammenfassung .row {
  margin: 0;
}




.mdas-childcontainer-artikel {
  position: relative;
padding: 1.5rem;
margin: 5px;
  border-radius: 0.5rem;
  border: 1px solid #4d4d4d;
  display: block;
}
