.welcome {
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
}

form-group ul li {
  list-style: none;
}
.blueBG {
  background: #ecf5fa;
  padding: 10px;
}
.tabnavi li {
  list-style: none;
  margin-left: 0px !important;
  margin-right: 10px;
  float: left;
}
.infoBox {
  background-color: rgb(244, 244, 246);
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #bec0c8;
  margin-bottom: 20px;

  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.infoBox.prio {
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}
.infoBox.noBG {
  background-color: transparent;
  border: none;
  padding: 0 15px;
}
.infoBox.prio h3 {
  color: #c09853;
}

.legende {
  margin-bottom: 10px;
}
.filterDropdown {
  margin-bottom: 10px;
}
/* Icons & Button */
.no-round-corners {
  border-radius: 0;
}
.quadratische-buttons,
.quadratische-buttons:hover,
.quadratische-buttons:focus {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0px;
}
.quadratische-buttons .glyphicon {
  top: 2px;
  font-size: 16px;
}
.details {
  background-image: url('/content/images/icon_arrow_w.png');
  background-color: #205a9f;
}
.details:hover,
.details:active,
.details:focus {
  background-image: url('/content/images/icon_arrow_w.png');
  background-color: #3378c7;
}
.externerLink {
    background-image: url('/content/images/externer-link-48.png');
    background-color: #205A9F;
    background-size: 80%;
}
.hasemail {
  background-image: url('/content/images/icon-message@2x.png');
  background-size: 180%;
}

.edit {
    background-image: url('/content/images/icon-del.png');
    background-size: 180%;
}
.printedDisplay {
  background-image: url('/content/images/icon-Serienbriefen-ausgedruckt @2x');
  background-size: 180%;
}
.bewerbung_eingegangen {
  background-image: url('/content/images/status/_bewerbung_eingegangen.png');
  background-size: 140%;
}
.zwischennachricht {
  background-image: url('/content/images/status/_zwischennachricht.png');
  background-size: 140%;
}
.unterlagen_nachgefordert {
  background-image: url('/content/images/status/_unterlagen_nachgefordert.png');
  background-size: 140%;
}
.einladung {
  background-image: url('/content/images/status/_einladung.png');
  background-size: 140%;
}
.auswahlgespraech_durchgefuehrt {
  background-image: url('/content/images/status/_auswahlgespraech_durchgefuehrt.png');
  background-size: 140%;
}
.absage {
  background-image: url('/content/images/status/_absage.png');
  background-size: 140%;
}
.zusage {
  background-image: url('/content/images/status/_zusage.png');
  background-size: 140%;
}
.selbstabsage {
  background-image: url('/content/images/status/_selbstabsage.png');
  background-size: 140%;
}
.ausgewaehlt {
  background-image: url('/content/images/status/_ausgewaehlt.png');
  background-size: 140%;
}
.qualifikation_erfuellt {
  background-image: url('/content/images/status/_qualifikation_erfuellt.png');
  background-size: 140%;
}
.qualifikation_nicht_erfuellt {
  background-image: url('/content/images/status/_qualifikation_nicht_erfuellt.png');
  background-size: 140%;
}
.vorauswahl {
  background-image: url('/content/images/status/_vorauswahl.png');
  background-size: 140%;
}
.hausintern {
  background-image: url('/content/images/icon-haus@2x.png');
  background-size: 140%;
}
.clock {
  background-image: url('/content/images/icon-clock@2x.png');
  background-size: 140%;
}
.flexcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.flexcontainer-auto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexitem {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkboxlabel {
  font-weight: normal;
  margin-bottom: -3px;
}
.form-group-flex .control-label {
  padding-top: 0px;
  margin-bottom: 0px;
}
.form-group-flex .checkboxlabel {
  margin-left: 5px;
}
.form-group-flex .checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-group-flex .checkbox .check-box {
  position: static;
  margin-top: 0px;
}
.form-group-flex.nomargin {
  margin: 0px;
}
.btn-right {
  text-align: right;
}
.form-group-flex.btn-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: left;
}
.form-group-flex.btn-right .btn {
  margin: 0 0 0 5px;
}
.dropdownWrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.dropdownWrapper::before {
  content: '';
  background: url(/Content/images/dropdownarrow.png) center center no-repeat;
  background-size: 15px;
  color: #ffffff;
  width: 32px;
  font-size: 20px;
  line-height: 32px;
  right: 0px;
  top: 0;
  padding-left: 6px;
  bottom: 0;
  border-radius: 0;
  position: absolute;
  background-color: #205a9f;
  pointer-events: none;
  border-radius: 0 4px 4px 0;
}
.calendarWrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.calendarWrapper .ui-datepicker-trigger {
  content: '';
  color: #ffffff;
  width: 32px;
  font-size: 20px;
  line-height: 32px;
  right: 0px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
}
#modul-bar .dropdownWrapper {
  max-width: 350px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
}
#modul-bar .dropdownWrapper.nosetwidth {
  width: auto;
}
#modul-bar .dropdownWrapper::before {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#modul-bar .dropdown-nav {
  width: 100%;
}
.dropdown-nav {
  color: #ffffff;
  background-color: #205a9f;
  border: 1px solid #205a9f;
  padding: 6px 6px;
}
.dropdown-nav:focus {
  color: #ffffff;
}
.dropdown-nav option {
  color: #ffffff;
  background-color: #205a9f;
  border: 1px solid #205a9f;
  padding: 6px 6px;
}
.modulebg {
  background-color: #f2f2f2;
  padding: 10px;
}
.modulebg .table {
  width: calc(100% - 30px);
  margin: 0 15px 20px 15px;
}
.table-stellenangebot {
  width: calc(50% - 15px);
  float: left;
  height: 300px;
}
.table-stellenangebot:nth-child(even) {
  margin-left: 30px;
}
.table-stellenangebot > thead > tr > th {
  vertical-align: middle;
}
.uploadedSysopsisToggleButton {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  padding-left: 40px;
  position: relative;
}
.uploadedSysopsisToggleButton::before {
  top: 6px;
  left: 10px;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.uploadedSysopsisToggleButton[aria-expanded='false']::before {
  top: 12px;
  bottom: 0px;
  border-top: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
}
.searchToggleButton {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  padding-left: 40px;
  position: relative;
}
.searchToggleButton::before {
  top: 6px;
  left: 10px;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.searchToggleButton[aria-expanded='false']::before {
  top: 12px;
  bottom: 0px;
  border-top: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
}
/* Modal View center center */
.vertical-alignment-helper {
  display: table;
  height: 100%;
  margin: auto;
  pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}
.modal-content-pdfbox {
    width: auto;
}
.modal-content .form-group {
  margin-top: 15px;
}
.validation-summary-errors ul {
  list-style-type: none;
}
/* Detail View Personalprofil */

.profil-detail > div {
  padding: 6px 0;
  background: #e9e9e9;
  margin-bottom: 5px;
}
.normal-text {
  font-weight: normal;
}
.ui-datepicker {
  z-index: 2 !important;
}

/*Buttons OBM*/
.btn-serienbrief {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-form-letter@2x.png');
  background-image: url('/Content/images/icon-form-letter.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-abschliessen {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-end-procedure@2x.png');
  background-image: url('/Content/images/icon-end-procedure.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-abschliessen--small {
  height: 32px;
  width: 32px;
  background-image: url('/Content/images/icon-end-procedure@2x.png');
  background-image: url('/Content/images/icon-end-procedure.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-vb {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-print copy@2x.png');
  background-image: url('/Content/images/icon-print copy.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-synopse {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-synopse@2x.png');
  background-image: url('/Content/images/icon-synopse.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-success.btn-save {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-save@2x.png');
  background-image: url('/Content/images/icon-save.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-print {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-print@2x.png');
  background-image: url('/Content/images/icon-print.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-multiPrint {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-multi-download@2x.png');
  background-image: url('/Content/images/icon-multi-download.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-success.btn-aktivieren {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-activate-application@2x.png');
  background-image: url('/Content/images/icon-activate-application.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-default.btn-aktivieren {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-activate-application@2x.png');
  background-image: url('/Content/images/icon-activate-application.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-success.btn-aktivieren:hover {
  background-image: url('/Content/images/icon-activate-application@2x.png');
  background-image: url('/Content/images/icon-activate-application.svg');
}

.btn-danger.btn-aktivieren {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-activate-application@2x.png');
  background-image: url('/Content/images/icon-activate-application.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-danger.btn-aktivieren:hover {
  background-image: url('/Content/images/icon-activate-application@2x.png');
  background-image: url('/Content/images/icon-activate-application.svg');
}

.btn-message {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-message@2x.png');
  background-image: url('/Content/images/icon-message.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-aenderungen_mitteilen {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-aenderungen_mitteilen@2x.png');
  background-image: url('/Content/images/icon-aenderungen_mitteilen.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-aenderungsmitteilungen_drucken {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-aenderungsmitteilungen_drucken@2x.png');
  background-image: url('/Content/images/icon-aenderungsmitteilungen_drucken.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-stelle_kopieren {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-stelle_kopieren@2x.png');
  background-image: url('/Content/images/icon-stelle_kopieren.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-kommentar_verfassen {
  height: 30px;
  width: 38px;
  background-image: url('/Content/images/icon-kommentar_verfassen@2x.png');
  background-image: url('/Content/images/icon-kommentar_verfassen.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.table-align {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 8px;
}

.modal .btn-delete {
  background-position: 30% center;
}
.form-control.fullwidth {
  width: 100%;
}

.fullwidth {
    width: 100%;
}

.anmerkung {
  padding: 10px 0;
  padding-bottom: 15px;
  margin: 5px 0px;
  border: 3px solid #cccccc;
  background: #e8e8e8;
  border-radius: 5px;
  margin-bottom: 15px;
}

.anmerkung.nein {
  border: 3px solid #e40043;
  background: #f5a2a2;
}

.anmerkung.ja {
  border: 3px solid #5cb85b;
  background: #bbeaba;
}

.anmerkung textarea {
  height: 75px;
  resize: none;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}

.anmerkung textarea[disabled] {
  background: transparent;
  padding: 0;
  height: auto;
}

.anmerkung textarea + button {
  display: inline-block;
  height: 75px !important;
}

.StepItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.StepItem {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0;
  max-width: 175px;
  min-width: 175px;
}
.StepItem.is-disabled,
.StepItem.is-disabled .StepItem-progress,
.StepItem.is-disabled .StepItem-baseSquare {
  color: #cbccd1;
  stroke: #cbccd1;
}
.StepItem.is-done,
.StepItem.is-done .StepItem-progress,
.StepItem.is-done .StepItem-baseSquare {
  color: #30ce00;
  stroke: #30ce00;
}
.StepItem-divider {
  height: 0;
  border-top: 2px dashed #1a1449;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 90px 15px 0 15px;
}
.StepItem-box {
  position: relative;
  cursor: pointer;
}
.StepItem-icon {
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  bottom: 20px;
  margin: auto;
  width: 80px;
  height: 80px;
  font-size: 60px;
  text-align: center;
}
.StepItem-percent {
  position: absolute;
  bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  right: 0;
  text-align: center;
}

.StepItem-progress {
  stroke-dasharray: 654;
  stroke-dashoffset: calc((654 / 100) * (100 - 75));
}

.StepItem-subMenu {
  display: block;
  padding: 15px;
  margin: 10px 0;
  background: #f4f4f5;
  padding: 15px;
}

.StepItem-subMenu ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.StepItem-subMenu li.is-done a {
  color: #30ce00;
}

.StepItem-subMenu li.is-disabled a {
  color: #cbccd1;
}

.StepItem-subMenu li a {
  color: #29bdef;
}

.StepItem-subMenu li.is-done a::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  margin-right: 5px;
}
.StepItem-subMenu li.is-disabled a::before {
  content: '\f023';
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.StepItem-subMenu li a::before {
  content: '\f10c';
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.StepList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.StepList-item {
  padding: 10px 8px;
  background: #cbccd1;
  margin: 0;
  position: relative;
  border: 1px solid #ffffff;
  font-size: 12px;
  width: calc(100% / 8);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: default;
}

.StepList-item[onclick],
.StepList-item[data-toggle] {
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  .StepList-item {
    width: calc(100% / 4);
  }
}

.StepList-item a {
  color: #fff;
}

.StepList-item:nth-last-child(1)::after {
  display: none;
}

.StepList-item.is-done {
  background: #4caf50;
  color: #ffffff;
  padding-top: 30px;
}

.StepList-item.is-done .StepList-time {
  display: block;
}

.StepList-item.is-done::before {
  font-family: FontAwesome;
  content: '\f00c';
  position: absolute;
  top: 7px;
  left: 7px;
  height: 18px;
  width: 18px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #4caf50;
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
  color: #4caf50;
  font-size: 10px;
  text-align: center;
  line-height: 13px;
  z-index: 2;
}

.StepList-time {
  display: none;
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  padding: 5px;
  font-size: 0.8em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.StepList-info {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  font-size: 15px;
}

.StepList-divider {
  width: 125px;
  border-top: 2px solid #cbccd1;
}

.StepList-divider.is-done {
  border-top-color: #21599f;
}

.StepList-divider.is-done a {
  color: white;
}
@media only screen and (max-width: 1280px) {
  .btn-abschliessen {
    width: 32px;
    margin: 3px 0;
  }
}

.emptyField {
    border: 2px solid red!important;
}

.form-control.form-control.form-control.form-control {
    box-sizing: border-box !important;
}