/* ############ */
/* Schriftart */
/* ############ */





/* ############ */
/* 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;
}

.ui-combobox {
  display: flex;
}

.BpWebApp_Field_Required {
	border-color: #dc3545;
	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");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* ############ */
/* Background */
/* ############ */

.card-bpevent > .ui-widget-content {
  border: 0;
}

.mdas-main-width-600 {
	max-width: 600px;
}

/* ############ */
/* Sidebar */
/* ############ */

.c-sidebar {
  background: #2f353a;
}


/* ############ */
/* Textformatierung */
/* ############ */

.white-space-pre-line {
  white-space: pre-line;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e4e7ea !important;
    opacity: 1;
}


/* ############ */
/* Schriftart */
/* ############ */

.BpWebApp_Field {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.font-weight-bold {
  font-weight: 600;
}


/* ############ */
/* 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;
}


/* ############ */
/* Datepicker */
/* ############ */

.ui-datepicker-current-day .ui-state-active {
  background: #3c4b64;
  color: #fff;
  font-weight: 600;
}


/* ############ */
/* Buttons */
/* ############ */

.btn-primary:disabled {
  cursor:not-allowed;
}

a:hover {
  cursor:pointer;
}


/* ############ */
/* Zusammenfassung */
/* ############ */

.zusammenfassung .form-control {
  padding: 0;
  border: 0;
  height: auto;
}

.zusammenfassung label {
  margin: 0;
}

.zusammenfassung .row {
  margin: 0;
}