/**
 * Kardio-sydäntietojärjestelmä specific features styles.
 *
 * Styles for Kardio-sydäntietojärjestelmä's common UI components are in "kardio-palette.less".
 *
 * @author Jani Mustonen <jani.mustonen@cinia.fi>
 */
/**
 * Color palette and application specific styling for Kardio-sydäntietojärjestelmä's common UI components.

 * Base style definitions for all Kardio-sydäntietojärjestelmä based healthcare applications are in "healthcare.less".
 * Kardio-sydäntietojärjestelmä specific feature syles are in "kardio-style.less".

 * @author Jani Mustonen <jani.mustonen@cinia.fi>
 */
/**
 * Base style definitions for all Kardio-sydäntietojärjestelmä based healthcare applications.
 * Sets styles common for all applications, like element positions, sizes, margins, paddings, etc.
 * Application specific color patterns are given in a separate file, for example "kardio-palette.less".
 *
 * @author Jani Mustonen <jani.mustonen@cinia.fi>
 */
/* ------------------------------- *\
   $NORMALIZATIONS
\* ------------------------------- */
* {
  margin: 0;
  padding: 0;
}
/* ------------------------------- *\
   $FONTS
\* ------------------------------- */
.help-popup-li-right-first-level li {
  margin-left: 1.5em;
}
.help-popup-li-right-second-level li {
  margin-left: 3.0em;
}
.fontCommonText {
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #121212;
}
.fontTitle {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.fontTabTitle {
  font-family: 'Roboto 400', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.fontButton {
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #121212;
  font-size: 14px !important;
}
.bold {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
.fontWeightNormal {
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 400 !important;
}
.fontWeightBold {
  font-weight: bold;
}
.fontH1 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}
.fontH2 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}
.fontH3 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
.fontH4 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
/* Roboto-regular - latin */
@font-face {
  font-family: 'Roboto 400';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v15-latin/roboto-v15-latin-regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v15-latin/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v15-latin/roboto-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v15-latin/roboto-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v15-latin/roboto-v15-latin-regular.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* Roboto-500 - latin */
@font-face {
  font-family: 'Roboto 500';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v15-latin/roboto-v15-latin-500.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v15-latin/roboto-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v15-latin/roboto-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v15-latin/roboto-v15-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v15-latin/roboto-v15-latin-500.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* Open-Sans-regular - latin */
@font-face {
  font-family: 'Open Sans 400';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v13-latin/open-sans-v13-latin-regular.eot');
  src: local('Open Sans'), local('OpenSans'), url('../fonts/open-sans-v13-latin/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v13-latin/open-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v13-latin/open-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v13-latin/open-sans-v13-latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* Open-Sans-600 - latin */
@font-face {
  font-family: 'Open Sans 600';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v13-latin/open-sans-v13-latin-600.eot');
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/open-sans-v13-latin/open-sans-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v13-latin/open-sans-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v13-latin/open-sans-v13-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v13-latin/open-sans-v13-latin-600.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.boldRedFont {
  font-weight: bold;
  color: red;
}
/* ------------------------------------------------------------------------------------ *\
   $HTML COMMON ELEMENT DEFAULTS
\* ------------------------------------------------------------------------------------ */
body {
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #121212;
  margin: 0;
}
h1 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif !important;
  font-weight: 600 !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 18px !important;
}
h2 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif !important;
  font-weight: 600 !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 17px !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
h3 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif !important;
  font-weight: 600 !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 16px !important;
}
h4 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif !important;
  font-weight: 600 !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 15px !important;
}
td {
  padding: 1px;
  vertical-align: top;
}
th {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
input[type="submit"] {
  height: 25px;
  border: 1px solid transparent;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
input[type="button"],
input[type="submit"],
button {
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #121212;
  font-size: 14px !important;
}
input[type="button"] {
  padding: 4px 6px;
}
button {
  padding: 4px 6px;
  display: inline-block;
}
button:active {
  position: relative;
  top: 1px;
}
input[type="text"],
input[type="password"],
select,
input {
  padding: 3px;
  border-radius: 4px;
}
input[type="radio"] {
  margin: 3px 3px 0 5px;
}
input[type="checkbox"] {
  margin: 3px 3px 3px 4px;
}
select {
  min-width: 110px;
  border-radius: 4px;
}
textarea {
  height: 150px;
  width: 500px;
  max-width: 930px;
  padding: 3px;
  border-radius: 4px;
}
/* ------------------------------------------------------------------------------------ *\
   $COMMON CLASSES
\* ------------------------------------------------------------------------------------ */
input.inputNumber {
  width: 70px;
}
input.inputNumberWidthLonger {
  width: 75px;
}
input.inputNumberShort {
  width: 23px;
}
input.smallNumber {
  width: 40px;
}
input.yearField {
  width: 80px;
  text-align: center;
}
select.yesNo {
  min-width: 25px;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.textcenter {
  text-align: center;
}
.indent {
  margin-left: 40px;
}
.right {
  float: right;
}
.half {
  width: 50%;
}
.underline {
  text-decoration: underline;
}
span.bold {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
.bold {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
.italic {
  font-style: italic;
}
.customErrorContainer {
  padding: 8px;
  border-radius: 10px;
  display: block;
}
span.educationProfileHelp {
  display: none;
}
div.alignLeft {
  margin-left: 0 !important;
}
.marginTop {
  margin-top: 10px !important;
}
.marginBottom {
  margin-bottom: 10px !important;
}
.marginLeft {
  margin-left: 10px !important;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
a img {
  border: none;
}
.displayTable {
  display: table;
}
.displayInline {
  display: inline;
}
.displayBlock {
  display: block;
}
.displayInlineBlock {
  display: inline-block;
}
.displayNone {
  display: none;
}
.clearBoth {
  clear: both;
}
.width99 {
  width: 99%;
}
.width100 {
  width: 100%;
}
.height18 {
  height: 18px;
}
.height140 {
  height: 140px;
}
.margin10 {
  margin: 10px;
}
.padding10 {
  padding: 10px;
}
.marginTop5 {
  margin-top: 5px;
}
.marginTop10 {
  margin-top: 10px;
}
.marginTop20 {
  margin-top: 20px;
}
.marginTop25 {
  margin-top: 25px;
}
.marginBottom15 {
  margin-bottom: 15px;
}
.marginLeft5 {
  margin-left: 5px;
}
.marginLeft8 {
  margin-left: 8px;
}
.marginLeft10 {
  margin-left: 10px;
}
.marginLeft20 {
  margin-left: 20px;
}
.marginLeft30 {
  margin-left: 30px;
}
.marginLeft50 {
  margin-left: 50px;
}
.fontSize90 {
  font-size: 90%;
}
.paddingTop0 {
  padding-top: 0px;
}
.paddingTop10 {
  padding-top: 10px;
}
.paddingTop20 {
  padding-top: 20px;
}
.paddingBottom50 {
  padding-bottom: 50px;
}
.paddingLeft0 {
  padding-left: 0;
}
.paddingLeft7 {
  padding-left: 7px;
}
.paddingLeft12 {
  padding-left: 12px;
}
.paddingLeft30 {
  padding-left: 30px;
}
.paddingLeft50 {
  padding-left: 50px;
}
.paddingRight12 {
  padding-right: 12px !important;
}
.borderCollapse {
  border-collapse: collapse;
}
table.list {
  text-align: left !important;
}
table.list tr td:first-child,
table.list tr th:first-child {
  padding-left: 5px;
}
table.list tr td:last-child,
table.list tr th:last-child {
  padding-right: 5px;
}
table.list th {
  padding-bottom: 8px;
  padding-top: 8px;
}
table.list td {
  padding-top: 8px;
  padding-bottom: 8px;
}
span.hinttextUnder {
  display: inline-block;
}
span.otherContainer {
  display: table;
  width: 100%;
}
input.inputToLabel,
input.inputToLabel[disabled='disabled'] {
  border-style: none;
  width: 50px;
}
td.bold {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.checkBoxItem {
  float: left;
  height: 40px;
  width: 170px;
}
div.checkBoxItemExtraRowHeight {
  float: left;
  height: 50px;
  width: 175px;
}
div.checkBoxItemExtraRowWidth {
  float: left;
  height: 50px;
  width: 210px;
}
div.checkBoxItem60Height {
  float: left;
  height: 60px;
  width: 175px;
}
div.checkBoxItem75Height {
  float: left;
  height: 75px;
  width: 175px;
}
div.checkBoxItem80Height {
  float: left;
  height: 80px;
  width: 175px;
}
div.checkBoxItemAAClosingRowHeight {
  float: left;
  width: 158px;
  margin-right: 30px;
  margin-bottom: 10px;
}
div.checkBoxItemHeartfailureDiagnosis {
  float: left;
  height: 40px;
  width: 170px;
}
div.checkBoxItemHeartfailureDiagnosis:last-of-type {
  width: 330px;
}
td.td85width {
  width: 85px;
}
.roundcorners {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.roundtop {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.busyindicator {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1000;
  width: 128px;
  height: 128px;
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
img.excelExport {
  height: 50px;
  width: 40px;
}
.positionRelative {
  position: relative;
}
.positionFixed {
  position: fixed;
}
/* ------------------------------------------------------------------------------------ *\
   $BASE LAYOUT
\* ------------------------------------------------------------------------------------ */
.toTopHoverLink {
  position: fixed;
  bottom: 60px;
  right: 5px;
  height: 30px;
  width: 30px;
}
table.palette td.header {
  text-align: left !important;
}
table.palette td.buttons button {
  margin-bottom: 5px;
  width: 30px !important;
  height: 30px !important;
}
select.choicesSelect {
  width: 485px !important;
}
table.foreignpatient td {
  padding-bottom: 5px;
}
div.bg {
  height: 510px;
  min-width: 1200px;
  width: 100%;
  position: absolute;
  z-index: -100;
}
div.decoration {
  height: 400px;
  position: absolute;
  width: 900px;
  z-index: -10;
}
div.shadowleft {
  height: 335px;
  margin-left: 45px;
  margin-top: 106px;
  position: absolute;
  width: 50px;
  z-index: -9;
  box-shadow: 2px 12px 22px 6px rgba(50, 61, 64, 0.3);
}
div.shadowright {
  height: 335px;
  right: 45px;
  margin-top: 106px;
  position: absolute;
  width: 50px;
  z-index: -9;
  box-shadow: 2px 12px 22px 6px rgba(50, 61, 64, 0.3);
}
div.extraLoadingIndicator {
  display: none;
  padding-top: 7px;
  padding-left: 20px;
  min-height: 28px;
  width: 100px;
  position: fixed;
  top: 40%;
  left: 47%;
  z-index: 1000;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
div.header {
  height: 95px;
}
div.header div.logo {
  margin-right: 60px;
  margin-top: 220px;
  float: right;
}
div.content {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 10px;
  min-width: 1130px;
}
div.trainingIndicator {
  display: none;
}
div.main div.leftborder {
  background: repeat-y left top;
  min-height: 400px;
}
div.main div.rightborder {
  min-height: 400px;
}
div.contentArea {
  padding: 25px 22px 35px;
}
div.rightborder {
  background: repeat-y right top;
}
div.mainbottom {
  background: repeat-x bottom;
  height: 30px;
}
div.mainbottom b.bl {
  float: left;
  margin-top: -12px;
}
div.mainbottom b.br {
  float: right;
  margin-top: -12px;
}
div.copyright {
  background: transparent;
  padding: 15px 60px 25px;
  text-align: center;
}
div.paragraph {
  margin-left: 10px;
  margin-right: 10px;
}
/*
   $DATEPICKER
\* ------------------------------------------------------------------------------------ */
div.ui-datepicker {
  width: 290px;
  border-top-left-radius: 0;
}
.ui-datepicker-week-col {
  padding-top: 11px !important;
  height: 15px !important;
}
.ui-datepicker table {
  margin-bottom: 0 !important;
}
.ui-datepicker-calendar td {
  height: 27px;
  text-align: center;
}
.ui-datepicker-calendar td a {
  height: 23px;
  padding: 7px 2px 2px !important;
  text-align: center !important;
}
td.ui-datepicker-week-col {
  cursor: default;
}
/*
   $HEADER
\* ------------------------------------------------------------------------------------ */
div.currentuser {
  min-width: 1181px;
  margin-right: 40px;
  position: relative;
  text-align: right;
}
div#username {
  padding-top: 57px;
}
span#currentUser {
  padding-top: 7px;
  padding-bottom: 3px;
}
span#currentUser,
span#currentUserDepartment {
  display: block;
  margin-right: 10px;
}
a.logout {
  position: absolute;
  float: right;
  right: 10px;
  top: 115px;
}
/*
   $NAVIGATION BAR
\* ------------------------------------------------------------------------------------ */
div.nav {
  height: 37px;
}
div.nav b.tl,
div.nav b.tr,
div.mainbottom b.bl,
div.mainbottom b.br {
  display: none;
}
div.nav ul {
  background-repeat: no-repeat;
  position: absolute;
  padding-left: 10px;
  margin-top: -4px;
}
div.nav ul.loginnav {
  padding-top: 6px;
}
div.nav ul li {
  display: table-cell;
  float: left;
  height: 50px;
  list-style: none outside none;
  margin-left: 25px;
  white-space: nowrap;
  width: 200px;
}
div.nav li.logintab {
  padding-top: 3px;
}
div.nav li.patients-tab-active {
  width: 110px;
  margin-left: 26px;
}
div.nav li.patients-tab-inactive {
  width: 110px;
  margin-left: 26px;
}
div.nav li.queue-tab-active {
  width: 107px;
  margin-left: 26px;
}
div.nav li.queue-tab-inactive {
  width: 107px;
  margin-left: 26px;
}
div.nav li.reports-tab-active {
  width: 106px;
  padding-left: 3px;
  margin-left: 26px;
}
div.nav li.reports-tab-inactive {
  width: 106px;
  padding-left: 3px;
  margin-left: 26px;
}
div.nav li.personal-tab-active {
  width: 138px;
  margin-left: 26px;
  margin-top: -1px;
}
div.nav li.personal-tab-inactive {
  width: 138px;
  margin-left: 26px;
  margin-top: -1px;
}
span#search {
  display: table-cell;
  margin-left: 10px;
  width: 100px;
}
div.nav li.search-tab-active {
  width: 110px;
  margin-left: 26px;
}
div.nav li.search-tab-inactive {
  width: 110px;
  margin-left: 26px;
}
div.nav li.admin-tab-active {
  width: 100px;
  padding-left: 4px;
  margin-left: 26px;
}
div.nav li.admin-tab-inactive {
  width: 100px;
  padding-left: 4px;
  margin-left: 26px;
}
div.nav ul li b.right,
div.nav ul li b.left {
  width: 13px;
  height: 40px;
  margin-top: -10px;
}
span.tabLink {
  display: block;
  padding-left: 30px;
  padding-top: 8px;
  padding-bottom: 4px;
  width: 75px;
  cursor: pointer;
}
span.tabLinkReports {
  padding-left: 37px;
}
span.tabLinkSalikardio {
  padding-left: 38px;
}
span.tabLinkPersonal {
  width: 101px;
  padding-left: 39px;
}
span.tabLinkSearch {
  padding-left: 33px;
}
span.tabLinkAdmin {
  padding-left: 35px;
}
div.nav a,
div.nav a:visited {
  display: table-cell;
  height: 30px;
  width: 100px;
}
a.personal {
  width: 145px !important;
}
div.mainnavi {
  position: absolute;
  top: -39px;
  height: 20px;
  display: block;
}
div.mainnavi a:link,
div.mainnavi a:visited,
div.mainnavi a:active {
  display: block;
  float: left;
  padding: 5px 20px 5px 20px;
  border-bottom: none;
  margin-right: 2px;
}
div.mainnavi h2 {
  z-index: 12;
  border-bottom: none;
}
/*
   $FEEDBACK FORM
\* ------------------------------------------------------------------------------------ */
div#feedback {
  width: 381px;
  height: 360px;
  position: absolute;
  left: 420px;
  top: -500px;
  z-index: 99999999;
}
div#feedback table {
  width: 100%;
  border-collapse: collapse;
}
div#feedback table tbody.feedbackFormContent {
  padding-left: 6px;
  padding-right: 6px;
}
div#feedback table tbody.feedbackFormContent span.spanfontlarge {
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
}
form.feedbackForm {
  padding: 10px;
}
div.titleRow {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}
div#showFeedback {
  text-align: center;
  height: 30px;
  display: inline;
}
textarea#fbText {
  width: 349px;
  height: 100px;
  max-width: 349px;
  max-height: 100px;
  resize: none;
}
input#fbName,
input#fbEmail {
  width: 245px;
}
select#fbTopic {
  width: 253px;
}
div#sendFeedback {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 25px;
  text-align: center;
}
span#sendFeedbackBox {
  padding: 6px 10px;
}
.formSendButton {
  width: 81px;
}
.cancelFormButton {
  padding: 2px 5px;
  display: inline-block;
}
span#feedbackText {
  padding: 4px;
  cursor: default;
}
div#thankYouForFeedback {
  display: none;
  position: absolute;
  width: 300px;
  text-align: center;
  top: 0;
  margin-left: 452px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.formSendButton {
  margin-right: 7px;
}
span.feedbackFormNote {
  color: green;
  height: 30px;
  display: block;
  margin-top: 5px;
  cursor: default;
}
td.feedbackNameWidth {
  width: 100px;
}
/*
   $FORM FEEDBACK PANEL
\* ------------------------------------------------------------------------------------ */
ul.feedbackPanel {
  margin-top: 20px;
  padding: 10px 5px 10px 40px;
  text-align: left;
  min-height: 30px;
  line-height: 1.4em;
}
/*
   $POPUP (HELPS)
\* ------------------------------------------------------------------------------------ */
div.popupTitleRow {
  height: 35px;
  text-align: center;
  padding-top: 10px;
}
span.helpContent {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  display: table;
}
div.popupContentContainer {
  padding: 5px;
}
div.popupContent {
  min-height: 150px;
  padding: 5px;
}
div.popupContent ul {
  margin-left: 15px;
}
div.popupContentSmall {
  padding: 5px;
  min-height: 70px;
  text-align: center;
}
div.popupContentIntegrationError {
  min-height: 150px;
  text-align: left;
  padding: 10px;
}
div.popupBottom {
  text-align: center;
  margin-top: 1em;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
}
input.popupCloseButton {
  border-style: none;
  height: 25px;
}
table.popupTable {
  border-style: none;
  width: 100%;
  border-collapse: collapse;
}
table.popupTable th {
  text-align: left;
}
table.popupTable td {
  padding-bottom: 5px;
}
table.popupTable tr {
  margin-bottom: 10px;
}
td.popupTableTitleCell {
  width: 250px;
}
td.popupTableDataCell {
  text-align: left;
}
td.popupTableDataCellNarrow {
  text-align: left;
  width: 40px;
}
td.popupTableTitleCellWider {
  text-align: left;
  width: 285px;
}
td.popupTableTitleCellWider blockquote,
td.popupTableDataCell blockquote {
  margin-left: 15px;
}
th.popupMidHeader {
  text-align: left;
  border-bottom: 1px dotted;
}
p.popupIntended {
  text-indent: -15px;
  margin-left: 15px;
}
b.visibledimmer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: not-allowed;
}
.dimmerHelp {
  width: 1000px;
  margin-bottom: 25px;
}
.popupContentFromProperties {
  margin-top: 1em;
}
/* --- Specific helps --- */
h3.helpConflictingFieldTitle {
  padding: 10px;
  margin-bottom: 10px;
}
h3.helpMergedFieldTitle {
  padding: 10px;
  margin-bottom: 10px;
}
h3.helpButtonsTitle {
  padding: 10px;
  margin-bottom: 10px;
}
table.helpConflictingExampleTable {
  margin-top: 8px;
}
table.helpConflictingExampleTable td {
  padding: 5px;
}
.fontSize70Percent {
  font-size: 70%;
}
.padding5 {
  padding: 5px;
}
p.decorationUnderline {
  text-decoration-line: underline;
}
p.myocardialInfarctionHelpMargin {
  margin-left: 15px;
}
td.NomescoFilterHelpCardiologyPadding {
  padding-right: 150px;
}
td.NomescoFilterHelpHeartSurgeryPadding {
  padding-top: 15px;
}
.tumorSurgeryImgMargin {
  margin-bottom: 40px;
}
p.valveSurgeryAortaEtiologyProlapseMargin {
  margin-top: 7px;
}
td.valveSurgeryAortaEtiologyMechanism {
  height: 200px;
  width: 117px;
}
td.valveSurgeryAortaEtiologyMechanismBG1a {
  background: url('../../img/help/help-aorta-etiology-mechanism1a.jpg') no-repeat;
}
td.valveSurgeryAortaEtiologyMechanismBG1b {
  background: url('../../img/help/help-aorta-etiology-mechanism1b.jpg') no-repeat;
}
td.valveSurgeryAortaEtiologyMechanismBG1c {
  background: url('../../img/help/help-aorta-etiology-mechanism1c.jpg') no-repeat;
}
td.valveSurgeryAortaEtiologyMechanismBG1d {
  background: url('../../img/help/help-aorta-etiology-mechanism1d.jpg') no-repeat;
}
td.valveSurgeryAortaEtiologyMechanismBG2 {
  background: url('../../img/help/help-aorta-etiology-mechanism2.jpg') no-repeat;
}
td.valveSurgeryAortaEtiologyMechanismBG3 {
  background: url('../../img/help/help-aorta-etiology-mechanism3.jpg') no-repeat;
}
/*
   $INTEGRATION ERROR PANEL
\* ------------------------------------------------------------------------------------ */
div#integrationPanelTitleArea {
  width: 100%;
  clear: both;
}
div#integrationPanelTableArea {
  width: 100%;
  clear: both;
}
h3#integrationErrorTitle {
  height: 40px;
  padding-top: 7px;
  text-align: left;
  width: 100%;
  float: left;
}
.integrationErrorHelp {
  float: left;
  margin-left: 289px;
  margin-top: -37px;
  font-size: 14px;
  padding-top: 2px !important;
}
th#integrationErrorOperationTitle,
th#integrationErrorDateTitle,
td#integrationErrorOperationTitle,
td.integrationErrorDateTitle,
td.integrationErrorDelete,
td.integrationErrorMessage {
  margin-left: 20px;
  text-align: left;
}
td.integrationErrorOperationTitle {
  width: 210px;
}
.message {
  text-align: left;
  padding-left: 20px;
}
.errorFirstLine {
  display: block;
  margin-bottom: 20px;
}
div.integrationErrors {
  display: inline-block;
}
/* ------------------------------------------------------------------------------------ *\
   $LOGIN PAGE
\* ------------------------------------------------------------------------------------ */
div#loginHeader {
  background-position: 50% 6px;
}
div.loginPage {
  width: 410px !important;
  min-width: 410px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 40px !important;
}
div.loginPage div.loginErrors ul {
  margin-left: 20px;
}
div.loginPage div.rightborder,
div.loginPage div.leftborder {
  min-height: 370px !important;
}
div.loginPage div.contentAreaLogin {
  display: table;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 15px;
}
div.loginPage h1 {
  margin-left: 21px;
}
td.loginFormInputTitle {
  padding-top: 10px;
  width: 135px;
}
form#loginForm {
  width: 335px;
  padding-left: 19px;
  padding-top: 15px;
}
form#loginForm input[type="text"],
form#loginForm input[type="password"] {
  width: 165px;
  height: 22px;
}
form#loginForm input.username,
form#loginForm input.password,
form#loginForm input.departmentSelect {
  padding-left: 5px;
}
form#loginForm input[type="submit"] {
  border-radius: 5px;
  margin-top: 5px;
}
form#loginForm select {
  width: 174px;
  height: 27px;
}
form#loginForm table#loginForm td {
  padding-top: 10px;
}
form#loginForm input[type="submit"] {
  width: 81px;
  border: 1px solid transparent !important;
}
div.loginErrors {
  width: 360px;
}
div.loginErrors ul {
  width: 90% !important;
}
/* ------------------------------------------------------------------------------------ *\
   $PATIENT SEARCH PAGE
\* ------------------------------------------------------------------------------------ */
div.patientSearchPageContainer {
  display: table;
  width: 100%;
}
div.patientSearchPageContainer .patientSearchPageIntegrationErrors {
  padding-left: 22px;
  margin-top: -20px;
}
div.patientSearchPageContainer .patientSearchPageIntegrationErrors table.integrationErrors td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1300px) {
  div.patientSearchPageContainer .patientSearchPageIntegrationErrors {
    width: 585px;
  }
  div.patientSearchPageContainer .patientSearchPageIntegrationErrors table.integrationErrors td {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 5px;
  }
}
form#patientSearchForm {
  float: left;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 20px;
  width: 385px;
  margin-right: 50px;
  margin-left: 15px;
}
form#patientSearchForm input[type="submit"] {
  width: 81px;
  border: 1px solid transparent;
  border-radius: 5px;
}
form#patientSearchForm input#treatmentButton {
  width: 160px;
}
table.integrationErrors {
  float: left;
}
th.thToPatient {
  background: #ececec url("../img/icon-goButton-red.svg") no-repeat -1px 10px;
  background-size: 13px;
  padding-left: 13px !important;
}
table.integrationErrors td {
  padding-top: 8px;
  padding-bottom: 8px;
}
table.integrationErrors th {
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
}
table.integrationErrors th,
table.integrationErrors td {
  padding-right: 5px;
  max-width: 300px;
  text-align: left;
}
.patientInput {
  height: 25px;
  width: 236px;
  vertical-align: middle;
}
.patientOtherReasonContainer p {
  text-align: left;
  margin-bottom: 8px;
}
textarea.otherreason {
  width: 385px;
  height: 100px;
}
#otherReasonContainer {
  position: fixed;
  width: 387px;
  height: 167px;
  top: 305px;
  left: 85px;
  padding: 10px;
  display: none;
  text-align: left;
  z-index: 20;
}
#otherReasonContainer input[type="text"] {
  width: 200px;
}
b.dimmer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  z-index: 10;
  display: none;
}
tr#patientSearchRow {
  height: 65px;
}
tr#patientSearchHintRow {
  height: 30px;
}
tr#patientSearchHintRow span.hinttext {
  cursor: default;
}
div#patients {
  margin-left: 15px;
  margin-top: 15px;
}
tr#searchPrivacyNote {
  height: 50px;
}
.privacyHint {
  display: block;
  width: 398px;
}
div.foreignPatient {
  margin-left: 45px;
  margin-top: 20px;
}
table.foreignpatient {
  margin-top: 10px;
}
table.foreignpatient td.patientcolumnleft {
  width: 200px;
}
table.foreignpatient td {
  padding-bottom: 10px;
}
/* ------------------------------------------------------------------------------------ *\
   $NEW PATIENT PAGE
\* ------------------------------------------------------------------------------------ */
div.patientcontent {
  position: relative;
  top: 0;
  left: 0;
  padding: 5px;
}
table.patientinfo {
  padding: 5px;
}
div.patientcontent div.mainnavi {
  top: -37px;
}
h2.saveNewPatient {
  width: 100%;
  height: 30px;
  padding-left: 36px;
  padding-top: 4px;
  display: table-cell;
}
/* ------------------------------------------------------------------------------------ *\
   $REPORTS PAGE
\* ------------------------------------------------------------------------------------ */
div.reportcontent {
  position: relative;
  top: 40px;
  left: 0;
  padding: 5px;
  margin-bottom: 20px;
}
div.reportcontent div.dateContainer {
  display: block;
  float: left;
  padding-left: 30px;
  width: 375px;
  height: 47px;
}
div.reportcontent div.yearComparisonDateContainer {
  height: 62px;
}
div.reportcontent span.countChartExport {
  display: table;
  float: left;
  margin-left: 40px;
  margin-right: auto;
  margin-top: 35px;
}
h2.reportcontenttitle {
  margin-bottom: 15px;
}
h2.reportTitle {
  float: left;
}
a.reportHelp:hover {
  background-color: transparent !important;
}
div.reportcontent h1 {
  margin: 10px 10px 10px 15px;
}
div.reportcontainer {
  position: relative;
  top: -20px;
  left: 0;
  min-height: 485px;
  padding: 5px;
}
div.reportcontainer .countChartExport {
  margin-left: 23px;
}
div.queueReportContainer p.bold {
  margin-bottom: 10px;
}
div.fhScreenReportContainer {
  margin-top: -23px;
}
div.fhScreenReportContainer div.tableArea {
  width: auto;
  margin-left: 0;
}
div.diabetesScreenReportContainer {
  margin-top: -23px;
}
div.reportcolumn {
  float: left;
  margin-right: 25px;
  position: relative;
  padding-left: 20px;
}
div.lefmostReportcolumn {
  border-left: none !important;
  padding-left: 0 !important;
}
div.reportcolumn a {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
}
div.reportsubsection {
  position: relative;
  margin-bottom: 15px;
}
div.benchmarkReportContainer {
  margin-top: 50px;
  padding-top: 2px;
}
h2.benchmarkGroupTitle {
  width: 115px;
}
form.reportparam {
  padding: 6px;
}
form.reportparam input,
form.reportparam select {
  margin-left: 8px;
}
div.chartArea {
  margin-top: 100px;
}
div.chartArea img.excelExport {
  margin-top: 5px !important;
  height: 50px;
  width: 40px;
}
div.chartArea img {
  margin-top: -29px;
}
div.innerChartArea {
  width: 700px;
  min-width: 700px;
  float: left;
}
div.innerChartArea div.tableArea table.tableData td,
div.innerChartArea div.tableArea table.tableData th {
  padding: 6px;
}
img.zoomedImg {
  margin-top: 0 !important;
}
img.zoomedImgScrollbars {
  width: auto !important;
}
button.chartButton {
  margin-top: 5px;
  width: 155px;
  max-width: 155px;
}
button.chartButtonWide {
  margin-top: 5px;
  width: 190px;
  max-width: 190px;
}
/* IE 7 and 8 needs this */
div.chartButtonContent {
  height: auto;
}
div.chartButtonContainer {
  float: left;
}
h4.chartSecondButtonRowTitle {
  margin-top: 13px;
  text-align: center;
}
p.chartSecondButtonRowTitle {
  text-align: center;
}
div.floatleft {
  float: left;
}
div.chartSecondButtonRow {
  margin-left: 10px;
  margin-top: -64px;
}
div.chartSecondButtonRowTwoTitleRows {
  margin-left: 10px;
  margin-top: -51px;
}
div.reportButtonBundle {
  margin-bottom: 7px;
  margin-top: 12px;
  padding-bottom: 10px;
  padding-top: 6px;
}
div.comparisonYear {
  margin-top: 8px;
  margin-bottom: 10px;
  float: left;
}
div.reportDateTitle {
  float: left;
  padding-top: 2px;
}
div.reportDateInput {
  float: left;
  margin-right: 10px;
}
div.reportDateInput input[type="text"] {
  text-align: center;
}
div.tableArea {
  margin-left: 33px;
  margin-top: 25px;
  width: 660px;
  clear: both;
}
div.reportGenerateButtonsContainer {
  width: 250px;
  margin-top: 6px;
}
div.viewAsContainer {
  float: left;
  margin-left: 15px;
  padding-left: 30px;
  width: 220px;
  height: 40px;
}
div.filteringComponentContainer {
  clear: both;
  width: auto;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}
div.performerContainer {
  padding-left: 40px;
  float: left;
}
div.shortNamesContainer {
  padding-left: 40px;
  float: left;
}
div.healthCareDistrictContainer {
  float: left;
  padding-left: 30px;
  margin-bottom: 5px;
  width: 375px;
}
div.departmentContainer {
  float: left;
  padding-left: 40px;
}
div.departmentRadiationContainer {
  clear: both;
  width: 100%;
  background-position: 2px -2px;
  padding-left: 30px;
  margin-bottom: 8px;
}
div.radiationReportLayoutFix {
  margin-top: 20px;
  margin-left: -9px;
}
select.healthCareDistrictSelect {
  margin-left: 5px;
}
div.municipalityContainer {
  float: left;
  padding-left: 45px;
  width: 220px;
}
input.reportMunicipalityField {
  width: 135px;
}
input.resetSettings {
  margin-left: 10px;
}
div.unfinishedContainer {
  display: block;
  padding-left: 41px;
  padding-top: 17px;
  float: left;
  text-align: left;
  height: 21px;
  margin-left: 421px;
  margin-top: -43px;
  border-left: 1px solid #D5D5D5;
}
div.unfinishedContainer span {
  margin-top: 1px;
  display: block;
  float: left;
}
div.unfinishedContainer input {
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 4px;
}
div.nomescoFilterContainer {
  width: 100%;
  display: table;
  clear: both;
  margin-top: 10px;
  padding-top: 5px;
}
.expandNomesco {
  padding-left: 30px;
  border-bottom: none !important;
}
.collapseNomesco {
  padding-left: 30px;
  text-decoration: none !important;
  border-bottom: none !important;
}
div.nomescocode {
  float: left;
}
input.deleteNomesco {
  float: left;
  margin-top: 0 !important;
  height: 16px;
  margin-left: 5px;
  padding: 0 2px;
}
span.nomescoCodeSeparator {
  margin-left: 5px;
}
div.nomescoFilterContainer input[type=button] {
  margin-top: 5px;
}
div.nomescoFilteringArea {
  vertical-align: top;
}
span.addNomescoHelp {
  margin-top: 3px;
  margin-right: 5px;
  margin-left: 31px;
}
span.addNomescoHelp2 {
  margin-top: 3px;
}
span.nomescoAddOption {
  margin-right: 10px;
}
span.tooManyCodes {
  clear: both;
  display: table;
}
input.nomescoInput {
  width: 72px;
  margin-right: 10px;
}
input.nomescoResetButton {
  margin-left: 15px;
}
div.nomescoListContainer {
  width: 100%;
  display: table;
  clear: both;
  vertical-align: top;
  margin-left: 31px;
  margin-top: 5px;
  margin-bottom: 5px;
}
p.containTitle {
  float: left;
  width: 130px;
}
div.code {
  float: left;
  padding-left: 5px;
}
div.nomescoListContainer span {
  vertical-align: top;
}
select.nomescoSelect {
  margin-right: 5px;
}
div.resultListContainer {
  margin-top: 10px;
  margin-bottom: 5px;
}
div.nomescoResultListDescription {
  width: 125px;
  float: left;
}
div.nomescoResultListContainer {
  float: left;
  margin-right: 43px;
}
select.transparentSelect {
  background: transparent;
  overflow-y: auto;
  border: none;
  height: 115px;
}
div.generateButtonContainer {
  display: table;
}
.reportButtonGroup {
  display: block;
  margin-top: 8px;
  padding: 6px 3px;
}
.reportButtonGroupNarrow {
  display: block;
  margin-top: 8px;
  margin-left: -2px;
}
/** IE7 fix */
span.zoomedChartPanel {
  left: 0;
  overflow: hidden;
}
div.zoomedChartWindow {
  position: fixed;
  top: 6px;
  z-index: 20;
  text-align: center;
  width: fit-content;
  margin-top: 140px;
  left: 65px;
}
div.zoomedChartWindowChartArea {
  margin: 6px;
}
.zoomedChartScrollbars {
  overflow-x: scroll;
  max-width: 90vw;
}
div.reportImageTooLargeTitle {
  display: block;
  height: 40px;
  text-align: center;
  margin-top: -28px;
}
div.reportImageTooLarge {
  display: block;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 50px;
}
div.guchPatientCountReportViewAsContainer {
  margin-left: 0 !important;
  border-right: none !important;
}
div.guchPatientCountReportMunicipalityContainer {
  border-right: none !important;
}
.radiationReportTablePanel {
  margin-top: -60px;
}
.radiationReportTableArea {
  margin-top: 40px !important;
}
.radiationShortNamesContainer {
  padding-left: 0 !important;
}
span.chartContentTestData {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.adminTypeComparisonTypeContainer {
  clear: both;
  width: 1047px;
  padding-top: 10px;
}
.adminTypeComparisonTypeGroupRow {
  width: 100%;
  display: table;
  clear: both;
  margin-bottom: 20px;
}
.adminTypeComparisonTypeGroup {
  float: left;
  width: 343px;
}
.adminTypeComparisonTimeTypeContainer {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 12px;
  clear: both;
  width: 100%;
}
.queueReportHintTitle {
  display: block;
  margin-bottom: 10px;
}
.guchPatientDiagnosesChartSplitPanel .diagnosisDropdownContainer {
  margin-top: 10px;
}
.guchPatientDiagnosesChartSplitPanel .diagnosisDropdownContainer span {
  display: block;
}
.guchPatientDiagnosesChartSplitPanel .diagnosisSpecificContainer {
  margin-top: 10px;
}
.guchPatientDiagnosesChartSplitPanel .uvhContainer p {
  margin-bottom: 5px;
}
div.tableDataContainer {
  padding-right: 10px;
}
div.administrationComparisonTableContainer,
div.pacemakerInvoicingTableReportContainer {
  margin-left: -33px;
  margin-top: -25px;
}
div.secondTable {
  margin-top: 15px;
}
div.tableData {
  overflow: auto;
  max-width: 1000px;
}
table.tableData {
  margin: 0;
  padding: 2px;
  border-collapse: collapse;
  table-layout: fixed;
}
form.queueReportPrintForm {
  margin-bottom: 20px;
}
table.queueReportTable {
  border: none !important;
  padding: 4px !important;
  table-layout: fixed !important;
}
table.queueReportTable tr,
table.queueReportTable td,
table.queueReportTable th {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 8px 3px 4px 35px !important;
  text-align: left;
}
table.queueReportTable th:hover {
  cursor: auto;
}
table.taviQueueTable tr,
table.taviQueueTable td,
table.taviQueueTable th {
  padding-left: 6px !important;
}
table.taviQueueTable tr:hover,
table.queueReportTable tr:hover {
  cursor: pointer;
}
table.tableData h4 {
  display: inline;
}
table.tableData th,
table.tableData tr,
table.tableData td {
  margin: 0;
  padding: 2px;
}
div.reportTableArea {
  margin-top: 60px;
}
.reportTableHeader {
  margin-top: 15px;
  margin-bottom: 5px;
}
.chartMargin {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 25px;
}
.administrationTableData {
  width: 800px;
}
.administrationTableData th {
  width: 100px;
}
.administrationTableData th:first-child {
  width: 270px;
}
.intended {
  margin-left: 20px;
}
.reportTableTitle {
  position: relative;
  top: -20px;
}
div.tableArea div.pacemakerBillingOperationDataTableDataPanel {
  margin-left: -33px;
  margin-top: -35px;
}
div.tableArea div.pacemakerBillingOperationDataTableDataPanel .showExtraFilteringLinkArea {
  margin-left: 5px;
}
div.tableArea div.pacemakerBillingOperationDataTableDataPanel .showExtraFilteringLinkArea .reportTypeSelection label,
div.tableArea div.pacemakerBillingOperationDataTableDataPanel .showExtraFilteringLinkArea .reportTypeSelectionTitle {
  vertical-align: top;
}
@media screen and (min-width: 1024px) {
  div.tableData {
    max-width: 82vw;
  }
}
/* ------------------------------------------------------------------------------------
 Multi-checkbox filtering reports
*/
div.chartArea {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
div.chartArea div.chartStickyContainer {
  position: sticky;
  top: 40px;
}
div.genericReportUsageHelpGray {
  width: fit-content;
  margin-top: -25px;
}
div.genericReportUsageHelpGreen {
  margin-top: 10px;
  width: fit-content;
}
div.showExtraFilteringLinkArea {
  margin-bottom: 10px;
  padding-top: 10px;
}
div.filteringComponentContainer h4 {
  margin-bottom: 10px;
}
div.filteringComponentContainer div.extraActualFilteringCriteriaText {
  display: inline-block;
}
div.filteringComponentContainer div.extraFilteringGroupContainer {
  padding-left: 30px;
}
div.filteringComponentContainer div.extraFilteringGroupContainer button.cancelButton {
  margin-bottom: 15px;
  margin-top: 3px;
}
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportCheckboxRow div.genericReportButtonHelpContainer,
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportRadioButtonRow div.genericReportButtonHelpContainer {
  display: inline-block;
  vertical-align: top;
}
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportCheckboxRow span.reportCheckboxTitle,
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportRadioButtonRow span.reportCheckboxTitle,
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportCheckboxRow span.reportRadioButtonTitle,
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportRadioButtonRow span.reportRadioButtonTitle {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportCheckboxRow div.singleMultiFilterComponentContainer,
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportRadioButtonRow div.singleMultiFilterComponentContainer {
  margin-top: 5px;
  margin-bottom: 20px;
}
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportCheckboxRow div.singleMultiFilterComponentContainer div.reportInputContent,
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportRadioButtonRow div.singleMultiFilterComponentContainer div.reportInputContent {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportCheckboxRow div.singleMultiFilterComponentContainer div.reportInputContent div.reportInputItem,
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportRadioButtonRow div.singleMultiFilterComponentContainer div.reportInputContent div.reportInputItem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 180px;
}
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportCheckboxRow div.singleMultiFilterComponentContainer div.reportInputContent div.reportInputItem input[type="checkbox"],
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportRadioButtonRow div.singleMultiFilterComponentContainer div.reportInputContent div.reportInputItem input[type="checkbox"] {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0;
}
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportCheckboxRow div.singleMultiFilterComponentContainer div.reportInputContent div.reportInputItem input[type="radio"],
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportRadioButtonRow div.singleMultiFilterComponentContainer div.reportInputContent div.reportInputItem input[type="radio"] {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0;
}
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportCheckboxRow div.singleMultiFilterComponentContainer div.reportInputContent div.reportInputItem label,
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportRadioButtonRow div.singleMultiFilterComponentContainer div.reportInputContent div.reportInputItem label {
  padding-top: 8px;
  display: inline-block;
}
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportCheckboxRow div.singleMultiFilterComponentContainer div.reportInputContent div.reportInputItem label:hover,
div.filteringComponentContainer div.extraFilteringGroupContainer div.reportRadioButtonRow div.singleMultiFilterComponentContainer div.reportInputContent div.reportInputItem label:hover {
  text-decoration: underline;
}
div.searchButtonsComponentContainer h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
div.searchButtonsComponentContainer div.chartButtonGroup {
  padding: 0;
  margin: 0;
}
div.searchButtonsComponentContainer div.buttonsArea {
  margin-top: -5px;
}
div.searchButtonsComponentContainer div.buttonsArea div.genericChartButtonContainer {
  padding-left: 30px;
}
div.searchButtonsComponentContainer div.buttonsArea div.genericChartButtonContainer div.genericReportButtonHelpContainer {
  display: inline-block;
  vertical-align: top;
  padding-left: 2px;
  margin-top: 9px;
}
/* ------------------------------------------------------------------------------------ *\
   $PERSONAL PAGE
\* ------------------------------------------------------------------------------------ */
div.personalcontainer {
  margin-top: -10px;
}
div.personalcontainer div.viewSelectionContainer {
  float: left;
  margin-right: 20px;
}
div.personalcontainer span.viewSelectionLabel {
  padding-left: 30px;
}
div.personalcontainer div.dateContainer {
  width: auto !important;
}
div.personalcontainer img.excelExport {
  float: left;
}
div.personalreportcontent {
  left: 0;
  margin-bottom: 10px;
  position: relative;
  top: 15px;
  padding: 10px 5px 5px 15px;
  height: 30px;
}
div#container {
  width: 890px;
  float: left;
}
table#operationCountChartArea {
  width: 100%;
  margin-top: 13px;
}
div#operationCountChartsplitPanel {
  float: left;
  margin-top: 50px;
}
input.personalPageGenerateButton {
  margin-left: 10px;
}
div#exportArea {
  float: left;
  padding-top: 295px;
}
table#threeMonthOperations {
  border-collapse: collapse;
  text-align: left;
  margin-top: 20px;
  width: 100%;
}
div.threeMonthOperationsTablePatientLinkCell {
  float: left;
  width: 122px;
}
span.patientLinkLabel {
  border-bottom: 1px solid transparent;
  float: left;
}
th.threeMonthOperationsTableHeaderCell {
  padding-left: 30px;
}
td.threeMonthOperationsTableOperationCell {
  padding-left: 30px;
}
div.personalcontainer h2 {
  height: 28px;
}
h2.personalOperationChartAreaTitle {
  margin-top: 45px;
  margin-bottom: 12px;
}
img.personalOperationChart {
  float: left;
  margin-top: 20px;
}
span#noResultsLabel {
  float: left;
  height: 300px;
  line-height: 450px;
  text-align: center;
  vertical-align: middle;
  width: 905px;
}
div#mortalityReportPanel {
  display: table;
  width: 100%;
}
h2#mortalityReportTitle,
h2#threeMonthOperationsTitle {
  margin-top: 45px;
}
div#mortalityChartArea {
  margin-top: 50px !important;
}
div#currentYear {
  padding-top: 3px;
}
.personalShowShorNames {
  display: table;
}
.personalShowShorNames label,
.personalShowShorNames input {
  float: left;
}
.personalPageDateContainer {
  padding-bottom: 7px;
}
/* ------------------------------------------------------------------------------------ *\
   $SEARCH PAGE
\* ------------------------------------------------------------------------------------ */
form.searchTermsForm textarea {
  width: 544px;
}
form.searchTermsForm span.searchInputDelimeter {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
form.searchTermsForm table tr td {
  padding-top: 6px;
  padding-bottom: 6px;
}
input.patientIdSearchInput {
  float: left;
}
span.patientIdSearchHelp {
  float: left;
  margin-left: 10px;
  width: 450px;
}
span.unfinishedSearchHelp {
  margin-left: 10px;
}
td#unfinishedCell {
  height: 30px;
}
td#municipalitySearchCell {
  padding-top: 8px;
}
div.includePiCodesContainer span.hinttext {
  line-height: 1.4em;
}
div.piCodeAlert {
  padding: 10px;
  margin-bottom: 15px;
}
textarea.searchReasonTextarea {
  height: 70px;
  margin-bottom: 10px;
  width: 335px;
}
tr.searchTermPanelTr {
  float: left;
}
div.searchTermPanel {
  padding: 8px;
}
div.searchTermPanel table {
  border-collapse: collapse;
}
div.searchTermPanel td.bold {
  width: 185px;
  padding-right: 10px;
  padding-left: 0;
}
form.searchTermsForm h2 {
  height: 28px;
}
h3#selectOperations {
  display: inline;
}
h4#operationSearchTitle,
h4#pacemakerSearchTitle,
h4#guchSearchTitle,
h4#fhScreenSearchTitle,
h4#diabetesScreenSearchTitle {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 10px;
  padding-left: 5px;
}
span.searchTitleRequired {
  vertical-align: top;
  margin-top: 8px;
  margin-left: 3px;
}
h4#pacemakerSearchTitle {
  margin-top: 5px;
}
form.searchTermsForm {
  margin-top: -10px;
  display: table;
}
div#guchPatientSearchSection,
div#pacemakerSearchSection {
  margin-bottom: 20px;
  margin-left: 7px;
}
div.searchPageSection {
  width: 100%;
  display: inherit;
  margin-top: 10px;
}
div.searchPageNavigationContainer1 {
  position: absolute;
  margin-top: 145px;
}
button.searchButton {
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  height: 24px;
  width: 75px;
  margin-right: 3px;
  filter: none !important;
}
a.firstPage,
span.firstPage,
a.firstPage2,
span.firstPage2 {
  padding-right: 10px;
  cursor: pointer;
}
a.firstPage {
  margin-right: 5px;
}
a.previousPage,
span.previousPage {
  margin-right: 5px;
  padding-right: 10px;
  cursor: pointer;
}
a.nextPage {
  cursor: pointer;
}
a.lastPage,
span.lastPage {
  margin-left: 5px;
  padding-left: 10px;
  cursor: pointer;
}
div.searchResultPanel {
  margin-top: 20px;
}
div.searchResultPanel .error {
  display: table;
  margin-bottom: 8px;
  margin-top: 8px;
  width: 100%;
}
div.searchResultPanel .error .excelExport {
  float: left;
}
div.searchResultPanel .error .exportTypeSelection {
  float: left;
  margin-right: 20px;
  padding-top: 15px;
}
div.searchResultPanel .error .exportTypeSelection img.excelExport {
  margin-top: 5px;
  height: 50px;
  width: 40px;
}
div.searchResultPanel span#searchResultCount {
  display: table;
  padding-bottom: 10px;
  padding-top: 5px;
}
div.searchResultPanel span#searchResultCount2 {
  display: table;
  padding-top: 8px;
}
td.searchIndent {
  padding-left: 15px;
}
.iehint p {
  padding: 5px;
}
td.searchLimitedWidth {
  width: 185px;
}
/** tabs, these styles override jquery-styles, thus they are !important */
div.tabs {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 1064px !important;
}
ul.ulTabs {
  height: 25px !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-top: 2px !important;
}
li.liTab {
  height: 25px !important;
  padding: 0 !important;
  margin-top: -3px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 2px !important;
  border-top: none !important;
  border-left: none !important;
  border-top-right-radius: 0 !important;
}
li.liTabSelected {
  height: 25px !important;
  padding: 0 !important;
  margin-top: -3px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 2px !important;
  border-top: none !important;
  border-left: none !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
li.liTab a,
li.liTabSelected a {
  padding-top: 2px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
div.tab {
  padding: 10px 5px 5px !important;
  display: table !important;
  border-radius: 0 !important;
}
.checkBoxItemSearch {
  width: 260px !important;
  height: 45px !Important;
  word-wrap: break-word;
}
/* IE fix*/
.searchButtonContainer {
  width: 230px;
}
.searchButtonContainer {
  margin-top: 10px;
}
form.patientSearchReasonForm {
  width: 540px !important;
}
form.patientSearchReasonForm p.patientSearchReasonPageTitle {
  margin-bottom: 10px;
}
form.patientSearchReasonForm p.patientSearchReasonPageButtons {
  margin-top: 20px;
}
/*
   $SEARCH RESULT TABLE
\* ------------------------------------------------------------------------------------ */
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.fht-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  overflow: hidden;
  position: relative;
}
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  overflow: auto;
}
.fht-table-wrapper .fht-table .fht-cell {
  overflow: hidden;
  height: 1px;
}
.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
  top: 0;
  left: 0;
  position: absolute;
}
.fht-table-wrapper .fht-fixed-column {
  z-index: 1;
}
/*
 960 Grid System ~ Core CSS.
 Learn more ~ http://960.gs/

 Licensed under GPL and MIT.
*/
.grid_4 .grid_12 {
  display: inline;
  float: left;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11,
.push_12,
.pull_12,
.push_13,
.pull_13,
.push_14,
.pull_14,
.push_15,
.pull_15 {
  position: relative;
}
.container_12 .grid_3 {
  width: 220px;
}
.container_12 .grid_6 {
  width: 460px;
}
.container_12 .grid_9 {
  width: 700px;
}
.container_12 .grid_12 {
  width: 940px;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1;
}
/*
-----------------------------------------------------------
     RESULT TABLE STYLES
*/
/** wrappers around table */
.divider {
  display: table;
}
.container_12 {
  width: 1000px;
}
.container_12 .grid_4 {
  width: 1065px;
}
.myTableWrapper {
  width: 800px;
  height: 500px;
}
/** height of the table scroll area */
.height {
  height: 500px;
  overflow-x: auto;
  overflow-y: auto;
}
/** table cell styles */
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.fht-table th {
  text-align: left;
}
/** Bug #10481 **/
@media (-webkit-min-device-pixel-ratio: 0) {
  .chromeFix {
    display: table;
  }
}
/* ------------------------------------------------------------------------------------ *\
   $ADMIN PAGE
\* ------------------------------------------------------------------------------------ */
div.admincontainer {
  margin-top: -25px;
}
div.admincontainer div.valuelist h4 {
  margin-bottom: 5px;
}
div.admincontainer a.addvaluecreatepanel {
  padding: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
div.admincontainer div.valuelist {
  padding-top: 2px;
  padding-bottom: 2px;
}
div.admincontainer div.operations a {
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
}
div.admincontainer a.valueserieslink_open {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
form.manualPatientForm {
  width: 270px;
}
div.adminPageSection {
  float: left;
  margin-right: 20px;
  width: 205px;
}
div.adminPageSectionDeleteOperations {
  border-left: none !important;
  width: 175px;
}
div.leftmostSection {
  border-left: none !important;
}
div.admincontainer h2 {
  margin-top: 17px;
  position: relative;
}
h3.appearsToAdminPage {
  padding-top: 18px !important;
  background-position: 160px 10px !important;
  width: 100%;
  margin-bottom: 7px;
}
h3.appearsToAdminPagePatientMissingMessages {
  background-position: 175px 10px !important;
}
h3.appearsToAdminPagePatientMissingMessages .help {
  margin-left: 5px;
}
div#administrableJsHelper {
  float: left;
}
div.administrableOperations {
  float: left;
}
div.administrablePacemakers {
  float: left;
  margin-top: 18px;
  width: 160px;
}
div.administrableBillingsSection {
  float: left;
  margin-left: 20px;
  width: 170px;
}
div.administrableChfBillings,
div.administrablePacemakerBillingsContainer,
div.administrableTaviBillingsContainer,
div.administrableMccBillingsContainer {
  float: left;
  margin-top: 18px;
  width: 160px;
}
div.administrableTaviBillings {
  float: left;
  margin-left: 30px;
  width: 170px;
}
div.deleteOperations {
  display: inline-block;
  width: 100%;
  margin: 0 0 0 30px;
}
div.deleteErrors {
  width: 280px;
}
div.mergePatients {
  float: left;
  margin: 0 0 0 30px;
}
div.editoperationsubsection {
  float: left;
  margin: 0 20px 0 0;
}
div.valuelistpanel {
  float: left;
  margin-top: 10px;
  width: 100%;
}
div.valuelistpanel a.integrationErrorHelp {
  margin-left: 190px;
  margin-top: -43px;
}
div.valuelistpanel table.integrationErrors {
  width: 100%;
}
div.valuelistpanel table.integrationErrors th.thToPatient {
  width: 80px;
}
div.valuelistpanel table.integrationErrors th#integrationErrorPiCode {
  width: 130px;
}
div.valuelistpanel table.integrationErrors th#integrationErrorDateTitle {
  width: 130px;
}
div.valuelistpanel table.integrationErrors tr td:first-of-type {
  text-align: left;
}
div.valuecontainer {
  margin: 0 0 0 0;
}
div.valuelistcontainer {
  float: left;
  margin: 20px 20px 0 0;
  width: 100%;
  min-height: 250px;
}
div.valuelist h4 {
  margin: 10px 0 0 0;
}
div.valuelist li {
  margin: 4px 0 0 38px;
}
div.editview {
  float: left;
  position: absolute;
  left: 685px;
}
div.formcontainer {
  margin: 20px 0 0 10px;
  padding: 20px;
  -webkit-border-radius: 10px;
  width: 350px;
}
div.formcontainer h4 {
  margin: 0 0 10px 0;
}
div.formcontainer label {
  float: left;
  width: 130px;
}
div.formarrow {
  width: 330px;
  text-align: center;
}
a.extender {
  margin: 5px 0 0 0;
}
a.valueserieslink_open {
  padding: 0 0 0 20px;
}
a.valueserieslink_closed {
  padding: 0 0 0 20px;
}
div.container {
  padding: 7px 0 7px 0;
}
div.manufacturercontainer {
  margin: 0 0 0 20px;
  padding: 7px 0 7px 0;
}
form.operationeditform ul {
  margin: 0 0 5px 0;
}
form.operationeditform li {
  margin: 0 0 3px 0;
}
div#scroll {
  display: table;
}
#scroll.stick {
  position: fixed;
}
.deleteRequestedContainer {
  margin-top: 20px;
}
.deleteHeaderLine {
  margin-top: 20px;
  background-color: #ececec;
  border-bottom: 2px solid #e8e8e8;
}
div.deleteLine {
  padding: 8px;
}
div.deletePatientLink {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  padding-right: 13px;
}
div.deleteUser {
  width: 250px;
  display: inline-block;
  vertical-align: top;
}
div.deleteButtons {
  display: inline-block;
  vertical-align: top;
}
table.integrationErrors td {
  padding-right: 5px;
  padding-left: 5px;
  max-width: 320px;
}
table.integrationErrors td li {
  padding-left: 5px;
}
table.integrationErrors caption {
  text-align: left;
  caption-side: top;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #878787;
}
.integrationErrorMessagePerformers {
  padding-left: 40px;
  padding-right: 20px !important;
  width: 250px;
}
form.manualIntegrationForm {
  margin: 25px 0 30px 0;
  width: 400px;
  clear: both;
}
div.manualIntegrationForm {
  margin-top: 25px;
  width: 355px;
  clear: both;
}
form.manualIntegrationForm input {
  margin: 3px;
  float: left;
}
form.performerForm {
  margin-top: 10px;
}
table.performerFormTable {
  margin-bottom: 10px;
  width: 550px;
}
table.performerFormTable td {
  padding-top: 6px;
  padding-bottom: 6px;
}
input.adminSavePerformers {
  display: table;
  clear: both;
}
input.adminSaveSalikardioPerformers {
  display: table;
  clear: both;
  margin-bottom: 20px;
}
p.handleManuallyHelp {
  margin-bottom: 20px;
}
tr.performerTitleRow {
  height: 40px;
  text-align: left;
}
th.rightColumn,
td.rightColumn {
  width: 190px;
}
table.anonTable {
  margin: 0;
  padding: 2px;
  border-collapse: collapse;
  table-layout: fixed;
}
tr.anonTableHeaderRow {
  border: 1px solid transparent !important;
}
table.anonTable th,
table.anonTable tr,
table.anonTable td {
  text-align: left;
  margin: 0;
  padding: 5px;
}
.anonymizeButtonsContainer {
  margin-top: 20px;
}
.anonymizationTableIndent {
  padding-left: 30px !important;
}
.pacemakerAdminPriceContainer {
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}
h5.pacemakerAdminPriceTitle {
  margin-bottom: 5px;
}
.pacemakerAdminPriceTable {
  text-align: left;
  max-height: 230px;
  display: block;
  overflow-y: scroll;
}
.adminAddPriceButton {
  margin-top: 10px;
}
.adminDeletePriceLink {
  margin-top: 3px;
  display: block;
  margin-left: 10px;
}
.adminMissingOperationsTitle {
  display: block;
  margin-top: 10px;
}
.integrationErrorDataMissingFromContainer {
  margin-top: 5px;
}
.integrationErrorDataMissingFromContainer input[type="submit"] {
  margin-top: 0;
}
.patientTimeOfDeathSearchContainer {
  margin-top: 5px;
}
.patientTimeOfDeathSearchContainer span {
  float: left;
  margin-top: 2px;
}
.patientTimeOfDeathSearchContainer input {
  float: left;
  margin-left: 5px;
}
/* ------------------------------------------------------------------------------------ *\
   $PATIENT PAGE
\* ------------------------------------------------------------------------------------ */
div.patientPageContainer {
  margin-top: -15px;
}
/*
   $PATIENT INFORMATION
\* ------------------------------------------------------------------------------------ */
div.patientBasicInfo {
  padding-left: 10px;
  padding-right: 0;
  margin-bottom: 0;
}
div.patientBasicInfoColumn {
  min-width: 265px !important;
}
.chartLinkContainer {
  margin-top: 25px;
  margin-left: 3px;
}
.editablePatientIdentificationPanelForm input {
  width: 108px;
}
.editablePatientIdentificationPanelForm select {
  width: 114px;
}
.editablePatientIdFilledLaterTitle {
  display: table;
  vertical-align: top;
}
.editablePatientIdFilledLaterLabel {
  width: 145px;
  display: table;
}
h2.patientInfoTitle {
  height: 42px;
  width: 180px;
}
h2.patientDisclosureTitle {
  height: 42px;
  padding-top: 7px;
  width: 200px;
}
h2.patientPreInfoTitle {
  height: 42px;
  width: 190px;
}
h2.patientGuchTitle {
  height: 42px;
  width: 180px;
}
div.guchSyndromesCheckBoxItem,
div.coaProceduresCheckBoxItem {
  float: left;
}
div.childrenCardiologyArrythmiaSymptomsTitleCell {
  width: 100%;
}
h2.patientPacemakerTitle {
  height: 40px;
  padding-top: 5px;
  width: 210px;
}
.printChildrenPacemakerControlRecord {
  width: 177px;
  clear: both;
  display: table;
  margin-top: 10px;
  border-bottom: 1px solid transparent;
  margin-left: 1px;
}
div.pacemakerhistory {
  position: fixed;
  left: 90px;
  top: 45%;
  z-index: 20;
  min-width: 1000px;
}
table.guchInfoTable {
  width: auto;
  table-layout: fixed;
  margin-top: 5px;
  border-collapse: collapse;
}
table.guchInfoTable td {
  padding-top: 4px;
  padding-bottom: 4px;
}
table.guchInfoTable table.coaTable {
  width: 320px;
}
table.guchInfoTable td .pulmonalCorrectionSidePadding {
  padding-left: 10px;
}
@media screen and (max-width: 1300px) {
  table.guchInfoTable {
    width: 265px;
  }
  table.guchInfoTable div.coaProceduresCheckBoxItem {
    display: inline-block;
    width: 125px;
  }
}
table.guchInfoTable td.guchDiagnosesSyndromeTitle {
  vertical-align: top !important;
}
table.patientInfoTable td {
  vertical-align: middle !important;
  padding-top: 6px;
  padding-bottom: 6px;
}
table.patientInfoTable td.helpColumn {
  width: 25px;
  text-align: left;
  visibility: hidden;
}
div#patientForm {
  display: block;
}
div.patientInfoMissingNotificationContainer {
  clear: both;
  width: 580px;
  padding: 10px;
}
div.invisible {
  display: none;
}
div#disclosureLinkContainer {
  margin: 35px 0 0 2px;
}
input.disclosureSaveButton {
  margin-top: 0;
}
div.saveNewPatient {
  margin-top: 25px;
}
div.saveNewPatient input.operationSaveButton {
  height: 26px;
  margin-top: 1px;
}
div.saveNewPatient .errorFill {
  min-width: 165px;
  padding-right: 10px;
}
form.patientPagePatientForm .errorFill {
  min-width: 165px;
  padding-right: 10px;
}
table.patientInfoTable {
  table-layout: fixed;
  margin-top: 5px;
  border-collapse: collapse;
}
table.patientInfoTable {
  width: 275px;
}
@media screen and (max-width: 1300px) {
  table.patientInfoTable {
    width: 275px;
  }
}
table.patientInformationTable {
  width: 339px;
}
td.patientinfocolumnleft {
  width: 150px;
}
td.patientinfocolumnright {
  width: 140px;
  display: block;
}
td.nameCell {
  word-wrap: break-word;
  -ms-word-break: break-all;
}
div#patientNames {
  max-width: 120px;
}
.childIcon {
  height: 24px;
  display: block;
  padding-left: 27px;
  padding-top: 6px;
}
.geneDescriptionHistory {
  width: 140px;
}
select.guchType {
  max-width: 235px;
}
div#patientGuchInfo {
  margin-left: 25px;
  padding-left: 25px;
  padding-right: 0;
  margin-right: 0;
  width: 370px;
}
@media screen and (max-width: 1400px) {
  div#patientGuchInfo {
    margin-left: 10px;
    padding-left: 10px;
  }
}
div#patientPacemakerInfo {
  padding-left: 10px;
  overflow: hidden;
}
td.pacemakerBox {
  vertical-align: bottom;
}
div.historyContainer {
  margin-top: 5px;
}
div.guchAndPatientColumn {
  display: table;
}
div.patientInfoAndChildrenCardiologyColumn {
  display: inline-block;
  vertical-align: top;
}
tr.childrenCardiologyArrhythmiaContainer div {
  float: left;
}
div.childrenCardiologyArrhythmiaTitleCell {
  width: 165px;
}
@media screen and (max-width: 1300px) {
  div.childrenCardiologyArrhythmiaTitleCell {
    width: 125px;
  }
}
div.childrenCardiologyArrhythmiaContentCell {
  width: 140px;
}
div.childrenCardiologyArrythmiaSymptomsContainer {
  margin-top: 5px;
}
div.childrenCardiologyArrythmiaSymptomsTitleCell {
  padding-left: 10px;
  width: 158px;
}
div.patientPacemakerInfoArea {
  width: 420px !important;
  margin-left: 25px !important;
  padding-left: 15px !important;
}
@media screen and (max-width: 1400px) {
  div.patientPacemakerInfoArea {
    width: 370px !important;
    margin-left: 10px !important;
    padding-left: 0 !important;
  }
}
div.childrenCardiologyInfo {
  display: inline-block;
  padding-left: 25px;
  padding-right: 0;
  margin: -5px 5px 5px;
  padding-top: 5px;
}
@media screen and (max-width: 1400px) {
  div.childrenCardiologyInfo {
    padding-left: 4px;
  }
}
div.guchAorticValveDefectTitleCell {
  float: left;
  width: 100%;
}
div.guchAorticValveDefectContentCell,
div.guchAorticValveDefectContentCell div {
  float: left;
  width: 100%;
}
div.guchVsdLocationTitleCell {
  float: left;
  width: 95px;
}
div.guchVsdLocationContentCell {
  float: left;
  width: 173px;
}
input.patientInputNumber {
  width: 104px;
}
table.patientinfo {
  padding: 5px;
}
td.patientcolumnleft {
  width: 115px;
}
div.patientEditButtonPlacement {
  padding-top: 20px;
  margin-left: 328px;
  clear: both;
}
@media screen and (max-width: 1400px) {
  div.patientEditButtonPlacement {
    margin-left: 308px;
  }
}
div.patientEditButtonPlacement input {
  margin-left: 5px;
  margin-right: 5px;
}
div.patientsubcontent {
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 0;
  padding: 5px;
  margin: 40px 5px 5px;
  min-width: 425px;
}
div.editpatient {
  margin-left: 15px;
}
.patientNameSeparator,
.patientLocationSeparator {
  padding-top: 15px;
}
table.patientInfoTable td.patientFirstNameSeparator {
  padding-bottom: 15px;
}
.guchPatientContainerSeparator {
  padding-top: 20px;
}
.guchPatientContainerSeparator input[type="checkbox"] {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.responsibilityUnitSeparator {
  padding-top: 40px;
}
td.editdate {
  text-align: right;
  padding-top: 5px;
  max-width: 66px;
}
td.helpColumnWidth {
  width: 25px;
}
div.disclosureWindow {
  position: fixed;
  left: 90px;
  top: 45%;
  z-index: 20;
  background-color: #F2F2F2;
  min-width: 1000px;
}
/*
   $PACEMAKER INFORMATION PANEL
\* ------------------------------------------------------------------------------------ */
.pacemakerForm table.patientInfoTable {
  width: 360px;
}
.pacemakerForm td.mriSafeFontSpan span {
  font-weight: normal !important;
}
.pacemakerForm h4 {
  margin-top: 10px;
  text-align: left;
}
.pacemakerForm input {
  width: 145px;
}
.pacemakerForm select {
  min-width: 150px;
}
td.infoFirstColumnWidth {
  width: 165px;
}
.deleteRequested {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 300px;
}
.historyPanel {
  padding-top: 20px;
  float: right;
  position: relative;
}
.historyPanelFixed {
  position: fixed;
  left: 90px;
  top: 150px;
  z-index: 20;
  min-width: 1000px;
  width: 86%;
  height: 500px;
  overflow-x: scroll;
}
.historyPanelFixedClose {
  position: fixed;
  left: 90px;
  top: 650px;
  z-index: 9999999999;
  width: 86%;
  text-align: center;
}
.pacemakerHistoryTitle {
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.historyTable {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
.componentTable {
  width: 1040px;
  border-collapse: collapse;
  text-align: left;
}
.historyTable td,
.historyTable th {
  width: 20%;
}
.historyTable .separator {
  height: 5px;
}
.changeTable {
  width: 1040px;
  border-collapse: collapse;
  text-align: left;
}
.pacemakerheader {
  margin-top: 25px;
}
.deactivatedTable {
  width: 1040px;
  border-collapse: collapse;
  text-align: left;
}
.pamahistoryItemRow {
  clear: both;
}
.pamahistoryItem {
  float: left;
  width: 150px;
}
.pamahistoryItemCell {
  float: left;
  width: 170px;
}
.changeTable td,
.changeTable th {
  width: 50%;
}
.pacemakerheader {
  padding-top: 5px;
  padding-bottom: 5px;
}
.historyContent {
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}
/*
   $PATIENT NEW OPERATION AREA
\* ------------------------------------------------------------------------------------ */
div.newOperationArea h3 {
  margin-bottom: 15px;
}
h2.newOperationTitle {
  height: 35px;
  margin-bottom: 0;
  margin-top: 20px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 0;
}
h2.newOperationTitleLink {
  height: 26px;
  margin-bottom: 0;
  margin-top: 15px;
}
div.patientOperationsBg {
  height: 35px;
  margin-bottom: 0;
}
h4#calculatorsTitle {
  margin-left: 22px;
  margin-top: 15px;
  margin-bottom: 5px;
}
div.newOperationSelect a {
  margin-bottom: 8px;
  margin-top: 3px;
}
div.newOperationSelect {
  padding: 12px 14px;
  overflow: hidden;
}
div.operationTitleGroup {
  margin-top: 20px;
}
div.newOperationSelect a {
  display: block;
  border-bottom: 1px solid transparent;
}
h2.newOperationTitleLink a:link {
  display: block;
  margin-left: 0;
  padding-left: 35px;
  width: 100%;
  height: 30px;
  margin-top: -3px;
  padding-top: 4px;
  box-sizing: border-box;
}
h2.newOperationTitleLink a:visited {
  display: block;
  width: 98%;
  margin-left: -40px;
  padding-left: 35px;
}
h2.newOperationTitleLink a:hover {
  border-bottom: none !important;
}
/*
   $$PATIENT OPERATIONS AREA
\* ------------------------------------------------------------------------------------ */
h2.patientOperations {
  padding: 1px 4px 0 65px;
}
div.operation {
  padding-bottom: 6px;
  padding-top: 6px;
  display: table;
  width: 100%;
}
div.operations a:link,
div.operations a:visited {
  border-bottom: 1px solid transparent;
}
div.operationDataContainer div.patientInfoPanel,
div.operationDataContainer div.childrenInfoPanel {
  float: left;
  width: 50%;
}
div.operation h3 {
  margin-bottom: 15px;
}
div.separator {
  height: 25px;
  margin-bottom: 25px;
}
a.expand {
  padding-left: 22px;
}
a.expand:hover {
  background-position: 2px 4px;
}
a.collapse {
  padding-left: 22px;
}
a.operationLinkOpen {
  display: block;
  height: 33px;
  padding-top: 5px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
a.operationLinkOpen span.operationInfoLabelMain,
a.operationLinkOpen span.calculatorInfoLabelMain {
  padding-left: 30px;
}
a.operationLinkOpen span.operationInfoLabelMain:hover {
  background-position: 0 1px;
}
a.operationLinkOpen span {
  margin-left: 10px;
  width: auto !important;
}
a.operationLinkOpen span.operationInfoLabelState {
  margin-left: 40px;
}
a.operationLinkOpen span.operationInfoLabelPerformer {
  margin-left: 25px;
}
span.operationInfoLabelMain {
  width: 265px;
  float: left;
}
span.operationInfoLabelSecondary {
  float: left;
  width: 190px;
}
span.operationInfoLabelPerformer {
  width: 150px;
  float: left;
}
span.operationInfoLabelState {
  margin-left: 20px;
  display: -ms-grid;
}
span.calculatorInfoLabelMain {
  width: 110px;
  float: left;
}
span.calculatorResultLabel {
  float: left;
  width: 80px;
  text-align: right;
}
span.calculatorDateLabel {
  width: 185px;
  float: left;
  margin-left: 120px;
}
a.operationLinkOpen:hover {
  border-bottom: 1px solid transparent !important;
}
.operation div.patientsubcontent {
  float: none;
}
/* ------------------------------------------------------------------------------------ *\
   $OPERATION PANEL
\* ------------------------------------------------------------------------------------ */
span.shownWithChoice {
  padding: 10px;
}
span.attentiontext {
  color: #ff6f00;
  background: #ffefec;
  padding: 5px;
  border-radius: 6px;
  box-sizing: border-box;
}
textarea.textareaLarge {
  width: 870px;
  height: 300px;
}
div.confirm {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 257px;
  clear: both;
  width: 250px;
}
.confirm .text {
  display: block;
  text-align: center;
}
.confirm .buttonContainer {
  margin: auto;
  width: 100px;
}
div.confirm input {
  margin-left: 5px;
  margin-right: 38px;
  margin-bottom: 0;
}
div.showpatient {
  width: 360px;
  margin-bottom: 40px;
}
div.showpatient div.mainnavi {
  top: -39px;
}
div.operations {
  margin-top: 10px;
}
div.operation a.closeButton {
  background-position: 2px 3px;
}
div.operation a.closeButton:hover {
  background-position: 2px 2px !important;
}
table.operationtable tr {
  padding-top: 5px;
  padding-bottom: 5px;
}
form.operationEditForm {
  padding-top: 15px;
}
form.operationEditForm h3 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
form.operationEditForm label {
  width: 200px;
}
form.operationEditForm span.valueSeriesCheckBoxMultipleChoice {
  margin-left: -4px;
  display: inline-block;
}
form.operationEditForm span.valueSeriesRadioChoice {
  margin-left: -5px;
  display: inline-block;
}
form.operationEditForm span.sameCellRadioChoice {
  margin-left: 0 !important;
  display: inline-block;
}
div.doneByAnotherDepartmentContainer,
div.savedFromSalikardioNotification {
  width: 1065px;
  padding: 10px 10px 10px 0;
}
div.salikardioCheckPatientInfoNotification {
  padding-left: 10px;
}
div.includedInPublicPrivatePartnershipBilling {
  padding-top: 8px;
  padding-bottom: 8px;
  color: green;
}
div.includedInPublicPrivatePartnershipBilling.operationInfo {
  padding-top: 0;
  padding-bottom: 13px;
}
div.includedInPublicPrivatePartnershipBilling div:last-of-type {
  padding-bottom: 5px;
  padding-top: 5px;
}
.municipalityInPppContainer {
  color: green;
}
span.multiSelectHint {
  float: left;
  width: 100%;
  display: inline-block;
  margin-top: 0;
}
span.belowComplications {
  margin-top: -40px;
}
a.operationInfoLink {
  display: table-cell;
  width: 100%;
  padding-bottom: 2px;
  padding-top: 2px;
}
div.unfinishedPacemakerNotification {
  width: 180px;
  margin-top: 10px;
}
div.newoperationsubsection {
  float: left;
  margin-bottom: 20px;
}
div.newoperationsubsection a.expand {
  background: url("../img/expand.svg") no-repeat 2px 0;
  background-size: 15px;
}
div.calculators {
  margin-bottom: 0;
}
div.newoperationsubsection span {
  display: block;
}
div.newoperationgroup {
  float: left;
  width: 200px;
}
div.newoperationgroup span {
  clear: both;
}
div.suboperationsArea {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.suboperationsArea div.suboperation {
  margin-bottom: 5px;
  padding-top: 7px;
}
div.suboperationsArea div.suboperation h4.suboperationTitle {
  height: 27px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-top: 5px;
  border-radius: 6px;
}
div.subOperationTypeForm {
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 8px;
}
div.subOperationTypeForm button.operationActionButton,
div.subOperationTypeForm button.deleteButton {
  margin-bottom: 2px;
}
a.viewIntegrationDataLink {
  display: block;
  margin-bottom: 15px;
  padding-top: 3px;
}
div.integrationDataContainer {
  padding-left: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-radius: 12px;
}
h2.integrationDataUpperMostTitle {
  padding-top: 7px;
}
table.integrationDataTable {
  width: 100%;
  border-collapse: collapse;
}
table.integrationDataTable td {
  padding-top: 6px;
  padding-bottom: 6px;
}
table.integrationDataTable h2 {
  padding-top: 8px;
}
td.integrationDataCell {
  width: 250px;
}
td.integrationDataCell {
  width: 250px;
}
.calculatorInfoDifferenceTitle {
  margin-bottom: 10px;
}
.toBottomAnchor {
  width: 1px;
  height: 1px;
}
.toTopAnchor {
  width: 1px;
  height: 1px;
}
.anchorLink {
  float: right;
  height: 30px;
  width: 35px;
}
.anchorLinkToBottom {
  margin-top: 5px;
}
.anchorLinkToTop {
  padding-top: 14px;
}
.anchorLinkToTopAddMode {
  margin-top: -15px;
}
.anchorLinkToTopEditMode {
  margin-top: -10px;
}
table.operationtable {
  border-collapse: collapse;
}
table.operationtable td {
  vertical-align: top;
  padding-right: 10px;
  padding-bottom: 13px;
}
table.operationtable td.leftside {
  width: 150px;
}
table.operationtable td.bold a.help,
table.operationtable td.bold span.help {
  padding-top: 0 !important;
}
table.operationtable span.hinttext {
  cursor: default;
}
table.operationTable100Width {
  width: 100%;
}
td.operationTable100WidthTitleCell {
  padding-right: 0 !important;
}
table.operationtable td.bold,
table.operationTable td.bold,
table#euroscoreContainer td.bold {
  padding-top: 4px;
}
div.fluoroscopyContainer span.hinttext,
table.mortcalctable span.hinttext {
  cursor: default;
}
table.mortcalctable span.euroscoreResultTitle {
  padding-top: 7px;
  display: inline-block;
}
tr.operationtableDense {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
tr.operationtableDense td {
  vertical-align: top;
  padding-right: 10px !important;
  padding-bottom: 0 !important;
}
.operationActionButton {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 5px;
}
.operationDeleteButton {
  margin-left: 30px;
}
input.operationSaveButton,
input.operationCancelButton {
  width: 81px;
  border: 1px solid transparent;
}
input.operationSaveUnfinishedButton {
  width: 106px;
  border: 1px solid transparent !important;
}
input.operationSaveCustomWideButton {
  width: 180px;
}
input.operationSaveButton:hover,
input.operationCancelButton:hover,
input.operationSaveUnfinishedButton:hover,
input.operationSaveCustomWideButton:hover {
  border: 1px solid transparent !important;
  background-color: transparent !important;
}
.operationDeleteConfirm {
  margin-left: 10px;
}
div.cancelConfirmationContainer {
  position: absolute;
  width: 320px;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  margin-top: -50px;
  margin-left: 200px;
}
div.cancelConfirmationContainer span {
  display: block;
  width: 100%;
}
div.patientInfoDifference {
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0 !important;
}
div.patientInfoDifference div {
  clear: both;
  padding-top: 2px;
  padding-bottom: 2px;
}
.hiddenWhenNullTitle {
  display: block;
  float: left;
  width: 200px;
}
.inputError {
  position: absolute;
  margin: -76px 0 0 0;
  z-index: 9;
}
.errorTriangle {
  width: 100%;
  height: 10px;
}
.invalidchoice {
  float: left;
}
table.laboratoryResultTable {
  border-collapse: collapse;
}
table.laboratoryResultTable th {
  padding: 2px;
  vertical-align: top;
}
table.laboratoryResultTable td {
  padding: 2px;
}
select.longDiagnosisField {
  max-width: 855px;
}
div.olddata {
  padding: 10px;
  margin: 10px 10px 35px;
  width: 100%;
}
table.performerSelectTable {
  text-align: left;
  padding-bottom: 5px;
}
table.performerSelectTable td {
  margin: 0;
}
table.performerSelectTable span {
  margin-top: 3px;
  margin-right: 5px;
}
table.performerSelectTable span.performerRoleLabel {
  margin-left: 15px;
}
td.performerRemovalButton {
  width: 25px;
  padding-top: 3px !important;
}
a.performerRemovalButton {
  height: 22px;
  width: 21px;
  display: block;
  padding-left: 5px !important;
  border-radius: 6px;
}
a.performerRemovalButton:hover {
  height: 23px;
}
.diagnosisRow {
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.showAllDiagnoses {
  margin-top: 5px;
}
.notaBeneContainer {
  float: right;
  margin-top: -12px;
  margin-right: 30px;
  padding: 7px 10px 7px;
}
.notaBeneContainer input[type="checkbox"] {
  margin-top: 2px;
  vertical-align: top;
}
.deleteConfirmationContainer {
  display: block;
}
div#addPerformerHints {
  height: 45px;
}
span.performerTitleCell {
  float: left;
  display: table;
  width: 70px;
}
button.addPerformerButton {
  margin-top: -15px;
}
.manualPerformerAddHelp {
  display: block;
  margin-bottom: 5px;
}
td.performerRemovalButton a:hover {
  text-decoration: none !important;
  border: none !important;
  cursor: pointer;
}
td.performerRemovalButton a:hover img {
  border: none !important;
  text-decoration: none !important;
}
.textareaPrintFriendlyContent {
  display: none;
}
/*
   $MANUAL NOMESCO INPUT
\* ------------------------------------------------------------------------------------ */
.autoCompleteField {
  width: 500px;
  margin-right: 10px;
}
.autoCompleteSuggestionList {
  position: absolute;
  display: block;
  padding: 2px;
  left: 80px;
  right: 80px;
  clear: both;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.autoCompleteSuggestionListItem {
  padding: 4px 6px;
}
.manualNomescoInputContainer {
  display: table;
  width: 100%;
  clear: both;
  margin-bottom: 25px;
}
.nomescoAutoCompleteFieldTitle {
  margin-right: 37px;
}
.manualNomescoInputContainer h3 {
  margin-top: 15px;
  margin-bottom: 15px !important;
}
.manualNomescoInputContainer h3.subTitle {
  border-bottom: none !important;
}
.addNomescoCodeButton {
  margin-right: 15px;
}
.manualNomescoAutoCompleteContainer {
  width: 100%;
  clear: both;
}
.manualNomescoAutoCompleteContainer a.help {
  vertical-align: top;
}
.manualNomescoListContainer {
  width: 100%;
  clear: both;
  margin-top: 15px;
  padding-top: 5px;
}
.manualNomescoListTableContainer {
  float: left;
  width: 700px;
  margin-left: 21px;
}
.manualNomescoListTable {
  width: 625px;
  display: table;
  float: left;
}
.manualNomescoListTableCell {
  padding-top: 4px;
  padding-bottom: 4px;
  float: left;
  width: 577px;
}
.nomescoRemovalButtonCell {
  float: left;
  margin-left: 16px;
  height: 24px;
}
.nomescoRemovalButtonCell a {
  height: 24px;
  width: 2px;
  display: inline-block;
  border-radius: 6px;
}
.nomescoRemovalButtonCell a:hover {
  border-color: transparent !important;
}
/*
   $MERGE CONFLICTS
\* ------------------------------------------------------------------------------------ */
#mergeConflictsContainer {
  margin-top: 10px;
}
.conflictingField.multivalue {
  display: table;
}
.mergedField.multivalue {
  display: table;
}
#mergeConflictsHeaderArea {
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#mergeConflictsHeaderArea h3 {
  border-bottom: none;
  display: inline;
  padding-bottom: 10px;
}
.mergeConflictsHeader {
  display: table;
  margin-bottom: 5px;
}
#mergeConflictsHeaderArea a.help,
#mergedFieldsHeaderArea a.help {
  display: inline;
}
#mergedFieldsTableArea {
  margin-top: 20px;
}
#mergedFieldsTableArea h3 {
  border-bottom: none;
  display: inline;
  padding-bottom: 10px;
}
#mergeConflictsTableArea > table,
#mergedFieldsTableArea > table {
  border-collapse: collapse;
  width: 100%;
}
#mergeConflictsTableArea > table > tbody > tr,
#mergedFieldsTableArea > table > tbody > tr {
  border-width: 1px 0;
}
#mergeConflictsTableArea > table > tbody > tr:first-child,
#mergedFieldsTableArea > table > tbody > tr:first-child {
  border-top: none;
}
#mergeConflictsTableArea > table > tbody > tr:last-child,
#mergedFieldsTableArea > table > tbody > tr:last-child {
  border-bottom: none;
}
#mergeConflictsTableArea > table > tbody > tr > th:nth-child(1) {
  text-align: left;
  width: 20%;
}
#mergeConflictsTableArea > table > tbody > tr > th:nth-child(2) {
  text-align: left;
  width: 40%;
  padding-left: 10px;
}
#mergeConflictsTableArea > table > tbody > tr > th:nth-child(3) {
  text-align: left;
  width: 40%;
  padding-left: 10px;
}
#mergedFieldsTableArea > table > tbody > tr > th:nth-child(1) {
  text-align: left;
  width: 20%;
}
#mergedFieldsTableArea > table > tbody > tr > th:nth-child(2) {
  text-align: left;
  width: 80%;
  padding-left: 10px;
}
#mergedFieldsTableArea > table > tbody > tr > td:nth-child(2) {
  text-align: left;
  padding-left: 10px;
}
#mergeConflictsTableArea > table > tbody > tr > td:nth-child(2),
#mergeConflictsTableArea > table > tbody > tr > td:nth-child(3) {
  text-align: left;
  padding-left: 10px;
}
#mergedFieldsHeaderArea {
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.mergedFieldsHeader {
  display: table;
  margin-bottom: 5px;
}
.confirmOverwrite {
  margin-bottom: 10px;
  margin-top: 30px;
}
.confirmOverwrite label {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
.confirmOverwrite h3 {
  border-bottom: none !important;
}
#mergeConflictsNavigator {
  display: none;
  padding: 5px;
  position: absolute;
}
#mergeConflictsNavigator span.title {
  margin-right: 10px;
  display: block;
  padding-top: 2px;
  padding-bottom: 6px;
}
#mergeConflictsNavigator span > a {
  margin-left: -5px;
  padding-left: 5px;
  display: block;
}
#mergeConflictsNavigator span > a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
#mergeConflictsNavigator .previousMergeConflict,
#mergeConflictsNavigator .nextMergeConflict {
  display: block;
  float: left;
  width: 17px;
  padding-left: 5px;
  margin-right: 4px;
}
#mergeConflictsNavigator .allMergeConflicts {
  display: block;
  float: left;
  width: 46px;
  padding-left: 7px;
  margin-left: 10px;
}
.spacer {
  margin-bottom: 10px;
  margin-top: 45px;
}
/*
   $MORTALITY CALCULATORS
\* ------------------------------------------------------------------------------------ */
h3.calculatorTitle {
  margin-left: 5px;
  display: block !important;
  margin-top: 7px;
}
div#previousCalculatorArea {
  height: 70px;
  width: 100%;
  display: block;
}
form.calculatorForm {
  width: 100%;
  display: block;
}
table#euroscoreContainer {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 20px;
}
table#euroscoreContainer span.attentiontext {
  border: 1px solid #fbe3c8;
  margin: 5px 0 10px 7px;
  width: 99%;
}
table#euroscoreContainer span.previousCalculatorsHelp {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
}
table#thoracoscoreContainer {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 5px;
}
table#thoracoscoreContainer span.attentiontext {
  border: 1px solid #fbe3c8;
  margin: 5px 0 10px 7px;
  width: 99%;
}
table#thoracoscoreContainer span.previousCalculatorsHelp {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
}
table.mortcalctable,
table.mortcalctable tr,
table.mortcalctable td {
  padding-bottom: 13px;
}
table#euroscoreContainer h3,
table#thoracoscoreContainer h3 {
  display: inline;
  border: none;
}
td.thoracoscoreCell {
  width: 200px;
}
div#leftBox {
  padding: 0 5px 5px;
}
td#renalImpairmentCell {
  width: 300px;
}
div#rightBox {
  height: 125px;
  width: 400px;
}
div.container_form {
  width: 100%;
  margin-bottom: 0 !important;
}
.container_form li {
  list-style: none;
  margin: 0 0 5px 0;
}
.container_form label {
  float: left;
  width: 250px;
}
input.result {
  background: transparent;
  border-style: none;
}
.hide {
  display: none;
}
td.indent {
  padding-left: 20px;
}
div#euroscoreErrors {
  display: table;
  width: 100%;
}
/* ------------------------------------------------------------------------------------ *\
   $ANIMATIONS
\* ------------------------------------------------------------------------------------ */
/** slideDown */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.2s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.2s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
/** slideUp */
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(540px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(540px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(540px);
  }
  100% {
    transform: translateY(0);
  }
}
/** slideLeft */
.slideLeft {
  -moz-animation-name: slideLeft;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.2s;
  -webkit-animation-name: slideLeft;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-name: slideLeft;
  animation-iteration-count: 1;
  animation-duration: 0.2s;
}
@-moz-keyframes slideLeft {
  0% {
    -moz-transform: translateX(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
/** slideRight */
.slideRight {
  -moz-animation-name: slideRight;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.2s;
  -webkit-animation-name: slideRight;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-name: slideRight;
  animation-iteration-count: 1;
  animation-duration: 0.2s;
}
@-moz-keyframes slideRight {
  0% {
    -moz-transform: translateX(40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateY(0);
  }
}
/** slideRightLight */
.slideRightLight {
  -moz-animation-name: slideRightLight;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.2s;
  -webkit-animation-name: slideRightLight;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-name: slideRightLight;
  animation-iteration-count: 1;
  animation-duration: 0.2s;
}
@-moz-keyframes slideRightLight {
  0% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideRightLight {
  0% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideRightLight {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/** fadeIn */
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  animation-duration: 0.15s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInModalDimmer {
  opacity: 0;
  -webkit-animation: fadeInModalDimmer ease-in 1;
  -moz-animation: fadeInModalDimmer ease-in 1;
  animation: fadeInModalDimmer ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
@-webkit-keyframes fadeInModalDimmer {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.27;
  }
}
@-moz-keyframes fadeInModalDimmer {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.27;
  }
}
@keyframes fadeInModalDimmer {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.27;
  }
}
.fadeOutModalDimmer {
  opacity: 0.27;
  -webkit-animation: fadeOutModalDimmer ease-in 1;
  -moz-animation: fadeOutModalDimmer ease-in 1;
  animation: fadeOutModalDimmer ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
@-webkit-keyframes fadeOutModalDimmer {
  from {
    opacity: 0.27;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOutModalDimmer {
  from {
    opacity: 0.27;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutModalDimmer {
  from {
    opacity: 0.27;
  }
  to {
    opacity: 0;
  }
}
/** fadeOut */
.fadeOut {
  opacity: 1;
  -webkit-animation: fadeOut ease-in 1;
  -moz-animation: fadeOut ease-in 1;
  animation: fadeOut ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  animation-duration: 0.15s;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/** shake */
.shake {
  -webkit-animation: shake 0.1s ease-in-out 0.1s 2;
  -moz-animation: shake 0.1s ease-in-out 0.1s 2;
  animation: shake 0.1s ease-in-out 0.1s 2;
}
@-webkit-keyframes shake {
  from {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-5deg);
  }
}
@-moz-keyframes shake {
  from {
    -moz-transform: rotate(5deg);
  }
  to {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-5deg);
  }
}
@keyframes shake {
  from {
    transform: rotate(5deg);
  }
  to {
    transform-origin: center center;
    transform: rotate(-5deg);
  }
}
/** highlight */
.highlight {
  -webkit-animation: highlight 1s ease-in-out 1s 2;
  -moz-animation: highlight 1s ease-in-out 1s 2;
  animation: highlight 1s ease-in-out 1s 2;
}
@keyframes highlight {
  0% {
    background-color: red;
  }
  100% {
    background-color: transparent;
  }
}
#highlight:target {
  animation: highlight 1s;
}
/** roll */
.roll {
  -webkit-animation: spin 1s normal linear;
  -moz-animation: spin 1s normal linear;
  animation: spin 1s normal linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/** loading indicator **/
.loadingDataContainer {
  padding-left: 35px;
  padding-top: 10px;
  font-size: 20px;
  color: #d51030;
}
.spinnerHolder {
  position: relative;
  z-index: 99999;
  width: 50px;
  height: 50px;
  margin-left: 45px;
  margin-top: 45px;
  background-color: transparent;
}
.spinnerPreloader {
  width: 70px;
  height: 70px;
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  animation: rotatePreloader 2.4s infinite ease-in;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
@keyframes rotatePreloader {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}
.spinnerPreloader div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.spinnerPreloader div:before {
  /* =================== color */
  background-color: #d51030;
  box-shadow: 0 0 5px #a60c25;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10%;
  height: 10%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.spinnerPreloader div:nth-child(1) {
  transform: rotateZ(0deg);
  animation: rotateCircle1 2.4s infinite linear;
  z-index: 9;
}
@keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
    transform: rotateZ(36deg);
  }
  7% {
    transform: rotateZ(0deg);
  }
  57% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinnerPreloader div:nth-child(2) {
  transform: rotateZ(36deg);
  animation: rotateCircle2 2.4s infinite linear;
  z-index: 8;
}
@keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }
  5.0001% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  12% {
    transform: rotateZ(-36deg);
  }
  62% {
    transform: rotateZ(-36deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinnerPreloader div:nth-child(3) {
  transform: rotateZ(72deg);
  animation: rotateCircle3 2.4s infinite linear;
  z-index: 7;
}
@keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }
  10.0002% {
    opacity: 1;
    transform: rotateZ(-36deg);
  }
  17% {
    transform: rotateZ(-72deg);
  }
  67% {
    transform: rotateZ(-72deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinnerPreloader div:nth-child(4) {
  transform: rotateZ(108deg);
  animation: rotateCircle4 2.4s infinite linear;
  z-index: 6;
}
@keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }
  15.0003% {
    opacity: 1;
    transform: rotateZ(-72deg);
  }
  22% {
    transform: rotateZ(-108deg);
  }
  72% {
    transform: rotateZ(-108deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinnerPreloader div:nth-child(5) {
  transform: rotateZ(144deg);
  animation: rotateCircle5 2.4s infinite linear;
  z-index: 5;
}
@keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }
  20.0004% {
    opacity: 1;
    transform: rotateZ(-108deg);
  }
  27% {
    transform: rotateZ(-144deg);
  }
  77% {
    transform: rotateZ(-144deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinnerPreloader div:nth-child(6) {
  transform: rotateZ(180deg);
  animation: rotateCircle6 2.4s infinite linear;
  z-index: 4;
}
@keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }
  25.0005% {
    opacity: 1;
    transform: rotateZ(-144deg);
  }
  32% {
    transform: rotateZ(-180deg);
  }
  82% {
    transform: rotateZ(-180deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinnerPreloader div:nth-child(7) {
  transform: rotateZ(216deg);
  animation: rotateCircle7 2.4s infinite linear;
  z-index: 3;
}
@keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }
  30.0006% {
    opacity: 1;
    transform: rotateZ(-180deg);
  }
  37% {
    transform: rotateZ(-216deg);
  }
  87% {
    transform: rotateZ(-216deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinnerPreloader div:nth-child(8) {
  transform: rotateZ(252deg);
  animation: rotateCircle8 2.4s infinite linear;
  z-index: 2;
}
@keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }
  35.0007% {
    opacity: 1;
    transform: rotateZ(-216deg);
  }
  42% {
    transform: rotateZ(-252deg);
  }
  92% {
    transform: rotateZ(-252deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.spinnerPreloader div:nth-child(9) {
  transform: rotateZ(288deg);
  animation: rotateCircle9 2.4s infinite linear;
  z-index: 1;
}
@keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }
  40.0008% {
    opacity: 1;
    transform: rotateZ(-252deg);
  }
  47% {
    transform: rotateZ(-288deg);
  }
  97% {
    transform: rotateZ(-288deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------ *\
   $HTML COMMON ELEMENT DEFAULTS
\* ------------------------------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5 {
  color: #d83633;
}
input[type="text"],
input[type="password"],
select,
input {
  color: #232323;
  border: 1px solid #bdbdbd;
  font-weight: normal;
}
input[type="text"]:focus,
input[type="password"]:focus,
input:focus,
textarea:focus {
  border: 1px solid #dc4b48;
  color: #d83633;
  box-shadow: 1px 1px 7px #eeb2b1;
  outline: none !important;
  background-color: #ffffff;
}
input[type="text"],
input[type="password"],
select {
  outline: none !important;
}
select:hover,
input:hover,
textarea:hover {
  border-color: #d83633;
}
.submitButton {
  background: #b32222;
  color: #ffffff;
  border-radius: 5px;
}
.submitButtonHover {
  background: #9e1e1e;
  color: #e6e6e6;
}
.submitButton:hover,
.submitButton:active,
.submitButton:focus {
  background: #9e1e1e;
  color: #e6e6e6;
}
.editButton {
  background: #eaeaea url("../img/icon-editButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
}
.editButton:hover {
  background: #dddddd url("../img/icon-editButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
}
.editPatientInfoButton {
  background: #eaeaea url("../img/icon-editPatientInfoButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
}
.editPatientInfoButton:hover {
  background: #dddddd url("../img/icon-editPatientInfoButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
}
.deleteButton {
  background: #eaeaea url("../img/icon-deleteButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
}
.deleteButton:hover {
  background: #dddddd url("../img/icon-deleteButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
}
.cancelButton {
  background: #eaeaea url("../img/icon-cancelButton.svg") no-repeat 5px 4px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
}
.cancelButton:hover {
  background: #dddddd url("../img/icon-cancelButton.svg") no-repeat 5px 4px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
}
.saveButton {
  background: #b32222 url("../img/icon-saveButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
}
.saveButton:hover {
  background: #991d1d url("../img/icon-saveButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
}
.saveButtonHover {
  background: #991d1d url("../img/icon-saveButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
}
.addButton {
  background: #eaeaea url("../img/icon-addButton.svg") no-repeat 8px 6px !important;
  background-size: 12px !important;
  padding-left: 26px !important;
}
.addButton:hover {
  background: #dddddd url("../img/icon-addButton.svg") no-repeat 8px 6px !important;
  background-size: 12px !important;
  padding-left: 26px !important;
}
.addButtonHover {
  background: #dddddd url("../img/icon-addButton.svg") no-repeat 8px 6px !important;
  background-size: 12px !important;
  padding-left: 26px !important;
}
.closeButton {
  background: #eaeaea url("../img/icon-hide.svg") no-repeat 4px 2px !important;
  background-size: 20px !important;
  padding-left: 26px !important;
}
.closeButtonHover {
  background: #dddddd url("../img/icon-hide.svg") no-repeat 4px 2px !important;
  background-size: 20px !important;
  padding-left: 26px !important;
}
.closeButton:hover {
  background: #dddddd url("../img/icon-hide.svg") no-repeat 4px 2px !important;
  background-size: 20px !important;
  padding-left: 26px !important;
}
.goButton {
  background: #b32222 url("../img/icon-goButton.svg") no-repeat 4px 2px !important;
  background-size: 20px !important;
  padding-left: 20px !important;
}
.goButtonHover {
  background: #991d1d url("../img/icon-goButton.svg") no-repeat 4px 2px !important;
  background-size: 20px !important;
  padding-left: 20px !important;
}
.goToPatientButton {
  padding-left: 24px !important;
  width: 63px !important;
}
.printButton {
  background: #eaeaea url("../img/icon-print.svg") no-repeat 7px 1px !important;
  background-size: 20px !important;
  padding-left: 30px !important;
}
.printButton:hover {
  background: #dddddd url("../img/icon-print.svg") no-repeat 7px 1px !important;
  background-size: 20px !important;
  padding-left: 30px !important;
}
.listButton {
  background: #eaeaea url("../img/icon-list.svg") 5px 4px no-repeat !important;
  background-size: 15px !important;
  padding-left: 23px !important;
}
.listButtonHover {
  background: #dddddd url("../img/icon-list.svg") 5px 4px no-repeat !important;
  background-size: 15px !important;
  padding-left: 23px !important;
}
.listButton:hover {
  background: #dddddd url("../img/icon-list.svg") 5px 4px no-repeat !important;
  background-size: 15px !important;
  padding-left: 23px !important;
}
.normalButton {
  background: none repeat scroll 0 0 #eaeaea;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cacaca;
  color: #d83633;
  text-decoration: none;
}
.normalButtonHover {
  background-color: #dbdbdb;
  color: #d60602 !important;
  outline: none !important;
}
input[type="submit"] {
  background: #b32222;
  color: #ffffff;
  border-radius: 5px;
}
input[type="submit"]:active,
input[type="submit"]:focus {
  outline: none !important;
  color: #cccccc;
}
button,
input[type="button"] {
  background: none repeat scroll 0 0 #eaeaea;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cacaca;
  color: #d83633;
  text-decoration: none;
}
button:hover,
button:focus,
button:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus {
  background-color: #dbdbdb;
  color: #d60602 !important;
  outline: none !important;
}
.submitToButton {
  background: none repeat scroll 0 0 #eaeaea;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cacaca;
  color: #d83633;
  text-decoration: none;
}
.submitToButtonHover {
  background-color: #dbdbdb;
  color: #d60602 !important;
  outline: none !important;
}
a,
a:visited {
  color: #d83633;
  font-family: 'Roboto 400', sans-serif, Verdana, Arial, Tahoma, sans-serif;
  text-decoration: none;
  outline: none !important;
}
a:hover {
  border-bottom: 1px solid #d83633;
}
th {
  color: #d83633;
}
input[type="radio"] {
  font-weight: normal;
  border-style: none;
  box-shadow: none !important;
}
input[type="checkbox"] {
  border-style: none;
  color: #232323;
  font-weight: normal;
  box-shadow: none !important;
}
select {
  font-weight: normal;
  background-color: #ffffff;
}
select[disabled="disabled"] {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
}
select:focus {
  border: 1px solid #dc4b48;
  box-shadow: 1px 1px 5px #eeb2b1;
}
textarea {
  border: 1px solid #bdbdbd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
}
input[disabled="disabled"] {
  color: #333333;
  font-weight: normal;
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
}
input[readonly],
input[readonly]:focus,
input[readonly]:hover,
input[readonly]:active {
  color: #333333;
  font-weight: normal;
  background-color: #EEEEEE !important;
  border: 1px solid #EEEEEE !important;
  box-shadow: none !important;
}
input[type=checkbox][disabled="disabled"],
input[type=radio][disabled="disabled"] {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
textarea[disabled="disabled"] {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
}
/* IE fix */
input[type=radio] + label {
  color: #333333;
}
input[type=checkbox]:hover + label,
input[type=radio]:hover + label {
  color: #d83633;
}
input[type=checkbox][disabled="disabled"]:hover + label,
input[type=radio][disabled="disabled"]:hover + label {
  color: #333333;
}
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  text-decoration: underline;
}
/* ------------------------------------------------------------------------------------ *\
   $COMMON CLASSES
\* ------------------------------------------------------------------------------------ */
span.red {
  color: #d83633;
}
.customError {
  color: #ff0000;
}
.customErrorContainer {
  background: #ffd8d8;
  border: 1px solid #ffd1d1;
}
.help {
  color: #008000 !important;
  font-weight: normal !important;
}
.help:hover {
  cursor: pointer !important;
  color: #00a900 !important;
}
a.help,
span.help {
  background: url("../img/icon-help.svg") no-repeat 1px 1px;
  background-size: 16px;
  user-select: none;
  padding-left: 20px;
  min-width: 17px;
  min-height: 17px;
  display: inline-block;
  padding-top: 1px;
  border-bottom: none !important;
}
a.help:hover,
span.help:hover {
  background: url("../img/icon-help-hover.svg") no-repeat 1px 1px;
  background-size: 16px;
}
a.titleHelp {
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: -2px;
}
.helpBody {
  background: #f3f3f3;
}
span.green {
  color: #008000;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
span.greenFontNormal {
  color: #008000;
  font-weight: normal !important;
}
.colorGreen {
  color: #008000;
}
span.educationProfileHelp {
  color: #008000;
  font-size: 16px;
}
.important {
  color: #3067a5;
}
table.list th {
  background-color: #ececec;
}
table.list tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table.list td {
  border-bottom: 1px solid #e8e8e8;
}
table.list tr:hover {
  background-color: #ffedef;
}
span.hinttext {
  color: #878787;
  font-weight: normal;
}
span.hinttextUnder {
  color: #525253;
}
span.patientinfohinttext {
  color: #6F6F6F;
  font-weight: normal;
  font-size: 90%;
}
span.timestampHint {
  display: inline-block;
  margin-top: 5px;
}
td.patientInfoRowWithHint {
  vertical-align: top !important;
}
input.inputToLabel,
input.inputToLabel[disabled='disabled'] {
  background: #ffffff;
}
tr.tableRowHover:hover {
  background-color: #FFEAEC;
}
.cursorDefault {
  cursor: default;
}
/* ------------------------------------------------------------------------------------ *\
   $BASE LAYOUT
\* ------------------------------------------------------------------------------------ */
body {
  background: url('../img/bg-bottom2.png') #f5f5f5;
}
div.bg {
  background: url('../img/bg.png') repeat-x;
}
div.extraLoadingIndicator {
  color: #008000;
  font-size: 18px;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.extraLoadingIndicator .spinner {
  left: 40px !important;
}
.toTopHoverLink {
  background: url("../img/icon-toTop.svg") no-repeat scroll 0 0 transparent;
  background-size: 30px;
  cursor: pointer;
  display: none;
}
table.palette td.header {
  background-color: transparent !important;
  border: none !important;
  font-family: Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
}
table.palette td.buttons button {
  background-color: #ffffff !important;
}
table.palette td.buttons button:hover {
  background-color: #808080 !important;
}
button.add div {
  background: url("../img/arrow-right.png") no-repeat scroll center center !important;
}
button.remove div {
  background: url("../img/arrow-left.png") no-repeat scroll center center !important;
}
div.content {
  background-color: #ffffff;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
div.copyright p {
  font-size: 13px;
  color: #9198a7;
  padding-bottom: 4px;
}
div.copyright a {
  color: #6E6E6E;
  font-size: 12px;
}
div.copyright a:hover {
  color: #5E5E5E;
}
/*
   $DATEPICKER
\* ------------------------------------------------------------------------------------ */
div.ui-datepicker {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  border: 1px solid #e0e0e0;
  border-top-left-radius: 0;
  padding: 0;
}
.ui-datepicker .ui-datepicker-header {
  background: #b32222;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-datepicker th {
  cursor: default;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year,
.ui-datepicker select.ui-datepicker-month:active,
.ui-datepicker select.ui-datepicker-year:active {
  background: #b95857;
  color: #ffffff;
  border: 1px solid #d83633;
  box-shadow: none;
}
.ui-datepicker-week-col {
  background: #efefef;
}
.ui-datepicker-calendar td a,
.ui-state-default,
.ui-widget-content .ui-state-default {
  font-size: 14px;
  color: #3067a5;
  background: #f2fbff !important;
}
.ui-datepicker td a.ui-state-hover {
  border-color: #1e7dc9;
}
.ui-datepicker-current-day a {
  border: 1px solid #d83633 !important;
  color: #d83633 !important;
  background: #ffffff !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border-color: #ffc200;
  color: #3067a5 !important;
}
/*
   $HEADER
\* ------------------------------------------------------------------------------------ */
div.header {
  background: url("../img/logo.svg") no-repeat 85px 6px;
  background-size: 300px;
}
div.currentuser {
  background: transparent;
}
span#currentUser,
span#currentUserDepartment {
  font-weight: normal;
  color: #ffffff;
  font-size: 14px;
  text-shadow: 0 1px #bbbbbb;
}
a.logout {
  background: url("../img/icon-logout.svg") no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
  color: #E6DBDA !important;
}
a.logout:hover {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
}
a.logout:visited {
  color: #DEC4C4;
}
span#currentUser a:link,
span#currentUser a:visited,
span#currentUser a:active {
  color: #CCCCCC;
}
span#currentUser a:hover {
  color: #808080;
}
/*
   $NAVIGATION BAR
\* ------------------------------------------------------------------------------------ */
.tabBorderRadius {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
div.nav {
  background: #9b1515 url('../img/navbar.png') left top repeat-x;
  font-size: 20px;
  color: #ffffff;
  height: 33px;
  vertical-align: top;
  margin-left: -1px;
  margin-right: -1px;
}
div.nav div.navigationTabs {
  padding-left: 37px;
  vertical-align: top;
}
div.nav div.navTab {
  display: inline-block;
  margin-right: 30px;
  height: 33px;
  vertical-align: top;
}
div.nav div.navTab a {
  color: #ffffff;
}
div.nav div.navTab:hover,
div.nav div.navTab:focus {
  cursor: pointer;
}
div.nav div.navTab:hover a,
div.nav div.navTab:focus a {
  color: #c5c5c5;
}
div.nav .tabPatients {
  background: url("../img/tab-patients.svg") 6px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 98px;
}
div.nav div.patients-tab-active {
  background: url("../img/tab-patients.svg") 6px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 98px;
  background-color: #838383;
}
div.nav div.patients-tab-inactive {
  background: url("../img/tab-patients.svg") 6px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 98px;
  background-color: #ac4848;
}
div.nav .tabSalikardio {
  background: url("../img/tab-salikardio.svg") 9px 5px no-repeat;
  background-size: 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 175px;
}
div.nav div.salikardio-tab-active {
  background: url("../img/tab-salikardio.svg") 9px 5px no-repeat;
  background-size: 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 175px;
  background-color: #838383;
}
div.nav div.salikardio-tab-inactive {
  background: url("../img/tab-salikardio.svg") 9px 5px no-repeat;
  background-size: 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 175px;
  background-color: #ac4848;
}
div.nav .tabQueue {
  background: url('../img/tab-queue.svg') 7px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 82px;
}
div.nav div.queue-tab-active {
  background: url('../img/tab-queue.svg') 7px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 82px;
  background-color: #838383;
}
div.nav div.queue-tab-inactive {
  background: url('../img/tab-queue.svg') 7px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 82px;
  background-color: #ac4848;
}
div.nav .tabReports {
  background: url('../img/tab-reports.svg') 9px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 107px;
}
div.nav div.reports-tab-active {
  background: url('../img/tab-reports.svg') 9px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 107px;
  background-color: #838383;
}
div.nav div.reports-tab-inactive {
  background: url('../img/tab-reports.svg') 9px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 107px;
  background-color: #ac4848;
}
div.nav .tabPersonal {
  background: url('../img/tab-personal.svg') 8px 5px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 141px;
}
div.nav div.personal-tab-active {
  background: url('../img/tab-personal.svg') 8px 5px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 141px;
  background-color: #838383;
}
div.nav div.personal-tab-inactive {
  background: url('../img/tab-personal.svg') 8px 5px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 141px;
  background-color: #ac4848;
}
div.nav .searchTab {
  background: url('../img/tab-search.svg') 8px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 84px;
}
div.nav div.search-tab-active {
  background: url('../img/tab-search.svg') 8px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 84px;
  background-color: #838383;
}
div.nav div.search-tab-inactive {
  background: url('../img/tab-search.svg') 8px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 84px;
  background-color: #ac4848;
}
div.nav .adminTab {
  background: url('../img/tab-admin.svg') 8px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100px;
}
div.nav div.admin-tab-active {
  background: url('../img/tab-admin.svg') 8px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100px;
  background-color: #838383;
}
div.nav div.admin-tab-inactive {
  background: url('../img/tab-admin.svg') 8px 6px no-repeat;
  background-size: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100px;
  background-color: #ac4848;
}
div.nav a,
div.nav a:visited {
  font-family: 'Roboto 400', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-size: 16px;
  text-decoration: none;
}
div.nav a:hover {
  border-bottom: none;
}
div.nav li.logintab {
  color: #ffffff;
  font-size: 18px;
}
div.mainnavi a:link,
div.mainnavi a:visited,
div.mainnavi a:active {
  font-family: 'Roboto 400', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-size: 14px;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.mainnavi h2 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  color: #d83633;
  border-bottom: none;
}
div.foreignPatient {
  height: 20px;
}
div.foreignPatient a {
  display: inline-block;
  background: url('../img/icon-patientAdd.svg') left top no-repeat;
  background-size: 20px;
  padding-left: 22px;
  padding-top: 3px;
  font-size: 14px;
}
/*
   $FEEDBACK FORM
\* ------------------------------------------------------------------------------------ */
div#feedback {
  background-color: #FAFAFA;
}
div#feedbackArea {
  background-color: #FAFAFA;
  border-bottom: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
  box-shadow: 0 13px 100px #524B4B;
  font-size: 14px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
div#feedbackArea div.titleRow {
  margin-left: -1px;
  margin-right: -1px;
}
div.titleRow {
  background-color: #b32222;
}
div.titleRow h2 {
  color: #ffffff !important;
}
div#feedback h1 {
  font-size: 1.2em;
  color: #ffffff;
}
.fbError {
  color: #ff0000;
}
div#sendFeedback {
  color: #6E6E6E;
}
.sendFeedbackButton {
  color: #d83633;
}
.sendFeedbackButton:hover {
  color: #e0605e;
  cursor: pointer !important;
  border-bottom: 1px solid #e0605e;
}
.formSendButton {
  border: 1px solid transparent !important;
  font-weight: normal !important;
}
.cancelFormButton {
  background: none repeat scroll 0 0 #eaeaea;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cacaca;
  color: #d83633;
  text-decoration: none;
}
.cancelFormButton:hover,
.cancelFormButton:focus,
.cancelFormButton:active {
  background-color: #dbdbdb;
  color: #d60602 !important;
  outline: none !important;
}
div#thankYouForFeedback {
  color: #008000;
  font-size: 22px;
  background-color: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.feedbackForm h2 {
  color: #ffffff;
}
.feedbackForm .formSendButton {
  background: #b32222 url("../img/icon-saveButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important !important;
  padding-left: 25px !important !important;
  background-size: 17px !important;
  color: #ffffff;
  box-shadow: none !important;
}
.feedbackForm .formSendButton:hover,
.feedbackForm .formSendButton:active,
.feedbackForm .formSendButton:focus {
  background: #991d1d url("../img/icon-saveButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important !important;
  padding-left: 25px !important !important;
  background-size: 17px !important;
  color: #e6e6e6 !important;
}
/*
   $FORM FEEDBACK PANEL
\* ------------------------------------------------------------------------------------ */
ul.feedbackPanel {
  background-clip: border-box;
  background-origin: padding-box;
  background: #ffe1e1 url("../img/alert.svg") no-repeat scroll 5px center;
  background-size: 35px;
  color: #ff0000;
  list-style-type: none;
  border-radius: 10px;
  border: 1px solid #ffd1d1;
  -moz-animation-name: slideLeft;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.2s;
  -webkit-animation-name: slideLeft;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-name: slideLeft;
  animation-iteration-count: 1;
  animation-duration: 0.2s;
}
/*
   $POPUP (HELPS)
\* ------------------------------------------------------------------------------------ */
div.popupTitleRow {
  background-color: #aa2020;
}
div.popupContent {
  font-size: 110%;
}
div.popupContentSmall {
  font-size: 110%;
}
div.popupContentIntegrationError {
  font-size: 110%;
}
.integrationNotificationContainer {
  color: #008000;
}
span.popupTitle {
  color: #ffffff;
  font-size: 155%;
}
div.popupBottom {
  background-color: transparent;
}
div.popupFootnote {
  font-size: 90%;
}
input.popupCloseButton {
  background: #b32222 url("../img/icon-hide-white.svg") no-repeat 4px 2px !important;
  background-size: 20px !important;
  padding-left: 26px !important;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  color: #FFFFFF;
}
input.popupCloseButton:hover,
input.popupCloseButton:active,
input.popupCloseButton:focus {
  background: #991d1d url("../img/icon-hide-white.svg") no-repeat 4px 2px !important;
  background-size: 20px !important;
  padding-left: 26px !important;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
}
table.popupTable td {
  border: 1px solid #c5c5c5;
}
td.popupTableTitleCell {
  background: #E6E6E6;
}
td.popupTableTitleCellWider {
  background: #E6E6E6;
}
b.visibledimmer {
  background-color: #000000;
  opacity: 0.35;
  filter: alpha(opacity=35);
  opacity: 0;
  -webkit-animation: fadeInModalDimmer ease-in 1;
  -moz-animation: fadeInModalDimmer ease-in 1;
  animation: fadeInModalDimmer ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.dimmerHelp {
  color: #4A4A4A;
}
/* --- Specific helps --- */
.valveSurgeryAortaEtiologyDottedBorder {
  border-bottom: 2px dotted #BBBBBB !important;
}
h3.helpConflictingFieldTitle {
  background-color: #fff8da;
}
h3.helpMergedFieldTitle {
  background-color: #e5f5ff;
}
h3.helpButtonsTitle {
  background-color: #dedede;
}
table.helpConflictingExampleTable {
  border: 1px solid #c1c1c1;
  border-collapse: collapse;
}
table.helpConflictingExampleTable th,
.helpConflictingExampleTable td {
  border: 1px solid #c1c1c1;
}
/*
   $INTEGRATION ERROR PANEL
\* ------------------------------------------------------------------------------------ */
h3#integrationErrorTitle {
  background: url("../img/alert.svg") no-repeat 145px 12px !important;
  background-size: 35px !important;
  color: #d83633;
  font-size: 17px;
}
.errorFirstLine {
  font-size: 16px;
}
.crashText {
  color: #525252;
  font-size: 14px;
}
/* ------------------------------------------------------------------------------------ *\
   $LOGIN PAGE
\* ------------------------------------------------------------------------------------ */
div.loginPage {
  background-color: transparent !important;
  border: none !important;
}
div.loginPage h1 {
  font-family: 'Roboto 400', sans-serif !important;
  color: #a1a1a1;
  font-size: 22px !important;
  font-weight: 400 !important;
  cursor: default !important;
}
div.loginPage div.contentAreaLogin {
  background: #f1f1f1;
  box-shadow: 0 1px 30px #717171;
}
div.loginPage div.loginErrors ul {
  font-weight: normal !important;
  font-size: 15px !important;
}
td.loginFormInputTitle {
  color: #585858;
  font-size: 130%;
}
td.loginFormInputTitle label {
  vertical-align: top;
  display: inline-block;
  padding-top: 4px;
}
form#loginForm input.username,
form#loginForm input.password,
form#loginForm input.departmentSelect {
  font-family: Verdana, Arial, Tahoma, sans-serif;
}
form#loginForm input[type="submit"]:hover,
form#loginForm input[type="submit"]:active,
form#loginForm input[type="submit"]:focus {
  background: #9e1e1e !important;
  color: #e6e6e6 !important;
}
/* ------------------------------------------------------------------------------------ *\
   $PATIENT SEARCH PAGE
\* ------------------------------------------------------------------------------------ */
span.fontlarge {
  font-size: 120%;
}
div.patientSearchPageContainer h3#integrationErrorTitle {
  border-top: none !important;
}
div.patientSearchPageContainer form#patientSearchForm {
  background: #f3f3f3;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.2s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.2s;
}
div.patientSearchPageContainer div.addPatientManually a {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 12px;
  padding-left: 20px;
  background: url("../img/icon-patientAdd.svg") left center no-repeat;
  background-size: 20px;
  font-size: 15px;
}
div.patientSearchPageContainer span.spanfontlarge {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  color: #7d7d7d;
  font-size: 17px;
}
div.patientSearchPageContainer .patientSearchPageIntegrationErrors {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.2s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.2s;
}
div.patientSearchPageContainer .patientSearchPageIntegrationErrors table.list tr:nth-child(odd) {
  background: #f9f9f9;
}
div.patientSearchPageContainer .patientSearchPageIntegrationErrors table.list tr:hover {
  background-color: #ffedef;
}
div.patientSearchPageContainer h2.searchPatientsTitle {
  color: #808080;
}
div.patientSearchPageContainer form#patientSearchForm input[type="submit"]:hover {
  color: #D8D8D8;
}
div.patientSearchPageContainer .patientOtherReasonContainer p {
  color: #737373;
}
div.patientSearchPageContainer textarea.otherreason:focus {
  background-color: #ffffff;
}
div.patientSearchPageContainer #otherReasonContainer {
  background-color: #EDEDED;
}
div.patientSearchPageContainer #otherReasonContainer p {
  font-size: 16px;
}
div.patientSearchPageContainer #otherReasonContainer a {
  font-size: 14px;
}
div.patientSearchPageContainer .patientSearchPageErrors {
  width: 412px;
  margin-left: 15px;
  position: relative;
}
div.patientSearchPageContainer .patientSearchPageErrors ul {
  margin-top: 0 !important;
  margin-left: 0 !important;
  font-weight: normal !important;
  font-size: 15px !important;
  width: auto !important;
}
div.patientSearchPageContainer tr#searchPrivacyNote {
  color: #2E2E2E;
  height: 50px;
}
div.patientSearchPageContainer tr#searchPrivacyNote .hinttext {
  line-height: 1.4;
}
table.foreignpatient td.patientcolumnleft {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.valueseriesEditForm .hint {
  margin-top: 10px;
}
div.valueseriesEditForm input[type="checkbox"] {
  margin-left: 0 !important;
}
.pacemakerModelEditForm input[type="checkbox"] {
  margin-left: 0 !important;
}
/* ------------------------------------------------------------------------------------ *\
   $NEW PATIENT PAGE
\* ------------------------------------------------------------------------------------ */
div.patientcontent {
  border-top: 2px solid #d4d4d4;
  font-size: 15px;
}
h2.saveNewPatient {
  background: url("../img/icon-patientAdd.svg") no-repeat 0 0;
  background-size: 32px;
  font-size: 19px;
}
/* ------------------------------------------------------------------------------------ *\
   $REPORTS PAGE
\* ------------------------------------------------------------------------------------ */
.reportGenerateButtonsContainer input[type="submit"] {
  background: #b32222 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  background: #b32222 url("../img/icon-okButton.svg") no-repeat 5px 3px !important;
  background-size: 15px !important;
  padding-left: 25px;
}
.reportGenerateButtonsContainer input[type="submit"]:hover,
.reportGenerateButtonsContainer input[type="submit"]:active,
.reportGenerateButtonsContainer input[type="submit"]:focus {
  background: #9e1e1e !important;
  color: #e6e6e6 !important;
  background: #9e1e1e url("../img/icon-okButton.svg") no-repeat 5px 3px !important;
  background-size: 15px !important;
  padding-left: 25px;
}
.reportGenerateButtonsContainer input.resetSettings {
  background: none repeat scroll 0 0 #eaeaea !important;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  border: 1px solid #cacaca !important;
  color: #d83633 !important;
  text-decoration: none !important;
  background: #eaeaea url("../img/icon-cancelButton.svg") no-repeat 7px 3px !important;
  background-size: 15px !important;
  padding-left: 30px;
}
.reportGenerateButtonsContainer input.resetSettings:hover,
.reportGenerateButtonsContainer input.resetSettings:active,
.reportGenerateButtonsContainer input.resetSettings:focus {
  background: #dbdbdb url("../img/icon-cancelButton.svg") no-repeat 7px 3px !important;
  background-size: 15px !important;
  padding-left: 30px;
  color: #d60602 !important;
}
h2.reportGroupTitle {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 8px;
  margin-top: 10px;
}
div.reportcontent {
  background: #F6F6F6;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  font-size: 15px;
  color: #7A7A7A;
}
h2.reportcontenttitle {
  color: #d83633;
}
a.reportHelp {
  font-size: 17px !important;
  margin-top: 8px;
  margin-left: 5px;
}
a.reportHelp:hover {
  background-color: transparent !important;
}
div.reportcontainer {
  font-size: 15px;
}
div.reportcontainer a:link,
div.reportcontainer a:visited {
  border-bottom: 1px solid #ffffff;
}
div.reportcontainer a:hover,
div.reportcontainer a:active {
  border-bottom: 1px solid #d83633;
}
div.reportcolumn {
  border-left: 1px solid #d2d2d2;
}
div.reportButtonBundle {
  border-bottom: 2px dotted #8C8C8C;
  border-top: 2px dotted #8C8C8C;
}
div.dateContainer {
  background: url("../img/icon-calendarButton.svg") no-repeat 3px 2px;
  background-size: 20px;
  border-right: 1px solid #D5D5D5;
  padding-top: 3px;
}
div.viewAsContainer {
  background: url("../img/icon-chartStyle.svg") no-repeat 5px 1px;
  background-size: 20px;
  border-right: 1px solid #D5D5D5;
}
div.performerContainer {
  background: url("../img/icon-user.svg") no-repeat 12px 1px;
  background-size: 22px;
}
div.healthCareDistrictContainer {
  background: url("../img/icon-healthCareDistrict.svg") no-repeat 3px 0;
  background-size: 20px;
  border-right: 1px solid #D5D5D5;
}
div.departmentContainer {
  background: url("../img/icon-department.svg") no-repeat 11px 0;
  background-size: 24px;
}
div.municipalityContainer {
  background: url("../img/icon-municipality.svg") no-repeat 20px 0;
  background-size: 20px;
  border-right: 1px solid #D5D5D5;
}
input.resetSettings {
  color: #d83633;
}
div.unfinishedContainer {
  background: url("../img/icon-unfinished.svg") no-repeat 12px 13px;
  background-size: 25px;
}
div.nomescoFilterContainer {
  background: url("../img/icon-nomesco.svg") no-repeat 3px 11px;
  background-size: 22px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.expandNomesco {
  background: url("../img/icon-expand.svg") no-repeat 4px -3px;
  background-size: 20px;
  font-size: 85%;
  text-decoration: none !important;
}
.expandReportFilteringBlock {
  border-bottom: none !important;
  background: url("../img/icon-expand.svg") no-repeat 4px -3px;
  background-size: 20px;
  font-size: 85%;
  text-decoration: none !important;
  padding-left: 30px;
  font-size: 100%;
  border-bottom: 1px solid transparent !important;
}
.expandReportFilteringBlock:hover {
  border-bottom: 1px solid #d83633 !important;
}
.collapseNomesco {
  background: url("../img/icon-collapse.svg") no-repeat 4px -3px;
  background-size: 20px;
  font-size: 85%;
  text-decoration: none !important;
  border-bottom: none !important;
}
.collapseReportFilteringBlock {
  background: url("../img/icon-collapse.svg") no-repeat 4px -3px;
  background-size: 20px;
  font-size: 85%;
  text-decoration: none !important;
  border-bottom: none !important;
  padding-left: 30px;
  font-size: 100%;
  border-bottom: 1px solid transparent !important;
}
.collapseReportFilteringBlock:hover {
  border-bottom: 1px solid #d83633 !important;
}
.expandNomesco:hover,
.collapseNomesco:hover {
  border-bottom: 1px dotted #808080 !important;
}
span.nomescoCodeSeparator {
  color: #808080;
}
input.deleteNomesco {
  font-weight: normal;
  font-size: 10px;
}
input.nomescoFilterButton {
  font-weight: normal !important;
  font-size: 13px;
}
p.containTitle {
  font-style: italic;
}
.must {
  color: #008000;
}
.can {
  color: #ffa500;
}
.mustNot {
  color: #ff0000;
}
select.transparentSelect {
  background: transparent;
}
tr.reportTableHeaderRow {
  background: #F0F0F0;
}
.reportButtonGroup {
  border: 2px solid #d6d6d6;
  border-radius: 5px;
}
.reportButtonGroupNarrow {
  border: 2px solid #d6d6d6;
  border-radius: 5px;
}
div.zoomedChartWindow {
  background-color: #F2F2F2;
}
div.reportImageTooLargeTitle {
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif;
  font-size: 120%;
}
div.reportImageTooLarge {
  color: #008000;
}
a.expandNomesco {
  border-bottom: 1px solid transparent !important;
}
a.expandNomesco:hover {
  border-bottom: 1px solid #d83633 !important;
}
.adminTypeComparisonTypeContainer {
  border-top: 1px solid #D5D5D5;
}
.adminTypeComparisonTypeContainer h4 {
  color: #616161;
}
.queueReportHintTitle {
  color: #6F6F6F;
  line-height: 22px;
}
table.tableData {
  border: 1px solid #808080;
  border-collapse: collapse;
  table-layout: fixed;
}
table.queueReportTable tr,
table.queueReportTable td,
table.queueReportTable th {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #E0E0E0 !important;
}
table.queueReportTable th {
  background-color: #f1f1f1 !important;
  border-bottom: 1px solid #b9b9b9 !important;
}
table.queueReportTable th:hover {
  cursor: auto;
}
table.queueReportTable tr:nth-child(odd) {
  background-color: #F5F5F5;
}
table.queueReportTable tr:hover {
  background-color: #ffedef !important;
}
table.taviQueueTable tr:hover,
table.queueReportTable tr:hover {
  cursor: pointer;
}
table.tableData th,
table.tableData tr,
table.tableData td {
  border: 1px solid #d4d4d4;
}
.reportTableHeader {
  color: #d83633;
  font-size: 105%;
}
.reportTableTitle {
  font-size: 115%;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
/* ------------------------------------------------------------------------------------
 Multi-checkbox filtering reports
*/
div.filteringComponentContainer h4,
div.searchButtonsComponentContainer h4 {
  color: #333333;
}
div.filteringComponentContainer h4 div.genericReportButtonHelpContainer,
div.searchButtonsComponentContainer h4 div.genericReportButtonHelpContainer {
  display: inline-block;
}
div.reportCheckboxRow div.reportCheckboxItem label:hover {
  text-decoration: underline;
  color: #d83633;
}
/* ------------------------------------------------------------------------------------ *\
   $PERSONAL PAGE
\* ------------------------------------------------------------------------------------ */
div.personalreportcontent {
  background: #F6F6F6;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #5D5D5D;
  font-size: 15px;
}
h2#threeMonthOperationsTitle {
  margin-top: 25px !important;
}
div.viewSelectionContainer {
  background: url("../img/icon-chartStyle.svg") no-repeat 0 1px;
  background-size: 20px;
}
span.patientLinkLabel {
  border-bottom: 1px solid transparent;
}
span.patientLinkLabel:hover {
  border-bottom: 1px solid #d83633;
}
div.personalcontainer {
  font-size: 15px;
}
div.personalcontainer h2 {
  border-bottom: 1px solid #d83633;
  color: #d83633;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
}
span#noResultsLabel {
  color: #ff0000;
}
.personalPageDateContainer {
  background: #F6F6F6;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #5D5D5D;
}
.personalPageDateContainer div.reportDateTitle {
  padding-top: 0;
}
input.personalPageGenerateButton {
  background: #b32222 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  background: #b32222 url("../img/icon-okButton.svg") no-repeat 5px 3px !important;
  background-size: 15px !important;
  padding-left: 25px;
}
input.personalPageGenerateButton:hover,
input.personalPageGenerateButton:active,
input.personalPageGenerateButton:focus {
  background: #9e1e1e !important;
  color: #e6e6e6 !important;
  background: #9e1e1e url("../img/icon-okButton.svg") no-repeat 5px 3px !important;
  background-size: 15px !important;
  padding-left: 25px;
}
/* ------------------------------------------------------------------------------------ *\
   $SEARCH PAGE
\* ------------------------------------------------------------------------------------ */
span.patientIdSearchHelp {
  color: #008000;
}
span.unfinishedSearchHelp {
  color: #008000;
}
td#municipalitySearchCell {
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
}
td.patientLastRow {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 21px !important;
}
div.piCodeAlert {
  color: #ff0000;
  background-color: #F6CED8;
  font-size: 15px;
}
form.searchTermsForm h2 {
  height: 28px;
  color: #d83633;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-size: 15px;
  padding-top: 4px;
}
.ui-tabs {
  font-family: Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
}
h3.searchResultTitle {
  border-bottom: 2px solid #d83633;
  padding-bottom: 6px;
  font-size: 17px !important;
}
h4#pacemakerSearchTitle {
  color: #d83633;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
form.searchTermsForm {
  font-size: 15px;
}
div.searchPageSection {
  font-size: 15px;
}
div.searchPageSection label {
  vertical-align: top;
  padding-top: 1px;
}
div.searchPageSection input.ageNow {
  vertical-align: top;
  margin-top: 6px;
  margin-left: 6px !important;
}
div.searchPageSection label.ageNow {
  vertical-align: top;
  margin-top: 2px;
  display: inline-block;
}
div.searchPageSection input[type="checkbox"] {
  margin-left: 0;
}
div.searchPageSection input.hasDatepicker {
  text-align: center;
}
div.searchPageSection input,
div.searchPageSection select,
div.searchPageSection textarea {
  font-size: 14px;
}
div.searchPageSection a.help {
  padding-left: 0;
}
div.commonSearchTerms tr:hover td:first-of-type {
  color: #d83633;
}
div.searchPageNavigationContainer1 {
  font-size: 15px;
}
div.searchPageNavigationContainer2 {
  font-size: 15px;
  margin-top: 6px;
}
div.searchResultPanel .error {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
button.searchButton {
  color: #ffffff;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  filter: none !important;
}
button.searchButton:hover {
  color: #D8D8D8 !important;
}
.searchResultContainer {
  font-size: 14px;
}
a.firstPage,
span.firstPage,
a.firstPage2,
span.firstPage2 {
  border-right: 1px solid #cacaca;
}
a.previousPage,
span.previousPage {
  border-right: 1px solid #cacaca;
}
a.lastPage,
span.lastPage {
  border-left: 1px solid #cacaca;
}
div.exportTypeSelection {
  color: #333333;
  font-weight: normal;
}
span#searchResultCount {
  color: #008000;
}
span#searchResultCount2 {
  color: #008000;
}
form.patientSearchReasonForm {
  background: #f3f3f3;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
form.patientSearchReasonForm p.patientSearchReasonPageTitle {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
}
form.patientSearchReasonPage {
  padding-top: 15px !important;
  margin-top: 8px;
}
form.patientSearchReasonPage h2 {
  padding-bottom: 5px;
}
form.patientSearchReasonPage p.patientInfo {
  font-size: 15px;
  padding-bottom: 20px;
}
form.patientSearchReasonPage p.patientInfo span.patientId {
  color: #3067a5;
}
form.patientSearchReasonPage textarea {
  width: 508px;
}
.error {
  color: #ff0000;
}
.iehint p {
  background: #FFD7D7;
}
div.tabs {
  background: #f5f5f5 !important;
  border: 1px solid #e0e0e0 !important;
  font-size: 13px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/** tabs, these styles override jquery-styles, thus they are !important */
ul.ulTabs {
  background: #eaeaea !important;
}
li.liTab {
  background: transparent !important;
  border-right: 1px solid #ffffff !important;
  border-top-right-radius: 0 !important;
}
li.liTabSelected {
  background: #909090 !important;
  border-right: 1px solid #ffffff !important;
  border-top: none !important;
  border-left: none !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
li.liTabSelected a:link,
li.liTabSelected a:visited {
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif;
  font-size: 15px;
  font-weight: normal !important;
  color: #ffffff !important;
}
li.liTabSelected:hover {
  cursor: pointer !important;
}
li.liTab a:link,
li.liTab a:visited {
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif;
  font-size: 15px;
  font-weight: normal !important;
  color: #ffffff !important;
}
li.liTab a:hover,
li.liTabSelected a:hover {
  color: #e6e6e6 !important;
}
li.liTab a:active,
li.liTabSelected a:active {
  color: #ffffff !important;
}
.patientSearchReasonPageTitle {
  font-size: 15px;
}
div.searchTermPanel {
  background: #efefef;
  border-top: 1px solid #e1e1e1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 15px;
}
div.searchTermPanel tr:hover td:first-of-type {
  color: #d83633;
}
div.searchTermPanel td input[type="checkbox"]:first-of-type {
  margin-left: 0;
}
span.searchNoResultsLabel {
  font-size: 18px;
  color: #ff0000;
}
button.searchButton {
  background: #b32222 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  background: #b32222 url("../img/tab-search.svg") no-repeat 9px 2px !important;
  background-size: 20px !important;
  padding-left: 23px;
  height: 25px !important;
  font-weight: normal;
}
button.searchButton:hover,
button.searchButton:active,
button.searchButton:focus {
  background: #9e1e1e !important;
  color: #e6e6e6 !important;
  background: #9e1e1e url("../img/tab-search.svg") no-repeat 9px 2px !important;
  background-size: 20px !important;
}
/*
   $SEARCH RESULT TABLE
\* ------------------------------------------------------------------------------------ */
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
  font-size: 100%;
}
/*
-----------------------------------------------------------
     RESULT TABLE STYLES
*/
/** wrappers around table */
.container_12 .grid_4 {
  border-right: 1px solid #D7D7D7;
}
tr.headerRow {
  background-color: #EFEFEF !important;
  font-weight: bold !important;
}
tr.headerRow th {
  color: #585858 !important;
}
/** patient link title background */
div.fht-thead {
  background: #e6e6e6 !important;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.fht-thead th {
  color: #585858 !important;
}
/** patient link background */
div.fht-tbody tbody tr td:first-child {
  background: none repeat scroll 0 0 #e6e6e6;
}
div.fht-tbody tbody tr td:first-child:hover {
  background: none repeat scroll 0 0 #e6e6e6;
}
/** on cell hover background */
div.fht-tbody tbody tr td:hover {
  background: #ffedef;
}
/** table cell styles */
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
  border: 1px solid #D4D4D4;
}
span.searchResultSubOperationTitle {
  color: #d83633;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
/** Bug #10481 **/
@media (-webkit-min-device-pixel-ratio: 0) {
  .chromeFix {
    display: table;
  }
}
/* ------------------------------------------------------------------------------------ *\
   $ADMIN PAGE
\* ------------------------------------------------------------------------------------ */
div.admincontainer {
  font-size: 15px;
}
div.admincontainer h2 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #333333;
}
div.admincontainer div.valuelist h4 {
  font-size: 16px !important;
  color: #333333;
}
div.admincontainer a.addvaluecreatepanel {
  background: #e8e8e8;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
}
div.admincontainer a.addvaluecreatepanel:hover {
  background-color: #dbdbdb;
}
div.admincontainer div.administrableOperations {
  background: url("../img/icon-operationList.svg") no-repeat 170px 15px;
  background-size: 25px;
}
div.admincontainer div.administrablePacemakers {
  background: url("../img/icon-pacemaker.svg") no-repeat 151px 15px;
  background-size: 25px;
  border-top: 1px solid #e0e0e0;
  width: 185px;
}
div.admincontainer div.adminPageSectionDeleteOperations {
  background: url("../img/icon-deleteButton.svg") no-repeat 152px 15px;
  background-size: 25px;
}
div.admincontainer div.administrablePacemakerBillingsContainer {
  background: url("../img/icon-billing.svg") no-repeat 151px 17px;
  background-size: 25px;
  border-top: 1px solid #e0e0e0;
  width: 185px;
}
div.admincontainer div.adminPatientSection {
  border-left: none;
  margin-left: -20px;
}
div.admincontainer div.adminPatientSection div.mergePatients {
  background: url("../img/icon-patient.svg") no-repeat 155px 14px;
  background-size: 25px;
  width: 185px;
}
div.admincontainer div.adminSettingsAndNotesSection {
  width: 320px;
}
div.admincontainer div.deleteOperations {
  background: url("../img/icon-notice.svg") no-repeat 250px 16px;
  background-size: 25px;
  width: 295px;
}
div.admincontainer div.anonymizePatientsSection {
  display: table;
  margin-left: 30px;
}
div.admincontainer div.adminPatientScreeningsContainer {
  display: table;
}
div.admincontainer form.childrenEpsMigrationForm {
  width: 300px;
}
div.admincontainer div.anonymizePatientsSection {
  margin-left: 30px;
}
div.admincontainer div.adminSettingsContainer {
  background: url("../img/icon-settings.svg") no-repeat 250px 16px;
  background-size: 25px;
  margin-left: 30px;
  border-top: 1px solid #e0e0e0;
  margin-top: 15px;
}
div.admincontainer div.salikardioPerformersContainer {
  width: 300px;
}
div.admincontainer div.dateContainer {
  background: transparent !important;
  border-right: none !important;
}
div.admincontainer div.dateContainer input[type="submit"] {
  background: none repeat scroll 0 0 #eaeaea;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cacaca;
  color: #d83633;
  text-decoration: none;
}
div.admincontainer div.dateContainer input[type="submit"]:hover,
div.admincontainer div.dateContainer input[type="submit"]:active,
div.admincontainer div.dateContainer input[type="submit"]:focus {
  background-color: #dbdbdb;
  color: #d60602 !important;
  outline: none !important;
}
div.admincontainer input.operationSaveButton {
  background: #b32222 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  background: #b32222 url("../img/icon-saveButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
}
div.admincontainer input.operationSaveButton:hover,
div.admincontainer input.operationSaveButton:active,
div.admincontainer input.operationSaveButton:focus {
  background: #9e1e1e !important;
  color: #e6e6e6 !important;
  background: #991d1d url("../img/icon-saveButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
}
div.admincontainer div.operations a:hover,
div.admincontainer div.operations a:focus,
div.admincontainer div.operations a:active {
  border-bottom: 1px solid #d83633 !important;
}
div.admincontainer a.valueserieslink_open:hover {
  border-bottom: 1px solid #d83633 !important;
}
div.admincontainer .handleManuallyHelp {
  color: #008000;
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif;
}
div.admincontainer {
  font-size: 15px;
}
div.adminPageSection {
  border-left: 1px solid #e0e0e0;
}
div.adminPageSectionDeleteOperations {
  border-left: none !important;
  border-right: 1px solid #e0e0e0;
  width: 215px;
}
div.leftmostSection {
  border-left: none !important;
}
div.admincontainer h2 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: normal;
}
div.admincontainer h3,
h4 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
}
h3.appearsToAdminPage {
  border-top: 5px solid #d0d0d0;
  font-weight: normal;
  color: #333333 !important;
}
div.formcontainer {
  background-color: #f3f3f3;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #dadada;
  box-shadow: 0 3px 15px #dcdcdc;
}
a.extender {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  color: #d83633;
}
a.valueserieslink_open {
  background: url('../img/expand.svg') no-repeat left 4px;
  background-size: 15px;
}
a.valueserieslink_closed {
  background: url('../img/collapse.svg') no-repeat left 1px;
  background-size: 15px;
}
a.valueserieslink_closed span {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
form.operationeditform ul {
  list-style: none;
}
a.valuehidden {
  text-decoration: line-through;
}
a.valuefixed {
  color: #808080;
}
.deleteRequestedContainer .deleteLine:nth-child(even) {
  background-color: #f9f9f9;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.deleteRequestedContainer .deleteLine:hover {
  background-color: #ffedef;
}
.deleteHeaderLine {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  color: #d83633;
  padding: 8px;
}
.deleteHeaderLine div.deletePatientLink {
  background: transparent url("../img/icon-goButton-red.svg") no-repeat -3px 1px;
  background-size: 15px;
  padding-left: 13px !important;
  padding-right: 0 !important;
}
div.deleteLine:hover {
  background: #ffedef;
}
table.integrationErrors th {
  border-bottom: 2px solid #e8e8e8;
  border-right: 1px solid #d4d4d4;
  font-size: 15px !important;
}
table.integrationErrors th:last-child {
  border-right: none;
}
table.integrationErrors td {
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  color: #252525;
}
table.integrationErrors tr td:first-of-type {
  text-align: center;
}
table.integrationErrors caption {
  font-weight: normal;
}
tr.anonTableHeaderRow {
  border: 1px solid transparent !important;
}
.anonymizeButton {
  background-color: #c54543 !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
}
.anonymizeButton:hover {
  background-color: #d16c6a !important;
}
.pacemakerAdminPriceContainer {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
h5.pacemakerAdminPriceTitle {
  font-size: 14px;
}
.adminDeletePriceLink {
  font-size: 13px;
}
/* ------------------------------------------------------------------------------------ *\
   $PATIENT PAGE
\* ------------------------------------------------------------------------------------ */
div.patientPageContainer {
  font-size: 15px;
}
div.patientPageContainer h3 {
  color: #333333;
  padding-bottom: 5px;
}
div.patientPageContainer input,
div.patientPageContainer textarea,
div.patientPageContainer select {
  font-size: 15px;
}
div.patientPageContainer div.operations a:link,
div.patientPageContainer div.operations a:visited {
  color: #0057a7;
  border-bottom: 1px solid transparent;
}
div.patientPageContainer div.operations a:hover,
div.patientPageContainer div.operations a:active {
  color: #d83633;
  border-bottom: 1px solid #d83633;
}
div.patientPageContainer div.operations a.outGoingLink {
  background: url("../img/icon-goButton-blue.svg") no-repeat scroll 0 1px transparent;
  background-size: 16px;
  padding-left: 18px;
}
div.patientPageContainer div.operations a.outGoingLink:hover,
div.patientPageContainer div.operations a.outGoingLink:active {
  background: url("../img/icon-goButton-red.svg") no-repeat scroll 0 1px transparent;
  background-size: 16px;
  padding-left: 18px;
}
div.patientPageContainer div.operations a.help {
  min-width: 5px;
  border-bottom-color: transparent;
  padding-left: 12px;
}
a.operationLinkOpen {
  background-color: #931616;
  color: #ffffff !important;
}
/*
   $PATIENT INFORMATION
\* ------------------------------------------------------------------------------------ */
div.patientBasicInfo {
  border-left: 1px solid #D0D0D0;
}
.chartLinkContainer {
  font-size: 14px;
}
h2.patientInfoTitle {
  background: url("../img/icon-patient.svg") no-repeat scroll 135px top transparent;
  background-size: 35px;
  padding-top: 8px;
}
h2.patientDisclosureTitle {
  background: url("../img/icon-patientDisclosure.svg") no-repeat scroll 155px 0 transparent;
  background-size: 40px;
  color: #b32222;
}
h2.patientPreInfoTitle {
  background: url("../img/icon-patientInfo.svg") no-repeat scroll 150px top transparent;
  background-size: 38px;
  padding-top: 8px;
}
h2.patientGuchTitle {
  background: url("../img/icon-guch.svg") no-repeat scroll 78px 3px transparent;
  background-size: 30px;
  padding-top: 8px;
}
div.patientInfoMissingNotificationContainer {
  color: #008000;
  background: #e5fbe5;
}
a.disclosureLink {
  font-size: 14px !important;
}
tr.deathRow {
  color: #ff0000;
}
div.patientcontainer h3,
h4,
h5 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: normal;
}
div.patientcontainer h3 {
  font-size: 130%;
}
div.patientcontainer h4 {
  font-size: 120%;
  color: #d83633;
}
div.patientcontainer h5 {
  font-size: 110%;
  color: #d83633;
}
div.rhythmMonitorPanel h2 {
  background: url("../img/icon-rhythmMonitor.svg") no-repeat scroll 162px -10px;
  background-size: 45px;
}
input.pamaCardButton {
  background: url("../img/icon-pamaCard.svg") no-repeat scroll 5px center #eaeaea;
  background-size: 20px;
  padding-left: 30px;
}
input.pamaRecordButton,
button.printButton {
  background: url("../img/icon-downloadDocument.svg") no-repeat scroll 5px center #eaeaea;
  background-size: 16px;
  padding-left: 25px;
}
input#patientSaveButton {
  height: 27px !important;
  vertical-align: top;
}
/*
   $PATIENT NEW OPERATION AREA
\* ------------------------------------------------------------------------------------ */
div.newOperationArea {
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif;
  font-size: 15px;
}
div.newOperationArea h3 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  border-bottom: 2px solid #d83633;
  color: #d83633;
  font-size: 130%;
}
h2.newOperationTitleLink {
  background: url("../img/icon-addOperation-red.svg") no-repeat scroll 9px center #eaeaea;
  background-size: 16px;
  padding-top: 2px;
  font-size: 17px !important;
  border: 1px solid #dcdcdc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
h2.newOperationTitleLink:hover {
  background-color: #dbdbdb;
}
h2.newOperationTitle {
  background-color: #931616;
  color: #ffffff !important;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-size: 20px !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
div.patientOperationList {
  margin-top: 25px;
}
div.patientOperationList h3.patientOperationListTitle {
  margin-bottom: 5px;
}
h4#calculatorsTitle {
  font-size: 110%;
  color: #333333;
}
/** new operation select area */
div.newOperationSelect {
  background: #f4f4f4;
  border: 1px solid #dcdcdc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  overflow: hidden;
}
div.newOperationSelect a {
  border-bottom: 1px solid transparent;
}
div.newOperationSelect a:hover {
  border-bottom: 1px solid #d83633;
}
h2.newOperationTitleLink a:link {
  color: #d83633 !important;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
}
h2.newOperationTitleLink a:visited {
  color: #ffffff !important;
  font-family: 'Roboto 400', sans-serif, Verdana, Arial, Tahoma, sans-serif;
  font-weight: normal;
}
h2.newOperationTitleLink a:hover,
h2.newOperationTitleLink a:active,
h2.newOperationTitleLink a:focus {
  color: #b32222 !important;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: normal;
  font-size: 17px !important;
  border-bottom: none !important;
}
/*
   $$PATIENT OPERATIONS AREA
\* ------------------------------------------------------------------------------------ */
div.patientOperationsBg {
  background: url("../img/icon-operationList.svg") no-repeat scroll 23px 8px transparent;
  background-size: 37px;
  border-top: 5px solid #ececec;
  margin-left: -23px;
  margin-right: -23px;
  margin-top: 25px;
  height: 40px;
  margin-bottom: 15px;
  padding-top: 10px;
}
h2.patientOperations {
  color: #d83633;
  font-size: 18px !important;
  text-transform: uppercase;
}
div.operationControlContainer {
  padding-left: 10px;
  background-color: whitesmoke;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
div.operationControlContainer button {
  margin-top: 15px;
  margin-bottom: 15px;
}
div.operation {
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif;
  font-size: 15px;
}
div.operationDataContainer,
div.calculatorDataContainer {
  background: #ffffff;
}
div.operation h3 {
  border-bottom: 2px solid #d83633;
  color: #d83633;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: normal;
}
div.separator {
  border-bottom: 10px solid #9b1515;
}
a.expand {
  background: url('../img/expand.svg') no-repeat 2px 3px;
  background-size: 15px;
}
a.collapse,
a.collapse:hover {
  background: transparent url('../img/collapse.svg') no-repeat 2px 3px !important;
  background-size: 15px !important;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
a.operationLinkOpen {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif !important;
  font-size: 150%;
  border-bottom: 1px solid transparent;
}
a.operationLinkOpen span.operationInfoLabelMain,
a.operationLinkOpen span.calculatorInfoLabelMain,
a.operationLinkOpen span.recordLabelMainHeader {
  background: url("../img/collapse-operation.svg") no-repeat 0 3px;
  background-size: 24px;
}
a.operationLinkOpen span {
  color: #ffffff !important;
  font-size: 20px !important;
}
a.operationLinkOpen span.operationInfoLabelState {
  color: #DADADA !important;
}
span.operationInfoLabelSecondary {
  font-size: 15px;
}
span.operationInfoLabelState {
  color: #7e7e7e !important;
}
span.operationDeleteRequested {
  background: transparent url("../img/icon-deleteButton.svg") no-repeat 1px -2px;
  background-size: 18px;
  padding-left: 19px;
  color: #b70000 !important;
}
a.operationLinkOpen span.operationDeleteRequested {
  background: url("../img/icon-deleteButton-light.svg") no-repeat no-repeat -3px 4px;
  background-size: 20px;
  padding-left: 18px;
  color: #f0bcbc !important;
}
span.operationStateUnfinished {
  background: transparent url("../img/icon-stateIncomplete.svg") no-repeat 0 1px;
  background-size: 16px;
  padding-left: 18px;
}
a.operationLinkOpen span.operationStateUnfinished {
  background: transparent url("../img/icon-saveIncompleteButton.svg") no-repeat no-repeat -4px 6px;
  background-size: 20px;
  padding-left: 18px;
}
div.operation:nth-child(odd) {
  background: #f9f9f9;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
a.operationLinkOpen:hover {
  border-bottom: 1px solid transparent !important;
  color: #d4d4d4!important;
}
a.operationLinkOpen:hover span {
  color: #d4d4d4!important;
}
/* ------------------------------------------------------------------------------------ *\
   $$OPERATION PANEL
\* ------------------------------------------------------------------------------------ */
.dynamicRequired:after {
  content: "*";
  color: #ff0000;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
}
.customStarTopPadding.dynamicRequired:after {
  padding-top: 7.5px;
}
.greyBackground {
  background-color: #F7F7F7;
}
span.required {
  color: #ff0000;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
  cursor: default;
}
span.attentiontext {
  color: #ff6f00;
  background: #ffefec url("../img/icon-notes.svg") no-repeat 3px 5px;
  background-size: 18px;
  padding: 5px 5px 5px 21px;
  border-radius: 6px;
  box-sizing: border-box;
}
div.operation a.closeButton {
  font-size: 17px;
  font-weight: normal;
  color: #d83633;
}
div.operation a.collapse {
  font-size: 110%;
}
div.operation .confirm .text {
  font-weight: bold;
}
form.operationEditForm h3 {
  font-size: 18px !important;
  color: #d83633 !important;
  border-bottom: 1px solid #d83633 !important;
}
div.doneByAnotherDepartmentContainer,
div.salikardioCheckPatientInfoNotification {
  color: #008000;
  background: #e5fbe5;
  border: 1px solid #d6f3d6;
}
.inlineHelpBlock {
  color: #008000;
  background: #e5fbe5;
  border: 1px solid #d6f3d6;
  padding: 10px;
  border-radius: 8px;
}
div.commentsNotification {
  color: #008000;
  background: #e5fbe5;
  border: 1px solid #d6f3d6;
  padding: 10px;
}
div.replacementRhythmNotification {
  color: #008000;
  background: #e5fbe5;
  border: 1px solid #d6f3d6;
  padding: 4px;
}
div.metaDataNotification {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.metaDataNotification div {
  padding-top: 3px;
  padding-bottom: 3px;
}
div.operation div.importedFromOmaTaysIndicatorLegend,
div.operation div.importedFromBuddyHealthcareIndicatorLegend {
  padding-bottom: 10px;
}
div.multiplePuncturePlacesInSalikardio {
  display: inline-block;
  color: #008000;
  background: #e5fbe5;
  border: 1px solid #d6f3d6;
  padding: 4px;
}
.deleteConfirmationContainer {
  background: #ffe5e5;
  padding-left: 15px;
  margin-left: -10px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.deleteConfirmationContainer span.confirmDeleteLabel {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
span.multiSelectHint {
  color: #008000;
  font-size: 13px;
  cursor: default;
}
span.exitusHint {
  font-size: 15px;
  margin-bottom: 15px;
}
.inputhelp {
  color: #008000 !important;
  cursor: default;
}
div.unfinishedPacemakerNotification {
  color: #636363;
}
td.editdate {
  font-size: 85%;
  color: #868686;
  cursor: default;
}
div.suboperationsArea {
  border-top: 5px solid #d3d3d3;
  border-bottom: 5px solid #d3d3d3;
}
div.suboperationsArea h3.subOperationAreaTitle {
  font-size: 20px !important;
  color: #898989 !important;
  border-bottom: none !important;
}
div.suboperationsArea h4.suboperationTitle {
  background: #8e8e8e;
  color: #FFFFFF !important;
  font-size: 16px !important;
}
div.subOperationTypeForm {
  background-color: #F2F2F2;
}
a.viewIntegrationDataLink {
  color: #d83633 !important;
}
div.integrationDataContainer {
  background: #f5f5f5;
}
table.integrationDataTable tr:hover {
  background-color: #ECECEC;
}
.patientInfoDifferenceTitle {
  color: #3067a5 !important;
  border-bottom: none !important;
}
.calculatorInfoDifferenceTitle {
  color: #3067a5 !important;
  border-bottom: none !important;
}
.notaBeneContainer {
  background: transparent;
  border-radius: 5px;
}
.notaBeneContainer label {
  background: #f5f5f5;
  color: #121212;
  padding: 8px;
  border-radius: 4px;
}
.notaBeneContainer input[type=checkbox]:checked + label {
  color: #ff0000;
  background: #ffe0e0;
}
.notFoundInfoSpan {
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
  cursor: default;
}
.editFormView {
  border-top: 2px solid #dedede;
}
.anchorLink {
  font-weight: normal;
  color: #d83633 !important;
}
.anchorLink:hover {
  text-decoration: none !important;
  border-bottom: 1px solid transparent !important;
  color: #e0605e !important;
}
.anchorLinkToBottom {
  background: transparent url("../img/icon-down.svg") no-repeat 3px 12px;
  background-size: 22px;
}
.anchorLinkToTop {
  background: transparent url("../img/icon-up.svg") no-repeat 3px -7px;
  background-size: 22px;
}
input.operationCancelButton {
  color: #d83633 !important;
  background: #e2e2e2 !important;
}
input.operationCancelButton:hover,
input.operationCancelButton:active,
input.operationCancelButton:focus {
  color: #5d5d5d !important;
  background: #e2e2e2 !important;
}
button.operationCancelConfirmButton {
  background: #eaeaea url("../img/icon-acceptButton-red.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 26px;
}
button.operationCancelConfirmButton:hover {
  background: #dddddd url("../img/icon-acceptButton-red.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 26px;
}
button.operationCancelCancelButton {
  background: #eaeaea url("../img/icon-cancel-red.svg") no-repeat 7px 5px !important;
  background-size: 14px !important;
  padding-left: 26px;
}
button.operationCancelCancelButton:hover {
  background: #dddddd url("../img/icon-cancel-red.svg") no-repeat 7px 5px !important;
  background-size: 14px !important;
  padding-left: 26px;
}
input.operationSaveButton {
  background: #b32222 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  background: #b32222 url("../img/icon-saveButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
  font-weight: normal !important;
  border: 1px solid transparent !important;
  width: 86px !important;
}
input.operationSaveButton:hover,
input.operationSaveButton:active,
input.operationSaveButton:focus {
  background: #9e1e1e !important;
  color: #e6e6e6 !important;
  background: #9e1e1e url("../img/icon-saveButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  font-weight: normal !important;
  border: 1px solid transparent !important;
}
input.operationSaveButtonDisabled,
input.operationSaveButtonDisabled:focus,
input.operationSaveButtonDisabled:active,
input.operationSaveButtonDisabled:hover {
  background-color: #e2c7c7 !important;
}
input.operationSaveUnfinishedButton {
  background: #b32222 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  background: #b32222 url("../img/icon-saveIncompleteButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
  font-weight: normal !important;
  border: 1px solid transparent !important;
}
input.operationSaveUnfinishedButton:hover,
input.operationSaveUnfinishedButton:active,
input.operationSaveUnfinishedButton:focus {
  background: #9e1e1e !important;
  color: #e6e6e6 !important;
  background: #9e1e1e url("../img/icon-saveIncompleteButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  font-weight: normal !important;
  border: 1px solid transparent !important;
}
input.operationDeleteConfirm {
  background: #b32222 url("../img/icon-deleteButton-white.svg") no-repeat no-repeat 5px 2px !important;
  background-size: 17px !important;
  padding-left: 19px !important;
  width: 70px !important;
}
input.operationDeleteConfirm:hover {
  background: #9e1e1e url("../img/icon-deleteButton-white.svg") no-repeat 5px 2px !important;
  background-size: 17px !important;
  padding-left: 19px !important;
  width: 70px !important;
}
div.cancelConfirmationContainer {
  background: #FFE9E9;
  border: 1px solid #eed7d7;
}
div.patientInfoDifference div:hover {
  background-color: #ececec;
}
.hiddenWhenNullTitle {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
.removeErrorBox {
  display: inline-block;
  padding: 2px 6px 1px 6px;
  margin: -1px 0 0 7px;
  border-radius: 5px;
  font-size: 14px;
}
.errorTriangle {
  background: url("../img/errorBubbleArrow.svg") no-repeat 11px -7px;
  background-size: 22px;
  position: relative;
  z-index: 10;
}
.errorFill {
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 10px;
  border-radius: 10px;
  background-color: #d64242;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}
.errorFill span {
  color: #ffffff;
  cursor: default;
}
.invalid {
  background-color: #ffd8d8;
  border: 1px #fb9494 solid !important;
}
.invalidchoice {
  background-color: #ffd8d8;
  border: 1px #fb9494 solid;
  border-radius: 4px;
}
table.laboratoryResultTable {
  margin-top: 14px;
}
table.laboratoryResultTable th {
  border: 1px solid #c5c5c5;
  background-color: #eeeeee;
  padding: 8px;
}
table.laboratoryResultTable td {
  border: 1px solid #c5c5c5;
  padding: 8px;
  text-align: center;
}
table.laboratoryResultTable tr:hover td {
  background-color: #ffeaec;
}
div.olddata {
  color: #ff0000;
  border: 2px solid #f3bfbf;
  width: 96%;
  background: #ffe5e5;
  font-size: 17px;
}
div.operationPanelNotification {
  color: #008000;
  border: 2px solid #c0e6b0;
  width: 96%;
  background: #eaffe6;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.cannotBeDeletedInfo {
  color: #ff0000;
  background: #ffe5e5;
  padding: 5px;
  width: 450px;
  display: inline-block;
}
table.performerSelectTable tr:nth-child(odd) {
  background-color: transparent;
}
table.performerSelectTable tr:nth-child(even) {
  background-color: transparent;
}
a.performerRemovalButton:hover {
  background-color: #FFE8E7;
}
/*
   $MANUAL NOMESCO INPUT
\* ------------------------------------------------------------------------------------ */
.autoCompleteSuggestionList {
  background-color: #F7F7F7;
  border: 1px solid #ECECEC;
}
.autoCompleteSuggestionListItem:hover {
  color: #d83633;
  cursor: pointer;
}
.manualNomescoInputContainer h3.subTitle {
  font-size: 110% !important;
}
.manualNomescoListTable:hover {
  background-color: #f4f4f4;
}
/*
   $MERGE CONFLICTS
\* ------------------------------------------------------------------------------------ */
.conflictingField {
  background-color: #fff8da;
}
.mergedField {
  background-color: #e5f5ff;
}
#mergeConflictsHeaderArea {
  color: #333333;
  background: #fff8da;
  border: 1px solid #ffe76f;
  border-radius: 8px;
}
#mergeConflictsHeaderArea p {
  padding-top: 5px;
  padding-bottom: 10px;
}
#mergeConflictsHeaderArea h3 {
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif;
  color: #333333;
  font-size: 17px;
  border-bottom: none !important;
}
#mergeConflictsHeaderArea a.help,
#mergedFieldsHeaderArea a.help {
  border-bottom: 1px solid #008000;
  margin-left: 10px;
  padding-left: 16px;
}
#mergeConflictsHeaderArea a.help:hover,
#mergedFieldsHeaderArea a.help:hover {
  border-bottom: 1px solid #36B052;
}
#mergeConflictsHeaderArea span.headerHelp {
  color: #008000;
}
#mergedFieldsTableArea h3 {
  color: #333333;
  border-bottom: none;
  font-size: 17px;
}
#mergedFieldsTableArea span.headerHelp {
  color: #008000;
}
#mergeConflictsTableArea > table > tbody > tr,
#mergedFieldsTableArea > table > tbody > tr {
  border: #dddddd solid;
  border-width: 1px 0;
}
#mergeConflictsTableArea > table > tbody > tr > td:nth-child(2),
#mergeConflictsTableArea > table > tbody > tr > td:nth-child(3) {
  border-left: 1px solid #dddddd;
}
#mergedFieldsHeaderArea {
  color: #333333;
  background: #e5f5ff;
  border: 1px solid #bfe2ff;
  border-radius: 8px;
}
#mergedFieldsHeaderArea p {
  padding-top: 5px;
  padding-bottom: 10px;
}
#mergedFieldsHeaderArea h3 {
  border-bottom: none !important;
}
.confirmOverwrite h3 {
  font-size: 16px !important;
  border-bottom: none !important;
}
.confirmOverwrite label:hover {
  cursor: pointer;
  text-decoration: underline;
}
.clickableMergeConflictItem {
  cursor: pointer;
}
#mergeConflictsNavigator {
  background-color: #fff8da;
  border-radius: 3px;
  border: 1px solid #efdcb2;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
#mergeConflictsNavigator span.title {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  color: #333333;
}
#mergeConflictsNavigator span,
#mergeConflictsNavigator span > a {
  color: #656565;
  font-size: 10pt;
}
#mergeConflictsNavigator span > a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
#mergeConflictsNavigator .previousMergeConflict,
#mergeConflictsNavigator .nextMergeConflict {
  background: #e2e2e2;
  border-radius: 13px;
  border: 1px solid #c7c7c7;
}
#mergeConflictsNavigator .allMergeConflicts {
  background: #e2e2e2;
  border-radius: 13px;
  border: 1px solid #c7c7c7;
}
#mergeConflictsNavigator .previousMergeConflict:hover,
#mergeConflictsNavigator .nextMergeConflict:hover,
#mergeConflictsNavigator .allMergeConflicts:hover {
  background: #d0d0d0;
  cursor: pointer;
}
/* ------------------------------------------------------------------------------------ *\
   $$ADMIN VALUE SERIES PANEL
\* ------------------------------------------------------------------------------------ */
div.attention {
  color: #ff6f00;
  font-size: 13px;
  cursor: default;
  float: left;
  line-height: 1.4;
  margin-top: 10px;
}
div.hint {
  color: #008000;
  font-size: 13px;
  cursor: default;
  float: left;
}
/* ------------------------------------------------------------------------------------ *\
   $ERROR PAGE
\* ------------------------------------------------------------------------------------ */
body.errorPageContainer a.frontPageLink {
  font-size: 14px;
}
body.errorPageContainer .errorSendFeedbackButton {
  font-size: 20px;
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
body.errorPageContainer span.errorPageTitle {
  background: url("../img/exception.svg") no-repeat left center;
  background-size: 18px;
  display: inline-block;
  padding-top: 3px;
  height: 25px;
  padding-left: 22px;
  margin-left: -18px;
}
/* ------------------------------------------------------------------------------------ *\
   $LOGIN
\* ------------------------------------------------------------------------------------ */
div.loginPage {
  width: 444px !important;
  min-width: 444px !important;
}
form#loginForm {
  width: 380px;
}
form#loginForm select {
  width: 210px !important;
}
form#loginForm input[type="text"],
form#loginForm input[type="password"] {
  width: 201px !important;
}
/* ------------------------------------------------------------------------------------ *\
   $NAVIGATION
\* ------------------------------------------------------------------------------------ */
div.navigationDisabled {
  color: white;
  font-size: 17px;
  padding-top: 7px;
  padding-left: 28px;
}
/* ------------------------------------------------------------------------------------ *\
   $PATIENT SEARCH PAGE
\* ------------------------------------------------------------------------------------ */
div#otherReasonContainer {
  width: 377px;
}
div#otherReasonContainer textarea.otherreason {
  width: 369px;
}
span.patientSpanMargin {
  margin-top: 6px;
}
/* ------------------------------------------------------------------------------------ *\
   $PATIENT PAGE
\* ------------------------------------------------------------------------------------ */
.ecprwidth {
  width: 296px;
}
.astrupWidth {
  width: 292px;
}
table.patientInformationTable {
  width: 385px;
  margin-top: -26px;
}
table.patientInformationTable a.help {
  min-width: 4px;
  padding-left: 13px;
}
table.patientInformationTable span.help {
  padding-left: 0;
}
table.patientInformationTable tr.modifiedHeader div.importedFromOmaTaysIndicatorLegend,
table.patientInformationTable tr.modifiedHeader div.importedFromBuddyHealthcareIndicatorLegend {
  margin-top: 20px;
}
table.patientInformationTable tr.modifiedHeader:hover td.editdate {
  color: #868686 !important;
}
table.patientInformationTable td.patientinfocolumnleft {
  width: 170px;
}
table.patientInformationTable td.childrenPatientInfoColumnLeft {
  width: 150px;
}
@media screen and (max-width: 1400px) {
  table.patientInformationTable {
    width: 385px;
  }
}
td.patientcolumnleft {
  width: 135px !important;
}
div.patientBasicInfo {
  padding-left: 25px;
}
div.patientBasicInfo table {
  border-collapse: collapse;
}
div.patientBasicInfo table tr td {
  vertical-align: middle;
  padding-top: 4px;
  padding-bottom: 4px;
}
div.patientBasicInfo table tr td:last-of-type {
  vertical-align: top;
  padding-top: 10px;
}
div.patientBasicInfo table tr:hover td:first-of-type,
div.patientBasicInfo table tr:hover td:last-of-type {
  color: #d83633 !important;
}
div.patientBasicInfo span.hinttext,
div.patientBasicInfo span.patientinfohinttext {
  cursor: default;
}
@media screen and (max-width: 1400px) {
  div.patientBasicInfo {
    padding-left: 5px;
  }
  div.patientBasicInfo h2.patientPreInfoTitle {
    background-position: 137px top !important;
  }
}
table.guchInfoTable tr td:first-of-type {
  padding-top: 7px;
}
table.guchInfoTable tr:hover td:first-of-type {
  color: #d83633 !important;
}
div.patientInfoAndChildrenCardiologyColumn {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
  justify-content: flex-start;
  vertical-align: top;
}
div.patientInfoAndChildrenCardiologyColumn input[disabled="disabled"],
div.patientInfoAndChildrenCardiologyColumn select[disabled="disabled"],
div.patientInfoAndChildrenCardiologyColumn textarea[disabled="disabled"] {
  appearance: none;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #3067a5;
  padding-left: 0 !important;
  opacity: 1;
  cursor: text;
}
div.patientInfoAndChildrenCardiologyColumn select:disabled {
  background: transparent !important;
}
div.patientInfoAndChildrenCardiologyColumn input[type="checkbox"][disabled="disabled"] {
  appearance: auto;
}
div.patientInfoAndChildrenCardiologyColumn select[disabled] > option,
div.patientInfoAndChildrenCardiologyColumn input[type=checkbox][disabled="disabled"]:checked + label,
div.patientInfoAndChildrenCardiologyColumn input[type=radio][disabled="disabled"]:checked + label {
  color: #3067a5;
}
div.patientGuchInfo div.otherDiagnosesContainer .addButton {
  margin-top: 5px;
}
div.patientPacemakerInfoArea {
  margin-bottom: 20px;
}
div.patientPacemakerInfoArea table tr td {
  padding-top: 6px;
  padding-bottom: 6px;
}
div.patientPacemakerInfoArea table tr:hover td:first-of-type {
  color: #d83633 !important;
}
div.patientPacemakerInfoArea table.patientHasPublicPrivatePartnershipEnabledTextContainer td {
  padding-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
div.patientPacemakerInfoArea table.patientHasPublicPrivatePartnershipEnabledTextContainer span.hinttext {
  color: #008000;
  display: block;
  background-image: url("../img/icon-ok.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 20px;
}
div.patientForm {
  display: flex;
}
div.patientForm div.guchAndPamaColumn {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  vertical-align: top;
}
div.patientForm div.guchAndPamaColumn div.guchInfoPanel {
  display: inline-block;
}
div.patientForm div.guchAndPamaColumn div.pamaInfoPanel {
  display: inline-block;
}
div.fluoroscopyContainer {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
h2.patientPacemakerTitle {
  background: url("../img/icon-pacemaker.svg") no-repeat scroll 164px top transparent;
  background-size: 45px;
  padding-top: 11px;
}
.printChildrenPacemakerControlRecord {
  font-size: 14px;
}
.showPacemakerHistory {
  background: url("../img/icon-pacemakerHistory.svg") no-repeat scroll 3px 2px #eaeaea;
  background-size: 20px;
  padding-left: 30px;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 11px;
  display: inline-block;
}
div.pacemakerhistory {
  background-color: #F2F2F2;
}
div#patientGuchInfo {
  border-left: 1px solid #D0D0D0;
}
span.guchSyndromes div {
  display: inline-block;
  width: 80px;
}
div.guchOtherDiagnosis {
  padding-top: 4px;
  padding-bottom: 4px;
}
div.guchOtherDiagnosis:hover {
  background: #efefef;
}
div.taviPppStatusContainer {
  border-left: 1px solid #D0D0D0;
  margin-left: 25px !important;
  padding-left: 25px !important;
  margin-top: 48px !important;
}
div.taviPppStatusContainer h2 {
  color: #d83633;
  padding-bottom: 5px;
}
div.taviPppStatusContainer div.pppPeriodActive {
  background-image: url("../img/icon-ok.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 20px;
}
div.taviPppStatusContainer div.pppPeriodEnded {
  background-image: url("../img/icon-no.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 20px;
}
@media screen and (max-width: 1400px) {
  div.taviPppStatusContainer {
    margin-left: 10px !important;
    padding-left: 10px !important;
  }
}
div.patientTreatmentMargin {
  margin-top: 55px;
  padding-left: 20px;
  border-left: 1px solid #D0D0D0;
}
div.patientTreatmentMargin table {
  border-collapse: collapse;
}
div.patientTreatmentMargin table th {
  padding-left: 5px;
}
div.patientTreatmentMargin table td a {
  background: url("../img/icon-goButton-red.svg") no-repeat left center;
  background-size: 13px;
  padding-left: 16px;
}
div.patientTreatmentMargin table tr td:first-of-type {
  padding-right: 10px;
}
.childIcon {
  background: url("../img/icon-patientChild.svg") no-repeat -4px center;
  background-size: 32px;
  color: #d83633;
  font-size: 17px;
}
.phoneIcon {
  background: url("../img/icon-phone.svg") no-repeat 7px 5px;
  background-size: 20px;
}
.phoneIcon + .borderTopErrorColor {
  border-top: 2px solid !important;
  border-color: #ff0000 !important;
}
.geneDescriptionHistory {
  background: #ffffff;
}
div.patientPacemakerInfoArea {
  border-left: 1px solid #D0D0D0;
}
div.childrenCardiologyInfo {
  border-left: 1px solid #D0D0D0;
}
div.childrenCardiologyInfo td {
  padding-top: 4px;
  padding-bottom: 4px;
}
div.childrenCardiologyInfo td.ccInfoPaddingLeft {
  padding-left: 10px;
}
div.childrenCardiologyInfo td.ccInfoPaddingLeft2 {
  padding-left: 20px;
}
div.childrenCardiologyInfo tr:hover td:first-of-type {
  color: #d83633;
}
div.childrenCardiologyInfo table.childrenCardiologyInfoMargin {
  margin-top: 15px;
}
div.childrenCardiologyInfo td.geneLabelWidth {
  width: 109px;
}
div.childrenCardiologyInfo td.geneInfoContainerPadding {
  padding-bottom: 15px;
}
div.childrenCardiologyInfo td.geneTypeLabel {
  padding-left: 14px;
  width: 129px;
}
div.childrenCardiologyInfo td.geneTypeSelect {
  width: 171px;
}
div.childrenCardiologyInfo td.geneTypeEditDate {
  padding-right: 0 !important;
}
div.childrenCardiologyInfo td.geneDescription {
  padding-bottom: 0 !important;
}
div.childrenCardiologyInfo td.geneDescriptionLabelWidth {
  width: 127px;
}
div.childrenCardiologyInfo textarea.geneDescriptionTextArea {
  width: 150px;
  height: 50px;
  margin-top: 5px;
}
div.childrenCardiologyInfo td.ccInfoWidth {
  width: 137px;
}
div.heartSurgery {
  width: 220px;
}
div.pacemaker {
  width: 195px;
}
p.patientHasPacemakerOldChangeOperationsMessage {
  margin-top: 25px;
  padding: 10px;
  color: #ff0000;
  border: 1px solid #f3bfbf;
  background: #ffe5e5;
}
div.newOperationContainer div.cardiology {
  margin-right: 15px;
}
div.newOperationContainer div.tavi {
  margin-left: 20px;
}
div.newOperationContainer div.thoraxSurgery {
  /* IE7 fix */
  width: 170px;
}
div.newOperationContainer div.pacemaker .collapse.pacemakerOperationTitleLink {
  background-position: 2px 0 !important;
}
div.newOperationContainer div.ward {
  /* IE7 fix */
  width: 110px;
}
div.newOperationContainer div.operationPlan {
  width: 160px;
}
div.newOperationContainer div.polyclinic a {
  width: 150px;
}
div.newOperationContainer div.resuscitation {
  /* IE7 fix */
  width: 100px;
}
div.newOperationContainer div.childrenCardiology {
  width: 285px;
}
div.newOperationContainer div.childrenMarevan {
  margin-left: 65px;
  width: 210px;
}
div.newOperationContainer em span {
  font-style: normal;
  color: #737373;
  margin-bottom: 8px;
  margin-top: 3px;
}
a.showChartsLink {
  background: url("../img/icon-charts.svg") no-repeat left top;
  background-size: 17px;
  padding-left: 20px;
  padding-top: 2px;
}
a.showChildrenMarevanControl {
  background: url("../img/icon-marevan.svg") no-repeat left center;
  background-size: 17px;
  padding-left: 20px;
  clear: both;
  margin-top: 20px;
  display: block;
  width: 240px;
  border-bottom: 1px solid transparent;
}
a.showChildrenMarevanControl:hover {
  border-bottom: 1px solid #d83633;
}
div.firstNonMarevanOperation {
  margin-top: 50px;
}
div.geminiMaterialContainer h4.productsTitle {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.geminiMaterialContainer table.geminiIdTable td {
  padding-top: 6px;
  padding-bottom: 6px;
}
div.geminiMaterialContainer p.notFoundLabel {
  margin-bottom: 25px;
  margin-top: 1px;
}
div.geminiMaterialContainer table.list {
  border-collapse: collapse;
  margin-bottom: 15px;
}
div.geminiMaterialContainer table.list th,
div.geminiMaterialContainer table.list td,
div.geminiMaterialContainer table.list tr {
  border: 1px solid #e8e8e8;
}
div.geminiMaterialContainer table.list td,
div.geminiMaterialContainer table.list th {
  padding: 6px;
}
div.geminiMaterialContainer table.list td.multilineCell p {
  padding-top: 2px;
  padding-bottom: 2px;
}
div.geminiMaterialContainer table.list div.packageYes {
  background: transparent url("../img/icon-ok.svg") no-repeat center center;
  background-size: 22px;
  height: 22px;
  width: 100%;
}
div.geminiMaterialContainer table.list td.priceCell {
  text-align: right;
}
div.geminiMaterialContainer table.list tr.totalMaterialCostRow {
  text-align: right;
  background-color: transparent !important;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.geminiMaterialContainer table.list tr.totalMaterialCostRow td {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.operationDeletedBySalikardioNotificationContainer {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  top: 40%;
  margin-left: 16%;
  z-index: 10;
  width: 615px;
}
div.operationDeletedBySalikardioNotificationContainer div.title {
  background-color: #b32222;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
div.operationDeletedBySalikardioNotificationContainer div.textContainer {
  padding: 20px;
}
div.operationDeletedBySalikardioNotificationContainer div.textContainer div.buttonContainer {
  text-align: center;
}
div.operationDeletedBySalikardioNotificationContainer div.textContainer div.buttonContainer input[type="button"] {
  margin-top: 15px;
}
span.operationInfoLabelMain {
  width: 310px;
}
a.treatmentDateMargin {
  margin-left: 2px;
  margin-right: 2px;
}
span.operationInfoLabelPerformer {
  width: 230px;
}
div.patientPamaAndBillingStatusInfo div.taviPppStatusPanel {
  display: inline-block;
  vertical-align: top;
}
div.patientPamaAndBillingStatusInfo div.mccStatusPanel {
  display: flex;
  vertical-align: bottom;
}
div.patientPamaAndBillingStatusInfo div.mccStatusPanel div.mccStatusPanelContainer {
  border-left: 1px solid #D0D0D0;
  margin-left: 25px !important;
  padding-left: 25px !important;
  margin-top: 48px !important;
}
@media screen and (max-width: 1400px) {
  div.patientPamaAndBillingStatusInfo div.mccStatusPanel div.mccStatusPanelContainer {
    margin-left: 10px !important;
    padding-left: 10px !important;
  }
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel {
  display: flex;
  vertical-align: bottom;
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer {
  border-left: 1px solid #D0D0D0;
  margin-left: 25px !important;
  padding-left: 25px !important;
  margin-top: 48px !important;
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer .chfStatusForm {
  padding-top: 8px;
  padding-bottom: 20px;
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer .chfStatusForm td.chfStatusFormLabelCell {
  width: 200px;
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer .chfStatusForm select {
  width: 93px;
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer div.chfEditButtonContainer {
  clear: both;
  padding-top: 8px;
  padding-bottom: 10px;
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer div.remoteCareStatusViewContainer label {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  display: block;
  padding-bottom: 8px;
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer div.remoteCareStatusViewContainer table {
  border-spacing: 0;
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer div.remoteCareStatusViewContainer tr.remoteCareStatusListHeaderRow th {
  font-weight: normal;
  color: #333333;
  width: 120px;
  border-bottom: 1px solid #D0D0D0;
  text-align: left;
  padding-bottom: 4px;
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer div.remoteCareStatusViewContainer tr.remoteCareStatusListRow td {
  padding-top: 4px;
  padding-bottom: 4px;
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer div.remoteCareStatusViewContainer tr.remoteCareStatusListRow:nth-child(odd) {
  background: #f5f5f5;
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer div.remoteCareStatusViewContainer tr.newestEdit {
  background-image: url("../img/icon-ok.svg");
  background-size: 16px;
  background-position: right center;
  background-repeat: no-repeat;
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer button.saveButton {
  color: #FFFFFF !important;
}
div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer button.saveButton:hover {
  color: #e6e6e6 !important;
}
@media screen and (max-width: 1400px) {
  div.patientPamaAndBillingStatusInfo div.chfStatusPanel div.chfStatusPanelContainer {
    margin-left: 10px !important;
    padding-left: 10px !important;
  }
}
span.floatNone {
  float: none;
}
.billingTestingFromUIMaxWidth {
  max-width: 550px;
}
/* ------------------------------------------------------------------------------------ *\
   $EPS
\* ------------------------------------------------------------------------------------ */
.epsExamFluoroscopyTitle {
  margin-bottom: 5px;
}
.epsExamFluoroscopyTimePanel {
  display: inline-block;
  width: 195px;
}
.epsExamRadioContrastAgentPanel {
  display: inline-block;
}
.epsExamDapPanel {
  display: inline-block;
}
.ablationFluoroscopyTitle {
  margin-bottom: 5px;
}
.ablationFluoroscopyTimePanel {
  display: inline-block;
  width: 192px;
}
.ablationRadioContrastAgentPanel {
  display: inline-block;
}
.ablationDapPanel {
  display: inline-block;
}
div.epsCustomSubOperations {
  margin-top: 15px;
}
span.epsCustomStarPadding {
  padding-top: 8px;
  padding-right: 7px;
}
.marginBottom5 {
  margin-bottom: 5px;
}
/* ------------------------------------------------------------------------------------ *\
   $TAVI
\* ------------------------------------------------------------------------------------ */
td#euroscoreFromOtherSystemLable {
  width: 365px;
}
td.taviLeftCell {
  width: 220px;
  text-align: left;
}
td.taviLeftCellInput {
  width: 200px;
}
td.taviRightCell {
  width: 200px;
}
.taviExpansionContainer {
  padding-left: 0;
}
.taviExpansionContainer table {
  border-collapse: collapse;
}
.taviExpansionContainer div.preExpansionLabel� {
  display: inline-block;
  width: 160px;
}
.taviExpansionContainer div.preExpansionField {
  display: inline-block;
}
.taviExpansionContainer div.postExpansionLabel {
  display: inline-block;
  margin-left: 175px;
}
.taviExpansionContainer .postExpansionFieldContainer {
  display: inline-block;
  margin-left: 71px;
}
.taviExpansionContainer .postExpansionFieldContainer .postExpansionField {
  display: block;
  width: 100%;
}
.taviExpansionContainer .balloonSizeContainer {
  display: block;
  width: 100%;
  margin-left: 480px;
}
.taviExpansionContainer .balloonSizeContainer select {
  margin-left: 62px;
}
td.fixedTdWidth {
  width: 200px;
}
td.fixedTdWidthLonger {
  width: 350px;
}
td.deviceCaseGivenLabel {
  padding-bottom: 0px !important;
}
.complicationDuringTreatmentHeight div.checkBoxItem {
  height: 55px;
}
/* ------------------------------------------------------------------------------------ *\
   $OPERATION PANEL
\* ------------------------------------------------------------------------------------ */
.operationPanelExtraSection {
  margin-bottom: 25px;
  background: #f5f5f5;
  border-radius: 8px;
}
div.patientInfoDifference {
  padding-left: 5px;
  padding-right: 5px;
}
div.operationPanelPatientInfoContainer {
  border-top: 4px solid #dedede;
  border-bottom: 2px solid #dedede;
  padding-bottom: 15px;
}
div.operationPanelPatientInfoContainer div.patientBasicInfo {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
div.operationPanelPatientInfoContainer div.patientBasicInfo h2.patientPreInfoTitle {
  background-position: 150px top;
  width: 205px;
}
div.operationPanelPatientInfoContainer input.saveButton {
  width: 143px !important;
}
div.medicalRecordFieldIcon {
  display: inline-block;
  width: 18px;
  height: 21px;
  background: url("../img/icon-medicalRecord.svg") transparent no-repeat;
  background-size: 19px;
  margin-bottom: -7px;
}
button.deleteSubOperation[disabled="disabled"],
button.deleteSubOperation[disabled="disabled"]:hover,
button.deleteSubOperation[disabled="disabled"]:active {
  color: #828282 !important;
  cursor: not-allowed;
  top: 0 !important;
}
.billingHelp {
  border: 1px solid #e5e5e5;
  background-color: #f4f4f4;
  color: #6e6e6e;
  position: absolute;
  margin: -20px 60px 0 10px;
  padding: 8px;
  display: inline-block;
}
span.taviBillingHelp {
  border: 1px solid #e5e5e5;
  background-color: #f4f4f4;
  color: #6e6e6e;
  position: absolute;
  margin: -20px 60px 0 10px;
  padding: 8px;
  display: inline-block;
  margin: -20px 10px 0 0;
  position: relative;
}
p.diagnosticEquipmentFoundLabel,
p.specialEquipmentFoundLabel {
  margin-top: 5px;
  margin-left: 1px;
}
td.billingAndHilmoLabelCell {
  width: 210px;
}
td.billingAndHilmoLabelEquipmentCell {
  width: 210px;
}
tr.billingPackageTaviNotification p {
  color: #ff0000;
}
.billingAndHilmoEuroscoreCheckedAndVerifiedCell {
  background: #ffd8d8;
  border: 1px solid #ffd1d1 !important;
  padding: 5px;
  border-radius: 8px;
  color: #d83633;
  margin-top: 5px;
  margin-left: 25px;
  width: fit-content;
}
div.hilmoDiagnoses {
  margin-bottom: 20px;
}
.billingAndHilmoConfirmedRequired {
  background: #ffd8d8;
  border: 1px solid #ffd1d1 !important;
  padding: 5px;
  border-radius: 8px;
  color: #d83633;
}
td.manufactorySafetyDisclaimerColumn {
  white-space: nowrap;
}
span.manufactorySafetyDisclaimerLabel {
  color: #ff0000;
  max-width: 900px;
  display: inline-block;
  white-space: pre-wrap;
  vertical-align: middle;
  padding: 0px 0 0 20px;
}
.verticalMiddle {
  vertical-align: middle !important;
}
.verticalTop {
  vertical-align: top !important;
}
ul.additionalComplexityCHelpPopup {
  padding-left: 20px;
  list-style-type: square;
}
div.additionalComplexityCReminder {
  color: #008000;
  background: #e5fbe5;
  border: 1px solid #d6f3d6;
  padding: 8px 10px 8px 10px;
  width: 300px;
  margin-left: 10px;
  display: inline-block;
}
ul.additionalComplexityHelpPopup {
  list-style-type: none;
}
ul.additionalComplexityHelpPopup ul.innerList {
  padding-left: 20px;
  list-style-type: square;
}
.width80 {
  width: 80px;
}
.width90 {
  width: 90px;
}
.width120 {
  width: 120px;
}
.width145 {
  width: 145px;
}
.width150 {
  width: 150px;
}
.width160 {
  width: 160px;
}
.width170 {
  width: 170px;
}
.width175 {
  width: 175px;
}
td.width180 {
  width: 180px;
}
.width180 td:first-child {
  width: 180px;
}
.width185 {
  width: 185px;
}
.width190 {
  width: 190px;
}
.width200 {
  width: 200px;
}
.width220 td:first-child {
  width: 220px;
}
.width225 {
  width: 225px;
}
.width230 {
  width: 230px;
}
ul.diagnosticEquipmentHelpPopup,
ul.specialEquipmentHelpPopup {
  margin-left: 20px;
}
.stripedTable {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}
.stripedTable th {
  text-align: left;
}
.stripedTable td {
  padding: 7px;
}
.stripedTable td:first-child {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
.stripedTable td:nth-child(2) {
  min-width: 220px;
}
.stripedTable tr:nth-child(even) {
  background-color: #e2e2e2;
}
div.filledByDoctorIndicatorLegend {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #6096d6;
}
div.filledByDoctorIndicatorLegend span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
div.filledByDoctorIndicatorLegend div.filledByDoctorIndicator {
  width: 28px;
  margin-left: 0;
  background-position: -3px center;
}
div.thlComparisonIndicatorLegend {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #69a325;
}
div.thlComparisonIndicatorLegend span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
div.thlComparisonIndicatorLegend div.thlComparisonIndicator {
  width: 28px;
  margin-left: 0;
  background-position: left center;
}
div.taviBillingIndicatorLegend {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #b5890b;
}
div.taviBillingIndicatorLegend span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
div.taviBillingInstructionsContainer {
  width: 1065px;
  padding: 10px;
  margin-top: 10px;
  color: #b5890b;
  background: #fafbe7;
  border: 1px solid #f2e8cd;
  border-radius: 8px;
}
div.filledByDoctorIndicator {
  display: inline-block;
  background: url("../img/icon-indicator-doctor.svg") no-repeat center center;
  background-size: 28px;
  width: 21px;
  height: 16px;
  margin-left: 2px;
  vertical-align: top;
  user-select: none;
}
div.thlComparisonIndicator {
  display: inline-block;
  background: url("../img/icon-indicator-thl.svg") no-repeat center center;
  background-size: 28px;
  width: 28px;
  height: 16px;
  margin-left: 2px;
  user-select: none;
  vertical-align: top;
}
div.importedFromOmaTaysIndicator {
  display: inline-block;
  background: url("../img/icon-indicator-omatays.svg") no-repeat center center;
  background-size: 28px;
  width: 22px;
  height: 16px;
  margin-left: 2px;
  vertical-align: top;
  user-select: none;
}
div.importedFromOmaTaysIndicatorLegend {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #425f98;
}
div.importedFromOmaTaysIndicatorLegend span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
div.importedFromOmaTaysIndicatorLegend div.importedFromOmaTaysIndicator {
  width: 28px;
  margin-left: 0;
  background-position: -3px center;
}
div.importedFromBuddyHealthcareIndicator {
  display: inline-block;
  background: url("../img/icon-indicator-buddyhealthcare.svg") no-repeat center center;
  background-size: 28px;
  width: 22px;
  height: 16px;
  margin-left: 2px;
  vertical-align: top;
  user-select: none;
}
div.importedFromBuddyHealthcareIndicatorLegend {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #425f98;
}
div.importedFromBuddyHealthcareIndicatorLegend span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
div.importedFromBuddyHealthcareIndicatorLegend div.importedFromBuddyHealthcareIndicator {
  width: 28px;
  margin-left: 0;
  background-position: -3px center;
}
div.taviBillingIndicator {
  display: inline-block;
  background-color: #f5f7d1;
  font-family: 'Roboto 500', sans-serif !important;
  color: #b5890b;
  border: 1px solid #dce365;
  font-size: 13px !important;
  font-weight: normal !important;
  width: 16px;
  vertical-align: middle;
  height: 16px;
  text-align: center;
  margin-left: 2px;
  border-radius: 50%;
  user-select: none;
}
.extraSmallColumnWidth {
  width: 150px;
}
.smallColumnWidth {
  width: 175px;
}
.mediumColumnWidth {
  width: 200px;
}
.largeColumnWidth {
  width: 215px;
}
.extraLargeColumnWidth {
  width: 225px;
}
.superLargeColumnWidth {
  width: 245px;
  min-width: 245px;
}
.megaLargeColumnWidth {
  width: 255px;
}
div.mediumColumnWidth {
  width: 200px;
  padding: 1px;
  padding-right: 10px;
  padding-bottom: 13px;
}
.customSmallColumnWidth .genericPlanInfoColumnWidth {
  width: 175px;
}
.customSmallColumnWidth .commonWardDataColumnWidth {
  width: 175px;
}
.customExtraSmallColumnWidth .commonWardDataColumnWidth {
  width: 150px;
}
.columnWidth220 .genericPlanInfoColumnWidth {
  width: 220px;
}
.customMediumColumnWidth .commonWardDataColumnWidth {
  width: 200px;
}
.customLargeColumnWidth .patientPaceComorbidityPanelColumnWidth {
  width: 210px;
}
td.jctoSmallColumnWidth {
  width: 157px;
}
td.pvlCathereClosureWidth {
  width: 250px;
}
td.epsOperationWidth {
  width: 191px;
}
td.ablationColumnWidth {
  width: 191px;
}
td.taviOperationColumnWidth {
  width: 220px;
}
.noPadding {
  padding: 0 !important;
}
.noBorders {
  border-collapse: collapse;
  border-spacing: 0;
}
.angioSubOperationControlPanel .customSubOperationWidth {
  width: 245px;
}
.pciSubOperationControlPanel .customSubOperationWidth {
  width: 200px;
}
table tr.paddingBottom5 td {
  padding-bottom: 5px;
}
.inlineBlock {
  display: inline-block;
}
.marginRight10 {
  padding-right: 10px;
}
.paddingBottom10 {
  padding-bottom: 10px;
}
.paddingTop5 {
  padding-top: 5px;
}
.marginTop5 {
  margin-top: 5px;
}
.exitusCheckBoxMargin {
  margin-top: 3px;
}
.exitusReasonMargin {
  margin-left: 6px;
  margin-right: 2px;
}
td.cardiologyClinicFollowUpVisitLabel {
  width: 200px;
}
.pamaOperationPlanCurrentPacemakerInfo {
  margin-bottom: 15px;
}
.pamaOperationPlanCurrentPacemakerInfo span.bold {
  margin-bottom: 6px;
  display: inline-block;
}
.pamaOperationPlanCurrentPacemakerInfo div.important {
  padding-top: 6px;
  padding-bottom: 6px;
}
.angio_manualNomescoInputContainer {
  margin-top: -20px;
}
.angio_manualNomescoInputContainer h3 {
  margin-bottom: 15px !important;
}
.angio_manualNomescoInputContainer .manualNomescoInputContainer {
  margin-bottom: 5px;
  margin-top: -10px;
}
.angio_manualNomescoInputContainer span.nomescoAutoCompleteFieldTitle {
  width: 189px;
}
.angio_manualNomescoInputContainer .manualNomescoListTableContainer {
  margin-left: 102px;
}
span.individualBloodPressureTitle {
  display: inline-block;
  width: 189px;
  margin-right: 34px;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
.pci_manualNomescoInputContainer span.nomescoAutoCompleteFieldTitle {
  width: 174px;
}
.pci_manualNomescoInputContainer .manualNomescoListTableContainer {
  margin-left: 88px;
}
.pci_fluoroscopyPanel {
  margin-top: -20px;
}
.pci_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 212px !important;
}
.opk_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 212px !important;
}
.asdpfo_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 212px !important;
}
.aaclosing_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 187px !important;
}
.hocmalcoholablation_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 212px !important;
}
.renal_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 186px !important;
}
.endcarbio_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 212px !important;
}
.aorsten_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 212px !important;
}
.mitstenPta_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 212px !important;
}
.paceplace_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel,
.pacechangeup_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel,
.pacerepup_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel,
.paceremoval_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel,
.pacetemp_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 212px !important;
}
.eps_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 202px !important;
}
.mitraClipOperation_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 203px !important;
}
.pvlCatheterClosure_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 246px !important;
}
.renalDenervation_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 227px !important;
}
.angio_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 227px !important;
}
.smallOperation_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 212px !important;
}
.tavi_fluoroscopyPanel div.fluoroscopyFluoroscopyTimePanel {
  width: 232px !important;
}
.tavi_euroscorePanel td.euroscoreFirstColumn {
  width: 220px;
}
.tavi_euroscorePanel td.euroscoreFirstColumnField {
  width: 357px !important;
}
.tavi_euroscorePanel td.euroscoreSecondColumn {
  width: 210px;
}
.tavi_euroscorePanel td.previousEuroscoreResults {
  display: inline-block;
  margin-left: 10px;
}
.tavi_euroscorePanel td.previousCalculatorsContainerTd {
  width: 209px !important;
}
.mitraClipScreening_euroscorePanel td.euroscoreFirstColumn {
  width: 200px;
}
.mitraClipScreening_euroscorePanel td.euroscoreFirstColumnField {
  width: 292px !important;
}
.mitraClipScreening_euroscorePanel td.euroscoreSecondColumn {
  width: 203px;
}
.mitraClipScreening_euroscorePanel td.previousCalculatorsContainerTd {
  width: 184px !important;
}
.pvlCatheterClosure_euroscorePanel td.euroscoreFirstColumn {
  width: 230px;
}
.pvlCatheterClosure_euroscorePanel td.euroscoreFirstColumnField {
  width: 292px !important;
}
.pvlCatheterClosure_euroscorePanel td.previousEuroscoreResults {
  display: inline-block;
  margin-left: 30px;
}
.pvlCatheterClosure_euroscorePanel td.previousCalculatorsContainerTd {
  width: 199px !important;
}
.heart_euroscorePanel {
  margin-bottom: 20px;
}
.heart_euroscorePanel td.previousCalculatorsContainerTd {
  width: 169px !important;
}
.heart_euroscorePanel td.euroscoreFirstColumn {
  width: 171px !important;
}
.heart_euroscorePanel td.euroscoreSecondColumn {
  width: 203px !important;
}
.ccu_commonWardDataPanel td.commonWardDataColumn {
  width: 175px !important;
}
.angio_billingAndHilmoPanel td.billingAndHilmoFirstLabelCell {
  width: 215px !important;
}
.opk_billingAndHilmoPanel td.billingAndHilmoFirstLabelCell {
  width: 175px !important;
}
.pvlCatheterClosure_billingAndHilmoPanel td.billingAndHilmoFirstLabelCell {
  width: 234px !important;
}
.tavi_billingAndHilmoPanel td.billingAndHilmoFirstLabelCell {
  width: 220px !important;
}
.tavi_billingAndHilmoPanel td.billingAndHilmoLabelCell {
  width: 220px;
}
.aorsten_billingAndHilmoPanel td.billingAndHilmoFirstLabelCell {
  width: 200px !important;
}
.renalDenervation_billingAndHilmoPanel td.billingAndHilmoFirstLabelCell {
  width: 215px !important;
}
.eps_billingAndHilmoPanel td.billingAndHilmoFirstLabelCell {
  width: 191px !important;
}
.eps_billingAndHilmoPanel td.billingAndHilmoLabelCell {
  width: 172px;
}
.pci_billingAndHilmoPanel td.billingAndHilmoFirstLabelCell {
  width: 200px !important;
}
.smallOperation_billingAndHilmoPanel td.billingAndHilmoFirstLabelCell {
  width: 200px !important;
}
.aaclosing_billingAndHilmoPanel td.billingAndHilmoLabelCell {
  width: 175px !important;
}
.renalDenervation_operationDiagnosisPanel td.operationDiagnosisPanelBillingAndHilmoLabel {
  width: 215px !important;
}
.pvlCatheterClosure_operationDiagnosisPanel td.operationDiagnosisPanelBillingAndHilmoLabel {
  width: 234px !important;
}
.mcccontrolonemonth_mccMeasurementsPanel td.firstCellWidth {
  width: 200px;
}
.mccdischarge_mccMeasurementsPanel td.firstCellWidth {
  width: 180px;
}
div.mccBillingIndicator {
  display: inline-block;
  background-color: #f5f7d1;
  font-family: 'Roboto 500', sans-serif !important;
  color: #b5890b;
  border: 1px solid #dce365;
  font-size: 13px !important;
  font-weight: normal !important;
  width: 16px;
  vertical-align: middle;
  height: 16px;
  text-align: center;
  margin-left: 2px;
  border-radius: 50%;
  user-select: none;
}
div.mccBillingIndicatorLegend {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #b5890b;
}
div.mccBillingIndicatorLegend span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
div.taviBillingIndicatorLegend {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #b5890b;
}
div.taviBillingIndicatorLegend span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.guchControlSenderLabel {
  padding-top: 4px !important;
}
span.guchControlQrsWidthHintMargin {
  margin-left: 208px;
}
span.bradycardiaAndTachycardiaCells {
  display: inline-block;
  margin-top: -24px;
}
td.dukeCriteriaLabel {
  padding-top: 4px;
}
.billingAndHilmoTitle {
  margin-bottom: 15px;
}
td.vesselResultLabel {
  width: 194px !important;
}
div.epsSides {
  margin-bottom: 6px;
}
td.noPaddingTop {
  padding-top: 0px !important;
}
td.postoperativeAnticoagulantWidth {
  width: 177px !important;
}
.invalidDiagnosisError {
  margin-left: -5px;
  margin-bottom: 5px;
  width: fit-content;
}
td.hocmCkManualContainerWidth {
  width: 196px;
}
div.diagnosisWindow {
  position: fixed;
  top: 45%;
  z-index: 20;
  background-color: #F2F2F2;
  min-width: 1068px;
  left: 7%;
}
div.diagnosisWindow h3.chooseDiagnosis {
  color: #AB2B29;
  font-size: 130%;
  font-weight: normal;
  border-bottom: 1px solid #AB2B29;
  margin-bottom: 10px;
}
div.diagnosisWindow .chooseDiagnosisMargin {
  margin-top: 15px;
}
/* ------------------------------------------------------------------------------------ *\
   $INTEGRATION MANUAL PANEL
\* ------------------------------------------------------------------------------------ */
.integrationLoadingLabel {
  display: block;
  height: 166px;
  color: #808080;
  background-color: #F2F2F2;
  font-size: 17px;
  padding-top: 15px;
  padding-left: 10px;
}
.integrationLoadingLabelLaboratory {
  display: block;
  height: 166px;
  color: #808080;
  background-color: #F2F2F2;
  font-size: 17px;
  padding-top: 15px;
  padding-left: 10px;
  height: 40px;
}
.laboratoryInformationOk,
.inlineHelpGreen,
p.saveDisabledHelp {
  color: #008000;
  background: #e5fbe5;
  border: 1px solid #d6f3d6;
  border-radius: 8px;
  padding: 10px;
}
.inlineHelpGray {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background-color: #f4f4f4;
  color: #6e6e6e;
  padding: 10px;
}
.laboratoryInformationNotFound {
  color: #008000;
  background: #e5fbe5;
  border: 1px solid #d6f3d6;
  border-radius: 8px;
  padding: 10px;
  color: #ff0000;
  border: 1px solid #f3bfbf;
  background: #ffe5e5;
}
div.directIntegrationPanel {
  margin-top: 0;
  padding: 15px 10px 0;
  height: 175px;
}
div.directIntegrationPanel h3 {
  font-size: 18px !important;
}
div.directIntegrationPanel div.integrationChoicesContainer {
  margin-top: 5px;
}
div.directIntegrationPanel select.integrationDatasSelect {
  margin-left: 10px;
}
div.directIntegrationPanel button.integrateOperationButton {
  margin-left: 10px;
}
div.directIntegrationPanel div.operationIntegrated,
div.directIntegrationPanel div.integrationTimeLabel {
  padding-top: 6px;
  padding-bottom: 6px;
}
div.directIntegrationPanel div.buttonContainer {
  margin-top: 10px;
}
div.directIntegrationPanel div.buttonContainer button {
  margin-right: 8px;
}
/*
   $MORTALITY CALCULATORS
\* ------------------------------------------------------------------------------------ */
table#euroscoreContainer h2,
table#thoracoscoreContainer h2 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  color: #333333;
  text-decoration: none;
}
table#euroscoreContainer h3,
table#thoracoscoreContainer h3 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  text-decoration: none;
  color: #d83633;
  font-size: 130%;
  font-weight: normal;
  border-bottom: 2px solid #d83633;
}
table#euroscoreContainer h4,
table#thoracoscoreContainer h4 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  border: none;
  padding-bottom: 2px;
}
div#euroscorePatientInfoDifference,
div#thoracoscorePatientInfoDifference {
  border-bottom: 2px solid #dedede;
  margin-left: 8px;
  margin-right: 13px;
  margin-top: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.patientInfoDifferenceRow {
  display: block;
  padding-bottom: 12px;
}
div#rightBox {
  border-bottom: 1px solid #cbcbcb;
}
input.result,
input.result:hover {
  background: transparent !important;
  border-color: transparent !important;
  border-style: none;
  color: #d83633;
  font-size: 20px !important;
}
.transparentBG {
  background: transparent !important;
  border: none !important;
}
.extraMarginBottom {
  margin-bottom: 5px;
}
#ccutable {
  margin-top: -3px;
}
td.thoracoscorePreviousCalculatorsWidth {
  width: 263px;
}
td.thoracoscoreAsaClassificationWidth {
  width: 265px;
}
div.ccuShiftDivider {
  border-top: 4px solid #dadada;
  width: 100%;
  padding-top: 10px;
}
.ccuColumnWidth {
  width: 211px;
}
a.showCcuShift,
a.showCcuShift:hover {
  background-position-y: 1px;
}
a.hideCcuShift {
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased !important;
  color: #121212 !important;
  color: #0057a7 !important;
  font-size: 15px !important;
  background-position-y: 1px !important;
}
a.hideCcuShift:hover {
  font-family: 'Roboto 400', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased !important;
  color: #121212 !important;
  color: #0057a7 !important;
  font-size: 15px !important;
  background-position-y: 1px !important;
}
.ccuShiftPaddingTop {
  padding-top: 3px;
}
.ccuShiftLabelWidth {
  width: 125px;
}
.ccuShiftInfoContainerWidth {
  width: 203px;
}
/* ------------------------------------------------------------------------------------ *\
   $OPK
\* ------------------------------------------------------------------------------------ */
span.operationsHint {
  margin-top: 15px;
}
a.fluoroTitleHelp {
  font-size: 15px;
}
span.alignRight {
  text-align: right;
}
span.pahMedicationList div {
  display: block;
  clear: both;
  height: auto;
}
td.pahMedicationTitle span.operationsHint {
  margin-top: 0;
}
/* ------------------------------------------------------------------------------------ *\
   $MITRACLIP
\* ------------------------------------------------------------------------------------ */
td.mitraClipLeftCell {
  width: 215px;
  text-align: left;
}
td.mitraClipLeftCellInput {
  width: 250px;
}
td.mitraClipRightCell {
  width: 215px;
  text-align: left;
}
.mitraClipFakeRequiredField {
  width: 445px;
  background: transparent;
  border: none !important;
  color: #ff0000;
}
input.mitraClipFakeRequiredField[readonly] {
  background: transparent !important;
  border: none !important;
}
input.mitraClipError,
input.mitraClipError:hover,
input.mitraClipError:active,
input.mitraClipError:focus {
  width: 445px;
  background: transparent;
  border: none !important;
  color: #ff0000;
  background-color: #ffd8d8 !important;
  border: 1px #fb9494 solid !important;
}
div.mitraClipScreeningPaddingRight {
  padding-right: 11px;
}
div.mitraClipFirstWidth {
  width: 306px;
}
div.mitraClipSecondWidth {
  width: 175px;
}
/* ------------------------------------------------------------------------------------ *\
   $PACEMAKERS
\* ------------------------------------------------------------------------------------ */
div.cords {
  float: left;
  width: 100%;
}
div.cord {
  float: left;
}
div.cordremovelv {
  height: 210px;
}
div.aftercordsrow {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.leadTable td {
  height: 3em !important;
  padding-bottom: 0 !important;
  vertical-align: top;
}
.leadTable input.leadItem {
  width: 195px;
}
.rowItem {
  float: left;
  margin-right: 20px;
  width: 200px;
}
.rowInput {
  width: 195px;
}
.rowTitle {
  float: left;
  width: 115px;
}
.suboperationLabel {
  width: 150px;
}
.radiographerFills {
  color: #ff0000;
}
td.pamaplaceTemporalPacemakerCell {
  width: 200px;
}
.pacemakerCommentTitleCell {
  width: 210px;
}
td.icdConversionTestCell {
  width: 160px;
}
.childrenCardiologySerialNumberTitleFix {
  display: block;
  height: 5px;
}
div.fluororow {
  margin-top: 30px;
  width: 100%;
  float: left;
}
div.fluoroTitle {
  float: left;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.fluoroInput {
  float: left;
  margin-left: 10px;
  margin-right: 30px;
}
div.fluoroFirstInput {
  float: left;
  margin-right: 30px;
}
.atrialFibrillationContainer {
  display: inline-flex;
}
.atrialFibrillationItem {
  display: inline-block;
  margin-right: 30px;
}
.pacemakerLargeColumnWidth {
  width: 210px;
}
tr.patchLeadPlacementInfoHeight {
  height: 182px;
}
/* ------------------------------------------------------------------------------------ *\
   $RHYTHM MONITOR PLACEMENT
\* ------------------------------------------------------------------------------------ */
td.operationDoneElsewhereAndSavedWithoutOperationInfoWidth {
  width: 350px;
}
/* ------------------------------------------------------------------------------------ *\
   $MITRAL STENOSIS PTA
\* ------------------------------------------------------------------------------------ */
td.mitralTwoColumnsRight {
  width: 250px;
}
td.wilkinsScoreWidth {
  width: 300px;
}
/* ------------------------------------------------------------------------------------ *\
   $ATRIAL APPENDAGE CLOSING
\* ------------------------------------------------------------------------------------ */
td.aaresult {
  text-align: left;
  padding-left: 20px;
}
div.checkBoxItemAAClosingExtraHeightAndWidth {
  width: 175px;
  height: 95px;
}
td.postoperativeAnticoagulantAfterControlWidthAndPadding {
  width: 170px;
  padding-top: 20px;
}
/* ------------------------------------------------------------------------------------ *\
   $HEART SURGERY
\* ------------------------------------------------------------------------------------ */
table.operationtable td.urgencyPadding {
  padding-bottom: 0px;
}
.previousPTCAPCIMargin {
  margin-top: 5px;
  margin-bottom: 13px;
}
div.heartCustomSubOperations {
  margin-top: 10px;
}
input.saveHeartSurgeryOperation {
  margin-bottom: 20px;
  margin-top: 20px;
}
select.cardioplegicInfusionMargin {
  margin-left: 45px;
}
/* ------------------------------------------------------------------------------------ *\
   $AORTA SURGERY
\* ------------------------------------------------------------------------------------ */
span.complicated {
  float: left;
  width: 150px;
}
span.complicatedType {
  float: left;
}
span.biggestDiameterItem {
  float: left;
  padding: 5px 5px 0px 0px;
}
select.vascularProsthesisMakeMargin {
  margin-left: 20px;
}
select.vascularProsthesisMaterialMargin {
  margin-left: 34px;
  margin-top: 5px;
}
input.vascularProsthesisSizeMargin {
  margin-left: 65px;
  margin-top: 5px;
}
/* ------------------------------------------------------------------------------------ *\
   $TUMOR SURGERY
\* ------------------------------------------------------------------------------------ */
th#tumorLeft {
  width: 250px;
}
input.tumorLungBlock {
  margin-left: 20px;
}
input.tumorLungSegment {
  margin-left: 40px;
}
select.tumorSurgeryWhoMargin {
  margin-left: 29px;
  margin-top: 5px;
}
/* ------------------------------------------------------------------------------------ *\
   $VALVE SURGERY
\* ------------------------------------------------------------------------------------ */
span#intimalTear {
  float: left;
  width: 130px;
}
div.checkBoxItemIntimalTear {
  float: left;
  height: 40px;
  width: 120px;
}
div#techniqueYesNo {
  display: block;
  margin-top: 10px;
  float: left;
}
/* ------------------------------------------------------------------------------------ *\
   $OTHER HEART SURGERY
\* ------------------------------------------------------------------------------------ */
td.otherHeartSurgeryHeader {
  height: 70px;
}
/* ------------------------------------------------------------------------------------ *\
   $THORAX SURGERY
\* ------------------------------------------------------------------------------------ */
span.thoraxReservationNotification {
  background: #ffd8d8 url("../img/alert.svg") no-repeat 5px center;
  background-size: 22px;
  padding-top: 7px;
  padding-left: 28px;
  text-align: left;
  font-size: 15px;
  display: inline-block;
}
input.fixedWidth {
  width: 140px;
}
div.thoraxCustomSubOperations {
  margin-top: 20px;
}
input.thoraxOperationSaveUnfinishedButton {
  margin-bottom: 20px;
  margin-top: 20px;
}
div.thoraxSurgeryCareStateWidthAndMargin {
  width: 186px;
  margin-left: 110px;
}
/* ------------------------------------------------------------------------------------ *\
   $PVL CATHETER CLOSURE
\* ------------------------------------------------------------------------------------ */
input.pvlOperationSaveUnfinishedButton {
  margin-bottom: 20px;
}
/* ------------------------------------------------------------------------------------ *\
   $RENAL DENERVATION
\* ------------------------------------------------------------------------------------ */
td.indent {
  padding-left: 30px;
}
td.renalDenervationAccessory {
  border: 1px solid #b32222;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 10px;
}
.egfrErrorContainer {
  margin-bottom: 5px;
}
table.renalDenervationAccessoryContainer div {
  padding-top: 6px;
  padding-bottom: 6px;
}
table.renalDenervationAccessoryContainer span {
  width: 50px;
  display: inline-block;
}
table.renalDenervationAccessoryContainer span.hinttext {
  display: block;
  width: auto;
}
table.operationtable td.burningValveAccessoryPadding {
  padding: 10px;
}
/* ------------------------------------------------------------------------------------ *\
   $ANGIOGRAPHY
\* ------------------------------------------------------------------------------------ */
div#pciOperationLinkArea {
  display: table;
  margin-top: 15px;
}
div.pciOperationLinkCellWidth {
  width: 245px;
}
div.pciOperationLinkCell {
  float: left;
  margin-left: 10px;
}
div.pciOperationLinkCell a.help {
  margin-top: 4px;
}
div.pciOperationLinkCell span.filledByDoctorAlignBottom {
  vertical-align: bottom;
}
span.pciOperationLinkHelp {
  display: block;
  font-weight: normal !important;
  margin-top: 3px;
}
td.hypokinesisWidth {
  max-width: 550px;
}
.bypassCell {
  width: 165px;
}
input.saveUnfinishedAngio {
  margin-bottom: 22px;
}
h3.angioTitleHistory {
  margin-bottom: 15px !important;
}
h3.titleAngioUrgencyAndIndication {
  margin-top: 3px !important;
  margin-bottom: 15px !important;
}
h3.angioTitleRoomInfo {
  margin-bottom: 15px;
}
h3.angioTitleOperationInfo {
  margin-top: 8px !important;
}
h3.angioTitleComplications {
  margin-top: 8px !important;
}
h3.angioTitleAngiographySummary {
  margin-top: 10px !important;
}
span.angioCustomStarTopPadding {
  padding-top: 9px;
}
table.operationtable td.angioIndicationPreStudyPadding {
  padding: 0;
}
table.primaryPciMargin {
  margin-left: 250px;
}
/* ------------------------------------------------------------------------------------ *\
   $PCI
\* ------------------------------------------------------------------------------------ */
.pciCommentsRow {
  border-top: 1px solid #d83633;
  margin-top: 20px;
  padding-top: 10px;
  width: 100%;
}
#pciVesselButtons {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pciLinkHint {
  width: 525px;
  display: block;
}
table.vessel {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px;
}
div.vesseldivider {
  border-top: 2px solid #dadada;
  width: 80%;
}
table.vesselTable {
  margin-top: 10px;
  margin-left: 5px;
}
table.vesselTable tr td:first-child {
  width: 173px;
}
div.shockwaveVessels {
  margin-bottom: 30px;
}
div.shockwaveVessels:last-of-type {
  margin-bottom: 5px;
}
div.vesselAreaBorders {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 15px;
}
h4.vesselHeader {
  margin-left: 5px;
}
span.pciAdhocLabel {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
h3.pciTitleVeins {
  margin-bottom: 18px !important;
  margin-top: -10px !important;
}
h3.pciTitleConclusion {
  margin-top: 5px !important;
}
h3.pciTitleComplications {
  margin-top: 5px !important;
}
td.pciProlongedHospitalizationCell span.bold,
td.pciDialysisNeedCell span.bold {
  display: inline-block;
  padding-top: 5px;
}
td.pciProlongedHospitalizationCell span.required,
td.pciDialysisNeedCell span.required {
  padding-top: 9px;
}
td.pciCardiologistWidth {
  width: 700px;
}
select.pciDialysisNeedSelectMargin {
  margin-left: 101px;
}
tr.pciCommentsRowMarginAndDisplay {
  margin-top: 15px;
  display: block;
}
span.pciVesselWidth285 {
  width: 285px;
}
input.postExpansionBallMargin {
  margin-left: 42px;
}
input.postExpansionPressureMargin {
  margin-left: 32px;
}
span.postExpansionHintTextMargin {
  margin-left: 139px;
}
span.pciLargestDiameterContainerMargin {
  margin-left: 65px;
}
input.pciLargestDiameterMargin {
  margin-left: 25px;
}
span.pciLargestDiameterHintTextMargin {
  margin-left: 145px;
}
table.ctoContainerWidth {
  width: 900px;
}
table.operationtable tr td.pciVesselWidth {
  width: 195px;
}
/* ------------------------------------------------------------------------------------ *\
   $TAVI
\* ------------------------------------------------------------------------------------ */
td.taviValveLabelCell {
  width: 205px;
}
td.taviValveFieldCell {
  width: 225px;
}
tr.taviPppInvalidVinVNoNotification {
  color: #ff8f00;
}
input.taviOperationSaveUnfinishedButton {
  margin-bottom: 20px;
}
td.taviCcsLabel {
  text-align: left;
}
div.taviPermanentPacemakerContainerWidth {
  width: 215px;
}
span.taviAnnulusAreaHintMargin {
  margin-left: 4px;
}
/* ------------------------------------------------------------------------------------ *\
   $CARDIOLOGYCLINIC
\* ------------------------------------------------------------------------------------ */
span.cardiologyClinicDatePicker {
  width: 120px;
  display: inline-block;
  margin-left: 10px;
}
/* ------------------------------------------------------------------------------------ *\
   $CHILDREN PACEMAKER CONTROL
\* ------------------------------------------------------------------------------------ */
div.childrenPacemakerControlLeadLabelsContainer {
  float: left;
  margin-top: 30px;
  width: 191px;
}
div.childrenPacemakerControlLeadLabelCell {
  width: 100%;
  height: 41px;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 6px;
}
.marginTopExtra {
  margin-top: 11px;
}
div.childrenPacemakerControlLeadFieldCell {
  height: 35px;
  padding-top: 12px;
  border-bottom: 1px solid #e2e2e2;
}
div.minimumAmplitudeContainerWidthAndHeight {
  width: 222px;
  height: 86px;
}
div.childrenPacemakerControlLeadContainer {
  float: left;
  width: 165px;
}
div.childrenPacemakerControlLeadContainer h3,
div.batteryResistanceContainer h3 {
  font-size: 16px;
}
div.batteryResistanceContainer {
  width: 200px;
  float: left;
  padding-left: 15px;
}
div.batteryResistanceContainer div.childrenPacemakerControlLeadLabelCell {
  width: 110px;
  height: 41px;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  padding-top: 6px;
  float: left;
  border-bottom: none;
}
div.batteryResistanceContainer div.childrenPacemakerControlLeadFieldCell {
  height: 35px;
  padding-top: 12px;
  float: left;
  width: 80px;
  border-bottom: none;
}
div.childrenPamaControlHintContainer {
  color: #008000;
  width: 970px;
  padding: 10px;
  background: #e5fbe5;
}
/* ------------------------------------------------------------------------------------ *\
   $CHILDREN HEART CONTROL
\* ------------------------------------------------------------------------------------ */
div.measurementContainer {
  float: left;
  width: 189px;
}
div.measurementDateContainer {
  float: left;
}
div.childrenHeartControlAdmissionUrgencyCell {
  float: left;
}
div.childrenHeartControlAdmissionDecisionCell {
  float: left;
  margin-left: 78px;
}
div.childrenHeartControlAdmissionDecisionCell span {
  margin-right: 72px;
}
.childrenHeartControlLaboratoryTablePadding {
  padding: 2px 5px 2px 5px;
}
td.neoaorticStenosisMaxGradientWidth {
  width: 140px;
}
/* ------------------------------------------------------------------------------------ *\
   $CHILDREN CATHETERS
\* ------------------------------------------------------------------------------------ */
.otherMeasureContainer {
  float: left;
  width: 250px;
}
.otherMeasureContainer input {
  width: 237px;
}
.otherMeasureValueContainer {
  float: left;
}
.childrenCatheterDisplayBlockAndWidth {
  display: inline-block;
  width: 180px;
}
.childrenCatheterHintMargin {
  margin-left: 183px;
}
/* ------------------------------------------------------------------------------------ *\
   $MCC
\* ------------------------------------------------------------------------------------ */
.agreementCell {
  width: 300px;
}
span span.boldImportant {
  font-weight: bold !important;
}
/* ------------------------------------------------------------------------------------ *\
   $SMALL OPERATION
\* ------------------------------------------------------------------------------------ */
td.smallOperationPatientIn {
  vertical-align: middle !important;
}
td.smallOperationCheckbox div.checkBoxItem {
  width: 240px;
}
input.smallOtherOperation {
  width: 400px;
}
/* ------------------------------------------------------------------------------------ *\
   $SMALL OPERATION PLAN
\* ------------------------------------------------------------------------------------ */
div.smallOperationPlanGeneric tr > td:first-child {
  vertical-align: middle !important;
}
td.smallOperationPlanType {
  vertical-align: middle !important;
}
td.smallOperationPlanNotifications {
  padding-top: 5px;
}
/* ------------------------------------------------------------------------------------ *\
   $OPERATION PLANS
\* ------------------------------------------------------------------------------------ */
table.operationPlanTable tr td:first-child {
  width: 220px;
}
div.checkBoxHeight40 {
  height: 40px;
}
div.currentPacemakerInfo {
  margin-bottom: 25px;
  display: inline-block;
}
div.leadColumn {
  float: left;
  margin-left: 67px;
}
textarea.textareaHeight100 {
  height: 100px;
}
table.leadPanelTable {
  float: left;
  margin-right: 50px;
}
table.leadPanelTable tr td:first-child {
  width: 80px;
}
table.leadPanelTable select {
  width: 150px;
}
p.cardiologyPlanHelpPopupTitle {
  font-size: 120%;
}
ul.cardiologyPlanHelpPopupList {
  margin-left: 20px;
}
/* ------------------------------------------------------------------------------------ *\
   $CHILDREN MAREVAN CONTROL
\* ------------------------------------------------------------------------------------ */
div.childrenMarevanControlRow {
  width: 100%;
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.childrenMarevanControlRow div.childrenMarevanControlLabelCell {
  width: 150px;
  display: inline-block;
  vertical-align: top;
}
div.childrenMarevanControlRow div.childrenMarevanControlFieldCell {
  width: 320px;
  display: inline-block;
  vertical-align: top;
}
div.childrenMarevanControlRow div.klexaneContainer {
  width: 400px;
}
div.childrenMarevanControlRow div.klexaneContainer input[type="text"] {
  margin-top: 8px;
}
div.childrenMarevanControlTreatmentPeriodRow div.childrenMarevanControlFieldCell div.treatmentPeriodPermanentContainer {
  display: inline-block;
}
div.maxWeeksExceededContainer {
  margin-bottom: 15px;
  margin-top: 10px;
}
span.inrMeasurementsText {
  display: inline-block;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  width: 150px;
}
button.topMargin {
  margin-top: 20px;
}
td.extraPaddingTop {
  padding-top: 20px;
}
span.collectedNotes {
  color: #3067a5;
  display: inline-block;
  margin-left: 15px;
  width: 350px;
}
/**
 MUISTA LAITTAA NÄMÄ AINA MYÖS PRINTATTAVALLE VERSIOLLE!
 */
.dosageFieldColor1 {
  background-color: #ceefc0 !important;
}
.dosageFieldColor2 {
  background-color: #bde8f9 !important;
}
.dosageFieldColor3 {
  background-color: #f9c9c9 !important;
}
.dosageFieldColor4 {
  background-color: #b4bfbf !important;
}
.dosageFieldColor5 {
  background-color: #ffff9a !important;
}
.dosageFieldColor6 {
  background-color: #e8caa4 !important;
}
.dosageFieldColor7 {
  background-color: #c9b8ec !important;
}
.dosageFieldColor8 {
  background-color: #ffd3b2 !important;
}
.dosageFieldColor9 {
  background-color: #f3adc4 !important;
}
.dosageFieldColor10 {
  background-color: #9fcece !important;
}
/**
 MUISTA LAITTAA NÄMÄ AINA MYÖS PRINTATTAVALLE VERSIOLLE!
 */
div.childrenMarevanControlInrContainer {
  margin-top: 10px;
}
div.childrenMarevanControlInrContainer div.headerRow {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #e2e2e2;
}
div.childrenMarevanControlInrContainer div.headerRow .headerCell {
  display: inline-block;
  width: 85px;
  margin-left: 5px;
  text-align: left;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #d83633;
}
div.childrenMarevanControlInrContainer div.headerRow div.headerCellVeryNarrow {
  display: inline-block;
  width: 85px;
  margin-left: 5px;
  text-align: left;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #d83633;
  width: 70px;
  text-align: center;
}
div.childrenMarevanControlInrContainer div.headerRow div.headerCellNarrow {
  display: inline-block;
  width: 85px;
  margin-left: 5px;
  text-align: left;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #d83633;
  width: 80px;
  text-align: center;
  margin-right: 7px;
}
div.childrenMarevanControlInrContainer div.headerRow div.headerCellDosageWeek {
  display: inline-block;
  width: 85px;
  margin-left: 5px;
  text-align: left;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #d83633;
  width: 170px;
  text-align: center;
}
div.childrenMarevanControlInrContainer div.headerRow div.headerWide {
  display: inline-block;
  width: 85px;
  margin-left: 5px;
  text-align: left;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #d83633;
  width: 230px;
  text-align: center;
}
div.childrenMarevanControlInrContainer div.inrRows div.inrRow {
  padding-top: 5px;
  padding-bottom: 10px;
}
div.childrenMarevanControlInrContainer div.inrRows div.inrRow input[type="text"] {
  text-align: center;
}
div.childrenMarevanControlInrContainer div.inrRows div.inrRow .addNote {
  color: #0b920b !important;
  background-color: #d7f7d7 !important;
}
div.childrenMarevanControlInrContainer div.inrRows div.inrRow .addNote:hover {
  background-color: #97d497 !important;
  color: #077107 !important;
}
div.childrenMarevanControlInrContainer div.inrRows div.inrRow .deleteNote:disabled {
  color: #f5f4f4 !important;
  background-color: #eaeaea !important;
  visibility: hidden;
}
div.childrenMarevanControlInrContainer div.inrRows div.inrRow .inrCell {
  display: inline-block;
  width: 85px;
  text-align: left;
  margin-left: 5px;
  vertical-align: top;
}
div.childrenMarevanControlInrContainer div.inrRows div.inrRow div.inrCellVeryNarrow {
  display: inline-block;
  width: 85px;
  text-align: left;
  margin-left: 5px;
  vertical-align: top;
  width: 70px;
}
div.childrenMarevanControlInrContainer div.inrRows div.inrRow div.inrCellVeryNarrow input[type="text"] {
  width: 65px;
}
div.childrenMarevanControlInrContainer div.inrRows div.inrRow div.inrCellNarrow {
  display: inline-block;
  width: 85px;
  text-align: left;
  margin-left: 5px;
  vertical-align: top;
  width: 80px;
}
div.childrenMarevanControlInrContainer div.inrRows div.inrRow div.inrCellNarrow input[type="text"] {
  width: 75px;
}
div.childrenMarevanControlInrContainer div.inrRows div.inrRow div.inrCellDosageWeek {
  display: inline-block;
  width: 85px;
  text-align: left;
  margin-left: 5px;
  vertical-align: top;
  width: 170px;
  text-align: center;
}
div.childrenMarevanControlInrContainer div.inrRows div.inrRow div.inrCellDosageWeek span {
  height: 21px;
  display: block;
  padding-top: 4px;
  color: #000000 !important;
}
div.childrenMarevanControlInrContainer div.inrRows div.inrRow .inrShowMeasurementButton {
  margin-left: 10px;
  vertical-align: top;
}
.hide {
  visibility: hidden;
}
.errorDosagesLower {
  position: absolute;
  z-index: 5;
}
.errorDosages {
  font-size: 90%;
  width: 300px;
  position: relative;
  top: -40px;
  left: 280px;
  padding: 4px 15px;
  color: #ff0000;
  border: 1px solid #f3bfbf;
  background: #ffe5e5;
  opacity: 0;
  -webkit-animation: fadeOut 1;
  -moz-animation: fadeOut 1;
  animation: fadeOut 1;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  animation-duration: 4s;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
div.childrenMarevanControlWeekContainer {
  margin-top: 10px;
}
div.childrenMarevanControlWeekContainer div.headerRow {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #e2e2e2;
}
div.childrenMarevanControlWeekContainer div.headerRow .headerCell {
  display: inline-block;
  width: 85px;
  margin-left: 5px;
  text-align: left;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #d83633;
}
div.childrenMarevanControlWeekContainer div.headerRow div.headerCellNarrow {
  display: inline-block;
  width: 85px;
  margin-left: 5px;
  text-align: left;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #d83633;
  width: 65px;
  text-align: center;
}
div.childrenMarevanControlWeekContainer div.headerRow div.headerCellWeekNumber {
  width: 55px !important;
}
div.childrenMarevanControlWeekContainer div.headerRow div.headerCellDay {
  display: inline-block;
  width: 85px;
  margin-left: 5px;
  text-align: left;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #d83633;
  width: 50px;
  text-align: center;
}
div.childrenMarevanControlWeekContainer div.headerRow div.headerCellDosageWeek {
  display: inline-block;
  width: 85px;
  margin-left: 5px;
  text-align: left;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #d83633;
  width: 70px;
}
div.childrenMarevanControlWeekContainer div.headerRow div.headerCellNotes {
  display: inline-block;
  width: 85px;
  margin-left: 5px;
  text-align: left;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #d83633;
  width: 150px;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week {
  padding-top: 5px;
  padding-bottom: 10px;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week input[type="text"] {
  text-align: center;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week .weekCell {
  display: inline-block;
  width: 85px;
  text-align: left;
  margin-left: 5px;
  vertical-align: top;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellNarrow {
  display: inline-block;
  width: 85px;
  text-align: left;
  margin-left: 5px;
  vertical-align: top;
  width: 65px;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellNarrow input[type="text"] {
  width: 60px;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellWeekNumber {
  width: 55px !important;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellDay {
  display: inline-block;
  width: 85px;
  text-align: left;
  margin-left: 5px;
  vertical-align: top;
  width: 50px;
  text-align: center;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellDay input[type="text"] {
  width: 45px;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellDosageWeek {
  display: inline-block;
  width: 85px;
  text-align: left;
  margin-left: 5px;
  vertical-align: top;
  width: 70px;
  text-align: center;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellDosageWeek span {
  height: 21px;
  display: block;
  padding-top: 4px;
  color: #000000 !important;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellNotes {
  display: inline-block;
  width: 85px;
  text-align: left;
  margin-left: 5px;
  vertical-align: top;
  width: 340px;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellNotes div.notesChoiceContainer {
  width: 110%;
  clear: both;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellNotes div.notesChoiceContainer select {
  width: 300px;
  display: inline-block;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellNotes button {
  display: inline-block;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellNotes span.currentNotes {
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellNotes span.currentNotes button {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 5px;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellNotes span.currentNotes button:hover {
  background: #f5c6c6;
}
div.childrenMarevanControlWeekContainer div.weekRows div.week div.weekCellNotes span.currentNotes:hover {
  background: #efefef;
}
@media screen and (min-width: 1575px) {
  div.childrenMarevanControlWeekContainer div.weekCellNotes {
    width: 670px !important;
  }
}
/* ------------------------------------------------------------------------------------ *\
   $WICKED CHARTS
\* ------------------------------------------------------------------------------------ */
.patientChartPanelFixed {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
  max-width: 400mm;
  max-height: 300mm;
  width: 100%;
  height: 100%;
}
.patientChartPanelFixed h4 {
  margin-top: -10px;
}
.patientChartPanelFixed .buttonContainer {
  padding: 10px;
  box-sizing: border-box;
  background-color: #F7F7F7;
  margin-bottom: 15px;
}
.patientChartPanelFixed .buttonContainer button {
  margin-bottom: 5px;
}
.patientChartPanelFixed .chartContainer {
  position: absolute;
  box-sizing: border-box;
  top: 120px;
  bottom: 50px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
.patientChartPanelFixed .chart {
  padding-top: 20px;
}
.patientChartPanelFixed .closeButtonContainer {
  position: absolute;
  bottom: 0;
  height: 50px;
  border-top: 3px solid #BCBCBC;
  width: 100%;
  background-color: #ffffff;
}
input.margin10 {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.patientChartPanelFixed .noDataLabel {
  display: block;
  position: absolute;
  top: 40%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  color: #BBBBBB;
}
.patientChartPanelFixed .chartTooltip {
  clear: both;
  display: table;
  text-align: center;
  width: 100%;
}
g.highcharts-button:hover {
  cursor: pointer !important;
}
div.highcharts-contextmenu {
  background-color: transparent !important;
}
.highcharts-export-menu {
  z-index: 1000;
}
g.highcharts-button text {
  fill: #d83633 !important;
  font-size: 13px !important;
  padding-top: 0 !important;
}
div.highcharts-contextmenu hr {
  background-color: transparent !important;
  padding-bottom: 20px;
  visibility: hidden;
}
div.highcharts-contextmenu > div {
  background-color: #ffffff !important;
  box-shadow: 1px 1px 15px #D0D0D0 !important;
  border: 1px solid #CECECE !important;
  font-size: 14px !important;
  font-family: Verdana, sans-serif;
}
div.highcharts-contextmenu div {
  font-size: 14px !important;
  font-family: Verdana, sans-serif;
  padding-top: 1px !important;
}
div.highcharts-contextmenu div:hover {
  background-color: #ffffff !important;
  color: #d83633 !important;
}
g.highcharts-no-data text {
  fill: #BBBBBB !important;
  font-size: 22px !important;
}
.highcharts-legend-item:hover {
  cursor: pointer;
}
.highcharts-legend-item:hover text {
  fill: #949494 !important;
  color: #949494 !important;
}
/* ------------------------------------------------------------------------------------ *\
   $CHILDREN PACEMAKER CONTROL RECORD
\* ------------------------------------------------------------------------------------ */
@media only screen and (-ms-high-contrast: none) {
  body.childrenPacemakerControlRecordPage div.tableScrollerIE {
    overflow: scroll !important;
    height: 300px !important;
  }
}
body.childrenPacemakerControlRecordPage {
  margin: 20px;
}
body.childrenPacemakerControlRecordPage th {
  color: #000000 !important;
}
body.childrenPacemakerControlRecordPage button {
  font-weight: normal !important;
  text-shadow: none !important;
}
body.childrenPacemakerControlRecordPage .printButton {
  position: fixed;
  left: 235px;
  top: 3px;
  background: #d83633;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 14px;
  border-radius: 5px;
}
body.childrenPacemakerControlRecordPage .closeButton {
  position: fixed;
  left: 415px;
  top: 3px;
  background: #e4e4e4;
  border: 1px solid #c5c5c5;
  color: #000000;
  padding: 4px;
  font-size: 14px;
  border-radius: 5px;
}
body.childrenPacemakerControlRecordPage .printButton:hover,
body.childrenPacemakerControlRecordPage .closeButton:hover {
  cursor: pointer;
}
body.childrenPacemakerControlRecordPage .recordTitle {
  font-size: 17px;
}
body.childrenPacemakerControlRecordPage div.tableScroller {
  width: 100%;
  overflow-x: scroll;
}
body.childrenPacemakerControlRecordPage .valuetable {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  margin-top: 20px;
}
body.childrenPacemakerControlRecordPage tbody.patientInfo,
body.childrenPacemakerControlRecordPage tbody.generatorInfo,
body.childrenPacemakerControlRecordPage tbody.leadInfo {
  font-size: 12px;
}
body.childrenPacemakerControlRecordPage tbody.generatorInfo span.pacemakerType {
  margin-left: 10px;
}
body.childrenPacemakerControlRecordPage tr.titlesContainer {
  border-bottom: 1px solid #000000;
}
body.childrenPacemakerControlRecordPage div.leadTitle {
  text-align: left;
  font-size: 14px;
}
body.childrenPacemakerControlRecordPage .atrLeadTitle,
body.childrenPacemakerControlRecordPage .rvLeadTitle,
body.childrenPacemakerControlRecordPage .lvLeadTitle,
body.childrenPacemakerControlRecordPage .patchLeadTitle,
body.childrenPacemakerControlRecordPage .batteryTitle {
  border-left: 2px solid #000000;
}
body.childrenPacemakerControlRecordPage tr.leadValuesTitlesContainer {
  border-bottom: 2px solid #000000;
}
body.childrenPacemakerControlRecordPage tr.leadValuesTitlesContainer th {
  border-right: 1px solid #000000;
}
body.childrenPacemakerControlRecordPage td.valueRightmost,
body.childrenPacemakerControlRecordPage th.valueRightmost {
  border-right: 2px solid #000000 !important;
}
body.childrenPacemakerControlRecordPage tr.controls {
  border-bottom: 1px solid #000000;
}
body.childrenPacemakerControlRecordPage tr.controls td {
  border-right: 1px solid #000000;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.childrenPacemakerControlRecordPage .underlined td {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}
body.childrenPacemakerControlRecordPage .toppadded td {
  padding-top: 10px;
}
body.childrenPacemakerControlRecordPage .toppadded {
  padding-top: 10px;
}
td.width15percent {
  width: 15%;
}
/* ------------------------------------------------------------------------------------ *\
   $CHILDREN MAREVAN CONTROL RECORD
\* ------------------------------------------------------------------------------------ */
@media only screen and (-ms-high-contrast: none) {
  body.childrenMarevanControlRecordPage div.tableScrollerIE {
    height: 450px !important;
  }
}
body.childrenMarevanControlRecordPage {
  margin: 20px;
}
body.childrenMarevanControlRecordPage div.printHelpWidth {
  width: 250px;
}
body.childrenMarevanControlRecordPage p.saveDisabledHelp {
  padding: 8px !important;
  margin-top: 5px;
  border-radius: 10px;
}
body.childrenMarevanControlRecordPage p.saveDisabledHelpSmallPadding {
  padding: 1px;
}
body.childrenMarevanControlRecordPage div.emptySpaceHeight {
  height: 10px;
}
body.childrenMarevanControlRecordPage div.patientInfo {
  margin-top: 10px;
}
body.childrenMarevanControlRecordPage div.row {
  width: 100%;
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.childrenMarevanControlRecordPage div.row div.label,
body.childrenMarevanControlRecordPage div.row div.value,
body.childrenMarevanControlRecordPage div.row div.labelValueContainer {
  display: inline-block;
}
body.childrenMarevanControlRecordPage div.row div.labelValueContainer {
  width: 330px;
}
body.childrenMarevanControlRecordPage div.row div.label {
  width: 155px;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
body.childrenMarevanControlRecordPage div.row div.value {
  width: 170px;
}
body.childrenMarevanControlRecordPage div.row div.klexaneContainer {
  display: inline-block;
  margin-left: -130px;
}
body.childrenMarevanControlRecordPage div.row div.klexaneDosage {
  display: inline-block;
}
body.childrenMarevanControlRecordPage div.row div.klexaneRepetition {
  display: inline-block;
  margin-left: 18px;
}
body.childrenMarevanControlRecordPage div.row div.klexaneRepetition div.label {
  width: 113px;
}
body.childrenMarevanControlRecordPage h1 {
  margin-top: 50px;
}
body.childrenMarevanControlRecordPage th {
  color: #000000 !important;
}
body.childrenMarevanControlRecordPage button {
  font-weight: normal !important;
  text-shadow: none !important;
}
body.childrenMarevanControlRecordPage .printButton {
  position: fixed;
  left: 20px;
  top: 3px;
  font-size: 14px;
  border-radius: 5px;
}
body.childrenMarevanControlRecordPage .closeButton {
  position: fixed;
  left: 165px;
  top: 3px;
  padding: 4px;
  font-size: 14px;
  border-radius: 5px;
}
body.childrenMarevanControlRecordPage .printButton:hover,
body.childrenMarevanControlRecordPage .closeButton:hover {
  cursor: pointer;
}
body.childrenMarevanControlRecordPage .recordTitle {
  font-size: 17px;
}
body.childrenMarevanControlRecordPage div.tableScroller {
  width: 100%;
  overflow: scroll;
  height: 700px;
}
body.childrenMarevanControlRecordPage .valuetable {
  width: 920px;
  font-size: 13px;
  border-collapse: collapse;
  margin-top: 20px;
}
body.childrenMarevanControlRecordPage tr.weeks {
  border-bottom: 1px solid #000000;
  width: 100%;
}
body.childrenMarevanControlRecordPage tr.weeks td.date {
  width: 80px;
}
body.childrenMarevanControlRecordPage tr.weeks td.day {
  width: 45px;
}
body.childrenMarevanControlRecordPage tr.weeks td.day .dosageFieldColor {
  padding: 4px 7px;
}
body.childrenMarevanControlRecordPage tr.weeks td.inr {
  width: 60px;
}
body.childrenMarevanControlRecordPage tr.weeks td.dosageWeek {
  width: 60px;
}
body.childrenMarevanControlRecordPage tr.weeks td.dosageWeek .dosageFieldColor {
  padding: 4px 7px;
}
body.childrenMarevanControlRecordPage tr.weeks td.notes {
  width: 420px;
  text-align: left;
  padding-left: 5px;
}
body.childrenMarevanControlRecordPage tr.weeks td.inrPadding {
  padding: unset;
}
body.childrenMarevanControlRecordPage tr.weeks td.inrWidth {
  width: 31px;
}
body.childrenMarevanControlRecordPage tr.titlesContainer {
  border-bottom: 1px solid #000000;
}
body.childrenMarevanControlRecordPage table.controls {
  border-bottom: 1px solid #000000;
}
body.childrenMarevanControlRecordPage table.controls td {
  border-right: 1px solid #000000;
  padding: 5px 0;
  text-align: center;
}
body.childrenMarevanControlRecordPage tbody.commonInfo td,
body.childrenMarevanControlRecordPage tbody.commonInfo tr {
  border: none;
  text-align: left;
}
body.childrenMarevanControlRecordPage tbody.commonInfo .treatmentPeriod {
  font-size: 15px;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
/*
   $PACEMAKER INFORMATION PANEL
\* ------------------------------------------------------------------------------------ */
.mriSafeYes {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px;
  color: #008000;
}
.mriSafeNo {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px;
  color: #ff0000;
}
.historyPanelFixed {
  background-color: #ffffff;
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.2s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.2s;
}
.historyPanelFixed .inUseRow .underlined h2.currentPamaTitle {
  background: url("../img/icon-pacemaker.svg") no-repeat 170px 0;
  background-size: 35px;
  padding-left: 10px;
  height: 26px;
  padding-top: 5px;
}
.historyPanelFixed .inUseRow .underlined .pamaPartLabel {
  padding-left: 10px;
}
.historyPanelFixed .inUseRow span.mriSafeNo {
  display: inline-block;
  padding-left: 10px;
}
.historyPanelFixed .currentPamaRow td,
.historyPanelFixed .deactivatedPamaRow td,
.historyPanelFixed .changePamaRow td {
  padding-left: 10px;
}
.historyPanelFixed .deactivatedContainer h2,
.historyPanelFixed .pacemakerHistoryContainer h2 {
  padding-left: 10px;
}
.historyPanelFixed h2.deactivatedPamaTitle {
  background: url("../img/icon-pacemaker-gray.svg") no-repeat 122px -5px;
  background-size: 35px;
  height: 24px;
  padding-top: 2px;
}
.historyPanelFixedClose {
  background-color: #f1f1f1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.2s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.2s;
  box-shadow: 10px 15px 45px -5px rgba(0, 0, 0, 0.3);
}
b.dimmer {
  opacity: 0;
  -webkit-animation: fadeInModalDimmer ease-in 1;
  -moz-animation: fadeInModalDimmer ease-in 1;
  animation: fadeInModalDimmer ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.modalWindow {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.2s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.2s;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}
.pacemakerHistoryTitle {
  color: #d83633;
  font-size: 120%;
  background: #f4f4f4 url("../img/icon-pacemakerHistory.svg") no-repeat 157px 2px;
  background-size: 40px;
  border-top: 5px solid #e5e5e5;
}
.componentTable td,
.componentTable th {
  background-color: #F29494;
}
table.historyTable th {
  color: #333333;
  background-color: #F4F4F4;
  padding-bottom: 8px;
}
table.historyTable th h2 {
  color: #d83633;
}
.pacemakerheader {
  background-color: #F4F4F4;
}
.deactivatedTable td {
  color: #7B7B7B;
}
.pacemakerheader {
  font-size: 120%;
  color: #d83633;
}
.inuseRowLeft {
  border-left: 1px solid #BDBDBD;
}
.inuseRowRight {
  border-right: 1px solid #BDBDBD;
}
/* ------------------------------------------------------------------------------------ *\
   $REPORTS PAGE
\* ------------------------------------------------------------------------------------ */
div.benchmarkReportContainer {
  background: url('../img/icon-benchmark.svg') no-repeat 119px 13px;
  background-size: 30px;
}
div.pacemakerInvoicingReportContainer {
  width: 240px;
}
h2.benchmarkGroupTitle {
  color: #333333;
}
a.benchmarkLoginLink {
  background: url("../img/icon-goButton-red.svg") no-repeat scroll 0 1px transparent;
  background-size: 16px;
  padding-left: 18px;
}
button.chartButton:active,
button.chartButton:focus,
button.chartButtonWide:active,
button.chartButtonWide:focus {
  background-color: #c7c7c7;
}
.paddingTopExtra {
  padding-top: 65px;
}
div.pacemakerWardGuchEpsContainer {
  margin-right: 0;
}
span.takoTsuboMargin {
  margin-top: 7px;
  display: inline-block;
}
.administrationTableData th:first-child {
  width: 340px;
}
select.reportClassifierMenu,
input[type="text"].reportClassifierMenu {
  margin-bottom: 10px;
}
.reportHelpAtSplitPanel {
  position: absolute;
  top: 15px;
}
a.fhScreenReportHelp {
  position: absolute;
  top: 15px;
  left: 282px;
}
a.fhScreenSurvivalReportHelp {
  position: absolute;
  top: 15px;
  left: 293px;
}
a.diabetesScreenReportHelp {
  position: absolute;
  top: 15px;
  left: 332px;
}
a.diabetesSurvivalScreenReportHelp {
  position: absolute;
  top: 15px;
  left: 396px;
}
a.diabetesAnalysisReportHelp {
  position: absolute;
  top: 15px;
  left: 296px;
}
th.queueReportTimestampTitle {
  width: 185px;
}
th.queueReportDaysInQueueTitle {
  width: 100px;
}
td.queueReportTimestampCell {
  padding-left: 35px !important;
}
.paramForm_HeartFailureCountReportPage div.heartFailureRegisterStarted {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #008000;
}
.paramForm_HeartFailureCountReportPage div.healthCareDistrictContainer {
  background-position-y: 21px;
  padding-top: 20px;
}
/*
   $PACEMAKER INVOICING REPORT
\* ------------------------------------------------------------------------------------ */
.reportMonthContainer {
  display: inline-block;
  margin-right: 5px;
}
.reportYearContainer {
  display: inline-block;
}
.tableData.byMunicipalities th:nth-child(1) {
  text-align: left;
  width: 300px;
}
.tableData.byMunicipalities th:nth-child(2),
.tableData.byMunicipalities tbody td:nth-child(2) {
  text-align: center;
  width: 190px;
}
.tableData.byMunicipalities th:nth-child(3),
.tableData.byMunicipalities tbody td:nth-child(3) {
  text-align: center;
  width: 190px;
}
.tableData.byMunicipalities th:nth-child(4),
.tableData.byMunicipalities tbody td:nth-child(4) {
  text-align: center;
  width: 190px;
}
.tableData.byMunicipalities tbody td:nth-child(2),
.tableData.byMunicipalities tbody td:nth-child(3),
.tableData.byMunicipalities tbody td:nth-child(4) {
  color: #3067a5;
}
.tableData.byMunicipalities tbody tr:last-child td {
  border-top: 2px solid #a0a0a0;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
.tableData.byPatients th:nth-child(1),
.tableData.byPatients tbody td:nth-child(1) {
  text-align: center;
  width: 70px;
}
.tableData.byPatients th:nth-child(2),
.tableData.byPatients tbody td:nth-child(2) {
  text-align: left;
  width: 300px;
}
.tableData.byPatients th:nth-child(3),
.tableData.byPatients tbody td:nth-child(3) {
  text-align: left;
  width: 300px;
}
.tableData.byPatients th:nth-child(4),
.tableData.byPatients tbody td:nth-child(4) {
  text-align: center;
  width: 100px;
}
.tableData.byPatients th:nth-child(5),
.tableData.byPatients tbody td:nth-child(5) {
  text-align: center;
  width: 100px;
}
.tableData.byPatients th:nth-child(6),
.tableData.byPatients tbody td:nth-child(6) {
  text-align: center;
  width: 100px;
}
.tableData.byPatients th:nth-child(7),
.tableData.byPatients tbody td:nth-child(7) {
  text-align: center;
  width: 100px;
}
.tableData.byPatients tbody td:nth-child(7) {
  color: #3067a5;
}
.tableData.byPatients tbody tr:last-child td {
  border-top: 2px solid #a0a0a0;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
form.paramForm_PacemakerBillingOperationDataReportPage div.showExtraFilteringLinkArea {
  display: none;
}
form.paramForm_PacemakerBillingOperationDataReportPage div.generateButtonContainer {
  clear: both;
  margin-top: 35px;
}
div.chartArea_PacemakerBillingOperationDataReportPage {
  margin-top: 65px;
  width: auto;
  overflow-x: scroll;
}
div.chartArea_PacemakerBillingOperationDataReportPage div.innerChartArea {
  width: auto;
  max-width: unset;
  margin-top: 10px;
}
div.chartArea_PacemakerBillingOperationDataReportPage div.innerChartArea div.tableArea {
  width: auto;
}
div.chartArea_PacemakerBillingOperationDataReportPage div.innerChartArea div.tableArea div.inlineHelpGray {
  width: 1030px;
  line-height: 1.4em;
}
div.chartArea_PacemakerBillingOperationDataReportPage div.innerChartArea div.tableArea div.inlineHelpGreen {
  width: 1030px;
  margin-top: 17px;
  line-height: 1.4em;
}
div.chartArea_PacemakerBillingOperationDataReportPage div.innerChartArea div.tableArea div.tableDataContainer {
  width: auto;
  position: relative;
}
div.chartArea_PacemakerBillingOperationDataReportPage div.innerChartArea div.tableArea div.showExtraFilteringLinkArea {
  margin-top: 10px;
}
div.chartArea_PacemakerBillingOperationDataReportPage div.innerChartArea div.tableArea div.excelExport {
  margin-bottom: 5px;
  margin-top: -10px;
}
/* ------------------------------------------------------------------------------------ *\
   $QUEUE PAGE
\* ------------------------------------------------------------------------------------ */
div.queueContainer {
  font-size: 15px;
  margin-top: -20px;
  display: table;
  width: 100%;
}
div.queueContainer .modalWindow {
  box-shadow: none !important;
}
div.queuePageContainer ul {
  list-style-type: none !important;
}
div.queuePageContainer .eventTabs {
  width: 100%;
}
div.queuePageContainer .eventTabs .tab-row {
  position: absolute;
  margin-top: 10px;
  border-bottom: 2px solid #dadada;
  font-size: 16px;
}
div.queuePageContainer .eventTabs .tab-row li {
  float: left;
  padding-bottom: 5px;
}
div.queuePageContainer .eventTabs .tab-row li.selected {
  border-bottom: 2px solid #d83633;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: -2px;
}
div.queuePageContainer .eventTabs .tab-row li.selected a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
div.queuePageContainer .eventTabs .tab-row .tab1 {
  margin-left: 20px;
}
.queuePatientPanelContainer {
  width: 100%;
  display: table;
  margin-top: -20px;
  padding-top: 51px;
}
.queuePatientListContainer {
  float: left;
}
.queuePatientPanelContainer .patientQueueTitle {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-size: 17px;
}
.patientList {
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px;
  max-width: 1220px;
}
.patientList select {
  max-width: 85px;
}
.patientListEmptyLabel {
  color: #adadad;
  margin-top: 35px;
  font-size: 16px;
  display: block;
  width: 360px;
  float: left;
  margin-left: 217px;
  cursor: default;
}
.specificDateSelectContainer {
  margin-top: 20px;
}
.specificDateSelectContainer .showDateLabel {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px;
}
.specificDateSelectContainer input {
  margin-left: 10px;
  margin-right: 10px;
}
.specificDateSelectContainer button {
  cursor: pointer;
}
.dayEventPanelPatientList {
  background-color: #ffffff;
  width: 100%;
  margin-top: 0;
}
.patientListTitleContainer {
  width: 100%;
}
.patientListTitleContainer h2 {
  width: 267px;
  display: inline-block;
}
.patientList th {
  padding: 12px 12px 12px 15px;
  font-size: 14px;
  border-bottom: 1px solid #d4d4d4;
}
.patientList th.addToFirstFreeTitle {
  width: 80px;
  color: #0a7b0a;
  font-weight: normal;
  padding-right: 0;
  padding-left: 0;
}
.patientList th.editPatientTitle {
  width: 75px;
}
.patientList td {
  padding-left: 20px;
  padding-bottom: 4px;
  padding-top: 10px;
}
.reportTableHeaderRow th {
  background: #F0F0F0 !important;
}
.addToFirstFreeSlot {
  font-weight: normal;
  float: left;
  color: #008400;
  text-shadow: none;
}
.addToFirstFreeSlot:hover {
  cursor: pointer;
  color: #008000;
}
.addToFirstFreeSlot:hover + .firstFreeEventContainer {
  display: block;
}
.addToFirstFreeSlotEventNotFound {
  background-color: #f3f3f3;
  color: #b7b7b7;
  text-shadow: none;
}
.patientList .firstFreeEventContainer {
  position: absolute;
  padding: 7px;
  display: none;
  width: 120px;
  margin-left: -35px;
  margin-top: 24px;
  color: #107310;
  background-color: #e1f3da;
  box-shadow: 0 0 3px #c1c1c1;
}
.patientList .eventNotFound {
  color: #d83633;
  background-color: #ffd2d2;
}
.patientList .firstFreeEventContainer .firstFreeEventDate {
  display: block;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.patientList .firstFreeEventContainer .firstFreeEventSlotIndex {
  display: block;
  width: 100%;
}
.patientList .firstFreeEventContainer .firstFreeEventPerformer {
  display: block;
  width: 100%;
}
.patientList .patientTypeHeader {
  width: 105px;
  padding-left: 0;
}
.patientList .moveToPatientHeader {
  width: 80px;
  padding-right: 0;
  padding-left: 10px;
}
.patientList .urgencyHeader {
  width: 80px;
  padding-right: 0;
  padding-left: 10px;
}
.patientList .daysToDeadlineHeader {
  padding-left: 20px;
  padding-right: 0;
  width: 100px;
}
.patientList .eventHeader {
  width: 100px;
  padding-right: 0;
  padding-left: 10px;
}
.patientList .nameHeader {
  padding-left: 5px;
}
.patientList .operationTypeHeader {
  padding-left: 0;
  padding-right: 0;
}
.patientList .daysInQueueHeader {
  width: 60px;
  padding-right: 10px;
}
.patientList .commentHeader {
  padding-left: 5px;
}
.patientList .patientListOperationTypeCell {
  padding-right: 0;
  padding-left: 0;
  width: 115px;
}
.patientList .patientListOperationTypeCell .patientListOperationTypeSelect {
  max-width: 90px !important;
  width: 90px !important;
  min-width: 90px !important;
}
.patientList .patientListPatientLinkCell {
  padding-left: 10px;
}
.patientList .patientListPatientCell {
  width: 125px;
  padding-right: 10px;
  padding-left: 5px;
  overflow: hidden;
}
.patientList .patientListPerformerCell {
  width: 125px;
  padding-right: 10px;
  padding-left: 13px;
  overflow: hidden;
}
.patientList .patientListUrgencyCell {
  padding-left: 10px;
  padding-right: 10px;
}
.patientList .patientListDaysInQueueCell {
  padding-left: 15px;
}
.patientList .commentCell {
  padding-left: 5px;
  width: 95px;
}
.patientList .commentCell textarea {
  width: 120px;
  height: 105px;
}
.patientList .commentCell a.patientListCommentLink,
.patientList .commentCell a.patientListCommentLink span {
  font-size: 12px;
  display: block;
  font-family: monospace;
}
.patientList .addToFirstFreeSlotCell {
  padding-left: 0;
}
.patientList .patientListEventDateCell {
  color: #007d00;
  padding-left: 10px;
}
.patientList .patientListEventDateCell button {
  margin-top: 7px;
}
.patientList .patientListEventDateCell button:hover {
  cursor: pointer;
}
.patientList .patientListEventDateCellPast {
  color: #808080;
}
.patientList .patientListEventDateCellToday {
  color: #0b6dd8;
}
.patientList .patientListPatientTypeCell {
  padding-left: 0;
}
.patientList .patientListRowUnassigned {
  border-left: 3px solid #ff9e62;
}
.patientList .patientListRowAssigned {
  border-left: 5px solid transparent;
}
.patientList .patientListRowPast {
  border-left: 5px solid transparent;
}
.patientList .patientListRowInEdit {
  background-color: #e6f5ff !important;
}
.patientList .patientListRowInEdit .patientListOperationTypeCell select {
  width: 95px;
  min-width: 95px;
}
.patientList .patientListRowInDelete {
  background-color: #f5c0c9 !important;
}
.patientList select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: black !important;
  padding: 1px;
}
.patientList .hideNullSelect {
  color: transparent !important;
}
.patientList .patientInEditField {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  background-color: white !important;
  border: 1px solid #BDBDBD !important;
  color: black !important;
}
.patientList .patientListEditButton {
  background: transparent url('../img/icon-editButton.svg') no-repeat;
  background-size: 21px;
  height: 21px;
  width: 21px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.patientList .patientListEditButton:hover,
.patientList .patientListDeleteButton:hover,
.patientList .patientListEditCancelButton:hover,
.patientList .patientListDeleteConfirmButton:hover,
.patientList .patientListDeleteCancelButton:hover {
  background-color: #ffffff !important;
}
.patientList .patientListEditSaveButton {
  background: #b32222 url('../img/icon-saveButton.svg') no-repeat 1px 1px;
  background-size: 18px;
  height: 21px;
  width: 21px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.patientList .patientListEditCancelButton {
  background: transparent url('../img/icon-cancelButton.svg') no-repeat;
  background-size: 21px;
  height: 21px;
  width: 21px;
  padding-left: 0 !important;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-left: 5px;
}
.patientList .patientListDeleteButton {
  background: transparent url('../img/icon-deleteButton.svg') no-repeat;
  background-size: 21px;
  height: 21px;
  width: 21px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.cannotDeleteLabel {
  position: absolute;
  padding: 7px;
  display: none;
  width: 161px;
  margin-left: -140px;
  margin-top: 20px;
  color: #d83633;
  background-color: #ffd2d2;
  box-shadow: 0 0 3px #c1c1c1;
}
.cannotDelete:hover + .cannotDeleteLabel {
  display: block;
}
.floatingErrorPatient {
  position: absolute;
  width: 315px;
  margin-left: -240px;
  margin-top: -66px;
  color: #ff0000;
  background-color: #ffd2d2;
  box-shadow: 0 0 3px #c1c1c1;
}
.floatingErrorPatient .feedbackPanel {
  margin-top: 0;
  width: 90%;
}
.floatingErrorEvent {
  position: absolute;
  width: 208px;
  margin-left: -27px;
  margin-top: -83px;
  color: #ff0000;
  background-color: #ffd2d2;
  box-shadow: 0 0 3px #c1c1c1;
}
.floatingErrorEvent .feedbackPanel {
  margin-top: 0;
  width: 90%;
}
.queueCommentPopupTitleRow {
  height: auto !important;
  padding-bottom: 5px;
}
.queueCommentPopupTitleRow p {
  font-size: 16px;
  line-height: 1.4em;
  color: #ffffff;
}
.queueCommentPopupContent {
  padding: 10px;
}
.patientList .patientListDeleteConfirmButton {
  background: transparent url('../img/icon-deleteButton.svg') no-repeat;
  background-size: 21px;
  height: 21px;
  width: 21px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.patientList .patientListDeleteCancelButton {
  background-color: transparent !important;
  height: 21px;
  width: 21px;
  padding-left: 0 !important;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-left: 10px;
}
.patientList .deleteButtonContainer {
  display: inline-block;
  margin-left: 10px;
}
.patientList .deleteConfirmLabel {
  color: red;
  display: block;
}
.patientListAddContainer {
  float: left;
  margin-top: 20px;
  margin-left: 0;
  padding: 10px;
  width: 450px;
  background-color: #f3f3f3;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.addPatientByPiCodeContainer {
  margin-top: 0 !important;
  float: none !important;
  padding-left: 12px !important;
  margin-left: -12px !important;
  display: table;
  width: 96% !important;
  border: 1px solid #eaeaea !important;
  background-color: #f9f9f9 !important;
}
.patientListAddContainer h3 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #d83633;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 8px;
}
.patientListAddContentContainer {
  padding-top: 15px;
}
.patientListAddContainer .patientSaveButton {
  background: #b32222 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  font-weight: 400 !important;
  text-shadow: none !important;
  border: none !important;
  margin-top: 3px !important;
  margin-right: 10px !important;
}
.patientListAddContainer .patientSaveButton span {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.patientListAddContainer .patientSaveButton:hover {
  background: #9e1e1e !important;
  color: #e6e6e6 !important;
}
.patientListAddContentContainer .patientListAddFieldRow {
  margin-bottom: 15px;
}
.patientListAddContentContainer .patientListAddFieldTitle {
  font-size: 15px;
  width: 150px;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
.patientListAddContentContainer .patientListAddField {
  display: inline-block;
}
.patientListAddContentContainer .patientListCommentTextarea {
  width: 245px;
  height: 48px;
}
.patientListAddContentContainer .piCodeSearchInput {
  padding: 5px;
  font-size: 14px;
  width: 100px;
  margin-right: 10px;
}
.patientListAddContentContainer .piCodeSearchButton {
  margin-top: 2px;
}
.patientListAddContentContainer .fillPatientContainer {
  margin-top: 10px;
  border-top: 1px solid #d0d0d0;
  padding-top: 15px;
}
.patientListAddContentContainer .fillPatientContainer .searchedPatientInformation {
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
}
.patientListAddContainer .closeButton {
  margin-top: 2px;
}
.includeLabel {
  display: inline-block;
  color: #7b7b7b;
  font-size: 14px;
  width: 70px;
}
.includeTogglesContainer {
  position: absolute;
  top: 207px;
  left: 346px;
}
.includeCheckboxContainer {
  width: 80px;
  display: inline-block;
}
.includeCheckboxContainer span {
  margin-top: -17px;
  display: block;
  margin-left: 22px;
}
.includeCheckboxContainer label {
  cursor: pointer;
}
.includeUnassignedPatientsContainer span {
  /*color: #ff6200;*/
}
.includeAssignedPatientsContainer span {
  /*color: #006500;*/
}
.includePastPatientsContainer span {
  /*color: #555555;*/
}
.patientListTitleShowButtonsContainer {
  left: 750px;
  top: 210px;
  position: absolute;
}
.patientListPrintForm {
  position: absolute;
  top: 193px;
  left: 1092px;
}
.patientListPrintForm input {
  margin-top: 9px;
}
.maxPatientsNoteContainer {
  position: absolute;
  margin-top: 11px;
}
.maxPatientsNoteContainer .green {
  font-weight: normal;
}
.maxPatientsNoteContainer .red {
  display: block;
  color: #ff0000 !important;
  margin-top: 4px;
}
.monthNavContainer {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.monthNavButtons {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.monthNavButtons .weekNumber {
  width: 45px;
  min-width: 45px;
}
.monthNavButtons .datepicker {
  width: 80px;
  height: 17px;
}
.monthNavButtons .searchAfterDatepicker {
  margin-top: 0 !important;
  font-size: 14px;
  border: 1px solid #d4d4d4 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .ui-datepicker {
  z-index: 9 !important;
}
.viewNavButtons {
  width: 225px;
  float: left;
  margin-left: 50px;
  margin-top: 20px;
  border-bottom: 2px solid #dadada;
  padding-bottom: 4px;
}
.patientListTitleContainer {
  border-bottom: 2px solid #dadada;
}
.viewNavButtons a,
.patientListTitleContainer a {
  font-size: 14px;
  margin-right: 16px;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}
.viewNavButtons a:hover,
.patientListTitleContainer a:hover {
  padding-bottom: 0;
  border-bottom: 1px solid #d83633;
}
.viewNavButtons a.selectedViewMode,
.patientListTitleContainer a.selectedViewMode {
  padding-bottom: 1px !important;
  border-bottom: 2px solid #d83633;
}
.monthNavContainer input[type=button] {
  font-weight: normal;
  margin-top: 17px;
  border: none;
  color: #d83633;
  background-color: #ececec;
  cursor: pointer;
}
.monthNavContainer input[type=button]:hover {
  background-color: #F3F3F3;
  color: #d83633;
}
.monthNavContainer h2 {
  color: black;
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-size: 17px;
  margin-top: 20px !important;
  text-align: center;
  float: left;
  width: 220px;
}
.monthNavContainer .previousMonth {
  float: left;
  width: 25px;
  border: 1px solid #e2e2e2 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 4px;
}
.monthNavContainer .nextMonth {
  float: left;
  width: 25px;
  border: 1px solid #e2e2e2 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 4px;
}
.monthNavContainer .daySelectContainer {
  float: left;
  width: 255px;
  margin-left: 18px;
  margin-top: 18px;
}
.monthNavContainer .daySelectContainer input.datepicker {
  text-align: center;
}
.currentMonth {
  margin-top: -18px !important;
  margin-left: 62px;
  margin-bottom: -8px;
  border: 1px solid #e2e2e2 !important;
  border-radius: 4px;
}
.statusHelpContainer {
  position: relative;
  float: right;
  margin-top: -75px;
}
.statusHelpContainer .statusHelpRow {
  width: 100%;
  display: table;
  margin-bottom: 3px;
}
.statusHelpContainer .statusDescription {
  float: left;
  margin-left: 5px;
  color: gray;
  font-size: 13px;
  padding-top: 2px;
}
.statusHelpContainer .insufficientStatusIndicator {
  float: left;
  width: 11px;
  height: 11px;
  margin-top: 3px;
  background-color: #ffadad;
  border: 1px solid #ff9c9c;
  border-radius: 50%;
}
.statusHelpContainer .freeStatusIndicator {
  float: left;
  width: 11px;
  height: 11px;
  margin-top: 3px;
  background-color: #ffcf76;
  border: 1px solid #ffca00;
  border-radius: 50%;
}
.statusHelpContainer .reservedStatusIndicator {
  float: left;
  width: 11px;
  height: 11px;
  margin-top: 3px;
  background-color: #bfecb0;
  border: 1px solid #9fe089;
  border-radius: 50%;
}
.patientQueueStatusHelpContainer {
  position: relative;
  float: left;
  left: 271px;
  margin-top: -65px;
}
.patientQueueStatusHelpContainer .statusHelpRow {
  width: 160px;
  display: block;
  float: left;
}
.patientQueueStatusHelpContainer .statusDescription {
  float: left;
  margin-left: 5px;
  color: #808080;
  font-size: 13px;
  padding-top: 2px;
}
.patientQueueStatusHelpContainer .noEventDateStatusIndicator {
  float: left;
  width: 11px;
  height: 11px;
  margin-top: 3px;
  background-color: #ffb676;
  border: 1px solid #eca639;
  border-radius: 50%;
}
.patientQueueStatusHelpContainer .eventDateIncomingStatusIndicator {
  float: left;
  width: 11px;
  height: 11px;
  margin-top: 3px;
  background-color: #7fbb7f;
  border: 1px solid #5cad5c;
  border-radius: 50%;
}
.patientQueueStatusHelpContainer .eventDateTodayStatusIndicator {
  float: left;
  width: 11px;
  height: 11px;
  margin-top: 3px;
  background-color: #7fb5f1;
  border: 1px solid #71a0d6;
  border-radius: 50%;
}
.patientQueueStatusHelpContainer .eventDateInPastStatusIndicator {
  float: left;
  width: 11px;
  height: 11px;
  margin-top: 3px;
  background-color: #b1b1b1;
  border: 1px solid #a2a2a2;
  border-radius: 50%;
}
.calendar {
  width: 100%;
  /* border: 2px solid #dadada; */
  display: table;
  /*padding-left: 8px;
  padding-right: 8px; */
  padding-bottom: 8px;
  padding-top: 33px;
  min-height: 308px;
}
.calendar .slotIndexColumn {
  float: left;
  margin-left: -15px;
  margin-top: 111px;
}
.calendar .slotIndexCell {
  height: 71px;
  padding-top: 53px;
  padding-bottom: 1px;
  color: #b1b1b1;
  font-size: 16px;
  cursor: default;
}
.calendar .dayColumn {
  float: left;
  width: 14.2%;
}
.calendar .dayColumn:hover {
  /* background-color: #FFF0F2; */
}
.calendar .dayTitleRow {
  height: 105px;
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 2px;
}
.calendar .dayTitleRowCurrent {
  border-bottom: 2px solid #d83633;
}
.calendar .dayColumnCurrent {
  /*border-left: 2px dashed #AB2B29;*/
  box-shadow: -9px -2px 25px rgba(0, 0, 0, 0.17);
  position: relative;
  z-index: 2;
}
.calendar .dayLabel {
  padding-top: 5px;
  color: #d83633;
  text-align: center;
  margin-left: 10px;
  float: left;
  width: 60%;
  height: 42px;
}
.calendar .performerSelectContainer {
  width: 100%;
  display: table;
}
.calendar .performerSelectContainer select {
  margin-bottom: 5px;
  width: 98%;
  margin-left: 3px;
}
.calendar .performerSelectContainer select:disabled {
  color: #808080;
}
.calendar .dayLabelPastDate {
  color: #808080;
  padding-left: 22px;
}
.calendar .dayLabelSelectedDate {
  color: #d83633 !important;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
.calendar .dayLabelCurrent {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  color: #2375ce !important;
}
.calendar .dayLabelViewRights {
  padding-left: 24px;
}
.calendar .addEventSlots {
  background-color: #e4e4e4;
  border: 1px solid #c7c7c7;
  color: #696969;
  margin-top: 10px;
  width: 25px;
  height: 25px;
  font-size: 18px;
  min-width: 25px;
  text-indent: 4px;
  float: left;
  margin-left: 10px;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.calendar .addEventSlots:focus {
  box-shadow: 0 0 5px #EEB2B1;
}
@-moz-document url-prefix() {
  .calendar .addEventSlots {
    text-indent: 0 !important;
    padding-top: 0 !important;
  }
}
.calendar .addEventSlots:hover {
  border: 1px solid #979797;
  cursor: pointer;
}
.calendar .addEventSlots:hover + div,
.calendar .addEventSlots:focus + div {
  background-color: #e8e8e8;
}
.calendar .dayEventContainer {
  height: 125px;
  border: 1px solid white;
  background-color: #f1f1f1;
  overflow: hidden;
}
.calendar .dayEventContainer:hover .eventSlotIndex {
  color: #808080;
}
.calendar .dayEventReserved {
  background-color: #d4f1ca;
}
.calendar .dayEventInsufficient {
  background-color: #fbdbdb;
}
.calendar .dayEventOpen {
  background-color: #e8e8e8;
  color: #828282;
}
.calendar .dayEventFree {
  background-color: #ffe2ac;
}
.calendar .dayEventInEdit {
  border: 1px solid #00a5e6 !important;
  background-color: #cbe8f5 !important;
}
.calendar .dayEventContainer:hover {
  /*background-color: #d0d0d0;*/
  background-color: #ecf5fe;
  border: 1px solid #00a5e6;
  cursor: pointer;
}
.calendar .dayEventInAdd:after {
  /*content: "+";*/
  /*position: absolute;*/
  /*margin-top: -93px;*/
  /*margin-left: 64px;*/
  /*font-size: 45px;*/
  /*color: #3c9bd6;*/
}
.calendar .dayEventInAdd .eventOperationContainer {
  color: transparent !important;
}
.calendar .dayEventPerformerMisMatch .eventPerformerContainer {
  color: #ff0000 !important;
}
.calendar .eventStatusContainer {
  width: 100%;
}
.calendar .eventStatusContainer .eventStatus {
  position: relative;
  font-size: 40px;
  text-align: center;
  line-height: 118px;
  height: 100%;
  width: 100%;
  color: #c7c7c7;
  z-index: 1;
}
.calendar .eventStatusContainer .eventStatus:hover {
  color: #d83633;
  background-color: #ecf5fe;
  cursor: pointer;
}
.calendar .eventSlotIndex {
  color: #bdbdbd;
  font-size: 17px;
  position: relative;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}
.calendar .eventInformationContainer {
  padding: 5px;
  cursor: pointer;
  height: 100%;
}
.calendar .eventTimeContainer {
  text-align: center;
  font-size: 17px;
  margin-bottom: 5px;
}
.calendar .eventTimeContainer .timeSpan {
  color: #d83633;
}
.calendar .eventPerformerContainer {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000000;
}
.calendar .eventOperationContainer {
  margin-top: 5px;
  margin-bottom: 5px;
  display: table;
  width: 100%;
}
.calendar .eventOperationContainer .eventInformationOperationType {
  color: #000000;
  float: left;
}
.calendar .eventOperationContainer .eventCommentContainer {
  float: right;
  font-size: 10px;
  padding-top: 4px;
  width: 90px;
  height: 12px;
  overflow: hidden;
}
.calendar .eventOperationContainer .eventCommentContainer span {
  color: #5f5f5f;
  width: 200px;
  display: block;
}
.calendar .eventPatientContainer {
  margin-top: 5px;
}
.calendar .eventPatientTypeContainer {
  margin-bottom: 5px;
  color: #636363;
}
.calendar .cancelEventReasonLabel {
  color: #808080;
}
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveValid {
  background: #ddf9dd !important;
  border: 1px solid #96dca2;
}
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveValid:hover {
  background-color: #ecf5fe !important;
  border: 1px solid #00a5e6 !important;
}
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveValid:active {
  border: 1px solid #7395ca;
}
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveInvalid {
  background: #ececec !important;
  color: #c7c7c7 !important;
  border: 1px solid transparent !important;
}
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveInvalid .eventStatusContainer .eventStatus:hover {
  background: #ececec !important;
  color: #c7c7c7 !important;
}
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveInvalid .eventOperationContainer .eventInformationOperationType,
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveInvalid span.important,
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveInvalid .eventPerformerContainer {
  color: #808080 !important;
}
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveInvalid .eventInformationContainer,
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveInvalid .eventStatusContainer .eventStatus {
  cursor: not-allowed !important;
}
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveFrom {
  border: 1px solid #00a5e6 !important;
  background-color: #cbe8f5 !important;
}
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveFrom .eventOperationContainer .eventInformationOperationType,
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveFrom span.important,
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveFrom .eventPerformerContainer {
  color: #155faf !important;
}
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveTarget,
.calendar .calendarInPatientMoveModeContainer .dayEventPatientMoveTarget:hover {
  background: #bae8ba !important;
  border: 1px solid #57b557 !important;
}
span.eventModalHelp {
  font-size: 18px;
  padding-top: 20px;
  display: block;
  color: #c5c5c5;
  padding-left: 20px;
  cursor: default;
  float: left;
}
.eventModal .eventModalModalizer {
  position: fixed;
  left: 90px;
  right: 90px;
  top: 13%;
  z-index: 20;
  background-color: #F2F2F2;
  min-width: 1000px;
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.2s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.2s;
}
@media screen and (max-width: 1400px) {
  .queuePatientPanelContainer .queuePatientListContainer {
    width: 1082px;
    overflow-x: scroll;
  }
}
/**
 * When the screen is large enough to go dual-panel:
 */
@media screen and (min-width: 1595px) {
  .queuePageContainer {
    display: table;
    width: 100%;
  }
  .calendar {
    max-width: 835px;
    float: left;
  }
  .eventModal .eventModalModalizer {
    position: relative;
    margin-top: 70px;
    top: 0;
    left: 0;
    right: 0;
    float: left;
    width: 580px;
    min-width: 500px;
    /* border-left: 2px solid #ececec; */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    z-index: 1;
  }
  .eventModal .eventModalModalizer .patientListContainer {
    width: 564px !important;
  }
  .eventModal .modalPanelContainer {
    display: table;
  }
  .eventModal .eventModalContainer {
    background-color: #F2F2F2;
    /* border: 1px solid #AB2B29; */
    padding: 5px 10px 10px;
  }
  .eventModal .eventFormFieldRow {
    width: 500px !important;
  }
  .eventModal .patientListAddField textarea {
    width: 380px;
    height: 40px;
  }
  .eventModal .previousEventContainer {
    display: none !important;
  }
  .eventModal .nextEventContainer {
    display: none !important;
  }
  .eventModal .patientListScrollContainer {
    max-height: 377px !important;
    margin-right: -10px !important;
  }
  .queueContainer .visibledimmer {
    display: none;
  }
  span.eventModalHelp {
    font-size: 18px;
    padding-top: 250px;
    display: block;
    color: #c5c5c5;
    padding-left: 20px;
    cursor: default;
    float: left;
  }
  .movePatientPanelContentContainer {
    float: right;
    margin-top: 153px !important;
    margin-right: 95px;
  }
}
@media screen and (min-width: 1650px) {
  .calendar {
    max-width: 890px;
  }
}
@media screen and (min-width: 1700px) {
  .calendar {
    max-width: 940px;
  }
}
@media screen and (min-width: 1750px) {
  .calendar {
    max-width: 990px;
  }
}
@media screen and (min-width: 1771px) {
  .patientListAddContainer {
    float: right;
    margin-top: 20px;
    margin-right: 0;
    background-color: #F2F2F2;
    padding: 10px;
    width: 405px;
    border-top: none;
  }
  .patientList {
    max-width: 1125px;
  }
  .patientListEmptyLabel {
    margin-left: 0;
  }
}
@media screen and (min-width: 1800px) {
  .calendar {
    max-width: 1040px;
  }
}
@media screen and (min-width: 1850px) {
  .calendar {
    max-width: 1115px;
  }
  .patientList {
    max-width: 1255px;
  }
}
.eventModal .eventModalContainer {
  margin: 19px 0 15px 15px;
}
.eventModal .eventModalTitleRowContainer {
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #d0d0d0;
  display: table;
  width: 100%;
}
.eventModal .eventModalTitleRowContainer h2 {
  color: #d83633;
  width: 315px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.eventModal .eventModalTitleRowContainer .dayEventModalTitleNumber {
  float: left;
}
.eventModal .eventModalTitleRowContainer .dayEventModalTitleContent {
  float: left;
  margin-left: 3px;
}
.eventModal .eventModalTitleRowContainer .dayEventModalTitleNumberHighlight .dayEventModalTitleNumber {
  position: absolute;
  font-size: 35px;
  display: block;
  margin-top: -15px;
  color: #2375ce;
}
.eventModal .eventModalTitleRowContainer .dayEventModalTitleNumberHighlight .dayEventModalTitleContent {
  margin-left: 30px;
}
.eventModal .eventModalTitleRowContainer .moveEventButtonContainer {
  position: relative;
  width: 145px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
  float: left;
}
.eventModal .eventModalTitleRowContainer .moveEventButtonContainer select {
  min-width: 40px;
  width: 40px;
}
.eventModal .eventModalTitleRowContainer .moveEventButtonContainer button {
  width: 25px;
  height: 22px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #d4d4d4;
}
.eventModal .eventModalTitleRowContainer .moveEventButtonContainer button:hover {
  border: 1px solid #b4b4b4;
  background-color: #f9f9f9;
}
.eventModal .moveEventLabel {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  float: left;
  margin-top: 3px;
  margin-bottom: 4px;
  margin-right: 10px;
}
.eventModal .moveEventDown {
  background: url('../img/old_png/icon-report-collapse-arrow.png') no-repeat 4px 5px;
  float: left;
}
.eventModal .moveEventUp {
  background: url('../img/old_png/icon-report-expand-arrow.png') no-repeat 4px 6px;
  float: right;
}
.eventModal .deleteEvent,
.eventModal .eventRemovePatientButton {
  margin-top: 12px;
  margin-right: 10px;
  float: right;
}
.eventModal .deleteEvent:hover {
  background: #dc3f3f;
  border: 1px solid transparent;
  color: white;
  text-shadow: none;
  box-shadow: none;
}
.eventModal .deleteEvent:hover + div {
  background-color: #dcdcdc !important;
}
.eventModal .deleteEventConfirmContainer {
  background-color: #ffd0d0;
  display: table;
  width: 155px;
  padding: 4px;
  float: right;
  margin-top: -5px;
}
.eventModal .deleteEventConfirmContainer span {
  display: block;
  width: 100%;
  padding-left: 5px;
  color: #ff0000;
  padding-bottom: 2px;
}
.eventModal .deleteEventConfirmContainer button {
  margin-right: 5px;
  margin-left: 5px;
}
.eventModal .deleteEventConfirmContainer .deleteEventConfirm {
  background: #dc3f3f;
  border: 1px solid transparent;
  color: #ffffff;
  text-shadow: none;
  box-shadow: none;
}
.eventModal .deleteEventConfirmContainer .deleteEventConfirm:hover {
  color: #d8d8d8;
}
.eventModal .cancelEventContainer {
  height: 100%;
  width: 100%;
}
.eventModal .cancelEventContainer .cancelEventRow {
  width: 100%;
  display: table;
  margin-bottom: 10px;
}
.eventModal .cancelEventContainer .cancelEventTitle {
  color: #636363;
  font-size: 16px;
  width: 100%;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.eventModal .cancelEventContainer .cancelEventReasonTitle {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 5px;
  display: block;
  float: left;
  width: 80px;
}
.eventModal .cancelEventContainer .cancelEventReason {
  width: 430px;
  height: 100px;
  float: left;
}
.eventModal .cancelEventContainer .cancelEventPatientTitle {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 5px;
  display: block;
  float: left;
  width: 80px;
}
.eventModal .cancelEventContainer .cancelEventPatient {
  float: left;
}
.eventModal .cancelEventContainer .cancelEventButtonContainer {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.eventModal .cancelEventContainer .cancelEventButtonContainer button {
  margin-right: 10px;
}
.eventModal .eventFormCancelReasonContainer {
  color: #717171;
  border-left: 5px solid #dcdcdc;
  padding-left: 5px;
}
.eventModal .eventFormCancelReasonContainer .eventFormFieldContainer {
  width: 355px;
}
.eventModal .eventForm {
  min-height: 300px;
  margin-left: -27px;
  border-left: 2px solid transparent;
  padding-left: 27px;
  width: 100%;
}
.eventModal .eventFormFieldRow {
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  width: 800px;
}
.eventModal .eventFormFieldTitleContainer {
  display: block;
  width: 125px;
  float: left;
}
.eventModal .eventFormFieldContainer {
  display: block;
  float: left;
}
.eventModal .eventModalMovePatientLink {
  margin-left: 125px;
  margin-top: 5px;
  width: 100%;
}
.eventModal .eventModalPatientNotSuitableLabel {
  width: 275px;
  display: block;
  color: #ff0000;
}
.eventModal .patientListAddContainer .patientSaveButtonModal {
  text-shadow: none;
  color: #008000;
  font-weight: normal;
}
.eventModal .selectPatientLink {
  margin-left: 125px;
  font-size: 14px;
}
.eventModal .addPatientLink {
  font-size: 14px;
}
.eventModal .timeOfPreviousEventContainer {
  padding-left: 90px;
  margin-bottom: 10px;
}
.eventModal .eventModalOperationLabel {
  display: block;
  width: 100%;
}
.eventModal .eventModalPatientLabel {
  display: inline-block;
  float: left;
  width: 120px;
}
.eventModal .eventModalPatientTypeLabel {
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #636363;
  margin-left: 125px;
}
.eventModal .eventModalPatientCommentLabel {
  padding-left: 125px;
  margin-top: 5px;
  color: #909090;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
.eventModal .selectPatientHelp {
  color: #808080;
}
.eventModal .closeButtonContainer {
  margin-top: 10px;
  margin-left: -10px;
}
.eventModal .timeOfPreviousEventContainer span,
.eventModal .timeOfNextEventContainer span {
  color: #969696;
}
.eventModal .timeOfNextEventContainer {
  padding-left: 90px;
  margin-top: -10px;
}
.eventModal .patientTitle {
  display: block;
  margin-bottom: 10px;
}
.eventModal .freeSlotContent {
  color: #008000;
}
.eventModal .patientListContainer {
  margin-bottom: -30px;
  width: 98% !important;
}
.eventModal .eventFormFieldPatientContainer {
  width: 100%;
}
.eventModal .patientListScrollContainer {
  max-height: 290px;
  overflow: scroll;
  width: 100%;
  margin: 15px 0 20px -10px;
  border-top: 1px solid #dedede;
}
.eventModal .selectPatientHeader {
  width: 55px;
  padding-right: 0;
  padding-left: 10px;
  color: #0a7b0a;
  font-weight: normal;
}
.eventModal .selectPatientCell {
  width: 55px;
  padding-right: 0;
  padding-left: 5px;
}
.eventModal .picodeHeader {
  color: #696969;
  padding-left: 10px;
}
.eventModal .picodeCell {
  padding-left: 10px;
}
.eventModal .nameHeader {
  width: 120px;
  color: #696969;
  padding-right: 0;
  padding-left: 10px;
}
.eventModal .nameCell {
  padding-left: 10px;
  overflow-x: hidden;
}
.eventModal .performerCell {
  padding-left: 10px;
  overflow-x: hidden;
}
.eventModal .operationTypeCell {
  padding-left: 10px;
}
.eventModal .commentHeader {
  padding-left: 5px;
  padding-right: 5px;
  color: #696969;
}
.eventModal .patientTypeCell {
  padding-left: 10px;
}
.eventModal .daysInQueueCell {
  padding-left: 5px;
}
.eventModal .operationHeader {
  width: 110px;
  color: #696969;
  padding-right: 0;
  padding-left: 10px;
}
.eventModal .patientTypeHeader {
  color: #696969;
  padding-right: 0;
  padding-left: 10px;
}
.eventModal .daysInQueueHeader {
  color: #696969;
  padding-right: 0;
  padding-left: 5px;
}
.eventModal .eventModalButtonContainer {
  display: table;
  position: relative;
  margin-bottom: 12px;
  width: 100%;
}
.eventModal .eventAddedLabel {
  display: block;
  margin-left: 170px;
  font-size: 16px;
  margin-top: -37px;
  color: #009400;
  padding: 5px 15px;
  background-color: #daefda;
  position: absolute;
  border-radius: 10px;
}
.eventModal .eventUnsavedLabel {
  display: block;
  margin-left: 210px;
  font-size: 16px;
  margin-top: -37px;
  color: #ff7b01;
  padding: 5px 15px;
  background-color: #e4e4e4;
  position: absolute;
}
.eventModal .eventModalButtonContainer .eventSaveButton {
  background: #b32222 url("../img/icon-saveButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important !important;
  padding-left: 25px !important !important;
  background-size: 17px !important;
  font-weight: 400 !important;
  text-shadow: none !important;
  border: none !important;
  margin-top: 3px !important;
  margin-right: 10px !important;
  color: #FFFFFF;
}
.eventModal .eventModalButtonContainer .eventSaveButton span {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.eventModal button:disabled {
  background: #dedede !important;
  color: #7d7d7d !important;
  cursor: not-allowed !important;
  font-style: italic;
}
.eventModal .eventModalButtonContainer .closeButton {
  margin-top: 2px;
}
.eventModal .eventRemovePatientButton {
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 10px 0 0 10px;
}
.eventModal .eventRemovePatientButton:hover {
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
}
.eventModal .linkToPatient {
  margin-left: 40px;
  font-size: 14px;
}
.eventModal .eventRemovePatientButton:hover {
  background-color: white;
}
.eventModal .eventModalButtonContainer .eventSaveButton span {
  margin-left: -3px;
}
.eventModal .eventModalButtonContainer .eventSaveButton:hover {
  color: #D8D8D8 !important;
}
.eventModal .closeButtonForm .closeButton {
  position: relative;
  margin-left: 130px;
}
.eventModal .closeButtonForm .closeButtonInEdit {
  position: absolute;
  float: left;
}
.eventModal .closeButtonForm .closeButtonInEdit:active {
  position: absolute;
  margin-top: 80px;
}
.eventModal .editModeButtonContainer {
  width: 100px;
  float: left;
}
.eventModal .editButton {
  margin-bottom: 10px;
}
.eventModal .patientListAddContentContainer {
  padding-top: 10px;
}
.eventModal .patientListAddContainer h3 {
  font-family: 'Open Sans 600', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-size: 15px !important;
  font-weight: normal;
  color: #696969;
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding-top: 9px;
  padding-bottom: 8px;
}
.movePatientPanelContentContainer {
  width: 450px;
  display: table;
  background-color: #F2F2F2;
  padding: 10px;
  margin-top: 45px;
  border-radius: 8px;
}
.movePatientPanelContentContainer p {
  line-height: 1.35em;
}
.movePatientPanelContentContainer .titleRowContainer {
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #dedede;
  display: table;
  width: 100%;
}
.movePatientPanelContentContainer h2 {
  color: #d83633;
}
.movePatientPanelContentContainer .patientInfoContainer {
  font-size: 16px;
}
.movePatientPanelContentContainer .performerWishContainer {
  margin-top: 5px;
}
.movePatientPanelContentContainer .performerWishContainer p {
  display: inline-block;
  margin-right: 2px;
}
.movePatientPanelContentContainer .patientCommentContainer {
  color: #808080;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  margin-top: 5px;
  margin-bottom: 10px;
}
.movePatientPanelContentContainer .fromOperationContainer {
  margin-top: 5px;
}
.movePatientPanelContentContainer .toOperationInfoLabel {
  margin-top: 5px;
}
.movePatientPanelContentContainer .usageHelp {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #009400;
  background-color: #daefda;
  padding: 5px;
  font-size: 16px;
  width: 435px;
}
.movePatientPanelContentContainer .buttonsContainer {
  margin-top: 20px;
  border-top: 1px solid #dedede;
  padding-top: 10px;
}
.movePatientPanelContentContainer .buttonsContainer .eventSaveButton {
  font-weight: 400 !important;
  text-shadow: none !important;
  border: none !important;
  margin-right: 10px !important;
  color: #FFFFFF;
}
.movePatientPanelContentContainer .buttonsContainer .eventSaveButton span {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.movePatientPanelContentContainer .buttonsContainer .eventSaveButton:hover {
  background: #991d1d url("../img/icon-saveButton.svg") no-repeat 5px 3px !important;
  background-size: 17px !important;
  padding-left: 25px !important;
  color: #D8D8D8 !important;
}
div.manualAndForeignPatients div {
  margin-top: 3px;
  margin-bottom: 7px;
  font-size: 12px;
}
div.manualAndForeignPatients a {
  background: url("../img/icon-patientAdd.svg") left top no-repeat;
  background-size: 20px;
  padding-left: 22px;
  font-size: 14px;
  padding-top: 3px;
}
.deleteEventErrors ul {
  position: absolute;
  margin-top: 54px;
  float: right;
  right: 0;
  width: 265px;
}
/*
   $ADMIN PAGE
\* ------------------------------------------------------------------------------------ */
#scroll.stick {
  top: 250px;
}
div.adminPageOnlyForAdminsContainer input[type="submit"] {
  background: none repeat scroll 0 0 #eaeaea;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cacaca;
  color: #d83633;
  text-decoration: none;
}
div.adminPageOnlyForAdminsContainer input[type="submit"]:hover,
div.adminPageOnlyForAdminsContainer input[type="submit"]:active,
div.adminPageOnlyForAdminsContainer input[type="submit"]:focus {
  background-color: #dbdbdb;
  color: #d60602 !important;
  outline: none !important;
}
form.adminPageForm input[type="submit"] {
  background: none repeat scroll 0 0 #eaeaea;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cacaca;
  color: #d83633;
  text-decoration: none;
}
form.adminPageForm input[type="submit"]:hover,
form.adminPageForm input[type="submit"]:active,
form.adminPageForm input[type="submit"]:focus {
  background-color: #dbdbdb;
  color: #d60602 !important;
  outline: none !important;
}
table.screenResultTable {
  margin: 0;
  padding: 2px;
  border-collapse: collapse;
  table-layout: fixed;
}
table.screenResultTable th,
table.screenResultTable tr,
table.screenResultTable td {
  text-align: left;
  margin: 0;
  padding: 5px;
}
tr.screenResultHeaderRow {
  border: 1px solid transparent !important;
}
div.fhScreenAdminForm span.hinttext {
  display: block;
  margin-bottom: 20px;
}
div.fhScreenAdminForm div.resultMargin {
  margin-top: 25px;
}
div.fhScreenAdminForm span.screeningSettingsAnd {
  display: block;
}
div.fhScreenAdminForm span.screeningSettingsOr {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}
div.fhScreenAdminForm span.screeningSettingsAnd,
div.fhScreenAdminForm span.screeningSettingsOr {
  font-style: italic;
  color: #747474;
}
div.fhScreenAdminForm p.currentSettingsHeader {
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.fhScreenAdminForm p.screeningResult,
div.fhScreenAdminForm span.screeningSettingValue {
  color: #3067a5;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.fhScreenAdminForm div.fhScreenPatientCount p.screeningHeader,
div.fhScreenAdminForm div.fhScreenPatientCount p.screeningResult {
  display: inline-block;
}
div.fhScreenAdminSettingsForm p.hinttext {
  color: #6F6F6F;
  margin-bottom: 20px;
}
div.fhScreenAdminSettingsForm input.inputNumber {
  width: 50px;
  text-align: center;
}
div.fhScreenAdminSettingsForm table.adminScreenSettingsTable {
  margin-bottom: 10px;
}
div.fhScreenAdminSettingsForm table.adminScreenSettingsTable tr td:first-child {
  width: 240px;
}
div.fhScreenAdminSettingsForm table.adminScreenSettingsTable tr td:last-child {
  width: 180px;
}
div.fhScreenAdminSettingsForm table.adminScreenSettingsTable td {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.fhScreenAdminSettingsForm table.adminScreenSettingsTable td.secondColumn {
  padding-left: 95px;
}
div.fhScreenAdminSettingsForm h3.generalScreeningSettings {
  border-top: none;
}
div.fhScreenAdminSettingsForm div.saveSettingsButtonContainer {
  margin-top: 30px;
}
div.fhScreenSearchForm td {
  width: 200px;
}
div.fhScreenSearchForm span.help {
  position: absolute;
  margin-top: -35px;
  margin-left: 105px;
}
div.diabetesScreenSearchForm span.help {
  position: absolute;
  margin-top: -30px;
  margin-left: 150px;
}
div.adminPageMainentanceSuperuser {
  float: left;
  margin-left: 10px;
}
div.adminPageMainentanceSuperuser h2,
div.adminPageMainentanceSuperuser p.superUsersOnly {
  padding-left: 20px;
}
div.adminPageMainentanceSuperuser div.adminPageMainentanceSuperuserGeneral div.goToSalikardiosMaintenanceView {
  padding-left: 20px;
  padding-top: 5px;
}
div.adminPageMainentanceSuperuser div.adminPageMainentanceSuperuserGeneral div.goToSalikardiosMaintenanceView a.goToSalikardiosMaintenanceViewLink {
  background: url("../img/icon-goButton-red.svg") no-repeat scroll 0 6px transparent;
  background-size: 16px;
  padding-left: 18px;
}
div.adminPageMainentanceSuperuser div.adminPageBillingSuperuserSection h2 {
  padding-left: 20px;
}
div.adminPageMainentanceSuperuser div.adminPageBillingSuperuserSection div.adminPageSection {
  margin-top: 15px;
  margin-right: 5px;
}
div.adminPageMainentanceSuperuser div.adminPageBillingSuperuserSection div.adminPageSection input[type="text"],
div.adminPageMainentanceSuperuser div.adminPageBillingSuperuserSection div.adminPageSection select {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
div.pacemakerBillingContainer h4 {
  margin-top: 15px;
  margin-bottom: 8px;
}
div.pacemakerBillingContainer h4 {
  color: #333333;
}
div.pacemakerBillingContainer table.tableData td,
div.pacemakerBillingContainer table.tableData th {
  padding: 5px;
}
div.pacemakerBillingContainer table.tableData th.rowIdentifierCell,
div.pacemakerBillingContainer table.tableData td.rowIdentifierCell {
  width: 100px;
  background-color: #F0F0F0;
  color: #505050;
  text-align: left;
}
div.pacemakerBillingContainer table.tableData td.rowIdentifierCell {
  padding-top: 8px;
}
div.pacemakerBillingContainer div.priceRow {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.pacemakerBillingContainer div.priceRow input[type="text"]:disabled {
  text-align: left;
}
div.pacemakerBillingContainer span.rowIdentifierCell {
  display: inline-block;
  width: 85px;
  color: #505050;
  text-align: left;
}
div.pacemakerBillingContainer input[type="text"] {
  width: 60px;
  text-align: center;
  font-size: 14px;
}
div.pacemakerBillingContainer input[type="text"]:disabled {
  background-color: transparent;
  border-color: transparent;
}
div.pacemakerBillingContainer span {
  display: inline-block;
  margin-right: 4px;
}
div.pacemakerBillingContainer div.vat {
  clear: both;
  margin-top: 5px;
}
div.pacemakerBillingContainer div.vat span {
  display: inline-block;
  margin-right: 3px;
}
div.pacemakerBillingContainer div.vat select {
  width: 59px;
  text-align: center;
  font-size: 14px;
  min-width: 59px;
}
div.pacemakerBillingContainer div.vat select:disabled {
  background-color: transparent;
  border-color: transparent;
  appearance: none;
}
div.pacemakerBillingContainer div.buttonsContainer {
  margin-top: 25px;
}
div#billingSavedToast {
  background-color: #e5f7e7 !important;
  color: #118411;
  font-size: 20px;
  padding: 12px;
  min-width: 200px;
  text-align: center;
  display: none;
}
div.adminManualBillingDataPanel {
  border-top: 1px solid #e0e0e0;
  margin-top: 15px;
  padding-top: 10px;
}
div.adminManualBillingDataPanel h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
div.adminManualBillingDataPanel p {
  margin-bottom: 10px;
}
div.adminManualBillingDataPanel div {
  display: block;
  width: 100%;
}
div.adminManualBillingDataPanel div.row {
  margin-bottom: 10px;
}
div.pppErrorContainer {
  margin-top: 12px;
}
div.pppErrorMessageContainer p {
  margin-bottom: 10px;
}
div.chfBillingAdminContainer table td,
div.chfBillingAdminContainer table th {
  padding: 5px;
  text-align: center;
}
div.chfBillingAdminContainer table div.vat {
  clear: both;
  margin-top: 5px;
}
div.chfBillingAdminContainer table div.vat span {
  display: inline-block;
  margin-right: 3px;
}
div.chfBillingAdminContainer table div.vat select {
  width: 59px;
  text-align: center;
  font-size: 14px;
  min-width: 59px;
}
div.chfBillingAdminContainer table div.vat select:disabled {
  background-color: transparent;
  border-color: transparent;
  appearance: none;
}
div.chfBillingAdminContainer div.row {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.chfBillingAdminContainer div.row input[type="text"]:disabled {
  text-align: left;
}
div.chfBillingAdminContainer span.row {
  display: inline-block;
  width: 85px;
  color: #505050;
  text-align: left;
}
div.chfBillingAdminContainer input[type="text"] {
  width: 60px;
  text-align: center;
  font-size: 14px;
}
div.chfBillingAdminContainer input[type="text"]:disabled {
  background-color: transparent;
  border-color: transparent;
}
div.chfBillingAdminContainer span {
  display: inline-block;
  margin-right: 4px;
}
div.chfBillingAdminContainer div.buttonsContainer {
  margin-top: 25px;
}
div#chfBillingAdminSavedToast {
  background-color: #e5f7e7 !important;
  color: #118411;
  font-size: 20px;
  padding: 12px;
  min-width: 200px;
  text-align: center;
  display: none;
}
div.taviBillingContainer table td,
div.taviBillingContainer table th {
  padding: 5px;
  text-align: center;
}
div.taviBillingContainer table th.rowIdentifierCell,
div.taviBillingContainer table td.rowIdentifierCell {
  width: 100px;
  background-color: #F0F0F0;
  color: #505050;
  text-align: left;
}
div.taviBillingContainer table td.rowIdentifierTitleCell {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.taviBillingContainer table td.row {
  padding-top: 8px;
}
div.taviBillingContainer table div.vat {
  clear: both;
  margin-top: 5px;
}
div.taviBillingContainer table div.vat span {
  display: inline-block;
  margin-right: 3px;
}
div.taviBillingContainer table div.vat select {
  width: 59px;
  text-align: center;
  font-size: 14px;
  min-width: 59px;
}
div.taviBillingContainer table div.vat select:disabled {
  background-color: transparent;
  border-color: transparent;
  appearance: none;
}
div.taviBillingContainer div.row {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.taviBillingContainer div.row input[type="text"]:disabled {
  text-align: left;
}
div.taviBillingContainer span.row {
  display: inline-block;
  width: 85px;
  color: #505050;
  text-align: left;
}
div.taviBillingContainer input[type="text"] {
  width: 60px;
  text-align: center;
  font-size: 14px;
}
div.taviBillingContainer input[type="text"]:disabled {
  background-color: transparent;
  border-color: transparent;
}
div.taviBillingContainer span {
  display: inline-block;
  margin-right: 4px;
}
div.taviBillingContainer div.buttonsContainer {
  margin-top: 25px;
}
div#taviBillingSavedToast {
  background-color: #e5f7e7 !important;
  color: #118411;
  font-size: 20px;
  padding: 12px;
  min-width: 200px;
  text-align: center;
  display: none;
}
div.mccBillingAdminContainer table td,
div.mccBillingAdminContainer table th {
  padding: 5px;
  text-align: center;
}
div.mccBillingAdminContainer table th.rowIdentifierCell,
div.mccBillingAdminContainer table td.rowIdentifierCell {
  width: 100px;
  background-color: #F0F0F0;
  color: #505050;
  text-align: left;
}
div.mccBillingAdminContainer table td.rowIdentifierTitleCell {
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.mccBillingAdminContainer table td.row {
  padding-top: 8px;
}
div.mccBillingAdminContainer table div.vat {
  clear: both;
  margin-top: 5px;
}
div.mccBillingAdminContainer table div.vat span {
  display: inline-block;
  margin-right: 3px;
}
div.mccBillingAdminContainer table div.vat select {
  width: 59px;
  text-align: center;
  font-size: 14px;
  min-width: 59px;
}
div.mccBillingAdminContainer table div.vat select:disabled {
  background-color: transparent;
  border-color: transparent;
  appearance: none;
}
div.mccBillingAdminContainer div.row {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.mccBillingAdminContainer div.row input[type="text"]:disabled {
  text-align: left;
}
div.mccBillingAdminContainer span.row {
  display: inline-block;
  width: 85px;
  color: #505050;
  text-align: left;
}
div.mccBillingAdminContainer input[type="text"] {
  width: 60px;
  text-align: center;
  font-size: 14px;
}
div.mccBillingAdminContainer input[type="text"]:disabled {
  background-color: transparent;
  border-color: transparent;
}
div.mccBillingAdminContainer span {
  display: inline-block;
  margin-right: 4px;
}
div.mccBillingAdminContainer div.buttonsContainer {
  margin-top: 25px;
}
div#mccBillingSavedToast {
  background-color: #e5f7e7 !important;
  color: #118411;
  font-size: 20px;
  padding: 12px;
  min-width: 200px;
  text-align: center;
  display: none;
}
div.anonymizationConfirmationDiv {
  position: fixed;
  left: 90px;
  top: 20%;
  z-index: 20;
  background-color: white;
  min-width: 1000px;
  height: 65%;
}
span.anonymizationTableSpan {
  margin-top: 20px !important;
  display: block;
  overflow-y: scroll;
  height: 200px;
  background-color: white;
}
/* ------------------------------------------------------------------------------------ *\
   $SEARCH PAGE
\* ------------------------------------------------------------------------------------ */
li.searchTab,
li.searchTabSelected {
  float: left;
  list-style-type: none;
  padding: 6px 13px;
  height: 15px;
  font-family: 'Roboto 400', sans-serif, Trebuchet MS, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #d83633;
  outline-color: #ffffff;
  border-right: 1px solid #cdcdcd;
  margin: -2px 0px -1px;
  cursor: pointer;
}
.searchTabSelected {
  background-color: #838383;
  cursor: unset;
  color: #FFFFFF;
}
li.searchTabSelected {
  background-color: #838383;
  cursor: unset;
  color: #FFFFFF;
}
li.searchTab:hover,
li.searchTabSelected:hover {
  background-color: #838383;
  cursor: unset;
  color: #FFFFFF;
  cursor: pointer;
}
button.searchButton {
  height: auto;
}
div.searchResultContainer {
  overflow: scroll;
  height: 500px;
}
.searchResultContainerModern {
  position: relative;
  width: auto;
}
.searchResultTableModern {
  border-collapse: separate;
  border-spacing: 0;
}
.searchResultTableModern thead tr th {
  position: sticky;
  top: -1px;
  background-color: #EFEFEF;
}
.searchResultTableModern tr:hover td {
  background-color: #ffedef;
}
.searchResultTableModern td {
  border-bottom: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  padding: 4px;
}
.searchResultTableModern td a.patientLink {
  background: url("../img/icon-goButton-red.svg") no-repeat scroll 0 1px transparent;
  background-size: 16px;
  padding-left: 18px;
}
.searchResultTableModern td:first-child {
  border-left: 1px solid lightgrey;
}
.searchResultTableModern th:first-child {
  border-left: 1px solid lightgrey;
}
.searchResultTableModern th {
  border-bottom: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  border-top: 2px solid lightgrey;
  padding: 4px;
}
.searchResultContainerIE {
  display: block;
}
.palette-theme-default .palette-choices,
.palette-theme-default .palette-selected {
  width: 335px;
}
.palette-theme-default .palette-choices select,
.palette-theme-default .palette-selected select {
  height: 166px;
}
.palette-theme-default .palette-header {
  background-color: transparent !important;
  font-size: 14px !important;
  border: none !important;
  text-align: inherit !important;
  padding: 0 0 5px 2px !important;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.searchTermPanel .treatmentPackagesHelp.inlineHelpGreen {
  margin-top: 5px;
}
div.searchTermPanel .subOperationsHelp.inlineHelpGreen {
  margin-top: 5px;
}
.palette-theme-default .palette-buttons {
  margin-top: 20px;
}
div#fhScreenSearchSection,
div#diabetesScreenSearchSection {
  margin-left: 5px;
  margin-bottom: 15px;
}
/* ------------------------------------------------------------------------------------ *\
   $MEDICAL RECORD PAGE
\* ------------------------------------------------------------------------------------ */
div.recordContent {
  background-color: #ffffff;
  min-width: 1180px;
}
div.recordContent select,
div.recordContent input,
div.recordContent button {
  vertical-align: top;
}
div.recordContent select {
  margin-left: 5px;
}
div.recordContent div.patientOperationsBg {
  background: none;
  margin-top: 5px;
  width: 100%;
}
div.recordContentMargin {
  padding: 15px;
  border-bottom: 1px solid #a7a7a7;
}
div.recordActions {
  margin-bottom: 20px;
}
div.recordActions button.closeRecordButton {
  float: right;
  margin-top: -51px;
}
div.recordActions a.help {
  float: right;
  font-size: 14px;
  padding-top: 2px;
}
form.newRecordForm span.recordText {
  display: inline-block;
  padding-top: 3px;
}
form.newRecordForm span.required {
  padding-top: 7px;
}
.recordText {
  font-size: 115%;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  vertical-align: top;
}
a.span {
  color: #0057a7;
}
div.recordListContainer {
  margin-top: 20px;
}
a.recordLink {
  display: table-cell;
  width: 100%;
  font-size: 110%;
  border-bottom: 1px solid transparent;
}
a.recordLink:hover {
  border-bottom: 1px solid #b32222;
}
a.recordLink span {
  color: #0057a7;
  float: left;
  padding-left: 30px;
  padding-bottom: 5px;
  background-position: 0 1px;
}
a.oldVersion span {
  color: #5F5F5F !important;
}
.recordLabelMainHeader {
  width: 150px;
  padding-left: 30px;
}
.recordLabelHeader {
  width: 180px;
}
.recordLabelTypeHeader {
  width: 280px;
}
button.createNewRecordButton {
  margin: 0 10px 10px 10px;
}
h2.patientRecords {
  background: url("../img/icon-medicalRecord.svg") no-repeat scroll 18px 0px transparent;
  background-size: 35px;
  color: #d83633;
  font-size: 125%;
  height: 50px;
  padding: 6px 4px 0 60px;
}
.recordHeaderLine {
  display: table;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
  font-size: 110%;
  color: #d83633;
}
div.recordEditTimeHeader {
  width: 180px;
  float: left;
  vertical-align: top;
  margin-left: 52px;
}
div.recordTypeHeader {
  width: 308px;
  float: left;
  vertical-align: top;
}
div.recordSavingUserHeader {
  width: 210px;
  float: left;
  vertical-align: top;
}
div.medicalRecord:nth-child(2n) {
  background: #F5F5F5;
}
div.medicalRecord {
  padding-bottom: 5px;
  padding-top: 5px;
  display: table;
  width: 100%;
}
div.medicalRecord .operationDataContainer a.help {
  vertical-align: top;
  margin-top: 14px;
}
div.medicalRecord .operationDataContainer h3 {
  border-bottom-color: transparent !important;
  padding-bottom: 5px;
}
div.medicalRecord textarea[disabled="disabled"] {
  background-color: transparent;
  cursor: text;
  border-color: #dcdcdc;
  color: #686868;
}
div.medicalRecord a.medicalRecordActionsHelp {
  margin-top: 4px;
}
div.newRecordHelp {
  margin-bottom: 10px;
  margin-left: 2px;
  margin-top: -5px;
}
span.medicalRecordButtonOperationListContainer {
  position: absolute;
  margin-left: 975px;
  margin-top: -20px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  span.medicalRecordButtonOperationListContainer {
    margin-top: -4px;
  }
}
button.operationInfoMedicalRecord {
  width: 30px;
  height: 26px;
  cursor: pointer;
  background: url("../img/icon-medicalRecord.svg") #eaeaea no-repeat 4px 2px;
  background-size: 20px;
  text-indent: -9999px;
  box-shadow: none;
  vertical-align: middle;
  border: 1px solid #cacaca;
}
button.medicalRecordButton {
  background: url("../img/icon-medicalRecord.svg") #eaeaea no-repeat 6px 3px;
  background-size: 20px;
  padding-left: 30px;
}
button.medicalRecordButton:hover {
  background: url("../img/icon-medicalRecord.svg") #dddddd no-repeat 6px 3px;
  background-size: 20px;
  padding-left: 30px;
}
button.operationInfoMedicalRecord:hover {
  background-color: #dbdbdb;
}
span.medicalRecordButtonOperationListContainer:hover + a.operationInfoLink {
  border-bottom: 1px solid #0057a7 !important;
}
div.cancelMedicalRecordConfirmContainer {
  background: #FFE9E9;
  border: 1px solid #eed7d7;
  position: absolute;
  width: 500px;
  height: 27px;
  padding: 10px;
  margin-top: -46px;
  margin-left: 200px;
}
div.cancelMedicalRecordConfirmContainer span.red {
  display: inline-block;
  padding-top: 4px;
}
div.cancelMedicalRecordConfirmContainer button {
  margin-top: 0;
}
div.cancelMedicalRecordConfirmContainer span button {
  float: left;
}
textarea.largeArea {
  width: 650px;
}
p.medicalRecordSectionHelp {
  font-size: 14px;
  margin-bottom: 15px;
}
.marginLeft44 {
  margin-left: 44px;
}
/* ------------------------------------------------------------------------------------ *\
   $PERSONAL PAGE
\* ------------------------------------------------------------------------------------ */
th.alignLeft {
  text-align: left;
}
table#threeMonthOperations {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
/* ------------------------------------------------------------------------------------ *\
   $OPERATION COUNT REPORT PANEL
\* ------------------------------------------------------------------------------------ */
.personalDateContainer {
  width: 375px;
  padding-left: 30px;
  padding-bottom: 10px;
  background: url("../img/icon-calendarButton.svg") no-repeat 0 0;
  background-size: 20px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
.personalPageGenerateButton {
  margin-top: 10px;
}
.extraMarginTop {
  margin-top: 3px;
}
.filterGroupContainsSelection {
  display: inline-block;
}
/* ------------------------------------------------------------------------------------ *\
   $EPS REPORT
\* ------------------------------------------------------------------------------------ */
div.epsFilteringComponentContainer {
  display: table;
}
div.epsFilteringComponentContainer h4 {
  margin-top: 20px;
  color: #252525;
}
div.epsFilteringComponentContainer div.epsGroupTitle {
  padding-left: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
div.epsFilteringComponentContainer .reportColHeader1 {
  width: 6rem;
}
.epsSearchButtonsComponentContainer {
  display: table;
  border-top: 2px solid #D8D8D8;
  margin-top: 15px;
  padding-top: 10px;
}
.epsSearchButtonsComponentContainer .chartButtonGroup {
  padding: 0 6px 0 6px;
  margin: 0 0 0 0;
}
.epsSearchButtonsComponentContainer div.epsGroupTitle {
  padding-top: 6px;
  padding-bottom: 15px;
  font-family: 'Roboto 500', sans-serif, Arial, Tahoma, Trebuchet MS, Helvetica, Lucida Grande, Lucida Sans, sans-serif !important;
  font-weight: 500 !important;
}
.epsSearchButtonsComponentContainer div.epsChartGroupTitle {
  width: 150px;
}
.epsSearchButtonsComponentContainer button.chartButton {
  margin-top: 0;
}
.epsSearchButtonsComponentContainer table.buttonsTable {
  margin-left: 1.75rem;
}
.epsSearchButtonsComponentContainer a.help {
  margin-top: 4px;
}
.epsSearchButtonsComponentContainer h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #252525;
}
.epsSearchButtonsComponentContainer h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #252525;
  font-size: 14px;
  margin-left: 4px;
}
table.tableData td.epsReportTimestampPadding {
  padding-left: 52px !important;
}
/* ------------------------------------------------------------------------------------ *\
   $ENDOCARDITIS REPORT
\* ------------------------------------------------------------------------------------ */
div.endocarditisFilteringComponentContainer h4 {
  margin-top: 20px;
  color: #252525;
}
.endocarditisSearchButtonsComponentContainer {
  display: table;
  border-top: 2px solid #D8D8D8;
  margin-top: 22px;
  padding-top: 10px;
  min-width: 530px;
}
.endocarditisSearchButtonsComponentContainer .chartButtonGroup {
  padding: 0 6px 0 6px;
  margin: 0 0 0 0;
}
.endocarditisSearchButtonsComponentContainer table.buttonsTable {
  margin-left: 1.75rem;
}
.endocarditisSearchButtonsComponentContainer a.help {
  margin-top: 9px;
}
.endocarditisSearchButtonsComponentContainer h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #252525;
}
.endocarditisSearchButtonsComponentContainer h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #252525;
  font-size: 14px;
  margin-left: 4px;
}
/* ------------------------------------------------------------------------------------ *\
   $ECPR REPORT
\* ------------------------------------------------------------------------------------ */
.col {
  display: inline-block;
  vertical-align: top;
}
.col2 {
  display: inline-block;
  vertical-align: top;
  margin-left: 2rem;
}
.col3 {
  display: inline-block;
  vertical-align: top;
  margin-left: 2rem;
}
.col4 {
  display: inline-block;
  vertical-align: top;
  margin-left: 2.05rem;
}
.reportRow {
  display: block;
  margin-bottom: 1rem;
}
.reportRow select {
  min-width: 127px;
  padding: 5px;
}
/* ------------------------------------------------------------------------------------ *\
   $CTO SCREENING
\* ------------------------------------------------------------------------------------ */
td.veinBorders {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 10px !important;
}
span.ctoScreeningQueueStatus {
  padding-top: 4px;
  display: inline-block;
}
table.operationtable td.ctoScreeningSaveUnfinishedPadding {
  padding-bottom: 10px;
}
input.ctoScreeningSaveUnfinishedMargin {
  margin-bottom: 0;
}
table.operationPanelExtraSection td.jCtoScorePadding {
  padding-bottom: 0px;
}
/* ------------------------------------------------------------------------------------ *\
   $REPORT PAGES
\* ------------------------------------------------------------------------------------ */
.clearFloat {
  clear: both;
}
button.floatLeftClear {
  float: left;
  clear: left;
}
.fixedWidthSelect190 {
  width: 190px;
}
.chartButtonGroup {
  padding: 6px 6px 6px 6px;
  margin: 5px 0 0 0;
}
/**
 * Locks width of this group to 155 px, where 155 px is the default width of "chartbutton".
 * If buttons outside this group would be wider, width of this group would also increase and then there would be
 * unwanted white space with regular buttons. By defining the group width we can have wider buttons without breaking
 * group borders.
 */
.chartButtonGroupFixedWidth {
  width: 155px;
  padding: 6px 6px 6px 6px;
  margin: 5px 0 0 0;
}
.innerChartButtonGroup {
  border: 2px solid #c0d9ee;
  padding: 5px 6px 6px 6px;
  margin: 0;
  color: #1873c6;
  border-radius: 5px;
}
.innerChartButtonGroup button {
  border: 1px solid #bababa;
}
.bottomChartButtonGroup {
  padding-left: 7px;
}
.clearFloat > div.chartButtonGroup > div.innerChartButtonGroup {
  margin-top: 5px;
}
.chartButtonGroup > div > div.innerChartButtonGroup {
  margin-top: 10px;
}
div.analysisRow {
  width: 350px;
  display: table;
}
div.analysisCol {
  width: 50%;
  margin-bottom: 10px;
  display: inline-block;
}
div.analysisCol input,
div.analysisCol select {
  margin-left: 3px;
}
table.performerSelectTable td:first-child {
  width: unset;
}
div.marginTop0 {
  margin-top: 0;
}
.marginTopMinus74 {
  margin-top: -74px;
}
.padding6060 {
  padding: 6px 0 6px 0;
}
/* ------------------------------------------------------------------------------------ *\
   $NOTIFICATIONS
\* ------------------------------------------------------------------------------------ */
div#notificationContainer {
  display: block;
  position: fixed;
  background: transparent;
  height: fit-content;
  width: 0;
  top: 153px;
  right: -5px;
}
div#notificationContainer div#notificationContent {
  background: green;
  box-sizing: border-box;
  height: 100%;
  width: 260px;
  margin-right: 60px;
  border-radius: 10px;
  cursor: default;
  z-index: 99999999;
}
.notification-success {
  border-top: 10px solid #00b700 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  box-shadow: rgba(171, 183, 156, 0.9) 0 1px 9px !important;
  background: #e5f7e7 !important;
}
.notification-success h4.notification-title {
  color: #00a800 !important;
  font-size: 20px !important;
  text-align: center;
  padding-top: 5px;
}
.notification-success .notification-message {
  color: #008400;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
.notification-success span.notification-dismiss {
  background-color: #008400 !important;
}

