/* Fehler bei der Verkleinerung. Der Inhalt wird unverkleinert zurückgegeben.
(2289,21): run-time error CSS1038: Expected hex color, found '#ffff'
(2289,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(3619,15): run-time error CSS1036: Expected expression, found '#'
 */
/* colors: 
   =============
    orange:     #fe8f01     (buttons, links, etc.)
    hellgrau:   #ddd        (schrift, ...)
*/


html {
  margin: 0;
  padding: 0;
  color: #ddd;
}

.header-logo-subtext {
  color: #ddd;
}

body {
  /*border-top: solid 10px #000;*/
  color: #DDD;
  font-size: .85em;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
}

a img {
  /* ie probleme, hat immer einen blauen border um jedes img, das im link ist*/
  border: 0
}

body {
  background-color: #000; /* sehr dunkles dunkelgrau*/
}

#body {
  background-color: #1b1b1b;
}

.ui-pnotify-title {
  display: inline !important;
}

/*#menuTAN .wijmo-wijmenu-horizontal {
    float: right !important;
}*/

nav :focus,
footer :focus {
  /* input felder, beim focus, haben default farbe abhängig vom browser ==> wollen wir nicht. */
  outline: 0 !important;
}

footer {
  clear: both;
  background-color: #1b1b1b;
  height: 100px;
}

#divRender {
  /*nur beim weißen machen*/
  /*margin-left:10px;*/
  margin-left: 10px;
  margin-right: 10px;
}

#divBlackWhite {
  background-color: #1b1b1b;
}



.linkInTable,
.linkInTable:hover,
.linkInTable:active,
.linkInTable:visited,
.linkInTable:focus {
  color: #404040;
  text-decoration: underline;
}

.linkInTableSpecial {
  text-decoration: underline;
}


.blue .linkInTableSpecial {
  color: #004F9E;
}

.violet .linkInTableSpecial {
  color: #792283;
}

.yellow .linkInTableSpecial {
  color: #FBBA00;
}

.orange .linkInTableSpecial {
  color: #FF6400;
}

.green .linkInTableSpecial {
}

.red .linkInTableSpecial {
}

.blue .linkInTableSpecial:hover,
.violet .linkInTableSpecial:hover,
.yellow .linkInTableSpecial:hover,
.orange .linkInTableSpecial:hover {
  color: #f1f1f1 !important;
}

.loader {
  text-align: center;
  width: 100%;
  height: 100%;
  /*padding-top: 30%;*/
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(4, 4, 4, 0.70);
  z-index: 9999;
}

.divLoadingImg {
  margin-top: 20%;
}

/** menu navigation*/

.wijmo-wijmenu a.wijmo-wijmenu-link:hover,
.wijmo-wijmenu a.wijmo-wijmenu-link,
.wijmo-wijmenu a.wijmo-wijmenu-link:after,
.wijmo-wijmenu a.wijmo-wijmenu-link:focus {
  border: none;
}


.no-padding-left {
  padding-left: 0px !important;
}

.successmessage {
  background-color: #3E753B;
  color: white;
}

.error,
.errorSimple {
  background-color: #DF0000;
  color: white;
}


.message,
.error,
.successmessage,
.info {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

  .message label,
  .error label,
  .successmessage label,
  .info label {
    font-size: 1em !important;
    font-weight: bold !important;
  }


.labelSmall {
  font-size: 0.8em !important;
}

.info span,
.message span,
.successmessage span,
.error span {
  font-size: 1em !important;
  font-weight: bold !important;
  /*padding-left:10px;*/ /* abstand zum rand */
}

.messageText {
  padding: 10px;
  font-size: 1em !important;
  font-weight: bold !important;
}

.messageCentered {
  margin: 0 auto;
  max-width: 865px;
  width: 90%;
}

/* kommt von jquery-validate*/
.field-validation-error {
  /*background-color:#A70000; 
    color:white;*/
  color: #DF0000; /* rot normal von xrweb */
  font-weight: bold;
}

/**** wijmo ueberschreiben wegen den icons bei den datumsauswahl dinger *********/

.wijmo-wijinput .wijmo-wijinput-trigger .ui-icon {
  top: auto;
  position: absolute;
  margin-top: 5px;
}





.divInputNoBorder input {
  border: none;
}

.divInputFocusNoBorder input:focus {
  border: 0 !important;
  outline: 0;
}

/********************************** */

a, a:visited, a:focus {
  /*outline: none;
    padding-left: 3px;
    padding-right: 3px;*/
  text-decoration: none;
}

.text-decoration-underline {
  text-decoration: underline;
}


.font-wijmowhite {
  color: #f4f4f9 !important;
}

.wijmo-wijgrid tr.wijmo-wijgrid-row.ui-state-hover .iconTrans .xrwebIconTop,
.wijmo-wijgrid tr.wijmo-wijgrid-row td.ui-state-highlight .iconTrans .xrwebIconTop {
  opacity: 0;
}

.iconTrans {
  position: relative;
  height: 24px;
  width: 24px;
  display: inline-block;
}

  .iconTrans img {
    position: absolute;
    left: 0px;
  }

.wijmo-wijgrid .ui-state-highlight img

.link-wijmowhite-hover a:hover {
  color: #f4f4f9 !important;
}

a:hover {
}

header, footer, hgroup,
nav, section {
  display: block;
}

mark {
  background-color: #a6dbed;
  padding-left: 5px;
  padding-right: 5px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.padding-left {
  padding-left: 10px;
}

.padding-right {
  padding-right: 10px;
}

.padding-top {
  padding-top: 10px;
}

.margin-left {
  margin-left: 10px;
}

.margin-top {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-right {
  margin-top: 10px;
  margin-right: 10px;
}

.margin-right-small {
  margin-right: 5px;
}

.margin-right {
  margin-right: 10px;
}

.margin-bottom {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-small {
  margin: 0.25em;
}

.inline-block {
  display: inline-block;
}

.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
  color: #DDD;
  margin-bottom: 0;
  padding-bottom: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5, h6 {
  font-size: 1em;
}

  h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
  }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
  margin: 0 auto;
  /*max-width: 960px;*/
}

#body {
  clear: both;
  padding-bottom: 35px;
  min-height: 400px;
}

.main-content {
  /*
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    */
  /*padding-top: 20px;*/
}


header .content-wrapper {
  padding-top: 10px;
}




/* site title
----------------------------------------------------------*/
.site-title {
  color: #c8c8c8;
  font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
  font-size: 2.3em;
  margin: 0;
}

  .site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
  }


/* login
----------------------------------------------------------*/
/*#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }*/


/* menu
----------------------------------------------------------*/
.div-menu {
  text-align: center;
}

ul#menu {
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
}

  ul#menu li {
    /* sollt wijmo sowieso schon machen*/
    display: inline;
    list-style: none;
    /*...... */
    padding-left: 1px;
    padding-right: 1px;
  }

    ul#menu li a {
      background: none;
      color: #999;
      text-decoration: none;
    }

      ul#menu li a:hover {
        color: #fe8f01;
        text-decoration: none;
      }


/* page elements
----------------------------------------------------------*/
/* featured */
/*.featured {
    background-color: #000;
}

    .featured .content-wrapper {
        background-color: #000;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }*/

/* page titles */
hgroup.title {
  margin-bottom: 10px;
}

  hgroup.title h1, hgroup.title h2 {
    display: inline;
  }

  hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
  }

/* features */
section.feature {
  width: 300px;
  float: left;
  padding: 10px;
}

/* ordered list */
ol.round {
  list-style-type: none;
  padding-left: 0;
}

  ol.round li {
    margin: 25px 0;
    padding-left: 45px;
  }

    ol.round li.zero {
      background: url("../Images/orderedList0.png") no-repeat;
    }

    ol.round li.one {
      background: url("../Images/orderedList1.png") no-repeat;
    }

    ol.round li.two {
      background: url("../Images/orderedList2.png") no-repeat;
    }

    ol.round li.three {
      background: url("../Images/orderedList3.png") no-repeat;
    }

    ol.round li.four {
      background: url("../Images/orderedList4.png") no-repeat;
    }

    ol.round li.five {
      background: url("../Images/orderedList5.png") no-repeat;
    }

    ol.round li.six {
      background: url("../Images/orderedList6.png") no-repeat;
    }

    ol.round li.seven {
      background: url("../Images/orderedList7.png") no-repeat;
    }

    ol.round li.eight {
      background: url("../Images/orderedList8.png") no-repeat;
    }

    ol.round li.nine {
      background: url("../Images/orderedList9.png") no-repeat;
    }

/* content */
article {
  float: left;
  width: 70%;
}

aside {
  float: right;
  width: 25%;
}

  aside ul {
    list-style: none;
    padding: 0;
  }

    aside ul li {
      background: url("../Images/bullet.png") no-repeat 0 50%;
      padding: 2px 0 2px 20px;
    }

.label {
  font-weight: 700;
}





/*
#socialLoginList button {
    margin-bottom: 12px;
}
*/
#logoutForm {
  display: inline;
}

/* contact */
.contact h3 {
  font-size: 1.2em;
}

.contact p {
  margin: 5px 0 0 10px;
}

.contact iframe {
  border: 1px solid #333;
  margin: 5px 0 0 10px;
}

/* forms */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

  fieldset legend {
    display: none;
  }

  fieldset ol {
    padding: 0;
    list-style: none;
  }

    fieldset ol li {
      padding-bottom: 5px;
    }

label {
  display: block;
  font-size: 1.1em;
  font-weight: 600;
}

  label.checkbox {
    display: inline;
  }



textarea {
  font-family: inherit;
  border: 1px black solid;
  background: white;
  color: #000;
  font-size: 14px;
  padding-left: 5px;
}

input[type="submit"],
input[type="button"],
button {
  border: none;
  font-size: 1em;
  font-weight: bolder;
  border-radius: 16px;
  height: 26px;
  Width: 175px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  /* ipad render die buttons ganz eigenartig. nach ihrem style. das wollen wir nicht  */
  -webkit-appearance: none;
  /* aenderungen an button u. input */
  /*-moz-border-radius:3px;*/ /* Firefox */
  /*-webkit-border-radius:3px;*/ /* Safari, Chrome */
  /*-khtml-border-radius:3px;*/ /* Konqueror */
  /*border-radius:3px;*/ /* CSS3 */
}

.roundCorner {
  /* aenderungen an button u. input */
  /*-moz-border-radius:3px;*/ /* Firefox */
  /*-webkit-border-radius:3px;*/ /* Safari, Chrome */
  /*-khtml-border-radius:3px;*/ /* Konqueror */
  /*border-radius:3px;*/ /* CSS3 */
}

/* aenderungen an button u. input */

input {
  font-size: 14px;
  height: 20px;
  /*padding-left: 5px;*/
  padding-left: 2px;
  padding-right: 2px;
  width: 165px;
  /*-webkit-appearance: none;*/
  /* aenderungen an button u. input */
  /*-moz-border-radius:3px;*/ /* Firefox */
  /*-webkit-border-radius:3px;*/ /* Safari, Chrome */
  /*-khtml-border-radius:3px;*/ /* Konqueror */
  /*border-radius:3px;*/ /* CSS3 */
}

.white .blackWithBackgroundColor {
  background-color: #aaa;
}

.aToButtonSimple {
  font-size: 14px !important;
  font-weight: bolder !important;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 6px !important;
}

.aToButton {
  font-size: 14px !important;
  font-weight: bolder !important;
  /*width: 175px !important;*/
  height: 26px !important;
  /*border-radius: 2px;*/
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  /*padding-bottom: 4px;*/
  /* damit es ein blockelement ist u. width funktionieren kann*/
  display: block;
}


.login ol li {
  margin: 0px;
  padding: 0px;
}

input:focus, textarea:focus {
  /* border: 3px solid #fe8f01;*/
}

input[type="checkbox"] {
  background: transparent;
  border: inherit;
  width: auto;
}



/*********************** navigation-title */
#navigation-title {
  /*  float:left; */
  width: 100%; /*damit sich das padding left ausgeht*/
  /*padding-top: 10px;
    padding-bottom: 10px;*/
  min-height: 40px;
  font-size: x-large;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  color: white;
  text-align: left;
}

#navigation-title-textdiv {
  /*margin-left:70px;*/
  float: left;
}

#navigation-title span {
  /*padding-left:10px;*/
}

/************** xrweb **********************/

.navigation-title-center,
.navigation-title-without-img {
  width: 100%; /*damit sich das padding left ausgeht*/
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: x-large;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  color: white;
  text-align: center;
  background-color: #FF6400;
}

.navigation-title-without-img {
  text-align: left !important;
}

  .navigation-title-without-img span {
    padding-left: 56px;
  }

.imageLogo {
}

.NavTitleSpan {
  line-height: 40px;
}


footer {
  margin-top: 30px;
}

.footer-xrweb {
  width: 100%;
  height: 60px;
}

.footer-xrweb-container {
  text-align: center;
  margin: auto;
  width: 450px;
  height: 100%;
}
/*.footer-description a {
    color:#ddd !important; 
}

.aSchemaColor .footer-color  {
    color:#ddd !important; 
}*/

.aSchemaColorSpecial,
.aSchemaColorSpecial:hover,
.aSchemaColorSpecial:active {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

/* 28.02.2022   sp    TODO: 169050, Navigation Logo und Footer Logo getrennt behandeln*/
.navigation-logo {
  width: 40px; /* ca. so groß wie das img **/
  text-align: center;
  float: left;
}

.footer-logo-alt {
  width: 56px; /* ca. so groß wie das img **/
  text-align: center;
  float: left;
}

.footersize {
  font-size: 0.8em !important;
  white-space: nowrap;
}

footersizebig {
  font-size: 0.9em !important;
}

.footer-logo {
  width: 70%;
  max-height: 65px;
}


.footer-description {
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding-left: 5px;
  width: 310px; /* muss kleiner als x= (container - logo) width sein*/
}

  .footer-description div {
    vertical-align: middle;
  }

  .footer-description a {
  }

    .footer-description a:hover {
      /*color:#fe8f01; wird alles von den colorschema classen erledigt*/
    }

/* 28.02.2022   sp    TODO: 169050, Navigation Logo und Footer Logo getrennt behandeln*/
.navigation-logo img {
  height: 40px; /* ist ein quadrat */
  border: none;
}

.footer-logo-alt img {
  height: 56px; /* ist ein quadrat */
  border: none;
}

.footer-logo-alt a {
  border: none;
  color: black;
  text-decoration: none;
}

  .footer-logo-alt a:active, .footer-logo-alt a:hover,
  .footer-logo-alt a:visited, .footer-logo-alt a:focus,
  .footer-logo-alt a:link {
    border: none;
    color: black;
    text-decoration: none;
  }


.header-logo {
  color: none;
  text-decoration: none;
  text-align: center;
  margin: auto;
  border: 0px;
}



  .header-logo a {
    border: 0px;
    color: black;
    text-decoration: none;
  }

    .header-logo a:active, .header-logo a:hover,
    .header-logo a:visited, .header-logo a:focus,
    .header-logo a:link {
      border: 0px;
      color: black;
      text-decoration: none;
    }


.header-logo,
.header_image {
  border: 0px !important;
}

#header_link {
  border: 0px !important;
}


.text-align-center {
  text-align: center !important;
}

.clearer {
  clear: both;
}

.textbox-float {
  float: left;
}




/***** for table-filter  ******/
.XRTableContainer {
  padding-top: 10px;
}

  .XRTableContainer tbody {
    line-height: 1.2em !important;
  }


.XRTableSearchFilterContainer {
  padding-top: 10px;
  margin-bottom: 10px;
}

.filter-elem-margin-right {
  margin-right: 10px;
}


.font-size-small {
  font-size: 0.7em;
}


.divImageClose {
  margin-top: -70px !important;
  margin-bottom: 0px !important;
}

.Image_Close a {
  padding: 0px !important;
}

.Image_Close {
  float: right;
  width: 80px !important;
  margin-right: 1%;
  margin-top: 20px;
}


.PatientTAN_Close_Button {
  width: 80px; /* gleich wie image_close*/
  margin: auto;
}

.div-menu .ImageClose {
  /* wenn es im header gerendert wird, dann abstand von 20px zum top*/
  margin-top: 20px !important;
}

.reportOpener, .noReportOpener {
  text-align: center;
  font-size: small;
  font-weight: bold;
  padding-top: 150px;
}

  .reportOpener .reportOpenerButton {
    width: 100px;
    margin: auto;
  }

  .reportOpener a {
    height: auto !important;
  }


.info-left {
  width: 30%;
  float: left;
}

.DsgvoHint {
  text-align: center;
  font-size: 0.8em;
  margin-top: 15px;
  hyphens: auto;
}

/***************************************************************
**********************   Mobile Styles   ***********************
****************************************************************/
/*wird mit site.css gleichzeitig geladen .. nicht addional!!! */



@media only screen and (max-width: 850px) {

    body {
        /*font-size:large;*/
    }

    input {
        /*min-height:30px;*/
    }

    textarea {
        width:95% !important;
    }

    #divRender {
    /* margin weg bei mobile stles*/
        margin-left:0px !important; 
        margin-right:0px !important;
    }

    /*850px*/
    .header-logo {
        /*display:none;*/ 
    }

    .content-wrapper {
         max-width:95%;
         /* margin-left: 20px; damit nicht alles so am rand pickt */
    }

    .clearerForMobileStyle {
        clear:both;
    }

    /* navigation */
    .NavTitleSpan {
        line-height:100%;
    }
    /************************* menu   ********************/
    .div-menu {
        text-align:left; 
    }
        ul#menu {
           text-align:left; 
        }
        ul#menu li {
            padding-left:0px;
        }
    /******************** search container ***************************/
    #searchValuesPatientlist div {
        float:none !important;
    }


    .XRTableSearchFilterContainer div {
        /*float:none !important;*/
    }

    /* braucht eine breite, sonst kann man das div nicht zentrieren. */
    /* 30.01.2023 Breite auf Prozent geändert, um komische Verschiebungen und Umbrüche bei mobil zu vermeiden */
    .footer-xrweb-container {
        width:70%;
        margin-left: 15%;
    }
    .footer-description {
        width:auto; 
        padding-top:0px;
    }
    .mobileBlock {
        display:block; 
    }

    .DsgvoHint {
        text-align: center;
        font-size: 0.85em;
    }
}

/******************* xrweb login ************************/

/* mobile sites sind unten!!!*/


.loginDiv {
    text-align:center;
    /*XRWEB wurde auf FullScreen umgestellt, was aber auf der Login-Seite optisch sehr störend ist, 
     da die Textfelder so weit auseinander liegen. Hier wird die Breite auf 960px gesetzt*/
    max-width:960px;
}
    .divLeftRight_Login {
       width:100%;
       margin-left: auto; 
       margin-right: auto; 
      
    }

    .divLoginMarginLeft{
      margin-left: 15%;
    }

    .divLabelLoginMarginLeft {
      margin-left: 30%;
    }

    .divLeftLogin {
        float:left; 
         width:45%;
    }
    .divLeftRight_Login div ol li {
        float:left;  
        width:100%; 
    }
        .divLeftRight_Login div ol li label {
            float:left;  
            width:240px;
            text-align:right; 
        }
       .divLeftLogin ol li label {
            float:right;  
          
            text-align:right; 
        }

    .divRightChangePassword {
        float:left; 
        width:45%;
        margin-right:10%;
    }

    .divRegisterHint {
        float: right;
        padding:5px; 
        margin-top: 20px; 
    }
        .login-hint {
            text-align:left; 
        }

    .register-hint {
        /*clear:both;*/ 
        /*margin-top: 100px;*/
        margin-top:20px; 
    }
        .important-text {
          font-size: 1.4em
        }

.LoginAddionalInfo {
    margin-top:20px;
}


/**** black white */

.divBlackWhite {
    text-align:right; 
    vertical-align:middle;
}

    .divBlackWhite a {
        border:none;
        line-height:25px;
        height: 25px;
        display: block;
        width: 25px;
        float: right;
        margin-right:10px;

    }
    .divBlackWhite img {
        border:none; 
        width:25px; 
    }

    .imgBlackWhite {
       margin-top: 8px; 
    }


.highLightBlackWhiteImg img {
    border-collapse: collapse;
    border:solid 2px #FF6400 !important; 
}

.tan-hint{
  hyphens: auto;
}

.passwordChangeLink {
  margin-left: 4%;
  margin-top: 10px;
}



/************* index-tan ****************/
/*breite 98 damit mobil horizontal keine Scrollbar notwendig ist.*/
/*übersiedelt auf IndexTANEmbedded.css!!!!!!!!!!*/

@media only screen and (max-width: 1000px) {
    .divLeftRight_Login div ol li label, 
    .divRightChangePassword label {
        text-align:left; 
    }

     .loginDiv {
       float:none; 
       clear:both;
       max-width:500px;
       text-align:center; 
       min-height:400px;
       margin:auto;
    }
    .divLeftRight_Login {
       clear:both;
    }

   .divLeftRight_Login div h2 {
       clear:both;
       text-align:left;
       margin-left: 0;
    }

    .divLeftRight_Login div ol li, 
    .divRightChangePassword div ol li {
        display:block;
        width:100%; 
        clear:both;
        margin:0px;
        padding:0px;
    }

        .divLeftLogin {
            float:left;
            clear:both;
            margin:0px;
            padding:0px;
            width:100%;
        }
        .divRightChangePassword {
           clear:both;
           width:100%;
           margin:0px;
           padding:0px;
        }

        .divLeftRight_Login div ol li input, 
        .divLeftLogin ol li input,
        .divRightChangePassword div ol li input
         {
           display:block; 
           width:100%;
           clear:both;
           margin:0px;
           padding:0px;
           text-align:left; 
        }


            .divLeftRight_Login div ol li input[type="submit"],
            .divRightChangePassword div ol li input[type="submit"]
            {
                width:100%; /* wegen border von inputs*/
                text-align:center; 
            }

        .divLeftRight_Login div ol li label,
        .divRightChangePassword div ol li label
         {
           display:block; 
           width:100%; 
           clear:both;
           margin:0px;
           padding:0px;
           text-align:left; 
        }

    .divRegisterHint {
        float: left;
        padding:5px; 
        margin-top: 20px; 
    }

    .login-hint {
        text-align:left; 
    }

    /* zusatzinformationen .. wie wenn sie noch ncith registriert sind .. oder weiß u. schwarz*/
    .LoginAddionalInfo {
        clear:both; 
        max-width:500px;
        margin-top: 100px;
        padding-left:0px;
        margin:auto; 
        text-align:center;
    }

        .LoginAddionalInfo div {
            text-align:left;
        }
        .register-hint {
           text-align:left;
        }
    .passwordChangeLink {
        text-align: center;
        margin-left: 0;
    }






        

/************* index-tan ****************/

    .divTAN label, .divTanLabel {
        width:100%;
        clear:both;
        text-align:left; 

    }

    .divTAN input {
        clear:both;
        width:100%;
        padding:0px;
        margin-left: 0;
    }

    .divElementRow input[type=submit]{
      width: 100%;
    }

}

.divDefaultXRElement {
    min-height:100px;
}

#DefaultAppointmentLink a {
    color:white;
    padding-left:0px; 
    padding-right:0px; 
}


.divDefaultXRElement {
    margin-top:10px;
}
.divDefaultLogo {
    width: 100px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

    .divDefaultLogo a,
    .divDefaultLogo a:hover,
    .divDefaultLogo a:active {
        border:none;
    }

.defaultLogo {
    /*ist das image*/
    width:100px;
    border: none; 
}



.defaultDivWithImage {
    float:left;
    width:100px;
    margin-right:10px;
}
.defaultDivWithLinks {
    float:left;
}
    .defaultDivWithLinks h3 {
        margin-top:0px; 
    }

.white #DefaultAppointmentLink a, 
.white #DefaultImageReportLink a, 
.white #DefaultXRWEBteleworkLink a {
    color:black !important;
}

#DefaultAppointmentLink a:hover, 
.white #DefaultAppointmentLink a:hover
 {
    color:#FBBA00 !important; /* yellow normal */
}


#DefaultImageReportLink a {
    color:white;
    padding-left:0px; 
    padding-right:0px; 
}


#DefaultImageReportLink a:hover, 
.white #DefaultImageReportLink a:hover {
    color:#004F9E !important;  /* blue normal */
}


#DefaultXRWEBteleworkLink a
{
    color:white;
    padding-left:0px; 
    padding-right:0px; 
}


#DefaultXRWEBteleworkLink a:hover, 
.white #DefaultXRWEBteleworkLink a:hover  {
    color:#792283 !important; /* violet normal */
}

.defaultpagelinks {
    margin-left: 10px; 
    padding-left:0px;
}
.defaultpagelinks li {
    list-style-type:none;
    padding:0px;
    margin:0px;
}

.defaultLinks {
    color:#FF6400 !important; 
}
.defaultWebAccessLink:hover, 
.defaultWebAccessLink:active {
    color:#004F9E !important; /* blau normal */
}

.defaultWebTimerLink:hover,
.defaultWebTimerLink:active {
     color:#FBBA00 !important; /* yellow normal */
}

.defaultWebTeleworkLink:hover,
.defaultWebTeleworkLink:active {
     color:#792283 !important; /* violet normal */
}


@media only screen and (max-width: 850px) {
    .defaultDivWithLinks {
        float: none; 
    }
}
/*** 
Patient, Patientlist und PatientlistWait        

    wijmo-dunkelgrau: #404040; 
***/



/****************************** fuer zwei oder alle drei ***********************/

#PatientReports tbody, 
#PatientListTable tbody, 
#PatientListWaitTable tbody, 
#PatientAnamnesisTable tbody
{
    font-size:0.85em;
    line-height:1.2em !important; 
}


/** fuer die tan-seite .. soll das alles 1 em sein 
    da sind wesentlich weniger spalten vorhanden, also geht das schon. 
*/
/*.patientTanReportDiv, */
.patientTanReportDiv #PatientReports tbody {
    font-size: 1em !important; 
    line-height:1.2em !important;
}

 
#PatientListWaitTable tbody a:visited,
#PatientListTable tbody a:visited
{
    text-decoration: underline;
}


/*************************** Patient *******************************/


/* von, bis, Filter, müssen alle die gleiche breite haben */
#searchValuesPatientlist .wijmo-wijcombobox, 
#searchValuesPatientlist .wijmo-wijinput
{
    width:175px;
}

/** die suchfelder, die schon mit wijmo gestylt sind, müssen nicht mehr einen border haben*/
/** die comboboxen brauchen auch noch input:focus*/
#SearchAttributes_DFrom, 
#SearchAttributes_DTo,
#SearchAttributes_SearchKey
{
    /* divInputFocusNoBorder*/
    border:none !important;
}

#Patient_Details {
    text-align:left;
}


.Patient_Details_Col {
    float:left; 
    width:25%; 
}


#PatientReports th a {
    text-decoration:none;
}

.PatientReportLink {
    /*color:black !important; */
    text-decoration:underline !important;
}
    .PatientReportLink:visited {
    }


.PatientImageLink {
    /*color:black !important;*/ 
    text-decoration:underline !important;
}
    .PatientImageLink:visited {
    
    }


    .PatientImageLinkZip {
        text-decoration:underline !important;
    }

    .PatientImageLinkZip:hover {
        color:#f1f1f1 !important;  /*wijmo white*/
    }

/* links in tabelle vom patientendetails.. die reports*/
#PatientReports tbody a {
    /*text-decoration:underline;
    color:#404040 !important;*/
}

.xrwebIcon {
    width: 24px;
    height: 24px;
}

/*************************** Patientlist **************************/

#PatientListTable th {
    text-align:left; 
}

#SearchAttributes_SearchValue {
    width:170px; 
    margin:0px; 
    padding-left: 0px;
    padding-right:0px; 
    padding-top:2px; 
    padding-bottom:2px;
}
#ShowPatientlistWithSearchButton {
    width:175px;
}

/*************************** PatientlistWait ********************/


.PatientListWaitSearchButton {
    margin-bottom:10px; 
    margin-top:10px;
    margin-left:10px;
    width:85px !important;
}

.divPatListWaitFilterElement {
    float:left; 
    margin-right:10px; 
    min-height:60px;
}
.divIsImportant {
    min-width:202px;
}

    .divIsImportant .IsImpartantLabel {
        float:left; 
        margin-right:5px;
        margin-bottom:6px;
    }


.divPatListWaitFilterElement .wijmo-wijinput, 
.divPatListWaitFilterElement .wijmo-wijcombobox {
    width:200px;
   
}

divPatListWait_VisitedDate {
    width:202px;
}
.divPatListWait_Category {
    width:200px;
}

.divPatientListWait_UserGroup {
    width:200px;
}

/** die comboboxen brauchen auch noch input:focus*/
#PatientListWaitSearchAttributes_DVisitedDate,
#PatientListWaitSearchAttributes_KategoryId,
#PatientListWaitSearchAttributes_UserGroupTypeId, 
#divDisplayCategory input:focus, 
#divDisplayUserGroup input:focus {
    border:none !important;
}

/*** 
Patient, Patientlist und PatientlistWait        
***/




/** mobile styles */
@media only screen and (max-width: 850px) {

    /************** zwei od. mehrere **************/
    
    #PatientReports tbody, 
    #PatientListTable tbody, 
    #PatientListWaitTable tbody, 
    #PatientAnamnesisTable tbody
    {
        font-size:1em;
    }



    /*********************** Patient **************/
    .Patient_Details_Col {
        clear:both;
        display:block; 
        width:100%; 
        margin-left: 0px; 
    }
   

    /*********************** Patientlist **************/

     #searchValuesPatientlist .wijmo-wijinput
    ,#SearchAttributes_SearchValue 
    ,#searchValuesPatientlist .wijmo-wijcombobox
    ,#ShowPatientlistWithSearchButton
    ,.divSearchFilter .wijmo-wijcombobox
    {
        width:100%;
        margin-left:0px;
        margin-right:0px; 
        padding-left:0px; 
        padding-right:0px;
    }
    
    /******************* PatientlistWait ***********************/
    /*.PatientListSearch_DateFilter .wijmo-wijinput {
        display:block;
    }*/

    

    .divPatListWaitFilterElement {
        float:none; 
        width:100%; 
    }
         .divPatListWaitFilterElement .wijmo-wijinput, 
        .divPatListWaitFilterElement .wijmo-wijcombobox {
            width:100%;
   
        }

    .divIsImportant {
        width:100%;
    }

        .divIsImportant .IsImpartantLabel {
            /* die labels zu den combos. die sollen ruhig so bleiben.*/
            float:left; 
            width:auto;
            min-width: 100px;
        }

        /*.divPatListWaitFilterElement .wijmo-wijinput, 
        .divPatListWaitFilterElement .wijmo-wijcombobox {
            max-width:200px;
            min-width:200px;
        }*/


    .PatientListWaitSearchButton { 
        margin:0px !important;
        width:100% !important; 
        /*max-width:150px !important;*/
    }


     .divPatListWait_VisitedDate
    ,.divPatListWait_VisitedDate .wijmo-wijinput {
        width:100% !important;
    }
    .divPatListWait_Category, 
    .divPatListWait_Category .wijmo-wijcombobox {
        width:100% !important;
    }

    .divPatientListWait_UserGroup, 
    .divPatListWait_Category .wijmo-wijcombobox  {
        width:100% !important;
    }
    /*.divPatientListWait_UserGroup .wijmo-wijcombobox {
        width:100%;
    }*/
   
}
* {
  scroll-behavior: smooth;
}

/******************************** Seite 0 apointment/index ************/
.AppointmentTypeButtons{
  width: auto !important;
  /*height: auto !important;*/
  /*border-radius: 10px;*/
  margin: 15px;
  padding: 5px;
}

/******************************** 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;
}
.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 {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  /*margin: 20% auto;    */
  border-radius: 50%;
}

.contraindicationRadioButton 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 {
    box-shadow: 0 0 5px 0px orange inset;
  }

  .contraindicationRadioButton input[type='radio']:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /*margin: 20% auto;    */
    border-radius: 50%;
  }

  .contraindicationRadioButton input[type='radio']:checked:before {
    background: #FF6C2F;
    margin: 0 auto;
    height: 45%;
    width: 50%;
    margin-top: 31.5%;
  }

.contraindicationRadioButtonLabel {
    float:left;
    width:auto; 
}

.contraindicationTable {
  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;
  }

/******************************** 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:0px; /* bekommt von a2button was*/
    padding-right:0px;
    width:300px; 
}

#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;
}

/*Füllung der Progress-Bar*/
.divProgressBar-25-percent {
  background: orange;
  animation: load0-25 2s normal forwards;
  border-radius: 25px;
  width: 0;
  height: 5px;
}

.divProgressBar-50-percent {
  background: orange;
  animation: load25-50 2s normal forwards;
  border-radius: 25px;
  width: 25%;
  height: 5px;
}

.divProgressBar-62-percent {
  background: orange;
  animation: load50-62 2s normal forwards;
  border-radius: 25px;
  width: 50%;
  height: 5px;
}

.divProgressBar-75-percent {
  background: orange;
  animation: load62-75 2s normal forwards;
  border-radius: 25px;
  width: 62%;
  height: 5px;
}

.divProgressBar-87-percent {
  background: orange;
  animation: load75-87 2s normal forwards;
  border-radius: 25px;
  width: 75%;
  height: 5px;
}

.divProgressBar-100-percent {
  background: orange;
  animation: load87-100 2s normal forwards;
  border-radius: 25px;
  width: 87%;
  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-100 {
  0% {
    width: 87%;
  }

  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;
}




















/***************************************************************
**********************   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;
    }

}

#divDiaCompareFilter {
    /*min-height:40px;*/
}


#DiaCompareTable {
    margin-top:0px;
}
    #DiaCompareTable thead {
    }
    #DiaCompareTable tbody {
        font-size:0.85em;
    }

    #DiaCompareTable .wijmo-wijcombobox {
        width:100%; 
    }
#DiaCompareTable .wijmo-checkbox {
    margin:0px; 
}

#divDiaCompare table .wijmo-wijcombobox
{
    width:100% !important;
}


/*.DiaCompareDropDownForceWidth .wijmo-wijcombobox
{
    width:65px !important; 
}*/

.divDiaCompareDetailElement .wijmo-wijcombobox {
    min-width:50px !important; 
}

.DiaCompareInputBlock {
    float:left;
}

.DiaCompareCheckBoxLabel {
    margin-top:28px; 
}



.DiaDate .wijmo-wijinput {
    width:110px;
}

.DiaCompareInputBlock .wijmo-wijcombobox {
    min-width:45px;
}

.DiaCompareReportLinkDirect {
    text-decoration:underline;
}

.DiaCompareReportLinkDirect:hover {
    color: #f4f4f9 !important; /*wijmowhite*/
}


.divFilterContent {
    float:left;
}

.divDiaCompareButton {
    /*padding-top:25px;*/ 
    float:left; 
 
}

    #diaCompareShowButton {
        /*padding-left:20px; 
        padding-right:20px;*/ 
        /*width:50px;*/
        float:right;
        margin-top:17px;
    }


    
/* ..................... diaCompare detail ................................ */
.divDiaCompareDetailElement {
    width:50%;
    float:left;
    margin-top:20px;
    min-height:70px;
}

.diaCompareDetailElementName {
    float:left;
    /*width:250px;*/
}
@media only screen and (max-width: 850px) {

    .divFilterContent {
        width: 100%;
    }

    .DiaCompareInputBlock {
        width: 100%;
    }

        .DiaCompareInputBlock .wijmo-wijcombobox,
        .DiaCompareInputBlock .wijmo-wijinput,
        .DiaDate .wijmo-wijinput {
            width: 100% !important;
            /*width:100%;*/
        }


    /* ..................... diaCompare detail ................................ */
    .divDiaCompareDetailElement {
        width: 100%;
        margin-top: 20px;
    }

        .divDiaCompareDetailElement .wijcombobox,
        .divDiaCompareDetailElement .wijmo-wijinput {
            width: 100%;
        }

    .diaCompareDetailElementName {
    }

    #diaCompareShowButton {
        width: 100% !important;
        /*width:90%;*/
        display: block;
        margin: 0px;
        margin-top: 10px;
        padding: 0px;
    }

    .divDiaCompareButton {
        width: 100% !important;
        /*text-align:center;*/
    }

    /********************* list table schoen formatieren***********/
    .DiaCompare_td_list_header {
        font-size: 1.2em;
        font-weight: bold;
    }

    .DiaCompare_TdLi {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
        clear: both;
    }



    .DetailForMobileClass{
        margin-left: 5%;
        margin-right: 5%;
    }

    #DiaCompareTable {
        /* bereich von patientinfo*/
        background-color: #DFC7E0;  /*#6D1ABF;*/
        color:##242122; /* wijmo black*/
        margin-left:0px;
        margin-right:0px;
        margin-top:20px;
        margin-bottom:0px;
        padding:0px;
        list-style-type:none;
        width:100%;
        border:solid black 1px;
      
    }
    .DiaComparePatientTableRowWithExaId {
        margin-top:10px; 
    }

    .DiaComparePatientTableTdWithExaId  {
        /* überschrift patient: max muster... */
        background-color:#5B1A62;  /*#E5C7FF; */ 
        color:white;
        width:97% !important;
        padding-left:3% !important;
        padding-right:0px !important; 
        padding-top:10px  !important;
        padding-bottom:10px !important;
        font-size:large; 
        font-weight:bold !important;
        border:none;
    }

    .PatientImageLink {
        color:#5B1A62; 
        text-decoration:underline; 
    }
    .DiaCompareMobileDetailInfoClick {
        display: block;
        width: 100%;
        text-align: right;
        color: #5B1A62;
        text-decoration: underline;
        margin-bottom: 10px;
    }
}


.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; 
   }
   */

}
.patientAnamnesisTableDocument,
.patientAnamnesisTableExa {
    font-size:larger;

}

.patientAnamnesisTableInfo {
    /*font-style:italic;*/
}
.patientReportTableLink {
    font-size:larger;

}

.patientReportTableInfo {
    font-style:italic;
}
.downloadFileLink {
    font-size:larger;
}
/*
 * Style for Text Tooltip.
 * Needs dataTooltip.min.js to work
*/
#datatexttooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
 
    #datatexttooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        #datatexttooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #111;
            top: -20px;
            bottom: auto;
        }
 
        #datatexttooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #datatexttooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }
/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./sass/main.scss ***!
  \*************************************************************************************************************************************/

.LoginLegend {
  font-size: 36px;
  margin-bottom: 14px;
  text-align: left;
}

.LoginDescription {
  margin-top: 8px;
}

.divLoginInfo {
  display: block;
  padding-left: 16px;
  padding-top: 8px;
}

  .divLoginInfo,
  .divLoginInfo * {
    font-size: 13px;
  }

.loginDivTANDoc {
  margin: 0 auto;
  max-width: 960px;
  text-align: left;
}

.divLogin {
  margin: 0 auto;
  width: 90%;
}

#loadingDivTAN .divLoadingImg img {
  height: 100px;
  width: 100px;
}

#loadingDivTAN a {
  color: #fff !important;
  display: none;
  text-transform: uppercase;
}

.divElementRow {
  font-size: 16px;
  position: relative;
}

  .divElementRow input[type="password"],
  .divElementRow input[type="text"],
  .divElementRow input[type="email"],
  .divElementRow input[type="tel"],
  .divElementRow input[type="date"] {
    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: 26px 16px;
    transition: border-color 375ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    font-size: 16px;
  }

    .divElementRow input[type="password"]::-ms-reveal,
    .divElementRow input[type="text"]::-ms-reveal,
    .divElementRow input[type="email"]::-ms-reveal,
    .divElementRow input[type="tel"]::-ms-reveal,
    .divElementRow input[type="date"]::-ms-reveal {
      display: none;
    }

    .divElementRow input[type="password"]:focus,
    .divElementRow input[type="text"]:focus,
    .divElementRow input[type="email"]:focus,
    .divElementRow input[type="tel"]:focus,
    .divElementRow input[type="date"]:focus {
      border-color: #FF6C2F;
      box-shadow: 0 2px 20px rgba(29, 29, 27, 0.2);
      outline: none !important;
    }

    .divElementRow input[type="password"]::placeholder,
    .divElementRow input[type="text"]::placeholder,
    .divElementRow input[type="email"]::placeholder,
    .divElementRow input[type="tel"]::placeholder,
    .divElementRow input[type="date"]::placeholder {
      color: #1d1d1b;
      letter-spacing: 1px;
    }

    .divElementRow input[type="password"]:focus,
    .divElementRow input[type="password"]:not(:placeholder-shown),
    .divElementRow input[type="text"]:focus,
    .divElementRow input[type="text"]:not(:placeholder-shown),
    .divElementRow input[type="email"]:focus,
    .divElementRow input[type="email"]:not(:placeholder-shown),
    .divElementRow input[type="tel"]:focus,
    .divElementRow input[type="tel"]:not(:placeholder-shown),
    .divElementRow input[type="date"]:focus,
    .divElementRow input[type="date"]:not(:placeholder-shown) {
      padding-bottom: 16px;
      padding-top: 36px;
    }

      .divElementRow input[type="password"]:focus::placeholder,
      .divElementRow input[type="password"]:not(:placeholder-shown)::placeholder,
      .divElementRow input[type="text"]:focus::placeholder,
      .divElementRow input[type="text"]:not(:placeholder-shown)::placeholder,
      .divElementRow input[type="email"]:focus::placeholder,
      .divElementRow input[type="email"]:not(:placeholder-shown)::placeholder,
      .divElementRow input[type="tel"]:focus::placeholder,
      .divElementRow input[type="tel"]:not(:placeholder-shown)::placeholder,
      .divElementRow input[type="date"]:focus::placeholder,
      .divElementRow input[type="date"]:not(:placeholder-shown)::placeholder {
        opacity: 0;
        transition-duration: 0ms;
      }

      .divElementRow input[type="password"]:focus + label,
      .divElementRow input[type="password"]:not(:placeholder-shown) + label,
      .divElementRow input[type="text"]:focus + label,
      .divElementRow input[type="text"]:not(:placeholder-shown) + label,
      .divElementRow input[type="email"]:focus + label,
      .divElementRow input[type="email"]:not(:placeholder-shown) + label,
      .divElementRow input[type="tel"]:focus + label,
      .divElementRow input[type="tel"]:not(:placeholder-shown) + label,
      .divElementRow input[type="date"]:focus + label,
      .divElementRow input[type="date"]:not(:placeholder-shown) + label {
        color: #6c6c69;
        font-size: 10px;
        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;
      }

  .divElementRow label {
    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;
  }

  .divElementRow .editor-label label {
    bottom: 1.9rem;
    color: #6c6c69;
    display: block;
    font-size: 12px;
    font-weight: 400;
    left: 16px;
    letter-spacing: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: 8px;
  }

  .divElementRow .divTANdDescription {
    cursor: pointer;
    height: 20px;
    left: auto;
    margin-top: -22px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: all 375ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 20px;
  }

    .divElementRow .divTANdDescription:focus,
    .divElementRow .divTANdDescription:hover {
      transform: scale(1.1);
      transform-origin: 50% 50%;
    }

    .divElementRow .divTANdDescription span,
    .divElementRow .divTANdDescription span * {
      opacity: 0;
    }

      .divElementRow .divTANdDescription span:first-child {
        opacity: 1;
      }

        .divElementRow .divTANdDescription span:first-child .wijmo-checkbox {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMjEgMjEgMSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM2IzYjNiIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjEgOS4xYy41LS41IDEuMi0uOCAxLjktLjhzMS40LjMgMS45LjguOCAxLjIuOCAxLjktLjMgMS40LS44IDEuOS0xLjIuOC0xLjkuOC0xLjQtLjMtMS45LS44LS44LTEuMi0uOC0xLjkuMy0xLjQuOC0xLjl6bS0xLjMgNS4xYy45LjkgMiAxLjMgMy4yIDEuM3MyLjQtLjUgMy4yLTEuM2MuOS0uOSAxLjMtMiAxLjMtMy4ycy0uNS0yLjQtMS4zLTMuMmMtLjktLjktMi0xLjMtMy4yLTEuM3MtMi40LjQtMy4yIDEuMy0xLjMgMi0xLjMgMy4yLjQgMi40IDEuMyAzLjJ6TTEgMTFjMS42LTQgNS41LTYuOCAxMC02LjhTMTkuNCA3IDIxIDExYy0xLjYgNC01LjUgNi44LTEwIDYuOFMyLjYgMTUgMSAxMXptMTAuOSAwYy41IDAgLjktLjQuOS0uOXMtLjQtLjktLjktLjktLjkuNC0uOS45LjQuOS45Ljl6IiBmaWxsPSIjM2IzYjNiIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
          background-position: 50% 50%;
          background-size: 100%;
          height: 20px;
          opacity: 1;
          width: 20px;
        }

          .divElementRow .divTANdDescription span:first-child .wijmo-checkbox.ui-state-checked {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS4xIDkuMWMuNS0uNSAxLjItLjggMS45LS44czEuNC4zIDEuOS44LjggMS4yLjggMS45LS4zIDEuNC0uOCAxLjktMS4yLjgtMS45LjgtMS40LS4zLTEuOS0uOC0uOC0xLjItLjgtMS45LjMtMS40LjgtMS45em0tMS4zIDUuMWMuOS45IDIgMS4zIDMuMiAxLjNzMi40LS41IDMuMi0xLjNjLjktLjkgMS4zLTIgMS4zLTMuMnMtLjUtMi40LTEuMy0zLjJjLS45LS45LTItMS4zLTMuMi0xLjNzLTIuNC40LTMuMiAxLjMtMS4zIDItMS4zIDMuMi40IDIuNCAxLjMgMy4yek0xIDExYzEuNi00IDUuNS02LjggMTAtNi44UzE5LjQgNyAyMSAxMWMtMS42IDQtNS41IDYuOC0xMCA2LjhTMi42IDE1IDEgMTF6bTEwLjkgMGMuNSAwIC45LS40LjktLjlzLS40LS45LS45LS45LS45LjQtLjkuOS40LjkuOS45eiIgZmlsbD0iIzNiM2IzYiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
          }

  .divElementRow:active input[type="password"],
  .divElementRow:active input[type="text"],
  .divElementRow:hover input[type="password"],
  .divElementRow:hover input[type="text"] {
    outline-color: #1d1d1b;
  }

.white .loginDiv .divElementRow input[type="submit"] {
  background-color: #1d1d1b !important;
  border: 2px solid transparent !important;
  border-radius: 16px;
  color: #fff;
  display: block;
  float: none;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  letter-spacing: 1px;
  margin-top: 20px;
  outline: none;
  padding: 14px 16px;
  text-transform: uppercase;
  transition: all 375ms cubic-bezier(0.4, 0, 0.2, 1);
  width: auto;
}

  .white .loginDiv .divElementRow input[type="submit"]:focus {
    border-color: #46c0ec;
  }

  .white .loginDiv .divElementRow input[type="submit"]:hover {
    background-color: rgba(29, 29, 27, 0.7) !important;
  }

