/* Fehler bei der Verkleinerung. Der Inhalt wird unverkleinert zurückgegeben.
(2034,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;
}

.bold {
  font-weight: bold;
}

/***************************************************************
**********************   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: 3%;
  margin-top: 10px;
}

.tanChangeLink {
  margin-left: 2%;
  margin-top: 10px;
  font-size: 1.25em !important;
}



/************* 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;
    }
    .tanChangeLink {
        text-align: center;
        margin-left: 0;
    }
    .backButton{
        width: 100%;
    }






        

/************* 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;
}


/* zurück-Pfeil */
.arrowLeftIcon{
  height: .85em;
}


/* Einfärbung des Dropdown-Input Feldes für Datum-Filter */
.divDropdown div .ui-state-default{
  background: #f1f1f1!important;
}

.divDropdown .ui-state-focus .ui-state-default {
  background: #004f9e !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%;
    }*/
   
}

#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;
    }
}

.patientAnamnesisTableDocument,
.patientAnamnesisTableExa {
    font-size:larger;

}

.patientAnamnesisTableInfo {
    /*font-style:italic;*/
}
.patientReportTableLink {
    font-size:larger;

}

.patientReportTableInfo {
    font-style:italic;
}

.backToLoginButton{
  color: #ffffff;
}
.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;
  }

