﻿/*@secondTopBarColor1: lighten(@epitopGray, 10%);
@secondTopBarColor2: lighten(@epitopGray, 9%);
@secondTopBarText: @epitopDarkest;

@secondTopBarColor1: @epitopGrayBrighter;
@secondTopBarColor2: @epitopGray;
@secondTopBarText: @epitopCloseWhite;

@secondTopBarColor1: mix(@epitopGray, @epitopBlueDark, 37%); 
@secondTopBarColor2: lighten(@secondTopBarColor1, 2%);
@secondTopBarText: @epitopCloseWhite;

@secondTopBarColor1: mix(@epitopDarkest, @epitopBlueDark, 50%);
@secondTopBarColor2: lighten(@secondTopBarColor1, 2%);
@secondTopBarText: @epitopCloseWhite;*/
.w-180 {
  width: 180px;
}
.emphasize-outline {
  outline: dotted 5px #2e9afe;
  outline-offset: 5px;
}
.top-affix-buttons-anamnesis {
  z-index: 5000;
}
.top-affix-buttons-anamnesis.affix {
  margin: 0;
  padding: 0;
  left: 271px;
  top: 0px;
  padding-top: 20px;
  z-index: 7000;
  width: calc(100% - 271px);
  background-color: rgba(10, 10, 15, 0.38);
}
.h-xll {
  height: 150px;
}
.circle-number-report {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #2e9afe;
  font-size: 38px;
  z-index: 200;
}
.square-down-report {
  position: absolute;
  background-color: #2e9afe;
  top: 33px;
  left: 33px;
  width: 33px;
  height: 190px;
  z-index: 2;
}
.epi-report-red {
  color: #d15147;
}
.epi-report-green {
  color: #268b42;
}
.blinkOverlayHover {
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 1s ease-in;
  z-index: 100;
}
.blinkOverlayHover:hover {
  opacity: 0.1;
}
.blinkOnHover {
  transition: all 0.7s ease-in;
  background-color: transparent;
}
.blinkOnHover:hover {
  background-color: #FFFFFF;
}
.eye-pictures-quick-report-OS {
  min-width: 300px;
  height: 200px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.eye-pictures-quick-report-OD {
  min-width: 300px;
  height: 200px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.inclining-bars-diagramm-wrapper {
  position: relative;
  padding: 0px;
  margin-left: calc(50% - 40px);
  height: 70px;
  padding-bottom: 5px;
}
.inclining-bars-diagramm-outer {
  align-self: center;
  text-align: center;
  width: 80px;
  height: 70px;
  position: absolute;
}
.inclining-bars-diagramm-bar-1 {
  position: absolute;
  border: 1px solid #282c37;
  background-color: #268b42;
  height: 14px;
  width: 70px/5;
  left: 0px;
  top: 56px;
}
.inclining-bars-diagramm-bar-2 {
  position: absolute;
  border: 1px solid #282c37;
  background-color: transparent;
  height: 28px;
  width: 70px/5;
  left: 16px;
  top: 42px;
}
.inclining-bars-diagramm-bar-3 {
  position: absolute;
  border: 1px solid #282c37;
  background-color: transparent;
  height: 42px;
  width: 70px/5;
  left: 32px;
  top: 28px;
}
.inclining-bars-diagramm-bar-4 {
  position: absolute;
  border: 1px solid #282c37;
  background-color: transparent;
  height: 56px;
  width: 70px/5;
  left: 48px;
  top: 14px;
}
.inclining-bars-diagramm-bar-5 {
  position: absolute;
  border: 1px solid #282c37;
  background-color: transparent;
  height: 70px;
  width: 70px/5;
  left: 64px;
  top: 0px;
}
.fadeIn {
  opacity: 0;
}
.epi-bold {
  font-weight: bold;
}
.epi-italic {
  font-style: italic;
}
.sticker-shape {
  width: 150px;
  height: 150px;
  border: 5px solid #2e9afe;
  border-radius: 50% 50% 50% 0%;
}
.sticker-text {
  padding: 15px;
  padding-top: 50px;
}
.epitop-bordered-mini-blue {
  border: 1px dotted #2e9afe;
}
.epitop-bordered-mini-blue-left {
  border-left: 1px dotted #2e9afe;
  padding: 20px;
}
.epitop-bordered-mini-blue-right {
  padding: 20px;
}
.eye-pictures-and-graphs-quick-report {
  background-color: #edf2f7;
}
.legende-report {
  background-image: url(../../images/legendeReport.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 220px;
  border: 1px dotted #2e9afe;
  background-position: 50% 50%;
}
.online-report-border {
  margin: 20px;
}
.top-line-report {
  position: relative;
  left: 0px;
  top: 0px;
}
.top-line-report-middle-square {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px dotted #2e9afe;
}
.text-gray {
  color: #7A7A7A;
}
.text-epitop-darkest {
  color: #282c37;
}
.blink-square {
  opacity: 0;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  z-index: 500;
  position: relative;
  top: 0;
  left: 0;
}
.vertical-blue-square {
  background-color: #2e9afe;
  width: 0%;
  opacity: 0.38;
  height: 28.59936px;
}
.vertical-indication-square {
  background-color: #268b42;
  width: 0%;
  opacity: 0.38;
  height: 28.59936px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}
/* QR code generator */
#qrCode {
  margin: 15px;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}
/* Setup on bigscreen, needs to Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}
/*
    text in epitopcolor
*/
.epitopColorText {
  color: #2e9afe;
}
/*
    text in error color
*/
.epitopColorTextError {
  color: #db7170;
}
/*
    unvisited links in epitop color
*/
a {
  color: #2e9afe;
}
.epitopColor {
  background-color: #2e9afe;
}
/*
    hover background complementing epitopcolor
*/
.epitopColorHover:hover {
  background-color: #0069cc;
}
/*epi color utilities*/
.epitopColor a {
  color: #FFFFFF;
}
.epitopColor a:hover {
  color: #101010;
}
.epitopColor a:visited {
  color: #FFFFFF;
}
.bg-epitop-color {
  background-color: #2e9afe;
  color: white;
}
/*epitop box*/
.epitop-box {
  background-color: #f4f7fa;
  padding: 20px;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  padding-bottom: 90px;
  position: relative;
}
.epitop-bordered {
  border: 6px dotted white;
}
/*checkbox-enabled area css for anamnesis*/
/*disabled class for anaesis*/
.epitop-disabled {
  opacity: 0.5;
  pointer-events: none;
}
/*blue epi circle*/
.epi-circle {
  background-color: #2e9afe;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
/*new results*/
.to-do-line {
  line-height: 30px;
  text-align: center;
}
.red-circle {
  margin-left: 7px;
  position: absolute;
  line-height: 30px;
  background-color: #c78e87;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #FAFAFA;
  text-align: center;
  z-index: 0;
}
.blue-circle {
  margin-left: 7px;
  position: absolute;
  line-height: 30px;
  background-color: #2e9afe;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #FAFAFA;
  text-align: center;
  z-index: 0;
}
/*epitop dots on top left corner (epitop box deco)*/
.epitop-border-deco {
  position: absolute;
  top: -10px;
  left: -25px;
  width: 100px;
  height: 100px;
  background-image: url(../../images/images2018/epitop-dots-border.png);
  background-repeat: no-repeat;
  background-position: 4px -12px;
  pointer-events: none;
}
/*epitop dots*/
.epitop-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/images2018/epitop-dots.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  pointer-events: none;
}
.epitop-top-left {
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  width: 251px;
  z-index: 4000;
  background-color: rgba(0, 0, 0, 0);
}
/*epitop dotted hr line*/
.vl {
  display: block;
  border-left: 6px dotted white;
  height: 100%;
  position: absolute;
  left: 42%;
  margin-left: -3px;
  top: 0;
}
.letter-spacing-02 {
  letter-spacing: 0.2em;
}
.form-control:focus {
  -webkit-box-shadow: inset 0px 0px 0px 4px #2e9afe;
  -moz-box-shadow: inset 0px 0px 0px 4px #2e9afe;
  box-shadow: inset 0px 0px 0px 4px #2e9afe;
}
.has-error .form-control:focus {
  -webkit-box-shadow: inset 0px 0px 0px 4px #b76d64;
  -moz-box-shadow: inset 0px 0px 0px 4px #b76d64;
  box-shadow: inset 0px 0px 0px 4px #b76d64;
}
/*validation popover styles*/
.validation-popover {
  position: absolute;
  display: none;
  left: 100%;
  margin: 0;
  margin-left: -10px !important;
  margin-top: -20px;
  height: 60px;
  top: 50%;
  width: 240px;
}
.validation-popover > .popover-content {
  height: 100%;
}
.validation-popover-add-customer {
  margin-top: -38px;
}
.validation-narrow {
  display: block;
}
.nav-tabs li a:before {
  display: none;
}
.display-none {
  display: none;
}
.navbar-collapse {
  padding-left: 30px;
}
.navbar-toggle {
  z-index: 5000;
  border: none !important;
  height: 120px;
  width: 73px;
  background-image: url(../../images/images2018/BarsButton.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0;
  margin: 0;
}
/*epitop box horizontal dotted line*/
.epitop-box hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 6px dotted white;
  margin: 1em 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}
.dotted-border {
  border: 6px dotted white;
}
/*footer css*/
.epitop-footer-wrapper {
  z-index: 5000;
  background-color: rgba(10, 10, 15, 0.93);
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  height: 40px;
  left: 0;
}
.epitop-footer-wrapper .active {
  background-color: #999999;
}
.epitop-footer-wrapper ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.epitop-footer-wrapper li {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  list-style: none;
}
.epitop-footer-wrapper li:hover {
  display: inline-block;
  list-style: none;
}
.epitop-footer-wrapper li a {
  color: #FAFAFA;
  line-height: 40px;
  height: 40px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  list-style: none;
  margin: 0;
}
.epitop-footer-wrapper li a:hover {
  background-color: #2e9afe;
  color: #FAFAFA;
}
@media (min-width: 768px) {
  .navbar-push-right {
    padding-left: 270px;
  }
  .validation-narrow {
    display: none;
  }
}
/*navbar link block effects*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.38);
}
.emera-patient-search-field {
  padding: 0;
  width: 100%;
}
/*lineheight and height utilities*/
.lh-34 {
  line-height: 34px;
}
.lh-120 {
  line-height: 120px;
}
.h-120 {
  height: 120px;
}
h-34 {
  height: 34px;
}
.w-fill {
  width: 100% !important;
}
.w-62pc {
  width: 62% !important;
}
.w-38pc {
  width: 38% !important;
}
/*circle images css for side menu, images that were used in the original menu*/
.circle-img-index {
  width: 100%;
  height: auto;
  max-width: 150px;
  mix-blend-mode: luminosity;
}
/*remove margin padding - utilities*/
.no-margin {
  margin: 0;
}
.no-margin-important {
  margin: 0 !important;
}
.no-padding {
  padding: 0;
}
/*slow link anmations*/
li a {
  transition: all 0.5s;
}
/*anamnesis what to do with dropped labels?, hide overflow text utilities*/
.text-to-fit {
  text-overflow: ellipsis;
}
.text-to-fit-hide {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden !important;
}
/*input text field width for ananesis (aproximatly 3 chars and 4)*/
.w-ch3 {
  text-align: center;
  width: 50px;
}
.w-ch4 {
  text-align: center;
  width: 60px;
}
@media (max-width: 1600px) {
  .vl {
    display: none;
  }
}
@media (max-width: 1100px) {
  .epitop-logo-top {
    display: none;
  }
}
/*bootstrap well fixes for layout*/
.well {
  border: none;
  border-radius: 3px;
  background-color: rgba(10, 10, 10, 0.01);
  box-shadow: none;
}
/*small font utility*/
.font-size-s {
  font-size: 12px;
}
/*small font utility*/
.font-size-m {
  font-size: 15px;
}
.font-size-l {
  font-size: 18px;
}
/*welcome page search result container*/
#patientSearchResultContainer {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
/*rowed list serach results*/
.rowed-list table {
  width: 100%;
}
.rowed-list td {
  padding: 7px;
}
/*color change every rows*/
.rowed-list.tr1 tr:nth-child(2n-1) {
  background-color: #ceddea;
}
/*color change every rows*/
.rowed-list.tr2 tr:nth-child(4n-1) {
  background-color: #ceddea;
}
.rowed-list.tr2 tr:nth-child(4n-2) {
  background-color: #ceddea;
}
/*color change in any item that has .rowed class*/
.rowed-list .rowed:nth-child(2n-1) {
  background-color: #ceddea;
}
.rowed-list2 .rowed:nth-child(2n) {
  background-color: #ceddea;
}
/*patient search wrapper a top jquery ui css (rowed not working?*/
.patient-search-top {
  top: 120px;
  left: 271px;
  width: calc(100%-271px);
  position: absolute;
}
.ui-widget {
  width: 100%;
}
.ui-widget ui-menu-item:nth-child(4n-1) {
  background-color: #ceddea;
}
.ui-widget ui-menu-item:nth-child(4n-2) {
  background-color: #ceddea;
}
/*hide new patient before the search to avoid ppl clicking it right away*/
#NewPatientButton {
  display: none;
}
/*hidden labels in anamesis form (shown on small screen since the left/right distinction isnt clear without the grid layout*/
.hide-label {
  display: none;
}
@media (max-width: 767px) {
  .hide-label {
    display: block;
  }
}
/*anamnesis validation popover fixes*/
.val-popover-anamnese {
  left: 100px;
  width: 170px;
  height: auto;
  min-height: 40px;
  opacity: 1;
}
.val-popover-anamnese.small-col-marker {
  left: 170px;
  width: 170px;
  opacity: 1;
}
.val-popover-anamnese:hover {
  opacity: 0.8;
}
.val-popover-new-patient {
  left: 100%;
  width: auto;
  height: auto;
  min-height: 40px;
  opacity: 1;
}
/*drop field for fields not yet used*/
#DropZone {
  background: gray;
  border: black dashed 3px;
  width: 200px;
  padding: 50px;
  text-align: center;
  color: white;
}
/*row label for anamnesis, in lighter font weight*/
.row-label {
  font-weight: lighter;
  color: #2e9afe;
}
/*welcome start page*/
.willkommen-top {
  animation-name: willkommen-top-an;
  color: #AAAAAA;
  animation-duration: 7s;
}
/*sbutle color animation top*/
@keyframes willkommen-top-an {
  from {
    color: #2e9afe;
  }
  to {
    color: #AAAAAA;
  }
}
/*checkered rows in anamnesis*/
.anamnesis-checks > .anamnesis-row:nth-child(2n-1) {
  background-color: #ceddea;
}
/*navigation tabs*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs {
  background-color: #f4f7fa;
  outline: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #f4f7fa;
  outline: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #f4f7fa;
  outline: 0;
}
/*fix max size for an epitop box (--> search bar gets too long on big screens), avoiding collapse problems with media query*/
.col-m-w-1100-centered {
  position: absolute;
  max-width: 1100px;
  left: 50%;
  margin-left: -550px;
}
@media screen and (max-width: 1400px) {
  .col-m-w-1100-centered {
    position: relative;
    left: 0;
    margin-left: 0;
  }
}
/*val suimmary (if used)*/
.validation-summary {
  padding: 20px;
  margin: 0;
}
.validation-summary-errors > ul {
  padding: 0px;
  margin: 0;
  list-style-type: none;
}
/*val popup arrow position, (speach bubble pointer)*/
.val-arrow {
  top: 20px !important;
}
/*validation flex rows have trouble alinging the popup validation this is somewhat of a fix*/
.validation-flex-fix {
  left: 70px;
  top: 0;
  margin-top: -40px;
  position: relative;
  max-width: 1000px;
  width: auto;
}
.custom-hidden {
  visibility: hidden;
  opacity: 0;
  transition: all 2s;
}
.custom-unhidden {
  visibility: visible;
  opacity: 1;
  transition: all 2s;
}
/*coloring hoverbox, used in lists for example*/
.hover-box {
  color: #3f3f47 !important;
  transition: background-color 0.7s;
}
.hover-box:hover {
  color: #3f3f47 !important;
  background-color: rgba(46, 154, 254, 0.5) !important;
}
.hover-box a {
  color: #3f3f47;
}
.hover-box a:hover {
  color: #FAFAFA;
}
.hover-box a:visited {
  color: #3f3f47;
}
.hover-box .hover-mark {
  color: #2e9afe;
}
.hover-box:hover .hover-mark {
  text-decoration: underline;
  color: #FAFAFA;
}
.dropTargetClass {
  min-height: 194.4px;
  border-radius: 0px;
  vertical-align: central;
  background-color: #282c37;
  position: relative;
  height: 194.4px;
  color: #FAFAFA;
}
.image-type-info {
  height: 46.128px;
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: 8px;
  top: -18px;
  color: #FAFAFA;
  display: inline-flex;
  line-height: 46.128px;
}
.dropTargetClass:hover {
  background-color: #134e86;
}
#filePreview {
  display: none;
  margin-top: 7px;
  border-radius: 0px;
  padding: 7px;
  background-color: #282c37;
}
#filePreviewHeadline {
  display: none;
}
.fileItem {
  display: inline-block;
  position: relative;
  height: 74.128px;
  padding: 7px;
  margin: 7px;
  border: 6px dotted white;
}
.fileItem a {
  padding-left: 7px;
  color: #FAFAFA;
}
.fileItem-dummy {
  display: inline-flex;
  position: relative;
  height: 74.128px;
  padding: 7px;
  margin: 7px;
  border: 6px dotted white;
}
.fileItem-dummy a {
  padding-left: 7px;
  color: #FAFAFA;
}
.fileDropInfo {
  line-height: 194.4px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.itemPic {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: inline-flex;
  width: 46.128px;
  height: 46.128px;
}
.imageRemover {
  height: 46.128px;
  position: relative;
  margin: 0;
  padding: 0;
  top: -18px;
  display: inline-flex;
  line-height: 46.128px;
  /*quick fix image remover not working*/
  display: none;
}
.form-control:focus {
  border-width: 2px !important;
  box-shadow: none;
}
#loaderStatic {
  position: relative;
  z-index: 500;
  text-align: center;
  display: block;
  width: 100%;
  height: 70px;
}
.ajax-loader {
  display: inline-block;
  background-image: url(../../images/images2018/EpitopAjaxLoader.gif);
  background-size: cover;
  width: 40px;
  height: 40px;
  text-align: center;
  mix-blend-mode: multiply;
}
.ajax-loader-2021 {
  display: inline-block;
  background-image: url(../../images/images2019/loadernewlogo.gif);
  background-size: cover;
  width: 40px;
  height: 40px;
  text-align: center;
  mix-blend-mode: multiply;
}
.rodenstock-button-wrapper {
  display: block;
}
.dropdown-menu {
  margin-left: -1px;
  border-radius: 2px;
  box-shadow: none;
}
.m-t--10 {
  margin-top: -30px !important;
}
.preferences-button {
  height: 120px;
  width: 71px;
  background-image: url(../../images/images2018/PreferencesButton.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.user-button {
  height: 120px;
  width: 70px;
  background-image: url(../../images/images2018/UserButton.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.bars-button {
  height: 120px;
  width: 73px;
  background-image: url(../../images/images2018/BarsButton.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.navbar-collapse.collapse.in {
  display: block;
  padding-left: 30px;
}
.navbar-collapse.collapsing .navbar-icon-button {
  display: inline-flex;
}
.navbar-collapse.collapse.in .navbar-icon-button {
  display: inline-flex;
}
.form-control {
  border-radius: 0px;
}
.btn {
  border-radius: 3px;
}
/*search bar in top bar styles, search bar on top in the navigation area, search-bar-top*/
#globalPatientSearch.form-control {
  font-size: 1em;
  color: #2e9afe;
  background-color: #f9fcff;
  border: none;
  color: #FAFAFA;
  height: 122px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.13);
  padding-left: 72px;
}
#globalPatientSearch.form-control:focus {
  box-shadow: none;
}
#globalPatientSearch.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FAFAFA;
  opacity: 1;
  /* Firefox */
}
#globalPatientSearch.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FAFAFA;
}
#globalPatientSearch.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FAFAFA;
}
.patient-search-wrapper-navbar {
  top: 0px;
  left: 0px;
  height: 120px;
  position: relative;
  padding-top: 0;
  width: 251px;
  background-image: url(../../images/images2018/MagnifierButton.png);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  z-index: 11;
}
.epitop-bottom-left {
  margin: 46.128px;
  margin-bottom: 28.59936px;
  width: 158.744px;
  position: absolute;
  bottom: 40px;
  height: 74.4px;
  z-index: 4000;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}
.epitop-logo-contain {
  background-image: url(../../images/images2021/epitop_LOGO_digital_border.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-left: 25px;
  margin-right: 25px;
  width: 201px;
  height: 120px;
  z-index: 4000;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
}
.date-picker-padding {
  padding: 0px 12px;
}
.w-20 {
  width: 20px;
}
.w-30 {
  width: 30px;
}
.w-40 {
  width: 40px;
}
.dropdown-data-source {
  width: 150px;
}
.warningPopup {
  width: 100%;
  position: fixed;
  height: 100vh;
  z-index: 9000;
  background: rgba(255, 255, 255, 0.7);
  top: 0px;
  left: 0px;
}
.warningPopup p {
  font-size: 1.2em;
}
.info-sticker {
  padding: 7px;
  line-height: unset;
  background-color: #2e9afe;
  color: #FAFAFA;
  height: 28.59936px;
  border-radius: 28.59936px;
}
.infobox-dark {
  background-color: #134e86;
  color: #FAFAFA;
  padding: 7px;
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
}
.infobox-closeblack {
  background-color: #282c37;
  padding: 0px;
  padding: 7px;
  margin: 0px;
}
/*dropdown*/
/*.epitop-collapser-mini
{
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: @epitop-collapser-scaler*1px dotted @epitopCollapserColor;
    height: @epitop-collapser-scaler*15px;
    color: @epitopCollapserColor;
    line-height: @epitop-collapser-scaler*12px;
    text-align: left;
    font-size: 10px*@epitop-collapser-scaler;
    margin-left: -2px;
}

.epitop-collapser-mini > span {
    position: absolute;
    padding: 0;
    margin-left: -16px*@epitop-collapser-scaler;
    margin-top: 17px*@epitop-collapser-scaler;
    font-size: 12px*@epitop-collapser-scaler;
    color: @epitopCollapserColor;
}

.epitop-collapser-row {
    line-height: @lh-34*@epitop-collapser-scaler;
    height: @lh-34*@epitop-collapser-scaler;
}*/
.epitop-collapser-mini {
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px dotted #2e9afe;
  height: 15px;
  color: #2e9afe;
  line-height: 12px;
  text-align: left;
  font-size: 10px;
  margin-left: -2px;
  padding-left: 13px;
  top: 5px;
  left: 4px;
  position: absolute;
  padding-right: 7px;
  cursor: pointer;
}
.anamesis-form-border {
  position: absolute;
  width: 0px;
  margin-top: 20px;
  margin-left: -19px;
  border-left: 1px dotted #2e9afe;
  border-bottom: 1px dotted #2e9afe;
  height: calc(100%-250px);
}
.epitop-collapser-mini > span {
  position: absolute;
  padding: 0px;
  margin-left: -26px;
  margin-top: 6px;
  font-size: 14px;
  color: #2e9afe;
  cursor: pointer;
  background-color: #FFF;
  border-radius: 50%;
}
.epitop-collapser-row {
  line-height: 34px;
  height: 34px;
}
.form-items-wrapper {
  height: 100%;
}
.required-field-mark {
  border: 3px solid #ff9a57;
}
#FormOptionsBar {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 251px;
  z-index: 10;
  background-color: #134e86;
  transition: all 1.2s;
  min-height: 100%;
}
.form-leftside-buttons-wrapper {
  margin-top: 120px;
  padding: 7px;
}
.form-leftside-button {
  margin-bottom: 7px;
  outline: none;
}
.form-leftside-button:hover {
  outline: none;
}
.form-leftside-button:active {
  outline: none;
}
.form-leftside-button:focus {
  outline: none;
}
.form-leftside-button:active:focus {
  outline: none;
}
#menuProfile {
  transition: all 1s;
}
.address-top {
  padding: 28.59936px;
}
.fix-navbar-retrospectively {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.warpperAll {
  position: relative;
  top: 120px;
}
.modal {
  z-index: 5000;
}
.modal-dialog-doctors {
  width: 1400px;
}
.anamnesis-data-info-messages:empty {
  display: none;
}
.anamnesis-data-info-messages:not(:empty) {
  display: block;
  animation: blink 2s 0s infinite;
  -webkit-animation: blink 2s 0s infinite;
}
@keyframes blink {
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  80% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  80% {
    opacity: 1;
  }
}
.blink {
  animation: blink 2s 0s infinite;
  -webkit-animation: blink 2s 0s infinite;
}
.blink-fast {
  animation: blink 1s 0s infinite;
  -webkit-animation: blink 1s 0s infinite;
}
@keyframes blinkOutline {
  30% {
    outline-color: #2e9afe;
  }
  50% {
    outline-color: rgba(255, 200, 190, 0);
  }
  80% {
    outline-color: #2e9afe;
  }
  100% {
    outline-color: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes blinkOutline {
  30% {
    outline-color: #2e9afe;
  }
  50% {
    outline-color: rgba(255, 200, 190, 0);
  }
  80% {
    outline-color: #2e9afe;
  }
  100% {
    outline-color: rgba(255, 255, 255, 0);
  }
}
.blink-fast-border {
  outline: solid 3px #2e9afe;
  animation: blinkOutline 1s 0.2s;
  -webkit-animation: blinkOutline 1s 0.2s;
}
@keyframes blinkbg {
  30%,
  50% {
    background: #ffffff;
  }
  50%,
  100% {
    background: #f4f7fa;
  }
}
.blink-bg {
  background: #f4f7fa;
  animation: blinkbg 2s 0.2s;
}
.font-size-gl {
  font-size: 15px;
}
.supress-border {
  border: none !important;
  outline: none !important;
}
.button-state-not-ready {
  font-size: 15px;
  border: none !important;
  outline: none !important;
  background-color: lightslategray !important;
}
.button-state-not-ready:after {
  padding: 4px;
  display: inline;
  font-size: 15px;
  font-family: Glyphicons Halflings;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button-state-ready-to-send {
  font-size: 15px;
  border: none !important;
  outline: none !important;
}
.button-state-ready-to-send:after {
  padding: 4px;
  display: inline;
  font-size: 15px;
  font-size: 12px;
  font-family: Glyphicons Halflings;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button-state-loading {
  font-size: 15px;
  border: none !important;
  outline: none !important;
}
.button-state-loading:after {
  padding: 4px;
  display: inline;
  font-size: 15px;
  font-size: 12px;
  font-family: Glyphicons Halflings;
  content: "\231b";
  animation: blink 1s 0s infinite;
  -webkit-animation: blink 1s 0s infinite;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button-state-done {
  background-color: mediumseagreen !important;
  font-size: 15px;
  border: none !important;
  outline: none !important;
}
.button-state-done:after {
  padding: 4px;
  display: inline;
  font-size: 15px;
  font-size: 12px;
  font-family: Glyphicons Halflings;
  content: "\e013";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#GetQuickreport.button-state-done {
  background-color: #2e9afe !important;
  font-size: 15px;
  border: none !important;
  outline: none !important;
}
.ui-dialog {
  z-index: 9000 !important;
}
.ui-widget-content {
  background-color: #f4f7fa !important;
  border: unset !important;
  outline: unset !important;
  padding: 5px !important;
  padding-bottom: 10px !important;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
  -webkit-box-shadow: 7px 12px 67px -25px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 7px 12px 67px -25px rgba(0, 0, 0, 0.45);
  box-shadow: 7px 12px 67px -25px rgba(0, 0, 0, 0.45);
}
.ui-front {
  background-color: #f4f7fa !important;
}
.ui-draggable-handle {
  background-color: #2e9afe !important;
  border: none;
}
.ui-dialog-title {
  color: #FAFAFA !important;
}
.ui-dialog-buttonset {
  background-color: #f4f7fa !important;
}
.ui-dialog-buttonset > .ui-button.ui-corner-all.ui-widget {
  text-align: center;
  display: inline-block;
  background-color: #2e9afe;
  width: 100%;
  color: #FAFAFA;
  padding: 5px;
  margin: 7px 7px 0 7px;
  height: auto;
  width: calc(100% - 14px );
  white-space: normal;
  transition: 1s all;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.ui-dialog-buttonset > .ui-button.ui-corner-all.ui-widget button:hover {
  background-color: #134e86 !important;
  outline-color: #134e86 !important;
}
li.required-field-mark-red.activ {
  display: inline-flex;
  border: unset;
  text-decoration-color: #c78e87;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #c78e87;
}
.required-field-mark-red {
  border: 3px solid #c78e87;
}
.form-with-leftside-buttons-width {
  margin-right: 250px;
  padding-left: 250px;
}
.epitop-navbar-search-container-li {
  left: 1px;
  top: -1px;
}
.bg-anamnesisRowsBlue {
  background-color: #ceddea;
}
.earlier-visus-indent-box {
  margin-top: 5px;
  padding: 5px 0px;
  margin-left: -15px;
  margin-right: -15px;
}
.top-right-modal {
  width: 100%;
  height: auto;
}
.close-button-shift-to-corner {
  margin-top: -21px;
}
.innerLeftMenu .btn.btn-case:first-of-type {
  border-radius: 3px 3px 0px 0px;
}
.innerLeftMenu .btn.btn-case {
  background-color: #A8A8Af;
  color: #FAFAFA;
  border-radius: 0px;
}
.innerLeftMenu .btn.btn-case.btn-sub {
  background-color: #c3c3c7;
  color: #FAFAFA;
}
.innerLeftMenu .btn.btn-case.btn-sub {
  border-radius: 0px;
}
.innerLeftMenu .btn.btn-case.btn-sub:after {
  position: absolute;
}
.underline-btn {
  position: sticky;
  width: 100%;
  left: 0px;
}
.underline-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  height: 2px;
  background-color: white;
  width: 100%;
  border-radius: 10px;
}
.innerLeftMenu .btn {
  background-color: #c3c3c7;
  color: #FAFAFA;
}
.innerLeftMenu .btn:hover {
  background-color: #8d8d97;
  color: #FAFAFA;
}
.innerLeftMenu .btn:active {
  background-color: #8d8d97;
  color: #FAFAFA;
}
.innerLeftMenu .btn.btn-case.btn-sub:hover {
  background-color: #134e86;
  color: #FAFAFA;
}
.innerLeftMenu .btn.btn-case.btn-sub:active {
  background-color: #8d8d97;
  color: #FAFAFA;
}
.innerLeftMenu .btn.btn-case.btn-sub.btn-case-ender {
  background-color: #A8A8Af;
  border-radius: 0px 0px 3px 3px;
  height: 5px;
  top: -4px;
  margin: 0px;
  position: relative;
  z-index: -2;
}
.btn[aria-expanded="false"] .collapse-triangle-right {
  display: inline-block;
}
.btn[aria-expanded="true"] .collapse-triangle-right {
  display: none;
}
.btn[aria-expanded="false"] .collapse-triangle-down {
  display: none;
}
.btn[aria-expanded="true"] .collapse-triangle-down {
  display: inline-block;
}
.w-195 {
  width: 195px;
}
.inform-about-data-constent {
  line-height: normal;
  color: #A8A8Af;
}
.height-label-top {
  height: 15px;
}
.height-label-sync-position {
  margin-top: 22px;
}
.modular-input-field-label {
  padding-top: 28px;
}
.dropdown-menu-modular-input-fields {
  position: absolute;
  right: 0;
  float: left;
  width: 500px;
}
.scale-150 {
  transform: scale(1.5);
}
.navigation-second-top-bar {
  width: 100%;
  height: 46.128px;
  background-color: #2174c2;
  margin-bottom: 30px;
  top: 122px;
  position: fixed;
  z-index: 2;
  opacity: 0.9;
}
.btn-second-top-nav {
  top: 0px;
  line-height: 45px;
  height: 45px;
  background-color: #2174c2;
  color: #FAFAFA;
  position: relative;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-second-top-nav-line-inbetween {
  top: 9px;
  height: 22px;
  width: 1px;
  background-color: #93B1C2;
  position: relative;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  display: inline-block;
}
.btn-second-top-nav:hover {
  background-color: #2279cb;
  color: #FAFAFA;
}
.btn-second-top-nav:active {
  background-color: #2279cb;
  color: #FAFAFA;
}
.btn-second-top-nav:focus {
  background-color: #2279cb;
  color: #FAFAFA;
}
.btn-second-top-nav.btn-sub {
  display: block;
  cursor: pointer;
  border-top: 1px solid #FAFAFA;
}
.btn-second-top-nav.btn-sub:hover {
  background-color: #2279cb;
  color: #FAFAFA;
}
.btn-second-top-nav.btn-sub:active {
  background-color: #2279cb;
  color: #FAFAFA;
}
.btn-second-top-nav.btn-sub:focus {
  background-color: #2279cb;
  color: #FAFAFA;
}
.innerLeftMenu {
  position: fixed;
  width: 251px;
  padding-left: 34px;
}
.topNavDropDown {
  position: absolute;
}
.scale-200 {
  transform: scale(2);
}
.blue-hook-after-in-locked-form:after {
  padding: 0px;
  display: inline;
  font-size: 15px;
  color: #2e9afe;
  font-family: Glyphicons Halflings;
  content: "\e013";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flex-col .blue-hook-after-in-locked-form:after {
  top: 0px;
  position: absolute;
}
.navbar-default {
  background-color: rgba(50, 50, 65, 0.9);
}
/*rightsidebar folding*/
.right-side-sidebar-button {
  display: none;
  left: 0;
  right: 0px;
  background-color: rgba(10, 10, 10, 0.25);
}
.sidebar-right-folded {
  width: 120px !important;
}
.content-on-sidebar-right-closed {
  width: calc(100% - 120px);
}
.content-on-sidebar-right-closed.content-sidebar-closed {
  width: 100%;
}
.push-topside-patient-details-left {
  padding-left: 120px;
}
#SubNavbarContainingPatientDetails {
  transition: 1.2s all;
  display: none;
}
.exclamation-validation {
  color: #c78e87;
  font-size: 25px;
}
#postOpDoku-form.mark-required .conditionally-required-field-postDoku {
  border: 3px solid #c78e87;
}
.red-validation-pointer:after {
  position: absolute;
  padding: 0px;
  padding-left: 19px;
  top: -0.5px;
  display: inline;
  font-size: 15px;
  color: #c78e87;
  font-family: Glyphicons Halflings;
  content: "\e091";
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#anamesis-form .validation-popover {
  z-index: 2;
}
.png-icon-network {
  width: 20px;
  height: 100%;
  background-image: url(../../images/netzwerk2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.png-icon-follow-text {
  position: relative;
  top: -17px;
  display: inline-block;
}
.trickPlusSign::before {
  z-index: 10;
  position: relative;
  margin-bottom: -34px;
  left: 0px;
  width: 15px;
  text-align: center;
  color: white;
  background: #2e9afe;
  content: "+";
}
.trickMinusSign::before {
  /*z-index: 10;
    position: relative;
    margin-bottom: -34px;
    left: 0px;
    width: 15px;
    text-align: center;
    color: white;
    background: #2e9afe;
    content: "-";*/
}
.trickPlusSignInner {
  padding-left: 20px;
}
.trickMinusSignInner {
  /*padding-left: 20px;*/
}
.card-blue {
  display: inline-flex;
  background: #2e9afe;
  color: #FAFAFA;
  font-size: 14px;
  padding: 14px;
  cursor: pointer;
  transition: all 0.5s linear 0s;
  box-shadow: 0px 0px 0px #20202000;
  min-height: 198px;
  margin-bottom: 20px;
  margin-right: 12px;
  width: 294px;
}
.card-blue:hover {
  background: #134e86;
  color: #FAFAFA;
  cursor: pointer;
  box-shadow: 1px 10px 23px -3px rgba(0, 0, 0, 0.29) inset;
}
.card-blue .row {
  padding-bottom: 10px;
  line-height: 20px;
}
.card-blue-mini-appointment-info {
  background: #2e9afe;
  color: #FAFAFA;
  font-size: 14px;
  padding: 14px;
  margin-bottom: 20px;
  margin-right: 12px;
  position: absolute;
  margin-right: 40px;
}
.card-blue-mini-appointment-info .row {
  padding-bottom: 10px;
  line-height: 20px;
}
.card-blue-mini-appointment-info .btn-in-card {
  display: none;
}
.no-border {
  border: none;
}
.font-size-14px {
  font-size: 14px;
}
:focus-visible {
  outline: 4px solid rgba(255, 255, 255, 0.1);
}
a:focus {
  outline: 2px solid rgba(255, 255, 255, 0.1);
}
.btn:focus {
  outline: 2px solid rgba(255, 255, 255, 0.1);
}
.header-over-epibox {
  width: 100%;
  height: 34px;
  line-height: 34px;
  background-color: #37607F;
  color: white;
  margin-top: 0px;
  margin-bottom: 17px;
}
.nav-tabs.epiBox-top-tabs > li.active > a {
  border: none;
  background-color: #dddde0;
}
.nav-tabs.epiBox-top-tabs > li > a {
  border: none;
}
.nav-tabs.epiBox-top-tabs > li > a:focus {
  border: none;
}
.nav-tabs.epiBox-top-tabs > li > a:hover {
  border: none;
}
.nav-tabs.epiBox-top-tabs > li > a:focus-within {
  border: none;
}
.nav-tabs.epiBox-top-tabs > li.active > a {
  background-color: #f4f7fa;
}
.nav-tabs > li.active > a:hover {
  background-color: #f4f7fa;
}
.nav-tabs.epiBox-top-tabs {
  border: none;
  background-color: #CCCCCC;
}
.nav-tabs > li > a {
  border: none;
  cursor: pointer;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
#StepNavTextNavigation {
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
}
#StepNavFront,
#StepNavBack {
  cursor: pointer;
}
.gray-form input.form-control {
  border: 2px solid #A8A8Af;
  color: #676770;
}
.gray-form input.form-control::-webkit-input-placeholder {
  color: #dddde0;
}
.gray-form input.form-control::-webkit-input-placeholder::-moz-placeholder {
  color: #dddde0;
}
.gray-form input.form-control::::-ms-input-placeholder {
  color: #dddde0;
}
.gray-form input.form-control::::-moz-placeholder {
  color: #dddde0;
}
.small-header {
  color: #282C37;
  padding: 10px 0px 10px 0px;
  font-size: 14px;
  font-weight: bold;
}
.btn-big-font {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}
.btn-big-font-complementary {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  background-color: #C78E87;
  color: #FAFAFA;
  border: none;
  min-width: 190px;
}
.btn-big-font-complementary:hover {
  background-color: #FF7867;
  color: #FAFAFA;
  font-size: 16px;
  line-height: 25px;
  border: none;
}
.btn-big-font-complementary:focus {
  background-color: #FF7867;
  color: #FAFAFA;
  font-size: 16px;
  line-height: 25px;
  border: none;
}
.btn-big-font-complementary:active {
  background-color: #FF7867;
  color: #FAFAFA;
  font-size: 16px;
  line-height: 25px;
  border: none;
}
.btn-big-font-complementary:active:hover {
  background-color: #FF7867;
  border: none;
  color: #FAFAFA;
  font-size: 16px;
  line-height: 25px;
}
.btn-in-card {
  padding: 2px;
}
.lh-btn-big {
  line-height: 34px;
}
.selected-card {
  outline: 5px solid #c78e89;
}
.max-width-250 {
  max-width: 250px;
}
.gray-form .validation-wrapper .validation-popover {
  left: 100%;
  width: fit-content;
}
.gray-form .validation-wrapper .validation-popover .popover-content > .close {
  margin-left: 10px;
}
#FinalOverview {
  max-width: 300px;
  padding-bottom: 25px;
  padding-top: 3px;
}
#FinalOverview > .card-inner-script {
  line-height: 19px;
}
#FinalOverview > .card-inner-script .btn-big-font-complementary {
  display: none;
}
.table-last-cell-blue {
  table-layout: fixed;
}
.table-last-cell-blue td {
  border: 1px solid #CBCBCB;
  text-align: center;
  overflow: hidden;
  padding-left: 7px;
  padding-right: 7px;
  min-width: 90px;
}
.table-last-cell-blue td:last-child {
  background-color: #2e9afe;
  border: 1px solid gray;
  color: white;
}
.single-value-field-dropdown-button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.h-pdf {
  height: 1200px;
}
.file-preview-box {
  margin-top: 7px;
  border-radius: 0px;
  padding: 7px;
  background-color: #282c37;
}
.file-item-preview {
  font-size: 47px;
  color: white;
}
.image-type-info-2-lines {
  height: 46.128px;
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: 8px;
  top: -27px;
  color: #FAFAFA;
  display: inline-flex;
  line-height: 20.128px;
}
#DropFlagsProfileMenu .dropdown-menu {
  padding-bottom: 0px;
  background-color: #FFFFFF00;
  border: unset;
}
#DropFlagsProfileMenu .caret {
  transform: rotate(90deg);
}
#DropFlagsProfileMenu.open .caret {
  transform: unset;
}
.sidebar-active .flag-text {
  display: none;
}
.sidebar-active .flags .dropdown-menu {
  min-width: 50px;
}