html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
@font-face {
  font-family: "Sans-Regular";
  src: url("tipografias/OpenSans-Regular.ttf");
}
[class*="z-"]:not([class*="z-icon-"]):not([class*="eCareFont"]) {
  font-family: Sans-Regular, sans-serif;
}
body[dir~="rtl"] .z-tabs-content .z-tab {
  float: right;
}
body[dir~="rtl"] .z-combobox-input,
body[dir~="rtl"] .buttonbox input {
  border-radius: 0 3px 3px 0 !important;
}
body[dir~="rtl"] .z-combobox-button,
body[dir~="rtl"] .buttonbox button {
  border-radius: 3px 0 0 3px !important;
}
body[dir~="rtl"] .z-borderlayout,
body[dir~="rtl"] .z-north,
body[dir~="rtl"] .z-center,
body[dir~="rtl"] .z-south,
body[dir~="rtl"] .z-west,
body[dir~="rtl"] .z-east {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}
body[dir~="rtl"] .z-borderlayout-collapsed,
body[dir~="rtl"] .z-north-collapsed,
body[dir~="rtl"] .z-center-collapsed,
body[dir~="rtl"] .z-south-collapsed,
body[dir~="rtl"] .z-west-collapsed,
body[dir~="rtl"] .z-east-collapsed {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}
body[dir~="rtl"] .z-div[style*="right"] {
  text-align: left !important;
}
body[dir~="rtl"] [style*="float:right"] {
  float: left !important;
}
body[dir~="rtl"] .z-header ul li {
  float: right;
}
body[dir~="rtl"] td[align~="left"] {
  text-align: right;
}
body[dir~="rtl"] td[align~="right"] {
  text-align: left;
}
body[dir~="rtl"] .z-west-header i {
  left: 3px;
  right: auto;
}
body[dir~="rtl"] .z-est-header i {
  right: 3px;
  left: auto;
}
body[dir~="rtl"] .z-icon-chevron-left:before {
  content: "\f054" !important;
}
body[dir~="rtl"] .z-icon-chevron-right:before {
  content: "\f053" !important;
}
body[dir~="rtl"] .z-combobox-input,
body[dir~="rtl"] .z-bandbox-input,
body[dir~="rtl"] .z-datebox-input,
body[dir~="rtl"] .z-timebox-input,
body[dir~="rtl"] .z-spinner-input,
body[dir~="rtl"] .z-doublespinner-input {
  border: 1px solid #cfcfcf;
  border-left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
body[dir~="rtl"] .z-combobox-button,
body[dir~="rtl"] .z-bandbox-button,
body[dir~="rtl"] .z-datebox-button,
body[dir~="rtl"] .z-timebox-button,
body[dir~="rtl"] .z-spinner-button,
body[dir~="rtl"] .z-doublespinner-button {
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
body[dir~="rtl"] .z-window-header .z-window-icon {
  float: left;
}
body[dir~="rtl"] .z-tab-button {
  left: 0;
  right: auto;
}
body[dir~="rtl"] .z-tab-text {
  margin-right: 0px;
  margin-left: 14px;
}
body[dir~="rtl"] .z-menupopup-separator {
  right: 31px;
  left: auto;
}
body[dir~="rtl"] .z-menuitem-content i {
  margin-left: 9px;
  margin-right: 0px;
}
body[dir~="rtl"] .z-tabs-content {
  padding-left: 40px;
  padding-right: 0px;
}
body[dir~="ltr"] .float-left {
  float: left;
}
body[dir~="ltr"] .float-left-clear {
  float: left;
}
body[dir~="ltr"] .float-left-clear + * {
  clear: both;
}
body[dir~="ltr"] .float-right {
  float: right;
}
body[dir~="ltr"] .float-right-clear {
  float: right;
}
body[dir~="ltr"] .float-right-clear + * {
  clear: both;
}
body[dir~="rtl"] .float-left {
  float: right;
}
body[dir~="rtl"] .float-left-clear {
  float: right;
}
body[dir~="rtl"] .float-left-clear + * {
  clear: both;
}
body[dir~="rtl"] .float-right {
  float: left;
}
body[dir~="rtl"] .float-right-clear {
  float: left;
}
body[dir~="rtl"] .float-right-clear + * {
  clear: both;
}
body[dir~="ltr"] .text-left {
  text-align: left;
}
body[dir~="ltr"] .text-right {
  text-align: right;
}
body[dir~="rtl"] .text-left {
  text-align: right;
}
body[dir~="rtl"] .text-right {
  text-align: left;
}

body[dir~="rtl"] .form-component .z-label {
  text-align: right;
}

body[dir~="rtl"] .panel-heading {
  text-align: right;
}

body[dir~="rtl"] .z-panelchildren {
  background: #fffffffe !important;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #FFFFFF;
  overflow-y: hidden;
}
.login {
  background-color: #FFFFFF;
  background-image: url("../ecaresoft_logo.png");
}
.header-left {
  margin: 0;
  margin-left: 5px;
  margin-top: 3px;
}
.header-right {
  margin: 0;
  margin-top: 3px;
  padding-right: 5px;
}
.disableFilter img {
  opacity: 0.2;
  -moz-opacity: 0.2;
}
.depressed img {
  border-style: inset;
  border-width: 1px;
  border-color: #9CBDFF;
  background-color: #C4DCFB;
  -moz-border-radius: 5px;
  padding: 1px 4px 1px 4px;
}
.header {
  background-color: #E1EDF4;
  background-repeat: repeat-x;
  width: 100%;
}
.headerFont {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.action-button {
  height: 32px;
  width: 48px;
}
.action-text-button {
  height: 32px;
  width: 80px;
}
.editor-button {
  --height: 22px;
  width: 26px;
  padding: 0px;
}
.editor-button img {
  vertical-align: middle;
  text-align: center;
}
div.wc-modal,
div.wc-modal-none,
div.wc-highlighted,
div.wc-highlighted-none {
  background-color: white;
}
.desktop-tabpanel {
  margin: 0;
  padding: 0;
  border: 0;
  /*position: absolute;*/
}
.menu-search {
  background-color: #E0EAF7;
}
.adform-content-none {
  overflow: auto;
  position: absolute;
  width: 100%;
  margin: 3px;
}
.adwindow-status {
  background-color: #EEE;
  height: 20px;
}
[class*="adwindow-navbtn-"] {
  font-size: 11px;
}
[class*="adwindow-navbtn-"]:hover {
  background-color: #cacaca;
}
.adwindow-navbtn-dis,
.adwindow-navbtn-sel,
.adwindow-navbtn-uns {
  border: 0px;
  margin-top: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.adwindow-navbtn-sel {
  background-color: #BBB;
  font-weight: bold;
  cursor: pointer;
}
.adwindow-navbtn-uns {
  font-weight: normal;
  cursor: pointer;
}
.adtab-body {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.adtab-content {
  margin: 0;
  padding: 0;
  border: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}
.adtab-grid-panel {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.adtab-grid {
  width: 100%;
  position: absolute;
}
.adtab-tabpanels {
  width: 80%;
  border-top: 1px solid #9CBDFF;
  border-bottom: 1px solid #9CBDFF;
  border-left: 2px solid #9CBDFF;
  border-right: 2px solid #9CBDFF;
}
.status {
  width: 100%;
  height: 20px;
}
.status-db {
  padding-top: 0;
  pdding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  border-left: solid 1px #9CBDFF;
}
.status-info {
  padding-right: 10px;
  border-left: solid 1px #9CBDFF;
}
.status-border {
  border: solid 1px #9CBDFF;
}
.noChange tr.z-listitem-seld .z-listcell-cnt,
tr.z-listitem-over-seld .z-listcell-cnt,
tr.z-listitem-over .z-listcell-cnt {
  color: #000000;
}
.z-textbox-disd,
.z-decimalbox-disd,
.z-intbox-disd,
.z-longbox-disd,
.z-doublebox-disd,
.z-textbox-disd *,
.z-decimalbox-disd *,
.z-intbox-disd *,
.z-longbox-disd *,
.z-doublebox-disd,
.z-combobox-disd *,
.z-comboitem-disd *,
.z-combobox-text-disd * {
  color: #000 !important;
}
.z-notification .z-notification-cl,
.z-notification .z-notification-cnt {
  font-size: 12px;
  height: auto;
  font-weight: bold;
  text-align: justify;
}
.img48 img {
  width: 48px;
}
.img64 img {
  width: 64px;
}
.dyn-menu.z-toolbarbutton {
  display: inline-table;
  text-align: center;
  padding: 0.5em;
}
.dyn-menu.z-toolbarbutton:hover {
  background: #ddd;
  border: solid 1px #ccc;
  border-radius: 0;
}
.dyn-menu .z-toolbarbutton-content {
  white-space: normal;
}
.ecs-cds-alerts:before {
  content: attr(count);
  font-family: sans-serif, serif;
  color: #FFF;
  padding: 0.1em;
  border-radius: 100%;
  background-color: red;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 9px;
  z-index: 2;
  min-width: 9px;
  text-align: center;
}
.blackItem .z-listitem-disd.z-listitem-seld .z-listcell-cnt {
  /* background-color: #555; */
  color: #333 !important;
}
.z-grid.no-background,
.no-background .z-grid-body,
.no-background .z-row-inner,
.no-background .z-cell {
  background: none !important;
  background-color: transparent !important;
}
.panel-icon {
  display: inline-block;
  margin-right: 6px;
}
.panel-body {
  padding: 0 !important;
}
.menu-toolbar .z-toolbar-content.z-toolbar-start {
  float: none;
}
.menu-tree .z-tree-body {
  height: 100%;
}
/*Ajuste del bloqueo de pantalla de zk*/
.z-modal-mask {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  background-color: #E0E1E3;
  opacity: 0.6;
  top: 0;
  left: 0;
  overflow: hidden;
}
/*Cambia el icono del combo por la lupa*/
[combo-icon~="search"] .z-icon-caret-down:before,
.zackcombo .z-icon-caret-down:before {
  font-family: "Glyphicons Halflings";
  content: "\e003";
}
[combo-icon] .z-icon-caret-down:before,
.zackcombo .z-icon-caret-down:before {
  position: relative;
  margin: auto;
  display: inline-block;
  top: 4px;
}
/*PEMEX*/
.pmxcombo .z-combobox-rounded .z-combobox-rounded-btn,
.pmxcombo .z-combobox-btn {
  /*background: url("images/menu/16x16/search.png") repeat-x;*/
  width: 0;
  cursor: none;
}
.pmxcombo .z-combobox-btn-over {
  background-position: 0;
}
/* Elimina el efecto Hover sobre los grid
 * Para usar añadir la clase .no-highlight al row
 */
.no-highlight .z-row:hover .z-row-inner,
.no-highlight .z-row:hover .z-cell {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}
/*ImageNotification.java*/
.notification-coutner {
  background-color: #003366;
  border-radius: 50%;
  padding: 0;
  position: relative;
  float: right;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
}
.z-apply-loading-icon,
.z-loading-icon,
.z-renderdefer {
  background-image: url(../images/loadcirrus.gif);
}
a::before {
  vertical-align: middle;
  color: black;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
#zk_proc {
  background-color: rgba(224, 225, 227, 0.6);
  visibility: visible !important;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 31000;
  overflow: hidden;
}
.panel-noborder {
  border-color: none;
  border: none;
}
/*Se elimina el borde en las ventanas y tabbox*/
.z-window-content,
.z-tabpanel {
  padding: 0;
}
.x-relative-layout {
  display: block;
  width: 100%;
  position: relative;
}
.x-relative-layout > .x-relative-layout-cell {
  display: block;
  width: calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: -webkit-calc(100% - 2px);
  width: -o-calc(100% - 2px);;
  padding: 1px;
  position: relative;
  vertical-align: middle;
}
.x-relative-layout > .x-relative-layout-cell > * {
  display: block;
  vertical-align: middle;
}
.x-relative-layout > .x-relative-layout-cell > span:first-child {
  text-align: left;
}
@media screen and (min-width: 550px) {
  .x-relative-layout .x-relative-layout-cell {
    min-width: 250px;
    max-width: 100%;
    width: calc(50% - 4px) !important;
    width: -moz-calc(50% - 4px) !important;
    width: -webkit-calc(50% - 4px) !important;
    width: -o-calc(50% - 4px); !important;
    padding: 2px;
    position: relative;
    display: inline-block;
  }
  .x-relative-layout .x-relative-layout-cell > span:first-child {
    width: calc(35% - 2px) !important;
    width: -moz-calc(35% - 2px) !important;
    width: -webkit-calc(35% - 2px) !important;
    width: -o-calc(35% - 2px); !important;
    padding: 1px;
    padding-right: 5px;
    display: inline-block;
    text-align: right;
  }
  .x-relative-layout .x-relative-layout-cell > span:first-child + * {
    width: calc(65% - 2px) !important;
    width: -moz-calc(65% - 2px) !important;
    width: -webkit-calc(65% - 2px) !important;
    width: -o-calc(65% - 2px); !important;
    padding: 1px;
    display: inline-block;
    position: relative;
  }
  .x-relative-layout .x-relative-layout-cell > :not(span):first-child {
    width: calc(100% - 2px) !important;
    width: -moz-calc(100% - 2px) !important;
    width: -webkit-calc(100% - 2px) !important;
    width: -o-calc(100% - 2px); !important;
    padding: 1px;
    display: inline-block;
    position: relative;
  }
  .x-relative-layout .x-relative-layout-cell[cols='2'],
  .x-relative-layout .x-relative-layout-cell[cols='3'] {
    width: calc(100% - 4px) !important;
    width: -moz-calc(100% - 4px) !important;
    width: -webkit-calc(100% - 4px) !important;
    width: -o-calc(100% - 4px); !important;
    position: relative;
  }
}
@media screen and (min-width: 800px) {
  .x-relative-layout .x-relative-layout-cell {
    min-width: 300px;
    max-width: 100%;
    width: calc(33% - 4px) !important;
    width: -moz-calc(33% - 4px) !important;
    width: -webkit-calc(33% - 4px) !important;
    width: -o-calc(33% - 4px); !important;
    padding: 2px;
    position: relative;
    display: inline-block;
  }
  .x-relative-layout .x-relative-layout-cell[cols='2'] {
    width: calc(66% - 4px) !important;
    width: -moz-calc(66% - 4px) !important;
    width: -webkit-calc(66% - 4px) !important;
    width: -o-calc(66% - 4px); !important;
  }
  .x-relative-layout .x-relative-layout-cell[cols='3'] {
    width: calc(99% - 4px) !important;
    width: -moz-calc(99% - 4px) !important;
    width: -webkit-calc(99% - 4px) !important;
    width: -o-calc(99% - 4px); !important;
  }
}
.loginbox {
  padding: 2em 1em 3em 1em;
  width: 400px;
  margin-bottom: 1em;
  background-color: #FFFFFF;
  border-radius: 1px;
  -webkit-box-shadow: 2px 2px 1px 1px rgba(163, 163, 163, 0.8);
  -moz-box-shadow: 2px 2px 1px 1px rgba(163, 163, 163, 0.8);
  box-shadow: 2px 2px 1px 1px rgba(163, 163, 163, 0.8);
}
.image-logo {
  display: block;
  height: 40px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.form-component {
  display: block;
  width: 100%;
  padding-bottom: 1em;
}
.form-component * {
  display: block !important;
  width: 100% !important;
}
.form-component .z-label {
  text-align: left;
  padding-bottom: 5px;
  font-size: 12px;
  color: #484848;
}
.remember-me {
  display: block;
  width: 100%;
  padding-bottom: 1em;
  text-align: left !important;
}
.remember-me input {
  margin-right: 5px;
  margin-top: 0;
}
.logo-in-header {
  padding-left: 10px;
  height: 32px;
}
@media only screen and (max-device-width: 599px) {
  .login-window div {
    width: 98% !important;
    height: 100% !important;
    overflow: hidden;
  }
  .login-window table {
    width: 100%;
  }
}
@media only screen and (max-device-width: 599px) and (min-aspect-ratio: 1/1) {
  .loginbox {
    padding-top: 10px;
  }
  .image-logo {
    margin-top: 0;
    margin-bottom: 0;
  }
  .login-window {
    height: 10% !important;
  }
}
.x-patient-header {
  margin: 2px 0;
  padding: 0;
  display: block;
  width: 100%;
}
.x-patient-header-section {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.x-patient-header-section.info {
  width: 65%;
}
.x-patient-header-section.account {
  display: none;
}
.x-patient-header-section.cds {
  width: 35%;
}
.x-patient-header-section.info > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.x-patient-header-section.info .ecs-patient-picture {
  width: 50px !important;
  height: 50px !important;
  margin-right: 4px;
}
.x-patient-header-section.info > .z-div {
  width: calc(40%);
}
.x-patient-header-lbl *:first-child {
  display: none;
}
.x-patient-header-info-row {
  display: block;
}
.x-patient-header-info-row > * {
  display: inline-block;
  margin: 1px 3px 0 3px;
  vertical-align: middle;
}
.x-patient-header-info-row * {
  font-size: 10px  !important;
}
.x-label-strong {
  font-weight: bold;
}
.x-label-age:before {
  content: " (";
}
.x-label-age:after {
  content: ") ";
}
.x-patient-header-section.cds {
  text-align: left;
}
.x-patient-header-section.cds button {
  width: 33%;
  min-width: 32px;
  padding: 1px;
  border-radius: 5px;
  height: auto !important;
  min-height: 20px !important;
  background: lightgray;
  border: solid 1px white;
}
.x-patient-header-section.cds button:first-child {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: solid 1px #a9a9a9;
  border-bottom: none;
}
.x-patient-header-section.cds button img {
  width: 12px;
  height: 12px;
}
.x-patient-header-section.cds > span {
  display: block;
  width: calc(98%);
  margin: 0 1px;
  overflow-y: auto;
  height: 3em;
  border: solid 1px #a9a9a9;
  border-top: 0;
}
.x-patient-header-section.cds .z-html * {
  font-size: 10px !important;
}
.x-patient-header-section.cds ul,
.x-patient-header-section.cds li {
  padding: 0;
  text-align: left;
  list-style-type: none;
  margin: 0;
}
.x-patient-header-info-small {
  overflow: hidden;
  text-overflow: clip;
}
.x-patient-header-section.cds > span {
  position: relative;
}
.x-patient-header-section.cds > span:before {
  position: absolute;
  width: calc(69%);
  height: 1px;
  background: #a9a9a9;
  content: " ";
  right: 0;
  top: 0;
}
.x-patient-header-section .allergy-alert {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
/*Solo visible para resouciones pequeñas (movil)*/
@media screen and (max-width: 800px) {
  .x-label-small.lactancy,
  .x-label-small.lactancy:before {
    content: url('../images/breastfeeding.svg');
    width: 16px;
    float: right;
  }
  .x-label-small.pregnant + .z-label {
    display: none;
  }
  .x-label-small.pregnant,
  .x-label-small.pregnant:before {
    content: url('../images/pregnant-woman.svg');
    width: 16px;
    float: right;
  }
}
/*Ajustes para grandes resoluciones (pc)*/
@media screen and (min-width: 800px) {
  .x-patient-header-lbl *:first-child {
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
  }
  .x-patient-header-lbl * {
    font-size: 10px  !important;
  }
  .x-patient-header-lbl {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .x-patient-header-section.info,
  .x-patient-header-section.account {
    display: inline-block;
    width: 40%;
  }
  .x-patient-header-section.cds {
    width: 20%;
  }
  .x-patient-header-info-row > span.x-patient-header-info-small:last-of-type,
  .x-patient-header-info-row > span.x-patient-header-info-small:first-of-type {
    content: none;
    width: auto;
  }
  .x-patient-header-info-row > span.x-patient-header-info-small:first-of-type + .z-label {
    display: inline;
  }
  .x-patient-header-section.cds > .x-patient-header-cds-btns {
    width: 64px;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
  }
  .x-patient-header-section.cds > .x-patient-header-cds-btns button {
    float: right;
    width: 32px;
    padding: 0.5em;
  }
  .x-patient-header-section.cds > .x-patient-header-cds-btns button:first-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border: solid 1px #a9a9a9;
    border-right: none;
  }
  .x-patient-header-section.cds > .x-patient-header-cds-btns button:last-child:not(:first-child) {
    float: left;
  }
  .x-patient-header-section.cds > span {
    width: calc(36%);
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
    height: calc(4em);
    border: solid 1px #a9a9a9;
    border-left: 0;
  }
  .x-patient-header-section.cds > span:before {
    width: 1px;
    height: calc(51%);
    background: #a9a9a9;
    content: " ";
    left: 0;
    top: calc(49%);
  }
}
/*****************************************************************************
                              SECCION DE I18N
*****************************************************************************/
/*body[dir~="rtl"] {
  .x-patient-header-cds-btns, .x-patient-header-cds-btns > *  {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}*/
@media screen and (min-width: 800px) {
  body[dir~="rtl"] .x-patient-header-lbl *:first-child {
    margin-right: 0px;
    margin-left: 5px;
  }
  body[dir~="rtl"] .x-patient-header-section.cds > .x-patient-header-cds-btns button {
    float: left;
  }
  body[dir~="rtl"] .x-patient-header-section.cds > .x-patient-header-cds-btns button:first-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-left: none;
  }
  body[dir~="rtl"] .x-patient-header-section.cds > .x-patient-header-cds-btns button:last-child:not(:first-child) {
    float: right;
  }
  body[dir~="rtl"] .x-patient-header-section.cds > span {
    border-right: 0;
  }
  body[dir~="rtl"] .x-patient-header-section.cds > span:before {
    left: auto;
    right: 0;
  }
}
*[counter] {
  position: relative;
}
*[counter]:not([counter='0']):after {
  content: attr(counter);
  position: absolute;
  text-shadow: none;
  font-size: 7px;
  font-family: sans !important;
  text-align: center;
  background: red;
  color: white;
  width: 14px;
  height: 14px;
  border-radius: 25%;
  top: -3px;
  right: -3px;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/*###################################################################################################
 Componente UomSelector.java
###################################################################################################*/
.x-input-selector {
  position: relative;
  width: 100%;
}
.x-input-selector * {
  display: inline-block !important;
  margin: 0;
}
.x-input-selector *:first-child {
  width: 60% !important;
  border-radius: 4px 0 0 4px;
  border-right: 0;
  padding-top: 13px;
  padding-bottom: 12px;
  text-align: right;
}
.x-input-selector *:first-child:focus + *:last-child {
  border-color: #23adff;
  box-shadow: 0 0 6px #23adff;
}
.x-input-selector *:last-child {
  width: 40% !important;
  border-radius: 0 4px 4px 0;
}
@-moz-document url-prefix() {
  .x-input-selector *:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .x-input-selector *:first-child:not([disabled]) {
    background: #fff;
  }
  .x-input-selector select:last-child {
    border: solid 1px #ccc;
    padding: 1px;
    font-size: 13px;
  }
}
/*###################################################################################################
 Estilos de componentes propios de Cirrus y/o Sobreescritura de estilos de estilos de Compiere
###################################################################################################*/
/*ButtonBox.java & zacombos */
/*ButtonBox.java */
.z-combobox-input,
.buttonbox {
  position: relative;
}
.z-combobox-input {
  border: 1px solid #ccc;
}
.buttonbox input,
.z-combobox-input {
  width: calc(100% - 32px) !important;
  display: inline-block !important;
  border-radius: 0 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.buttonbox button,
.z-combobox a {
  width: 32px !important;
  padding: 0;
  display: inline-block !important;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ccc;
  border-left: none;
}
.buttonbox input:focus,
.z-combobox-input:focus {
  border-color: #23adff;
  box-shadow: -1px 0px 6px #23adff !important;
}
.buttonbox input:focus + button,
.z-combobox-input:focus + a {
  border-color: #23adff;
  box-shadow: 1px 0px 6px #23adff !important;
}
.buttonbox.buttonbox2 input {
  width: calc(36%);
}
.buttonbox.buttonbox2 button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.buttonbox.buttonbox2 button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.buttonbox.buttonbox2 input:focus + button {
  border-color: #23adff;
  box-shadow: 0px 0px 6px #23adff !important;
}
.buttonbox.buttonbox2 input:focus + button + button {
  border-color: #23adff;
  box-shadow: 1px 0px 6px #23adff !important;
}
.z-combobox a i:before {
  width: 100%;
  vertical-align: middle !important;
  text-align: center;
  top: 0 !important;
}
.buttonbox.combo select {
  width: calc(64%);
  display: inline-block !important;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  /*padding:0;*/
  box-shadow: none;
  float: left;
}
.buttonbox.combo button {
  padding: 2.5px;
  /*FIXME*/
  margin: 0;
  float: left;
}
.buttonbox.combo select:focus {
  border-color: #23adff;
  box-shadow: -1px 0px 6px #23adff !important;
}
.buttonbox.combo select:focus + button {
  border-color: #23adff;
  box-shadow: 1px 0px 6px #23adff !important;
}
.doctor-search {
  position: relative;
}
.doctor-search > .z-div {
  display: inline-block !important;
  width: calc(68%);
  margin: 0;
  position: relative;
}
.doctor-search > .z-toolbarbutton {
  width: 24px;
  height: 24px;
  display: inline-block !important;
  margin: 0 4px;
  text-align: center;
}
.radio-group-vertical span.z-radio {
  display: block !important;
}
/*Clase para PainScale.java*/
.pain-selected {
  opacity: 0.6;
}
/*Sobreescritura paginado*/
.paging-mobile .z-paging-info {
  display: none !important;
}
/*###################################################################################################
 Componente TableItem.java
###################################################################################################*/
table.simple-table {
  width: 100%;
  border: 1px solid #cfcfcf;
}
table.simple-table td {
  padding: 4px;
}
table.simple-table tr {
  background: white;
}
tr.collapse {
  display: none;
}
table.simple-table .z-listbox-header td {
  background: #999;
  border-left: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  background: -moz-linear-gradient(top, #fefefe 0, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #fefefe 0, #eeeeee 100%);
  background: -o-linear-gradient(top, #fefefe 0, #eeeeee 100%);
  background: -ms-linear-gradient(top, #fefefe 0, #eeeeee 100%);
  background: linear-gradient(to bottom, #fefefe 0, #eeeeee 100%);
}
table.simple-table tr:hover {
  background: #ddd;
  cursor: pointer;
}
table.on-demand {
  display: block;
  overflow-y: scroll;
}
table.on-demand tbody {
  display: table;
  width: 100%;
}
.z-header-logo {
  padding: 5px 20px;
  height: 35px;
  width: 35px;
  background-image: url(../logo_cirrus.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
}

.z-div.zackcombo,
.z-div.kikemenu {
    display: grid;
    grid-template-columns: 1fr auto auto;
}

.z-div.kikemenu .z-combobox .z-combobox-button {
	border-radius: 0 !important;
}

.z-div.kikemenu .z-combobutton {
	border-radius: 0 4px 4px 0 !important;
	border-left: 0 !important;
}

.z-div.kikemenu .z-combobutton-content {
  width: 32px;
  padding: 3px 7px;
  border-radius: 0 4px 4px 0 !important;
  border-left: 0 !important;
}

.z-div.kikemenu .z-combobutton-content:not(:hover) {
	background: none;
	border: solid 1px #ccc;
}

.z-div.kikemenu .z-combobutton-button {
  display: none;
}

.z-div.kikemenu .z-combobutton-content i {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-content: center;
}

