/* Fehler bei der Verkleinerung. Der Inhalt wird unverkleinert zurückgegeben.
(68,23): run-time error CSS1047: Expected number or percentage value in rgb function, found 'from'
: error : Die Eingabezeichenfolge hat das falsche Format.
 */
* {
  scroll-behavior: smooth;
}

/******************************** Seite 0 apointment/index ************/


.AppointmentTypeButtons {
  width: auto !important;
  /*height: auto !important;*/
  /*border-radius: 10px;*/
  margin: 15px;
  padding: 5px;
}

@media only screen and (min-width: 850px){
  #AppointmentTypesSelectionBlock {
    margin-top: 10vh;
  }
  #AppointmentTypeSelectionTable {
    width: 50vw;
    }
}

#AppointmentTypeSelectionTable {
  border-spacing: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

  #AppointmentTypeSelectionTable td {
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: top;
    width: 50%;
  }

  #btnAppointmentSearch, #btnAppointmentEkosSearch {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    width: auto;
    height: auto;
    color: black;
    margin-bottom: 10px;
  }

    #btnAppointmentSearch img, #btnAppointmentEkosSearch img {
      display: block;
      width: 100%;
      height: auto;
      max-height: 15vh;
      border: 1px solid black;
    }

    #btnAppointmentSearch .img-overlay, #btnAppointmentEkosSearch .img-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      background: rgb(from #7D5E00 r g b / 0.4);
      opacity: 0;
      transition: opacity 0.2s;
      pointer-events: none;
    }

    #btnAppointmentSearch:hover .img-overlay, #btnAppointmentEkosSearch:hover .img-overlay {
      opacity: 1;
    }

    #btnAppointmentSearch span, #btnAppointmentEkosSearch span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1.5em;
      font-weight: bold;
      color: black;
    }
  /******************************** EKOS/CodeInput ************/
  .alignBottom {
    vertical-align: bottom;
  }

  .reserve {
    font-size: 1.5em !important;
    border-radius: 10px;
    text-align: center;
    width: 400px !important;
    height: 50px !important;
    background-color: #3e753b !important;
    border-color: #3e753b !important;
  }

  #AntragscodeLoeschen {
    width: 25px;
    min-width: unset;
    border-radius: 12.5px;
  }
  /*#AntragscodeHinzufuegen{
  border-radius: 10px;
  font-size: 0.95em;
}*/

  .notFat {
    font-weight: unset;
  }


  .field-validation-valid {
    display: none;
  }

  .field-validation-error {
    color: #ff0000;
    display: inline;
  }

  .patientEntryWidth {
    width: 45%;
    margin: 0 auto
  }

  .field-validation-error-TAN {
    color: #ff0000;
    display: block;
  }

  .divUeberschriftTextLabel {
    font-size: 1.25em;
    font-weight: normal;
  }

  .divZusatzText {
    font-size: 1em;
    font-weight: bold;
  }

  .tooltip {
    position: unset;
    display: inline-block;
    cursor: pointer;
  }

    .tooltip span {
      font-size: 14px;
    }

    .tooltip .tooltiptext {
      text-align: left;
      border-radius: 6px;
      padding: 5px 0;
      border: 1px solid black;
      /* Position the tooltip */
      position: absolute;
      z-index: 1;
      margin-left: 5px;
      background: white;
      color: black;
    }

  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80vw;
    max-width: 100vw;
    /*max-width: 700px;*/
  }

  .modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @keyframes zoom {
    from {
      transform: scale(0)
    }

    to {
      transform: scale(1)
    }
  }
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

    .close:hover,
    .close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
    }
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 850px) {
    .modal-content {
      width: 100vw;
    }
  }
  /******************************** AppointmentSearch/AppointmentMultiselect ************/
  .MultiselectCheckbox {
    width: 25%;
    min-width: 200px;
    margin: 1em;
  }
  /******************************** Seite 1 apointmentrequest/search ************/

  #AppointmentDateSelectionSwitcher {
    width: 185px;
    margin: 0px;
    padding-left: 2px;
    padding-right: 2px;
    /*padding-top:0px;*/
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 26px;
  }

  .AppointmentRequestSearchValues {
    clear: both;
    margin-bottom: 10px;
  }

  .AppointmentRequestLabel {
    float: left;
    width: 250px;
  }

    .AppointmentRequestLabel a {
      width: 200px;
      height: 26px;
      padding-top: 4px;
      padding-bottom: 4px;
    }

    .AppointmentRequestLabel input {
      width: 190px;
    }

  .AppointmentRequestButtonBlock {
    margin-left: 250px;
  }

    .AppointmentRequestButtonBlock input {
      margin-right: 10px;
      width: 190px;
    }
  /**.................. breite der comboboxen + datepicker auf buttongroesze setzen ....................*/

  .AppointmentRequestSearchValues .wijmo-wijcombobox,
  .AppointmentRequestSearchValues .wijmo-wijinput {
    width: 190px;
  }


  #divDates {
    /** von der suche datumsfelder*/
    margin-left: 250px !important;
  }

  .divDatePickerFrom {
    float: left;
  }

  .AppointmentPossibleDateRadio {
  }

  .AppointmentPossibleDateDivForSpan {
    margin-top: 20px;
  }

  .AppointmentPossibleDateRadio div {
    float: left;
  }

  .AppointmentPossibleDateRadio label {
    float: left;
    font-size: small;
    margin-right: 10px;
  }
  /*fuer safari!! */
  .AppointmentPossibleDateRadio .wijmo-wijradio {
    width: 20px;
  }
  /* exameds ... untersuchungen 1., 2., 3., ...*/

  .divExaCategorie_Nr .wijmo-wijcombobox,
  .divExaGroup_Nr .wijmo-wijcombobox {
    width: 300px;
  }

  .exaGroupFullLength, .exaKatFullLength {
    width: 610px;
  }

  .zeroHeight {
    height: 0px;
  }

  .exaGroupFullLength .wijmo-wijcombobox, .exaKatFullLength .wijmo-wijcombobox {
    width: 610px;
  }

  .divExa_Nr .wijmo-wijcombobox {
    width: 610px;
  }

  .divExaMed_Nr {
    width: 690px;
  }
  /* ............... examed ................ */
  .div_ExaMed_Nr {
    margin-top: 10px;
  }

  .divExaCategorie_Nr {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
  }

  .divExaGroup_Nr {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
  }

  .divExa_Nr {
    margin-top: 10px;
    margin-left: 10px;
  }

  .divExaInfo_Nr {
    margin-top: 10px;
    margin-left: 10px;
  }
  /******************************** Seite 2 apointmentresponse ************/
  p#divAppointmentResponse_Ueberschrift,
  p#divAppointmentDocumentUpload_Ueberschrift {
    font-size: 2em;
    font-weight: bold;
    margin: 0px;
  }
p#divAppointmentDocumentUpload_UeberschriftCenter {
  font-size: 2em;
  font-weight: bold;
  margin: 0px;
  text-align: center;
}

  .AppointmentResponseLinkToPage3 {
    font-weight: normal;
    color: #404040; /* wijmo schwarz*/
  }

  .divAppointmentResponseInfoDetail {
    float: left;
    width: 80%;
  }

  #AppointmentResponeNewSearch > input,
  .yellow #AppointmentResponeNewSearch > input {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1em;
    font-weight: bold;
    height: auto !important;
    letter-spacing: 0 !important;
    margin-top: 20px;
    min-width: 0 !important;
    opacity: 1;
    outline: none;
    padding: 14px 16px;
    transition: all 375ms cubic-bezier(.4,0,.2,1);
    width: auto
  }

    #AppointmentResponeNewSearch > input:focus {
      border: 2px solid #46c0ec !important;
    }

  #AppointmentResponeNewSearch {
    float: left;
    padding-bottom: 1em;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    flex-basis: 60%;
  }

  @media all and (max-width: 850px) {
    #AppointmentResponeNewSearch {
      justify-content: start;
      flex-basis: 100%;
    }
  }

  .main-content {
    padding: 16px;
  }

    .main-content .margin-left {
      display: flex;
      flex-wrap: wrap;
      margin-left: 0 !important;
    }

      .main-content .margin-left > * {
        flex-basis: 100%;
      }

  #divAppointmentResponse_DayInfos {
    display: block;
    flex-basis: 60%;
    float: none;
    max-width: 600px;
    width: 60%;
  }

  @media (max-width:850px) {
    #divAppointmentResponse_DayInfos {
      flex-basis: 100%;
      width: 100%;
    }
  }

  #divAppointmentResponse_Appointments {
    flex-basis: 132px;
    margin-left: 10px;
    width: 40%;
    background-color: transparent;
    border: none !important;
  }

  @media (max-width:850px) {
    #divAppointmentResponse_Appointments {
      flex-basis: 100%;
      width: 100%;
    }
  }

  #divAppointmentResponse_Appointments #divAppointmentResponse {
    margin: 0;
    max-width: none;
    width: 100% !important;
  }

  #divAppointmentResponse_DayInfos .ui-widget-content,
  #divAppointmentResponse_Appointments .ui-widget-content,
  #divAppointmentResponse_Appointments .ui-widget-content table#tblAppointmentResponse,
  table#tblAppointmentResponse,
  table#tblAppointmentResponse_DayInfos {
    width: 100% !important;
    background: transparent;
    border: none !important;
  }

  table#tblAppointmentResponse,
  table#tblAppointmentResponse_DayInfos {
    background-color: transparent !important;
    border-spacing: 0 10px;
  }

  #divAppointmentResponse_Appointments .ui-widget-content table#tblAppointmentResponse tbody tr td {
    border: 1px solid #e5dad4;
  }

  #divAppointmentResponse_Appointments .aToButton {
    font-size: 16px !important;
    font-weight: 300 !important;
    height: auto !important;
    padding: 8px !important;
    background-color: transparent !important;
    border: none !important;
    color: #3b3b3b !important; /*change*/
  }
  /* In Firefox ist der Platzhalter TT.MM.JJJJ zu weit unten gewesen */
  @supports (-moz-appearance:none) {
    #Patient_Born {
      padding-bottom: 26px;
      padding-top: 26px;
    }
  }

  table#tblAppointmentResponse .wijmo-wijgrid-headerrow,
  table#tblAppointmentResponse_DayInfos .wijmo-wijgrid-headerrow {
    margin-bottom: 10px;
    background-color: #f7f3f1; /*change*/
  }

    table#tblAppointmentResponse .wijmo-wijgrid-headerrow th,
    table#tblAppointmentResponse_DayInfos .wijmo-wijgrid-headerrow th {
      background: transparent !important;
      color: #3b3b3b; /*change?*/
      font-weight: bold;
      border: none;
    }

  table#tblAppointmentResponse tbody tr td .wijmo-wijgrid-innercell,
  table#tblAppointmentResponse_DayInfos tbody tr td .wijmo-wijgrid-innercell {
    padding: 0 !important;
  }

  table#tblAppointmentResponse tbody,
  table#tblAppointmentResponse_DayInfos tbody {
    background: transparent !important
  }

    table#tblAppointmentResponse tbody tr,
    table#tblAppointmentResponse_DayInfos tbody tr {
      background-color: #ffff !important;
      box-shadow: 4px 4px 12px rgba(0,0,0,.06) !important
    }

      table#tblAppointmentResponse tbody tr:hover,
      table#tblAppointmentResponse_DayInfos tbody tr:hover {
        background-color: #f7f3f1 !important;
        border: 2px solid transparent !important;
        color: #1d1d1b !important;
        outline: none !important
      }

      table#tblAppointmentResponse tbody tr td,
      table#tblAppointmentResponse_DayInfos tbody tr td {
        background-color: transparent;
        border-bottom: 1px solid #e5dad4 !important;
        border-left: none;
        border-right: none;
        border-top: 1px solid #e5dad4 !important;
        color: #3b3b3b;
      }

        table#tblAppointmentResponse tbody tr td:focus,
        table#tblAppointmentResponse_DayInfos tbody tr td:focus {
          outline: 2px solid #46c0ec !important;
        }

        table#tblAppointmentResponse tbody tr td input[type="button"],
        table#tblAppointmentResponse_DayInfos tbody tr td a {
          display: block;
          font-weight: 300;
          padding: 8px;
        }

  table#tblAppointmentResponse input[type="button"] {
    width: 100%;
    border-radius: inherit;
  }

  table#tblAppointmentResponse tbody tr td input[type="button"]:focus,
  table#tblAppointmentResponse_DayInfos tbody tr td a:focus {
    border: 2px solid #46c0ec !important;
    outline: none !important;
  }

  table#tblAppointmentResponse tbody tr td * div,
  table#tblAppointmentResponse_DayInfos tbody tr td * div {
    color: #3b3b3b;
  }

  table#tblAppointmentResponse tbody tr td:first-child,
  table#tblAppointmentResponse_DayInfos tbody tr td:first-child {
    border-left: 1px solid #e5dad4 !important;
  }

  table#tblAppointmentResponse tbody tr td:last-child,
  table#tblAppointmentResponse_DayInfos tbody tr td:last-child {
    border-right: 1px solid #e5dad4 !important;
  }

  table#tblAppointmentResponse tbody tr td.ui-state-highlight,
  table#tblAppointmentResponse_DayInfos tbody tr td.ui-state-highlight {
    border-color: #3b3b3b !important;
  }
  /******************************** Seite 3 apointmententerreservation ************/
  .divLeftDataEntry {
    float: left;
    width: 100%;
  }

  .divRequired {
    min-width: 20px;
    min-height: 10px;
    float: left;
  }

  .divDataEntry .wijmo-wijradio {
    /* die radiobuttons im ie haben einen margin.. dann entsteht ein schräger verlauf*/
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .AppointmentReserve_Buttons input {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
  }

  .AppointmentinfoForAppointment {
    background-color: #b6ff00;
  }


  .divAppointmentEnterReservationDesc {
    padding-left: 270px;
  }

  .divAppointmentEnterReservationLabel, .divAppointmentReservationInfoLabel {
    float: left;
    width: 50%;
  }

  .divAppointmentEnterReservationLabel {
    color: #1d1d1b;
    display: block;
    font-size: 13px;
    font-weight: 400;
    left: 16px;
    letter-spacing: 0;
    text-align: left;
  }

  .divAppointmentEnterDataLabel {
    float: left;
    width: 210px;
  }

  .AppointmentDataLabel {
    display: flex;
  }

  .tdAppointmentSummaryLabel {
    float: left;
    min-width: 180px;
  }

  .tdAppointmentSummaryBestaetigungLabel {
    min-width: 220px;
  }

  .AppointmentAusstiegseiteLabel {
    float: left;
    min-width: 200px;
  }

  .AppointmentAusstiegseiteBeschreibung {
    font-size: 1.2em;
    font-weight: bold;
  }

  .lblImiportant {
    font-weight: 800;
  }

  .yellow .info .divAppointmentEnterReservationLabel {
    /* wegen den rufzeichen-icons muessen die labels von der infobox breier sein als die von der eingabe*/
    width: 260px;
  }

  .divDataEntry {
    padding-top: 10px;
  }

    .divDataEntry .wijmo-wijcombobox {
      width: 174px;
    }

    .divDataEntry textarea {
      width: 95%;
    }

  .divAppointmentBirthdateEntry2Dig {
    margin-right: 10px;
    width: 40px;
    float: left;
  }

    .divAppointmentBirthdateEntry2Dig input {
      margin-right: 10px !important;
      width: 40px !important;
      float: left !important;
    }

  .divAppointmentBirthdateEntry4Dig {
    margin-right: 20px;
    width: 65px;
    float: left;
  }

    .divAppointmentBirthdateEntry4Dig input {
      width: 65px !important;
      float: left !important;
    }

  .AppointmentRadioButton {
    float: left;
    width: unset;
    opacity: unset;
    -webkit-appearance: checkbox;
  }

  .AppointmentRadioButtonLabel {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    margin-left: 8px;
  }

  .contraindicationRadioButton input[type='radio']:before,
  .cancellationReasonRadioButton input[type='radio']:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /*margin: 20% auto;    */
    border-radius: 50%;
  }

  .contraindicationRadioButton input[type='radio'],
  .cancellationReasonRadioButton input[type='radio'] {
    -webkit-appearance: none;
    border-radius: 50%;
    box-shadow: 0 0 5px 0px gray;
    cursor: pointer !important;
    height: 32px;
    transition: border-color 375ms cubic-bezier(.4,0,.2,1);
    width: 32px;
  }

    .contraindicationRadioButton input[type='radio']:hover,
    .cancellationReasonRadioButton input[type='radio']:hover {
      box-shadow: 0 0 5px 0px orange inset;
    }

    .contraindicationRadioButton input[type='radio']:before,
    .cancellationReasonRadioButton input[type='radio']:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      /*margin: 20% auto;    */
      border-radius: 50%;
    }

    .contraindicationRadioButton input[type='radio']:checked:before,
    .cancellationReasonRadioButton input[type='radio']:checked:before {
      background: #FF6C2F;
      margin: 0 auto;
      height: 45%;
      width: 50%;
      margin-top: 31.5%;
    }

  .contraindicationRadioButtonLabel,
  .cancellationReasonRadioButtonLabel {
    float: left;
    width: auto;
  }

  .contraindicationTable, cancellationReasonTable {
    border-spacing: 0.75em;
  }
  /******************************** Seite 3.5 DocumentUpload ************/
  .fileButton {
    width: unset;
    height: unset;
    cursor: pointer;
  }

  .visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  .uploadLabel {
    min-width: 220px;
    width: fit-content;
    margin: 0 auto;
  }

  #tUploadedFiles {
    word-wrap: break-word;
    word-break: break-all;
  }

    #tUploadedFiles th {
      text-align: left;
    }

    #tUploadedFiles td {
      padding-bottom: 1em;
      padding-top: 1em;
    }
  /******************************** Seite 4 apointmentcommit ************/
  .AppointmentCommitButtons {
    margin-top: 50px;
  }

  .AppointmentReservationCheckBoxInputLabels {
    width: 100% !important;
  }

  .PdfSendCheckBox_InputLabels {
    width: 50% !important;
    float: left;
  }

  #deleteAppointmentButton,
  #goToStartButton,
  /*#AppointmentPdfLink,*/
  #searchNewAppointmentButton,
  #appointmentStateChangePermissionButton {
    display: block;
    /* weg am 21.05.2014
    width:175px;
    padding-left:0px; 
    padding-right:0px;
       statdessen: */
    width: 300px;
    padding-left: 2.4em;
    padding-right: 0px;
    text-align: left;
    font-size: 1em;
  }

  #AppointmentPdfLink {
    line-height: 26px;
    padding-left: 2.4em; /* bekommt von a2button was*/
    padding-right: 0px;
    width: 300px;
    text-align: left;
  }

  .divBoxSizing {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox */
    box-sizing: border-box;
  }

  #deleteAppointmentButton,
  #appointmentStateChangePermissionButton {
    /*margin-left:10px;*/
    clear: both;
    margin-top: 30px;
  }

  .divAdditionForButton {
    float: left;
    min-width: 450px;
    margin-left: 80px;
  }

  .divAppExpnder .ui-expander-header {
    /* raus am 21.05.2014 width:175px; */
    width: 300px;
  }

  .divAppExpnder .ui-corner-top,
  .divAppExpnder .ui-corner-all {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .divAppExpnder .ui-expander-header {
    border: 0px solid yellow !important;
    background: #FBBA00 !important;
    line-height: 1 !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 10px;
  }

  .divAppExpnder .wijmo-wijexpander .ui-expander-header > a {
    padding-left: 2.4em;
  }

  .white .divAppExpnder .ui-icon {
    /* helle icons in diesem fall verwenden, weil alles gelb ist**/

    background-image: url(/Content/themes/wijmo/xrweb_yellowWhite/images/ui-icons_FEEDC0_256x240.png) !important;
  }

  .black .divAppExpnder .ui-icon {
    /* helle icons in diesem fall verwenden, weil alles gelb ist**/
    background-image: url(/Content/themes/wijmo/xrweb_yellow/images/ui-icons_FEEDC0_256x240.png) !important;
  }


  .divAppointmentPermissionReason {
    float: left;
    min-width: 700px;
  }

  #cboPossibleAppointmentStateChangePermission {
    float: left;
    width: 165px;
  }

  .expanderTitle {
    font-weight: bold;
    padding-left: 4px;
    color: white;
  }
  /** reservation commit */
  .ReservationInfo div label {
    width: 200px;
  }

  .ReservationInfo .yellow .info label,
  .ReservationInfo .error label,
  .ReservationInfo .message label {
    width: 100% !important;
  }


  .ReservationInfoItem {
    clear: both;
    overflow: hidden;
  }

  #divImgMapsRadiologie {
    margin-top: 20px;
  }


  .img_maps_radiologe {
    width: 500px;
  }


  .AppointmentCommitCheckBlock {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
  }

  .divDeleteReason {
    float: left;
  }

  .CommitAppointment_txtDeleteReason {
    float: left;
    margin-right: 10px;
  }
  /**************** Forward Page ***********************/
  .freitext {
    max-width: 90%;
    width: 90%;
    min-width: 50%;
    height: 6em;
    min-height: 10%;
  }

  .freitextCounter {
    color: red;
  }
  /**************** pdf formatierungen ***********************/

  .reservationPdfLabel {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }

  .reservationPdfData {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
  /*Elemente für die sticky Progress-Bar*/
  .divSticky {
    position: sticky;
    bottom: 0;
    background: white;
    height: 100px;
    margin-top: 15px;
    text-align: right;
  }

  .stickyButton {
    margin-top: 25px;
  }

  .divProgressBar {
    background: lightgray;
    border-radius: 25px;
    width: 100%;
    height: 5px;
  }

  .divProgressbarColor {
    background: orange;
  }
  /*Füllung der Progress-Bar*/
  .divProgressBar-25-percent {
    animation: load0-25 2s normal forwards;
    border-radius: 25px;
    width: 0;
    height: 5px;
  }

  .divProgressBar-50-percent {
    animation: load25-50 2s normal forwards;
    border-radius: 25px;
    width: 25%;
    height: 5px;
  }

  .divProgressBar-62-percent {
    animation: load50-62 2s normal forwards;
    border-radius: 25px;
    width: 50%;
    height: 5px;
  }

  .divProgressBar-75-percent {
    animation: load62-75 2s normal forwards;
    border-radius: 25px;
    width: 62%;
    height: 5px;
  }

  .divProgressBar-87-percent {
    animation: load75-87 2s normal forwards;
    border-radius: 25px;
    width: 75%;
    height: 5px;
  }

  .divProgressBar-93-percent {
    animation: load87-93 2s normal forwards;
    border-radius: 25px;
    width: 87%;
    height: 5px;
  }

  .divProgressBar-100-percent {
    animation: load93-100 2s normal forwards;
    border-radius: 25px;
    width: 93%;
    height: 5px;
  }

  @keyframes load0-25 {
    0% {
      width: 0;
    }

    100% {
      width: 25%;
    }
  }

  @keyframes load25-50 {
    0% {
      width: 25%;
    }

    100% {
      width: 50%;
    }
  }

  @keyframes load50-62 {
    0% {
      width: 50%;
    }

    100% {
      width: 62%;
    }
  }

  @keyframes load62-75 {
    0% {
      width: 62%;
    }

    100% {
      width: 75%;
    }
  }

  @keyframes load75-87 {
    0% {
      width: 75%;
    }

    100% {
      width: 87%;
    }
  }

  @keyframes load87-93 {
    0% {
      width: 87%;
    }

    100% {
      width: 93%;
    }
  }

  @keyframes load93-100 {
    0% {
      width: 93%;
    }

    100% {
      width: 100%;
    }
  }

  .progressBarLabel {
    float: left;
    margin-top: 40px;
    font-weight: bold;
    font-size: 1.1em;
  }


  .yellow .info {
    flex-direction: row;
    margin: 20px auto;
    background: #feedc0;
    border: 1px solid #e5dad4;
    border-radius: 16px;
    color: #3b3b3b;
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
  }

  @media (max-width: 850px) {
    .yellow .info {
      flex-direction: column;
    }
  }

  .yellow .info > br {
    display: none;
  }

  .yellow .info .clearer,
  .yellow .info span.padding-left {
    font-size: 22px !important;
    max-width: 450px;
    padding: 16px;
  }

    .yellow .info .clearer label,
    .yellow .info span.padding-left label {
      font-size: 22px !important;
    }

    .yellow .info .clearer .message-text,
    .yellow .info .clearer .messageText,
    .yellow .info .clearer span,
    .yellow .info span.padding-left .message-text,
    .yellow .info span.padding-left .messageText,
    .yellow .info span.padding-left span {
      display: block;
      font-size: 14px !important;
      font-weight: 400 !important;
    }

  .divDataEntry input[type='radio']:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /*margin: 20% auto;    */
    border-radius: 50%;
  }

  .divDataEntry input[type='radio'] {
    -webkit-appearance: none;
    border-radius: 50%;
    box-shadow: 0 0 5px 0px gray;
    cursor: pointer !important;
    height: 32px;
    transition: border-color 375ms cubic-bezier(.4,0,.2,1);
    width: 32px;
  }

    .divDataEntry input[type='radio']:hover {
      box-shadow: 0 0 5px 0px orange inset;
    }

    .divDataEntry input[type='radio']:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      /*margin: 20% auto;    */
      border-radius: 50%;
    }

    .divDataEntry input[type='radio']:checked:before {
      background: #FF6C2F;
      margin: 0 auto;
      height: 45%;
      width: 50%;
      margin-top: 31.5%;
    }

  .divDataEntry select {
    background: #fff;
    border: 2px solid;
    border-color: #324046;
    /*border-radius: 16px;*/
    /*box-shadow: 0 2px 20px rgba(29, 29, 27, 0.2);*/
    box-sizing: border-box;
    color: #1d1d1b;
    float: none;
    letter-spacing: 1px;
    padding: 20px 12px;
    transition: border-color 375ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
  }

    .divDataEntry select:focus {
      border-color: #FF6C2F;
      transition: border-color 375ms cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 2px 20px rgba(29, 29, 27, 0.2);
    }

  .divBorder {
    border: 2px solid;
    border-color: #324046;
  }

  #AppointmentSummaryRadiologyData {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px;
    border-style: solid;
    border-color: black;
    height: 40px;
  }

    #AppointmentSummaryRadiologyData label {
      float: left;
      font-size: 24px;
      bottom: 0;
    }

  .dataEdit {
    text-align: right;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px;
    border-color: black;
    border-style: solid;
    height: 40px;
  }

    .dataEdit #AppointmentEditData_btn {
      background: white;
      color: black;
      margin-right: 5%;
      min-width: unset;
      font-size: 18px;
      padding: 10px;
      height: 40px;
    }

    .dataEdit label {
      float: left;
      font-size: 24px;
      bottom: 0;
    }

  .ordiComment {
    position: relative;
  }

    .ordiComment textarea {
      padding: 30px 15px;
    }

      .ordiComment textarea + label {
        color: #6c6c69;
        font-size: 13px;
        opacity: 1;
        transform: translateY(-8px);
        transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1), color 375ms cubic-bezier(0.4, 0, 0.2, 1), font-size 375ms cubic-bezier(0.4, 0, 0.2, 1);
        visibility: visible;
      }

  .ordiCommentLabel {
    bottom: 1.9rem;
    color: #1d1d1b;
    display: block;
    font-size: 16px;
    font-weight: 400;
    left: 16px;
    letter-spacing: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: 18px;
  }

  .halfWidth {
    width: 50%;
  }

  .fontBold {
    font-weight: bold !important;
  }

  .smallFont {
    font-size: 14px !important;
  }

  .eKOSTableWidth {
    width: 60%;
  }

  .eKOSTablelAlignBottom {
    width: 29px;
  }

  .tooltipIcon {
    position: absolute;
    bottom: 20px;
    left: 102%;
    z-index: 1;
  }

  .previewImg {
    max-height: 200px;
    max-width: 200px;
    height: auto;
    width: auto;
  }

  .previewBorderBottom {
    border-bottom: 1px solid #FF6C2F;
    border-collapse: collapse;
  }
  /* TODO #209514, frühere Termine Button ausblenden wenn disabled.*/
  .hide-disabled:disabled {
    display: none !important;
  }
/***************************************************************
**********************   Mobile Styles   ***********************
****************************************************************/
@media only screen and (max-width: 850px) {

  /******************************** AppointmentSearch/AppointmentMultiselect ************/
  .MultiselectCheckbox {
    width: 80%;
  }
    /******************************** Seite 1 apointmentrequest/search ************/

     .AppointmentRequestSearchValues
    ,.AppointmentRequestSearchValues .wijmo-wijcombobox
    ,.AppointmentRequestSearchValues .wijmo-wijinput
    ,#divDates .wijmo-wijinput 
    ,.AppointmentRequestSearchValues input 
    ,#btnAddNewExaMedModel
    ,#AppointmentDateSelectionSwitcher
    ,.AppointmentRequestLabel
    ,.divDatePickerFrom  
    {
        width:100%;
    }
    .AppointmentRequestLabel {
        clear: both;
        display: block;
      
    }
    .halfWidth {
      width: 100%
    }

    #AppointmentDateSelectionSwitcher {
        clear: both;
        /*width:185px;*/
        padding-left:0px; 
        margin-left:0px;
    }

    #divDates {
        clear: both;
        display: block;
        margin-left:0px !important;
    }

    #divDatesDatepicker,
    #divDatesDatepicker div {
        clear: both;
        display: block;
       
    }

    .divDatePickerFrom {
        clear: both;
        display: block;
    }

    .patientEntryWidth {
      width: 90%;
      margin: 0 auto
    }

    .divAppointmentMaxSearchElements, 
    .divPossibleAppointmentTime 
     {
        clear:both;
        margin-left:0px;
        display:block;
    }

    .AppointmentPossibleDateRadio div {
        clear: both;
    }

    .AppointmentPossibleDateRadio label {
        /* da kein clear both .. 
           da ist die checkbox u. dann das label dazu, 
           die sollen in einer zeile bleiben**/
    }

   .AppointmentRequestButtonBlock {
       margin-left:0px;
    }
    .AppointmentRequestButtonBlock input{
       display:block;
    }


    /* exameds ... untersuchungen 1., 2., 3., ...*/

    .divExaCategorie_Nr, 
    .divExaGroup_Nr, 
    .divExa_Nr
    {
        clear:both;
        width:100%;
        margin-left:5px !important;
    }
   
    .divExaCategorie_Nr .wijmo-wijcombobox, 
    .divExaGroup_Nr .wijmo-wijcombobox
    {
      width:90%;
    }

    .divExa_Nr .wijmo-wijcombobox {
      
      width:90%;
    }
     /* */
    .divExaMed_Nr  {
        width:100%;
       
    }



    /******************************** Seite 2 apointmentresponse ************/

    #divAppointmentResponse_DayInfos {
        clear:both; 
        display:block; 
        width:100%; 
    }

    #divAppointmentResponse {
        clear:both;
        display:block;
        margin-left:0px;
        width:100%; 
        padding-top:20px;
    }
    .divAppointmentResponseInfo .info {
        width:100%; 
    }

    .divAppointmentResponseInfoDetail {
        width:100%; 
        clear:both; 

    }

    #AppointmentResponeNewSearch {
        clear:both; 
        margin-top:20px;
        display:block;
        width: 100%;
        margin-left:0px; 
        margin-bottom:0px;
        /*margin-right:10%;*/
    }
    /******************************** Seite 3 apointmententerreservation ************/
    .divAppointmentEnterReservationLabel, 
    .info .divAppointmentEnterReservationLabel{
        clear:both;
        width:100%;
    }
    .divAppointmentReservationInfoLabel
    {
      width:50%;
    }
    .AppointmentReserve_Buttons {
      margin-left: 5%; /* wie das required div*/
    }
    .AppointmentReserve_Buttons input {
        /*margin-left:20px;*/ 
        width:85%;
    }
    .divRequired {
        width:5%;
    }
    .divAppointmentEnterReservationDesc {
        padding-left:0px; 
    }

    .divAppointmentBirthdateEntry2Dig input {
        width:100% !important;
        display:block;
    }
    .divAppointmentBirthdateEntry4Dig input {
        width:90% !important; /* wegen den abständen*/
    }
    .divAppointmentBirthdateEntry2Dig {
        width:20%;
    }
    .divAppointmentBirthdateEntry4Dig
    {
        width:40%;
    }

    .divDataEntry input, 
    .divDataEntry wijmo-wijcombobox {
        width:80%;
        /*max-width:400px;*/
    }

    .field-validation-error {
      display:block;
      width:90%
    }
    /******************************** Seite 4 apointmentcommit ************/
    .AppointmentCommitCheckBlock {
        clear:both;
        display:block;
        width:100%; 

        margin-left:0px;
    }

    .divDeleteReason {
        clear:both;
        margin-top:10px;
    }
    .CommitAppointment_txtDeleteReason {
        clear:both; 
        display:block;
        padding-left:0px; 
        padding-right:0px;
        width:100%
    }

    .divAdditionForButton {

        clear:both;
        min-width: 100% !important;
        margin-left: 0px;
        margin-top:10px;

    }

    .divAppExpnder .ui-expander-header {
        width:100%; 
    }
   
    #deleteAppointmentButton, 
    #goToStartButton, 
    #AppointmentPdfLink, 
    #searchNewAppointmentButton, 
    #appointmentStateChangePermissionButton
    /*,#cboPossibleAppointmentStateChangePermission
    ,.divDeleteReason .wijmo-wijcombobox*/
    {
        width:100%
    }

    /*fixieren der Progress-bar bei der mobil*/
    .divSticky {
        position: fixed;
        bottom: 0;
        width: 95% !important;
        z-index: 10;
        margin-right: 10px;
    }

    .progressBarLabel {
        font-size: 1em;
    }

    .stickyButton {
      background-color: #3e753b !important;
      border-color: #3e753b !important;
      color: #fff;
      font-size: 1.2em !important;
      border-radius: 10px !important;
      text-align: center;
      /* min-width:220px; */
      width: auto;
      height: 2.5em !important;
      padding-left: 10px;
      padding-right: 10px;
      min-width: 25%!important;
      max-width: 60%!important;
      margin-top: 28px;
    }

  .eKOSTableWidth {
    width: 90%;
  }

}

/******* mobile styles sind unten */
#divAppointmentStateStateFilter {
    width:auto; 
    float:left;
    margin-right:10px;
}
#divAppointmentStateSortOrder {
    width:auto;
    float:left;
    min-width:500px;
}
#divAppointmentStateSortOrder .AppointmentStateSortOrder {
    display:block; 
}

    #divAppointmentStateSortOrder .wijmo-wijradio {
        margin-top:0px;
        margin-bottom:0px;
    }
.AppointmentSortOrderLabel {
    display:inline;
    float:left; 
    width:auto;
    margin-right:10px;

}
.appointmentStateLinkToReservation {
    
}

.appointmentStateLinkToReservationHighlight {
    text-decoration:underline; 

}
/***************************************************************
**********************   Mobile Styles   ***********************
****************************************************************/
@media only screen and (max-width: 850px) {
    .AppointmentSortOrderLabel {
        display:block;
        width:90%;
    }

    #ShowAppointmentStatePermitButton {
        width:100%;
        /*margin-top:20px;*/
    }

    #divAppointmentStateStateFilter {
        width:100%;
    }
    #AppointmentStatePermitFilter .wijmo-wijcombobox, 
    #AppointmentStatePermitFilter .wijmo-wijinput {
        width:100%;
    }

    .AppStateDatepicker {
        width:100%;
        clear:both;
        display:block;
    }
    #XRTableContainer {
        font-size:small;
    }

}

.NewTimerAppointmentBlock {
    background-color: #f4f4f9;
    margin-top:20px;
    padding-left:10px;
    padding-bottom:10px;
    padding-right:10px;
    margin-bottom:10px;
}


.DatePick {
    /*font-size:small;*/
    font-size: 1.1em;
    font-weight: 600;
}

    .DatePick a {
        font-weight:bold;
    }


.XRNetEnabled_TRUE, .XRNetEnabled_FALSE {
    width:10px;
}
.XRNetEnabled_TRUE {
    background-image: url('/Content/images/icons/netenabled.png') ; 
    background-repeat:no-repeat;
}

.XRNetEnabled_FALSE {

}

.divDate {
    background-color:#FBBA00; 
    text-align:center; 
    margin-right: 15px; 
    color:white; 
    font-weight:bold; 
    font-size: larger;
    padding-left:0px; 
    padding-right:0px; 
    padding-top:10px; 
    padding-bottom:10px;
}

.XRTimerRoom {
    float:left;
    border:1px solid #aaa;
    margin:0.5em; 
    width: 210px; 
    margin-left: 0px; 
   
}

ul .XRTimerRoom {
    float:left;
    /*border:1px solid #aaa;*/
    margin:0.5em; 
    margin-left: 0px; 
    width: 210px;  
}

.XRTimerHeader {
    
    /*background-color: yellow;*/ 
    background-color: #FBBA00 ; 
    text-align: center;
}

ul.XRTimerRoom {
    list-style-type: none;
    padding:0px;
    table-layout:fixed;
}
    .XRTimerRoom .td, 
    .XRTimerRoom span {
        border:dotted 1px #aaa; 
        border-collapse:collapse; 
    }
    .XRTimerRoom span {
        display: inline-block; 
    }

.XRTimerInfoData {
    width: 100px;
    max-width: 100px;
    text-align:center;
    
    border-bottom: thin solid #aaa; 
    border-collapse:collapse; 
}

td.XRTimerRoomEntry
{
    width:140px;
}

    /*.XRTimerRoomEntry:hover,*/ 
    .XRTimerMinute:hover
    {
        background-color:#FBBA00 !important;
    }


.XRTimerHour, .XRTimerMinute, .XRSlideInEntry, .XRNetEnabled_TRUE, .XRNetEnabled_FALSE {
    background-color: #e3e3e3; /* #aaa dunkel, hell#e3e3e3*/
}

.XRTimerHour, .XRTimerMinute {
    width:10px; /* vorher 30*/
    text-align:center;
}

.altbackcolor {
    background-color: #aaa;
}

.altbackcolorasforeground {
   color:#aaa
}

.asforeground {
   color:#e3e3e3;
}


.ExaIntervall_5 {
    
   height:5px;
}

.ExaIntervall_10 {
    height:10px;
}
.ExaIntervall_15 {
    height:16px;
}

.ExaIntervall_20 {
    height:20px;
}

.ExaIntervall_30 {
    height:32px;
}

.ExaIntervall_60 {
    height:60px;
}

.XRSlideInEntry {
    max-width:5px;
    width:5px;
    overflow:hidden; 
    font-size: 8px;
}

.XRTimerHour {
    /* kein border hier.. sonst stimmen die hoehen nicht mehr*/
    /*box-shadow: 0 0 0 1px #aaa inset;*/
}

.XRTimerMinute {
    font-size: 7px;
}

.XRTimerRoomEntry,
.XRTimerHour, .XRTimerMinute,
.XRTimerInfoData {
    /*height:6px;*/ 
    line-height: 8px; 
    padding:0; 
    margin: 0; 
    overflow:hidden; 
    white-space: nowrap;
    
    /*border:none;*/
}


.divRoom td, 
.divRoom td div, 
.divRoom tr {
    white-space:nowrap; 
    /*height:6px;*/ 
}


.XRTimerInfoData {
    /*border-left: 1px solid white;*/
}


.divRoom {
    float:left; 
    width:210px; 
    margin-right: 15px; 
}

/* header vom tabelle*/
.TimerRoomInfo {
    width:210px; 
    background-color: #aaa; 
    color: #fafafa; 
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: larger;
    text-align:center; 
    font-weight:bold; 
    /*height: 60px;*/ 
    margin: auto; 
    line-height: 20px; 
}

/* fuer die unterschiedlichen types.. wenn was reserviert ist, dann kann es ruhig kleiner drin stehen*/
.roomEntryTypeId_0 {
    /*** nicht geplant*/
    font-size:smaller; 
}

.roomEntryTypeId_3, 
.roomEntryTypeId_4, 
.roomEntryTypeId_7 {
    /** reserviert 3 */ 
    /* 4 ... temp. reserviert*/
    /* 7... gesperrt */
    font-size:smaller; 
}

.rommEntryTypeId_5 {
   
}
.roomEntryTypeId_6 {
}


/** new appointment**/

.newappointment_input {
    background-color:#aaa; 
    color:#fff;  
}
.newappointment_datehourmin {
    width:20px;
}

.new_appointment_duration {
    width:55px; 
}
.newappointment_input, 
.newappointment_datehourmin, 
.new_appointment_duration{
    height:26px; 
}


.AppointmentInputBlock {
    float:left;
}

.AppointmentInputBlock .wijmo-wijcombobox {
    min-width:45px;
}

#divPatientContact {
    width: 100%; 
}
#divPatientContact .wijmo-wijexpander {
  
}

#divPossiblePatients .wijmo-wijcombobox, 
#divPossiblePatients .wijmo-wijcombobox-input
{
    width:352px; 
}

.commentAlertSpan {
    margin-right:5px;
    float:right; 
}

.divDataEntryHalf {
    float:left; 
    width:45%; 
}

.divDtaEntryHalfRight {
  margin-left: 10%; /* biede sind nur 45% breit ==> 10% dazwischen. */ 
}

.divDataEntryHalf input, 
.divDataEntry input {
  
}

.divTimerBirthdateEntry2Dig {
    width:10% !important; 
}
.divTimerBirthdateEntry4Dig
{
    width: 20% !important; 
}

#btnNewAppointment {
    /*width: 100%;*/
    padding-top: 5px;
    height: 30px;
}

#TimerAppointmentInsertUpdateData {
    width: 600px;
}

.divTimerAppointmentCombo .wijmo-wijcombobox-wrapper {
    width:450px;
}

.TimerInputBlock {
    float:left;
}
.TimerInputBlock .wijmo-wijcombobox {
    min-width:65px;
}


.divPatientContactSearchElement {
   float:left; 
   width:45%; 
   margin-right:2%; 
}
.divPatientContactSearchButton {
   padding-top:5px; 
}

#searchPatientButton {
   width:100% !important; 
}

#divPossiblePatients .wijmo-wijcombobox-wrapper {
    width: 350px !important;
}


/* ------- timersearch */



.divSearchElement {
  float:left; 
}

/* sonst verschwindet die schrift weil sie auch gelb wird, ist dann nicht so leiwand */
#TimerSearchTable .aSchemaColor:visited, 
#TimerSearchTable .aSchemaColor:focus
{
    color:#fafafa; /*wijmo white */
}

@media only screen and (max-width: 850px) {
  
   /*
   .divPatientContactSearchElement {
      clear:both; 
      width:100%; 
      margin-right:0px; 
   }
   .divPatientContactSearchButton {
      clear:both; 
   }
   */

}
