/* Colors *//* Fonts *//* sizes *//* Styles */html, body {
  height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
}
/* Default font sizes based on http://www.w3.org/TR/CSS21/sample.html */h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1.12em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
/* Smaller font sizes */.smaller-fonts h1 {
  font-size: 1.5em !important;
}
.smaller-fonts h2 {
  font-size: 1.2em !important;
}
.smaller-fonts h3 {
  font-size: 1em !important;
}
.smaller-fonts h4 {
  font-size: 0.9em !important;
}
.smaller-fonts h5 {
  font-size: 0.7em !important;
}
.smaller-fonts h6 {
  font-size: 0.6em !important;
}
p, a, li, blockquote {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
a {
  color: #000;
  font-weight: normal;
}
a:hover {
  color: #00aed6;
}
.button:hover {
  opacity: 0.8;
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  .column.is-1-mobile-landscape {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile-landscape {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile-landscape {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile-landscape {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile-landscape {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile-landscape {
    margin-left: 25%;
  }
  .column.is-4-mobile-landscape {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile-landscape {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile-landscape {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile-landscape {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile-landscape {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile-landscape {
    margin-left: 50%;
  }
  .column.is-7-mobile-landscape {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile-landscape {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile-landscape {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile-landscape {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile-landscape {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile-landscape {
    margin-left: 75%;
  }
  .column.is-10-mobile-landscape {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile-landscape {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile-landscape {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile-landscape {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile-landscape {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile-landscape {
    margin-left: 100%;
  }
}
.has-background-brand {
  background-color: #00aed6;
}
.navbar-dropdown-menu-section {
  background-color: #f6f6f6;
}
.navbar-logo {
  width: auto;
  height: 1em;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: -2px;
}
.app-logo {
  max-width: 200px;
}
.login-side-image {
  width: 320px;
  height: auto;
}
.ce-mark {
  height: 30px;
  width: auto;
}
.md-symbol, .instructions-symbol {
  height: 2em;
  margin: 0px 10px;
}
.pad {
  padding: 8px 8px;
}
.fa-padding {
  margin-left: 8px;
  margin-right: 4px;
}
.fa-padding-button {
  margin-right: 4px !important;
}
.alert-icon {
  width: 34px !important;
  height: auto !important;
  min-width: 34px;
  margin-top: 5px;
}
.navbar-item {
  font-size: 0.95em;
}
.battery-icon {
  width: 24px;
  height: auto;
  margin-right: 8px;
  margin-left: 2px;
}
.arrow-icon {
  width: 12px;
  height: auto;
  margin-left: 4px;
  margin-right: 4px;
}
#iv-screen-department-id {
  text-align: right;
}
#iv-screen-department-id:active {
  box-shadow: none;
}
#iv-screen-department-id option {
  background-color: #f6f6f6;
  color: #4e5a6a;
}
#iv-screen-department-id option:hover {
  color: #fff !important;
  box-shadow: 0 0 10px 100px #60b2cb inset;
}
.controll .select {
  margin: 0;
}
.controll .select::after {
  border-color: #f6f6f6 !important;
}
.dataTables_info {
  padding-left: 16px;
  font-size: small;
  text-transform: uppercase;
}
#navbar-menu-burger span {
  color: #f6f6f6;
  height: 2px;
  width: 20px;
}
#navbar-burger-menu-large-screen {
  color: #f6f6f6;
}
.is-active #navbar-burger-menu-large-screen {
  color: #4e5a6a;
}
#navbar-burger-menu-large-screen:hover {
  color: #4e5a6a;
}
.navbar-item-element {
  color: #4e5a6a;
  font-size: 1.1rem;
}
.navbar-item-element:hover {
  color: #fff;
  background-color: #00aed6;
}
.inherit-font-size {
  font-size: inherit !important;
}
.navbar-item-text-element {
  color: inherit;
  font-family: 'Open sans', sans-serif;
}
.navbar-item-text-element:hover {
  color: inherit;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: #fff;
}
#iv-screen-table {
  min-height: calc(100vh - 58px - 125px);
  padding-bottom: 30px;
}
.monidor-footer {
  height: 125px;
  padding: 2rem 1.5rem 3rem 1.5rem;
  background-color: transparent;
}
.lang-image {
  width: 18px;
  height: auto;
  margin-left: 8px;
  margin-right: 8px;
  opacity: 0.9;
}
.lang-image-border {
  border: 1px solid grey;
}
.table {
  border-color: #00aed6;
}
.padding-left-right {
  padding-left: 8px;
  padding-right: 8px;
}
.screen-text {
  font-weight: 700px;
  font-size: 1.3em;
}
.footer-text {
  font-size: small;
}
.footer-logo {
  margin-top: 15px;
  height: 2em;
}
.page-header-h2, .page-header-h3 {
  padding: 16px 2px;
  font-weight: 700;
}
h1.title {
  font-size: 1.5em !important;
}
h2.subtitle {
  font-size: 0.9em !important;
  padding-top: 4px;
}
.is-danger {
  background-color: crimson !important;
  /* #df3355 */
}
.is-primary {
  background-color: #00aed6 !important;
  /* #00d1b2;*/
}
.hero {
  background-image: url('/images/bg.jpg');
  background-size: cover;
  width: 100%;
  z-index: -2;
}
.hero h1, .hero h2 {
  color: #fff !important;
}
.hero.is-small .hero-body {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.columns {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: -0.25rem;
}
@media screen and (max-width: 1087px) {
  .navbar-menu {
    background-color: #f6f6f7;
  }
}
.select {
  margin-bottom: 8px;
}
.modal-background {
  background-color: rgba(10, 10, 10, 0.5);
}
.is-grouped > .field-body > .control {
  margin-right: 16px;
  margin-bottom: 16px;
}
/* Flip scroll for mobile view */@media screen and (max-width: 768px) {
  overflow-x: scroll;
  /* borders */  .flipscroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .flipscroll * html .cf {
    zoom: 1;
  }
  .flipscroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .flipscroll th, .flipscroll td {
    margin: 0;
    vertical-align: top;
  }
  .flipscroll th {
    text-align: left;
  }
  .flipscroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  .flipscroll thead {
    display: block;
    float: left;
  }
  .flipscroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .flipscroll thead tr {
    display: block;
  }
  .flipscroll th {
    display: block;
    text-align: right;
  }
  .flipscroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .flipscroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .flipscroll th {
    border: 0;
  }
  .flipscroll td {
    border: 0;
  }
  .flipscroll tbody tr {
    border-left: 1px solid #babcbf;
  }
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
#serialnumber {
  width: 200px;
}
#location {
  width: 360px;
}
.max-80 {
  margin-top: 8px;
  margin-bottom: 8px;
  max-width: 90%;
}
.select-paginate {
  margin-left: 16px;
  margin-top: 8px;
}
.help-paginate {
  margin-top: -16px;
  margin-left: 8px;
}
.blink {
  animation: blinker 2s linear infinite !important;
}
@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}
.long-text {
  word-break: break-all;
}
.modal-close {
  z-index: 2000;
  background-color: rgba(10, 10, 10, 0.3);
}
/* for modal editing infusion target values */.modal-content {
  background-color: #fff;
}
.help.is-error {
  color: #ff3860;
  flex-basis: 100%;
  display: flex;
  margin-bottom: 0.5rem;
  margin-top: -0.5rem;
}
.help.is-error.total_volume_target, .help.is-error.duration_target {
  margin-left: 3rem;
}
.fullwidth {
  width: 100%;
}
.force-fullwidth {
  width: 100% !important;
}
.toggle-button button {
  width: calc(50% - 10px);
  display: inline-block;
}
.toggle-button button:first-child {
  border-radius: 5px 0 0 5px;
  margin-right: -5px;
}
.toggle-button button:last-child {
  border-radius: 0 5px 5px 0;
}
img.is-small {
  height: 28px;
}
.wrapper {
  position: relative;
}
.room-button {
  border-color: #00aed6;
}
.place-button {
  border-color: #00aed6;
}
.place-button, .room-button {
  background-color: #fff;
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-weight: 300;
  font-size: 1.5em;
  display: block;
  padding: 1.25rem 0 1.25rem 0;
  margin: 4px;
  /* Tile buttons for devices edit */
}
.place-button.is-12, .room-button.is-12 {
  width: calc(100% - 9px);
}
.place-button.is-8, .room-button.is-8 {
  width: calc(66% - 9px);
}
.place-button.is-6, .room-button.is-6 {
  width: calc(50% - 8px);
}
.place-button.is-4, .room-button.is-4 {
  width: calc(33% - 9px);
}
.place-button.is-3, .room-button.is-3 {
  width: calc(25% - 9px);
}
.place-button:hover {
  background-color: #0fd3ff !important;
  border-color: #0fd3ff !important;
}
.room-button:hover {
  background-color: #5c7084 !important;
  border-color: #5c7084 !important;
}
.monidor-blue-bg {
  background-color: #00aed6;
}
span.room-btn, span.bed-btn {
  border-style: solid;
  border-width: 2px;
  padding: 0 4px 0 4px;
  border-radius: 4px;
}
span.room-btn {
  color: white;
  border-color: #00aed6;
  background-color: #00aed6;
}
span.bed-btn {
  border-color: #00aed6;
  background-color: ;
}
span.bed-btn:hover, span.room-btn:hover {
  border-width: 3px;
  margin-left: -1px;
  margin-right: -1px;
}
span.rooms_places_0, span.rooms_places_1 {
  padding-left: 4px;
  padding-right: 4px;
  border-style: solid none solid none;
}
.button.dummy:hover {
  border-color: #dbdbdb;
}
.button.not-button {
  cursor: auto;
  border-top: none;
  border-bottom: none;
}
.button.not-button:hover {
  border-color: #dbdbdb;
  color: #363636;
  opacity: 1;
}
.right-aligned-input {
  text-align: right;
}
.modal .dropdown-menu {
  top: -4px;
}
.modal .dropdown-menu .dropdown-item {
  padding: 0 0 10px 0;
}
.modal .dropdown-menu .dropdown-item.columns {
  padding: 0px 0px 8px 8px;
}
.modal .dropdown-menu .box-float-left button {
  float: left;
}
/* small hack to allow dropdowns to overflow from popup modals */.infusion-ml-h-display {
  display: flex;
}
.infusion-ml-h-display > div {
  flex: 1;
}
.infusion-ml-h-display table tr td {
  padding: 0 4px;
}
td.fitwidth, th.fitwidth {
  width: 1px;
  white-space: nowrap;
}
.edit-infusion-data-values {
  position: relative;
}
.edit-infusion-data-values > div {
  display: block;
}
.edit-infusion-data-values > div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
#edit-infusion-data-popup .flex-center {
  display: flex;
  align-items: center;
}
#edit-infusion-data-popup .modal-card {
  overflow: visible;
  justify-content: unset;
  margin-top: 20px;
  max-width: calc(100vw - 8px);
  z-index: 2;
}
#edit-infusion-data-popup .modal-card div.content.has-text-centered {
  background-color: #fff;
}
#edit-infusion-data-popup .modal-card .icon-input {
  border: 1px solid #dbdbdb;
  align-items: center;
  height: 2.25em;
  display: inline-flex;
  color: #000;
  padding: 0 0 0 4px;
}
#edit-infusion-data-popup .modal-card .icon-input.invisible-border {
  border-color: transparent;
}
#edit-infusion-data-popup .modal-card .modal-card-foot {
  padding-top: 15px;
  padding-bottom: 15px;
}
#edit-infusion-data-popup .modal-card .modal-card-foot div {
  color: #777;
  line-height: 0.9;
  font-size: 0.9rem;
}
#edit-infusion-data-popup .modal-card-head .help.that-is-bigger {
  font-size: 1rem;
}
#edit-infusion-data-popup .modal-card-head .edit-dialog-title-wrapper h3 {
  font-weight: 600;
}
#edit-infusion-data-popup .modal-card-body {
  overflow: visible;
}
#edit-infusion-data-popup .modal-card-body div.empty-button-padding {
  padding-bottom: 14px;
  height: 100%;
}
#edit-infusion-data-popup .modal-card-body div.empty-button-padding button.trash {
  margin-top: 50%;
}
#edit-infusion-data-popup .modal-card-body .with-fa {
  max-width: 24px;
  margin-left: 6px;
}
#edit-infusion-data-popup .modal-card-body .mobile-notifications-text-column {
  padding-left: 12px;
}
#edit-infusion-data-popup .modal-card-body .aling-notifications-elements > .with-fa {
  float: left;
  margin-left: 6px;
}
#edit-infusion-data-popup .modal-card-body .aling-notifications-elements > span {
  line-height: 2rem;
}
#edit-infusion-data-popup .modal-card-body .float-items-right > * {
  float: right;
}
#edit-infusion-data-popup .modal-card-body div.field.remove-bottom-margin {
  margin-bottom: 0px;
}
#edit-infusion-data-popup .modal-card-body div.field.some-more-bottom-margin {
  margin-bottom: 1rem;
}
#edit-infusion-data-popup .modal-card-body .round-button {
  margin-left: 8px;
  height: 36px;
  width: 36px;
  border-radius: 36px;
}
#edit-infusion-data-popup .modal-card-body .pointer {
  cursor: pointer;
}
#edit-infusion-data-popup .modal-card-body div.tabs {
  background-color: #f6f6f6;
}
#edit-infusion-data-popup .modal-card-body .clear-button {
  float: right;
}
#edit-infusion-data-popup .modal-card-body h3 {
  font-weight: 600;
}
#edit-infusion-data-popup .modal {
  overflow: scroll;
}
#edit-infusion-data-popup .modal .modal-background {
  position: fixed;
}
#edit-infusion-data-popup .modal .infusion-ml-h-display {
  display: flex;
}
#edit-infusion-data-popup .modal .infusion-ml-h-display > div {
  flex: 1;
}
#edit-infusion-data-popup .modal .infusion-ml-h-display table tr td {
  padding: 0 4px;
}
#edit-infusion-data-popup .input-like-padding {
  padding-left: 9px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #edit-infusion-data-popup .modal-card .modal-card-head, #edit-infusion-data-popup .modal-card .modal-card-body {
    padding: 10px;
  }
  #edit-infusion-data-popup .modal-card .modal-card-body .round-button {
    margin-left: 0;
  }
  #edit-infusion-data-popup .modal-card .modal-card-body .field.has-addons .control.is-expanded {
    margin-right: 4px;
  }
  #edit-infusion-data-popup .modal-card .modal-card-body .with-fa {
    max-width: 24px;
    margin-left: 6px;
  }
  #edit-infusion-data-popup .modal-card .modal-card-body .mobile-notifications-text-column {
    padding-left: 12px;
  }
  #edit-infusion-data-popup .modal-card .modal-card-body .aling-notifications-elements > .with-fa {
    float: left;
    margin-left: 6px;
  }
  #edit-infusion-data-popup .modal-card .modal-card-body .aling-notifications-elements > span {
    line-height: 2rem;
  }
  #edit-infusion-data-popup .modal-card .modal-card-body .float-items-right > * {
    float: right;
  }
}
.big-text {
  font-size: 2rem;
}
#infusion_rate {
  border-bottom: solid #4a4a4a 1px;
}
/* Rooms and places editor */div.department table tr td.field.has-addons {
  margin-bottom: 0;
}
div.department table tr th:first-child, div.department table tr td:first-child {
  width: 10%;
  white-space: nowrap;
  padding-right: 4px;
}
div.department table tr th, div.department table tr td {
  width: auto;
}
div.department table tr td {
  width: auto;
  padding-bottom: 4px;
}
div.department table tr td input.input.text:disabled, div.department table tr td textarea.text {
  background-color: white;
  border: none;
  cursor: default;
  color: black;
}
div.department table tr td button.save_row:disabled {
  display: none;
}
.animate-one-s {
  transition: 0.5s;
}
.move-this-left {
  margin-left: -100%;
}
.is-hide-overflow {
  overflow: hidden;
}
span.status-notification {
  font-size: 90%;
  display: block;
}
.save-success-0:first-child:after {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 24px;
  float: right;
  color: #d9534f !important;
}
.background.status-color {
  border-radius: 6px 0 0 6px;
}
div.monidrop-cards-big .tile.is-ancestor .tile {
  width: 100%;
  padding: 8px;
}
div.monidrop-cards-big div.device-card {
  overflow: hidden;
}
div.monidrop-cards-big div.device-card div.yellow-marker {
  background-color: #ffc61a;
}
div.monidrop-cards-big div.device-card.i-am-clickable:hover {
  background-color: #eee;
  cursor: pointer;
}
div.monidrop-cards-big div.device-card .status-color {
  width: 10px;
  height: 100%;
  float: left;
}
div.monidrop-cards-big div.device-card div.card-status {
  font-size: 1.2em;
  margin-left: 14px;
  margin-right: 4px;
}
div.monidrop-cards-big div.device-card div.card-status > div {
  padding-left: 44px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
}
div.monidrop-cards-big div.device-card div.card-status > div.notification-target {
  background-color: #ffe187;
}
div.monidrop-cards-big div.device-card div.card-status > div.time {
  font-size: 0.75em;
}
div.monidrop-cards-big div.device-card div.card-status > div.time > span.device-icon img {
  width: calc(40px * 0.75);
}
div.monidrop-cards-big div.device-card div.card-status > div.time .target {
  font-size: 1em;
}
div.monidrop-cards-big div.device-card div.card-status > div > span.device-icon {
  display: inline-block;
  width: 30px;
  margin-left: -40px;
  text-align: center;
}
div.monidrop-cards-big div.device-card div.card-status > div > span.device-icon > img {
  vertical-align: middle;
}
div.monidrop-cards-big div.device-card div.card-status span.behind_device_name {
  color: #f2f208;
  text-align: center;
  width: 40px;
  position: absolute;
}
div.monidrop-cards-big div.device-card div.card-status span.device_default_name {
  color: #666;
  text-align: center;
  width: 40px;
}
div.monidrop-cards-big div.device-card div.card-status span.device_default_name_small {
  color: #666;
  font-size: 90%;
  padding-right: 6px;
  width: 1.5rem;
  text-align: center;
  margin-right: 2px;
}
div.monidrop-cards-big div.device-card div.card-status div.room {
  display: inline;
}
div.monidrop-cards-big div.device-card div.card-status div.room span.place {
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  font-size: 0.8em;
  /* Room only */
  /* Room and bed */
}
div.monidrop-cards-big div.device-card div.card-status div.room span.place:only-child {
  border-color: #00aed6;
  padding: 0 4px 0 4px;
}
div.monidrop-cards-big div.device-card div.card-status div.room span.place:nth-last-child(2) {
  color: white;
  border-radius: 5px 0 0 5px;
  border-color: #00aed6;
  background-color: #00aed6;
  padding: 0 4px 0 4px;
}
div.monidrop-cards-big div.device-card div.card-status div.room span.place:nth-child(2) {
  color: black;
  border-radius: 0 5px 5px 0;
  border-color: #00aed6;
  background-color: ;
  padding: 0 4px 0 4px;
}
div.monidrop-cards-big div.device-card div.card-status .battery-status {
  position: relative;
  padding: 4px 4px 0 0;
  float: right;
  font-size: 0.5em;
}
div.monidrop-cards-big div.device-card div.card-status .battery-status img {
  width: 34px;
}
div.monidrop-cards-big div.device-card div.card-status .battery-status img ~ i.on-top-of-battery {
  position: absolute;
  right: 18px;
  top: 9px;
}
div.monidrop-cards-big div.device-card div.card-status .battery-status img ~ i.on-top-of-battery.white {
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
div.monidrop-cards-big div.device-card div.card-status .battery-status img ~ i.on-top-of-battery.black {
  color: #000;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
div.monidrop-cards-big div.device-card div.card-status .battery-status > * {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
div.monidrop-cards-big div.device-card div.card-status hr {
  margin: 0 4px 0 0;
}
div.monidrop-cards-big div.device-card div.card-status .battery-status {
  float: right;
  font-size: 12px;
}
div.monidrop-cards-big div.device-card div.card-status .battery-status span img {
  width: 24px;
}
div.monidrop-cards-big div.device-card div.card-status span.target ~ div.errors {
  clear: right;
}
div.monidrop-cards-big div.device-card div.card-status div.errors {
  display: block;
}
div.monidrop-cards-big div.device-card div.card-status div.errors span.span-error {
  font-size: 0.6em;
  display: block;
}
div.monidrop-cards-big div.device-card div.card-status .target {
  display: inline-block;
  float: right;
}
div.monidrop-cards-big div.device-card div.card-status .target span {
  font-size: 0.75em;
  font-weight: 300;
}
@media only screen and (min-width: 769px) {
  div.monidrop-cards-big div.device-card div.card-status {
    font-size: 1.8em;
  }
  div.monidrop-cards-big div.device-card div.card-status > div {
    overflow: hidden;
  }
  div.monidrop-cards-big div.device-card div.card-status > div > span.device-icon {
    width: 40px;
  }
  div.monidrop-cards-big div.device-card div.card-status > div > span.device-icon > img {
    margin-top: 2px;
  }
  div.monidrop-cards-big div.device-card div.card-status div.errors {
    padding-left: 10px;
  }
  div.monidrop-cards-big div.device-card div.card-status div.errors span.span-error {
    font-size: 0.5em;
  }
  div.monidrop-cards-big div.device-card div.card-status .battery-status {
    font-size: 0.5em;
  }
  div.monidrop-cards-big div.device-card div.card-status .battery-status img {
    width: 34px;
  }
  div.monidrop-cards-big div.device-card div.card-status hr {
    margin: 0 0 8px 0;
  }
  div.monidrop-cards-big .tile.is-ancestor {
    margin: -12px -12px;
  }
}
@media only screen and (max-width: 768px) {
  div.monidrop-cards-big div.device-card div.card-status div.card-status-header {
    margin-bottom: 10px;
  }
  div.monidrop-cards-big .columns .column {
    padding: 0;
  }
  div.monidrop-cards-big .tile.is-ancestor {
    margin: -12px -12px;
  }
}
.background.status-color.yellow {
  background-color: #ffc61a;
}
.background.status-color.green {
  background-color: #6fb242;
}
.background.status-color.no-connection {
  background-color: #a8a8a8;
}
#iv-screen-table {
  background-color: #f1f1f1;
}
#iv-screen-table .tile:not(.is-child) {
  display: flex;
}
.modal-content.error {
  padding: 8px;
  color: #f00;
  font-weight: 800;
}
.right-corner {
  position: absolute;
  top: -1px;
  right: 1px;
  font-size: 10px;
  z-index: 10;
}
.no-name {
  color: #bbb;
}
nav.navbar {
  /* valikon ikonit samaan linjaan */
}
nav.navbar .fa-padding {
  min-width: 0.8rem;
  width: 25px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
}
nav.navbar.has-background-brand {
  height: 56px;
}
nav.navbar.has-background-brand .navbar-brand {
  min-height: 0;
  height: 56px;
}
nav.navbar select.iv-screen-department-id, nav.navbar .dropdown .dropdown-trigger button {
  background-color: #00aed6;
  color: #fff;
  border: none;
}
nav.navbar .navbar-brand .header-content {
  margin-left: auto;
}
nav.navbar .navbar-brand .header-content ~ .navbar-burger {
  margin-left: 0;
}
nav.navbar .fa-padding {
  min-width: 0.8rem;
}
nav.navbar .navbar-item.is-hoverable:hover .navbar-dropdown.needs-active-parent, nav.navbar .navbar-item.is-active .navbar-dropdown.needs-active-parent {
  display: none;
}
nav.navbar .navbar-item.is-hoverable:hover > .navbar-dropdown.needs-active-parent, nav.navbar .navbar-item.is-active > .navbar-dropdown.needs-active-parent {
  display: block;
}
nav.navbar .navbar-item > .navbar-dropdown.needs-active-parent {
  display: none;
}
nav.navbar .navbar-item .navbar-dropdown-menu-section {
  /* annetaan vähän ilmaa teksteille */
}
nav.navbar .navbar-item .navbar-dropdown-menu-section .navbar-item {
  padding-left: 0;
  padding-right: 0;
  /* kielivalinnan väritys */
}
nav.navbar .navbar-item .navbar-dropdown-menu-section .navbar-item a, nav.navbar .navbar-item .navbar-dropdown-menu-section .navbar-item #language-clicked {
  display: block;
  margin: -5px 0;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
nav.navbar .navbar-item .navbar-dropdown-menu-section .navbar-item #language-clicked {
  display: inline;
}
nav.navbar .navbar-item .navbar-dropdown-menu-section .navbar-item a:hover {
  color: #fff;
  background-color: #00aed6;
}
nav.navbar .navbar-item .navbar-dropdown-menu-section .navbar-item .navbar-link:not(.is-arrowless)::after {
  border-color: #4a4a4a;
  right: -1em;
}
nav.navbar .navbar-item .navbar-dropdown-menu-section .navbar-item:hover .navbar-link::after {
  border-color: white;
}
nav.navbar .navbar-item .navbar-dropdown-menu-section .navbar-item-text {
  font-size: 1em;
  background-color: transparent;
  font-weight: 400;
  padding: 5px 0px;
}
nav.navbar .navbar-menu .navbar-item.has-dropdown {
  display: block;
}
nav.navbar .navbar-menu .navbar-item.has-dropdown > .navbar-item {
  display: block;
}
nav.navbar .navbar-menu .navbar-item.has-dropdown > .navbar-item.language-item {
  display: inline;
}
nav.navbar .navbar-info-text {
  flex: 1;
  justify-content: right;
}
@media screen and (max-width: 1088px) {
  nav.navbar .navbar-info-text {
    justify-content: center;
  }
  nav.navbar .navbar-item.language-selection-title {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
div.department table tr.remove-disabled button.is-editing i.fa.fa-times {
  display: none;
}
div.department tr:not(.remove-disabled) button.is-editing i.fa.fa-pencil {
  display: none;
}
#modal .modal-content div.modal-box {
  display: block;
  padding: 1.25rem;
}
.animate.highlight {
  -webkit-animation-name: highlight;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
  animation-name: highlight;
  animation-duration: 1s;
  animation-iteration-count: 4;
}
@keyframes highlight {
  0% {
    -webkit-box-shadow: 0px 0px 8px 9px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 8px 9px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 8px 9px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 8px 9px #34b6e4;
    -moz-box-shadow: 0px 0px 8px 9px #34b6e4;
    box-shadow: 0px 0px 8px 9px #34b6e4;
  }
  100% {
    -webkit-box-shadow: 0px 0px 8px 9px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 8px 9px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 8px 9px rgba(0, 0, 0, 0);
  }
}
.is-visibility-hidden {
  visibility: hidden;
}
.ie-centering {
  margin-left: auto;
  margin-right: auto;
}
.disable-user-text-selecting {
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.is-an-eye {
  display: inline;
}
.is-an-eye > img {
  padding: 0 8px 0 4px;
  position: relative;
  top: 0.1em;
  height: 1.2em;
  margin-top: 0.2em;
  margin-bottom: -0.2em;
}
.keep-them-seperated-top {
  margin-top: 0.5rem;
}
.keep-them-seperated-bottom {
  margin-bottom: 0.5rem;
}
div.with-fa {
  position: relative;
}
div.with-fa.in-modal-card-head {
  width: 4rem;
  right: 2rem;
}
@media only screen and (max-width: 768px) {
  .is-an-eye {
    margin-top: 2em;
  }
  .is-an-eye > img {
    position: relative;
    top: 0.1em;
    height: 1.4em;
    margin-top: 0.2em;
    margin-bottom: -0.2em;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ccc;
  /* Rounded sliders */
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: -4px;
  bottom: -2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #00aed6;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
input:checked ~ .slider {
  background-color: #00aed6;
}
input:focus ~ .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked ~ .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.text-capitalize {
  text-transform: capitalize;
}
.margin-0 {
  margin: 0rem;
}
.margin-1 {
  margin: 0.25rem;
}
.margin-2 {
  margin: 0.5rem;
}
.margin-3 {
  margin: 0.75rem;
}
.margin-4 {
  margin: 1rem;
}
.margin-5 {
  margin: 1.5rem;
}
.margin-6 {
  margin: 3rem;
}
.is-link {
  cursor: pointer;
}
.is-link:hover {
  opacity: 0.8;
}
/* Monidrop-card starts here */.placeholderContainer {
  width: 32%;
  height: auto;
  padding: 1%;
  position: relative;
}
.monitorCard {
  font-family: 'Open sans', sans-serif;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  width: 100%;
  background: #4e5a6a;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin: 8px;
  /*border:2px solid $the_monidor_dark_blue;
 */
}
.monitorCard.new {
  box-shadow: 0px 0px 0px 6px #00aed6;
}
.monitorCard.new .header .monitor-number {
  background-color: #00aed6;
}
.monitorCard.not_connected {
  filter: grayscale(100%) brightness(105%);
}
.monitorCard p {
  font-family: 'Open sans', sans-serif;
}
.vertical-middle > * {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* HEADER ELMS */.header {
  position: relative;
  width: 100%;
  height: 30px;
  background: #f6f6f8;
  display: flex;
  flex-direction: row;
}
.header .monitor-number {
  display: inline;
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1;
  min-width: 30px;
  background: #4e5a6a;
  color: #f4f4f4;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.header .battery {
  height: 100%;
  min-width: fit-content;
  line-height: 30px;
  color: #4e5a6a;
  margin: 0 6px;
  font-weight: 400;
}
.header .battery .battery-life {
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding-right: 5px;
}
.header .battery .battery-icon-color {
  width: 35px;
}
.header .battery .battery-icon-color {
  vertical-align: middle;
}
.header .title-wrapper {
  position: relative;
  flex-grow: 1;
  height: 30px;
  min-width: 0;
}
.header .title-wrapper .scale-font-1 {
  line-height: 30px !important;
}
.header .title-wrapper .title {
  font-size: 16px;
  flex-grow: 1;
  justify-content: end;
  margin: 0px;
  line-height: 30px;
  color: #4e5a6a;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
}
.header .monidrop-card-phone-icon {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 5px;
}
.header .room {
  margin-left: 5px;
}
.header .room, .header .bed {
  position: relative;
  padding: 0 10px;
  flex-shrink: 0;
}
.header .room span, .header .bed span {
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.header .room.hide-phone-icon p, .header .bed.hide-phone-icon p {
  right: 10px;
}
.header .room.hide-phone-icon img, .header .bed.hide-phone-icon img {
  display: none;
}
.header .room {
  border-top-left-radius: 6px;
  background: #4e5a6a;
}
.header .room:after {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 10px;
  height: 100%;
  content: '';
  background: #4e5a6a;
}
.header .bed {
  background: #60b2cb;
}
.header .meter {
  background: #4e5a6a;
}
.header .meter {
  width: 60px;
}
@media screen and (min-width: 769px) {
  .header {
    height: 35px;
  }
  .header .title-wrapper {
    height: 35px;
  }
  .header .title-wrapper .scale-font-1 {
    line-height: 35px !important;
  }
  .header .title-wrapper .title {
    line-height: 35px;
    height: 35px;
    font-size: 20px;
  }
  .header .monidrop-card-phone-icon {
    font-size: 1.4rem;
  }
  .header .monitor-number, .header .room, .header .bed {
    line-height: 35px;
  }
  .header .monitor-number span, .header .room span, .header .bed span {
    line-height: 35px !important;
    font-size: 20px !important;
  }
}
.contents {
  background: #fff;
  clear: both;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 5px;
  /* SPEED VISUALS */
  /* TIMER VISUALS */
}
.contents .content-holder {
  margin-top: 6px;
  padding: 0px 4px;
  float: left;
  position: relative;
  flex-grow: 1;
}
.contents .content-holder .content-holder-top {
  position: relative;
  width: 100%;
}
.contents .content-holder .content-holder-bottom {
  overflow: hidden;
}
.contents .content-holder .content-holder-bottom > * {
  display: inline;
  vertical-align: middle;
}
.contents .content-holder .content-holder-bottom img {
  height: 22px;
}
.contents .content-holder .content-holder-bottom p {
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
  margin-left: 2%;
  color: #4e5a6a;
}
.contents .content-holder .target-value-unset {
  visibility: hidden;
}
.contents .amount-holder {
  border-right: 3px solid #dcdde1;
  line-height: 1;
}
.contents .amount-holder .amount-meter {
  max-width: 50px;
  background: #dcdde1;
  height: 90%;
  width: 20%;
  overflow: hidden;
  position: relative;
  float: left;
}
.contents .amount-holder .amount-meter:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/images/drip-overlay2b.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contents .amount-holder .amount-meter img {
  height: initial;
  width: auto;
  visibility: hidden;
}
.contents .amount-holder .amount-meter .amount-liquid {
  background: #60b2cb;
  box-shadow: inset -3px 0px 5px rgba(0, 0, 0, 0.1), inset 3px 0px 5px rgba(255, 255, 255, 0.1);
  height: inherit;
  width: 100%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  border-radius: 5px;
}
.contents .amount-holder .amount-meter .amount-liquid.empty {
  height: 1%;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
.contents .amount-holder .amount-figures {
  position: relative;
  height: 100%;
  float: left;
  width: 80%;
}
.contents .amount-holder .amount-figures .current-infusion-amount {
  color: #959ca7;
  font-size: 0.9rem;
}
.contents .amount-holder .amount-figures .amount-text .target-amount {
  margin: 0;
}
.contents .target-amount span, .contents .target-speed span {
  font-weight: 600;
  color: #60b2cb;
}
.contents .current-amount, .contents .current-speed {
  font-size: 60px;
  font-weight: 700;
  width: 80%;
  color: #4e5a6a;
  white-space: nowrap;
}
.contents .current-amount .ml-unit, .contents .current-speed .ml-unit {
  font-size: 20px;
  font-weight: 400;
}
.contents .speed-holder {
  display: flex;
  flex-direction: row;
  line-height: 1;
}
.contents .speed-holder.warning .speed-meter-wrapper .speed-meter:after {
  background-image: url('/images/flowspeed-warning@2x.png');
}
.contents .speed-holder.warning .speed-meter-wrapper .speed-meter .speed {
  background-image: url('/images/speed-filler-warning.png');
}
.contents .speed-holder.warning .speed-meter-wrapper .current-speed {
  color: #ecb82d;
}
.contents .speed-holder.warning .speed-meter-wrapper .current-speed:after {
  color: #ecb82d;
}
.contents .speed-holder .speed-meter-wrapper {
  display: flex;
  align-items: center;
  width: 80px;
  padding-right: 5px;
}
.contents .speed-holder .speed-meter-wrapper .speed-meter {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  width: 90px;
  font-size: 0px;
  overflow: hidden;
  float: left;
}
.contents .speed-holder .speed-meter-wrapper .speed-meter:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('/images/flowspeed-blue@2x.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  box-shadow: inset 0px -1px 0px 2px #fff;
}
.contents .speed-holder .speed-meter-wrapper .speed-meter .speed {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  height: 200%;
  background-image: url('/images/speed-filler-ok.png');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: 0.5s;
  transform-origin: center center;
}
.contents .speed-holder .speed-meter-wrapper .speed-meter img {
  visibility: hidden;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
}
.contents .speed-holder .arrow-holder {
  position: absolute;
  bottom: -41%;
  left: 0px;
  z-index: 3;
}
.contents .speed-holder .arrow-holder .speed-arrow {
  width: 45%;
  margin: 0% auto;
  background-image: url('/images/speed-arrow-set.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transition: 0.5s;
}
.contents .speed-holder .arrow-holder .speed-arrow img {
  visibility: hidden;
  width: 100%;
  height: auto;
}
.contents .timer-holder {
  display: block;
  width: 20%;
  padding: 0 1%;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
}
.contents .timer-holder.warning {
  color: #ecb82d;
}
.contents .timer-holder.warning .timer-icon .timer {
  border: 3px solid #ecb82d;
}
.contents .timer-holder .timer-holder-item {
  height: 40%;
}
.contents .timer-holder .timer-holder-item * {
  display: inline;
  vertical-align: middle;
}
.contents .timer-holder .timer-holder-item img {
  width: 20px;
}
.contents .timer-holder .timer-holder-item p {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  margin-left: 2%;
  color: #4b5b6b;
}
.contents .timer-holder .timer-icon {
  display: inline-block;
  width: 30px;
  padding: 3px;
}
.contents .timer-holder .timer-icon .timer {
  background: conic-gradient(#60b2cb 0%, white 0);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  transition: 0.3s;
  border: 3px solid #60b2cb;
}
.contents .timer-holder .current-time {
  font-size: 14px;
  line-height: 38px;
  display: inline-block;
  vertical-align: text-bottom;
}
.warning.speed .speed-holder .speed-meter-figures {
  padding-left: 5px;
}
.warning.speed .speed-holder .speed-meter-figures .amount-text span {
  color: #ecb82d;
}
.warning.speed .speed-holder .content-holder-top .speed-meter:after {
  background-image: url('/images/flowspeed-warning@2x.png');
}
.infusion_unset .contents .speed-holder .speed-meter:after {
  background-image: url('/images/flowspeed-disabled@2x.png');
}
/* FOOTER ELMS */.monitor-card-footer {
  position: relative;
  width: 100%;
  z-index: 4;
  display: flex;
  flex-direction: row;
}
.monitor-card-footer .footer-notifications {
  background-color: #f6f6f8;
  flex-grow: 1;
  color: #4a5a6a;
}
.monitor-card-footer .footer-time {
  padding: 2px 0;
  background-color: #f6f6f8;
  display: flex;
}
.monitor-card-footer .footer-time .footer-divider {
  height: 100%;
  width: 2px;
  background-color: #dfe2e6;
}
.monitor-card-footer .footer-time .footer-time-section {
  margin: 3px 5px;
  display: flex;
  flex-direction: row;
}
.monitor-card-footer .footer-time .footer-time-section .time-icon-holder {
  display: flex;
  align-items: center;
  width: 20px;
  margin-right: 2px;
}
.monitor-card-footer .footer-time .footer-time-section .time-icon-holder img {
  width: 20px;
}
.monitor-card-footer .footer-time .footer-time-section .footer-time-section-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 3px;
  color: #4a5a6a;
  font-size: 12px;
}
.monitor-card-footer .footer-time .footer-time-section .footer-time-section-column .time-amount {
  font-weight: 600;
  white-space: nowrap;
}
.monitor-card-footer .footer-time .footer-time-section .footer-time-section-column p {
  width: 100%;
}
.entry ul {
  margin: 0px;
  padding: 5px;
}
.entry ul li {
  padding-left: 0px 10px;
  font-size: 12px;
  font-weight: 400;
  padding: 0px;
  overflow: hidden;
  margin: 0px;
}
.entry ul li:nth-child(n + 3) {
  display: none;
}
/* STATUS COLORS + WARNING SCENARIOS */.volume_set .contents .amount-holder .amount-meter .amount-liquid {
  background: #60b2cb;
}
.volume_set .contents .amount-holder .amount-text .target-amount {
  color: #4e5a6a;
}
.volume_set .contents .timer-holder .current-time {
  color: #4e5a6a;
}
.volume_unset .contents .amount-holder .amount-meter .amount-liquid {
  background: #fff;
  height: 100% !important;
}
.volume_unset .contents .amount-holder .amount-text .target-amount {
  color: #adadad;
  display: none;
}
/*.unset .monitor-card-footer {background:#adadad;
 }*/.duration_unset .contents .timer-icon .timer {
  border: 3px solid #dcdde1;
}
.duration_unset .contents .timer-holder .current-time {
  color: #adadad;
}
.volume_unset .contents .amount-holder .amount-meter:after {
  background-image: url('/images/drip-overlay2.png');
}
.infusion_unset .contents .speed-holder .speed-arrow {
  opacity: 0.5;
}
.warning.fluid .contents .amount-holder .amount-meter .amount-liquid {
  background: #ecb82d;
}
.warning.fluid .contents .amount-holder .amount-text .target-amount span {
  color: #ecb82d;
}
.warning.footer-notifications {
  background: #fdf4d4;
  color: #4e5a6a;
}
.warning.current-amount span {
  color: #ecb82d;
}
.warning.battery {
  color: #ecb82d;
}
.scale-font-1 {
  line-height: 30px !important;
  font-size: 16px !important;
}
.scale-font-2 {
  font-size: 15px !important;
  padding: 2px !important;
}
.scale-font-3 {
  line-height: 19px !important;
  word-break: break-word;
  overflow: auto;
  height: 60px !important;
  font-size: 15px !important;
  padding: 2px !important;
}
.bed-scale-font-1 {
  line-height: 60px !important;
  font-size: 15px !important;
}
.header .bed, .header .room {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.header .bed::-webkit-scrollbar, .header .room::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
@media only screen and (max-width: 768px) {
  .no-footer {
    height: 76px;
  }
  .footer-hidden {
    display: none !important;
  }
}
.speed-meter-figures {
  width: 100%;
}
.speed-meter-figures .current-infusion-speed {
  color: #959ca7;
  font-size: 0.9rem;
}
.speed-meter-figures .amount-text {
  width: 100%;
}
.speed-meter-figures .amount-text .target-speed {
  white-space: nowrap;
  margin: 0 !important;
}
/* Hourglass image */.hourglass {
  background-color: #ccc;
  position: relative;
  width: 50%;
  max-width: 300px;
  height: auto;
  overflow: hidden;
  transform: translateX(-10px);
}
.hourglass img {
  visibility: hidden;
  width: 100%;
  height: auto;
  opacity: 0;
}
.hourglass .coverImg {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('/images/hourglasscover.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.timeGone, .timeLeft {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0px;
}
.timeLeft {
  top: 0%;
}
.timeGone {
  top: auto;
  bottom: 0px;
}
.sand {
  background: skyblue;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
/*
 .timeLeft .sand:after {
 content: '';
 display: block;
 width: 6%;
 height: 11px;
 background: skyblue;
 position: absolute;
 top: 0%;
 left: 47%;
 }
 */.warning.time .contents .timer-icon .timer {
  border: 3px solid #ecb82d;
}
.warning.speed .contents .speed-holder .current-speed, .warning.speed .contents .speed-holder .current-speed:after {
  color: #ecb82d;
}
.warning.speed .contents .speed-holder .planned-speed {
  color: #ecb82d;
}
.warning.speed .contents .speed-holder .speed-meter .speed {
  background-image: url('/images/speed-filler-warning.png');
}
.warning.time .contents .timer-holder .current-time {
  color: #ecb82d;
}
/* EDIT DIALOG */.title-monitor-number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
  background: #4e5a6a;
  color: #f4f4f4;
  border-radius: 6px;
}
.edit-dialog-title-wrapper {
  display: flex;
  justify-content: left;
}
.edit-dialog-head {
  padding: 12px;
}
.edit-dialog-close-btn {
  background-color: #4e5a6a;
  margin-left: 20px;
}
.notification-text {
  font-weight: 400;
}
.notification-warning {
  color: #ecb82d !important;
  font-weight: 600;
}
.edit-dialog-mobile-notifications {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 15px;
}
.edit-dialog-mobile-notifications .notification-switch {
  display: flex;
  margin-left: 10px;
}
.edit-dialog-header-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.ivfluids-selection .place-button, .ivfluids-selection .room-button {
  font-size: 1.3em;
}
.ivfluids-selection .place-button.edit-dialog-bed-selection, .ivfluids-selection .room-button.edit-dialog-bed-selection {
  font-size: 1.3em;
}
.edit-dialog-bed-selection, .ivfluids-selection {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  clear: both;
}
.edit-dialog-bed-selection .bed-control, .ivfluids-selection .bed-control {
  flex: 1;
  padding: 0 10px;
}
.edit-dialog-bed-selection .location-control, .ivfluids-selection .location-control {
  border-left-style: solid;
}
.edit-dialog-bed-selection .edit-dialog-room-btn, .ivfluids-selection .edit-dialog-room-btn {
  background-color: #4a5a6a;
  border-color: #4a5a6a;
}
.edit-dialog-bed-selection .edit-dialog-bed-btn, .ivfluids-selection .edit-dialog-bed-btn {
  color: white;
  background-color: #00aed6;
}
.edit-dialog-bed-selection .edit-dialog-accept-btn-wrapper, .ivfluids-selection .edit-dialog-accept-btn-wrapper {
  padding: 2px;
  margin-left: auto;
}
.edit-dialog-bed-selection .edit-dialog-room-select-button, .ivfluids-selection .edit-dialog-room-select-button {
  color: white;
  background-color: #4a5a6a;
  border-color: #4a5a6a;
  font-weight: 500;
}
.edit-dialog-bed-selection .edit-dialog-name-input:focus, .ivfluids-selection .edit-dialog-name-input:focus {
  box-shadow: none !important;
}
#device_location {
  margin-left: 8px;
  width: calc(100% - 8px);
}
.edit-dialog-bed-select-button {
  background-color: #00aed6;
  color: white;
  font-weight: 500;
}
.edit-dialog-reset-btn {
  width: 90px !important;
  margin-top: 12px;
  border-radius: 5px !important;
  background-color: #f3f3f3;
  font-weight: 500;
  border: 2px solid #e7e7e7;
}
.edit-dialog-reset-btn:focus {
  border-color: inherit;
  box-shadow: none !important;
}
.edit-dialog-infusion-selection {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  clear: both;
}
.center-xy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.infusion-input, .infusion-time-input {
  margin: 0 10px 12px 10px;
  flex: 1;
}
.edit-dialog-icon {
  display: flex;
  justify-content: center;
  height: 32px;
  width: 32px;
  color: #4a5a6a;
  margin-top: 2px;
}
.infusion-input-section-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.edit-dialog-accept-btn {
  background-color: #2fd25e;
  border-radius: 5px !important;
  font-weight: 500;
  color: white;
  border: 2px solid #3f9e5d;
  height: 2em;
}
.edit-dialog-input-title {
  padding-left: 42px;
}
.square-box {
  border-radius: 0;
}
.edit-dialog-back-btn {
  border-radius: 5px !important;
  background-color: #f3f3f3;
  font-weight: 500;
  border: 2px solid #e7e7e7;
}
.edit-dialog-back-btn:focus {
  border-color: inherit;
  box-shadow: none !important;
}
.edit-dialog-save-btn {
  background-color: #2fd25e;
  border-radius: 5px !important;
  font-weight: 500;
  color: white;
  border: 2px solid #3f9e5d;
  height: 2em;
}
.edit-dialog-target-rate {
  display: flex;
  color: #00aed6;
  align-self: flex-end;
}
.edit-dialog-target-rate .target-rate-calculated {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.edit-dialog-target-rate .target-rate-unit {
  margin-top: auto;
}
.edit-dialog-divider {
  width: 100%;
  height: 2px;
  background-color: #ddd;
  margin: 8px 0;
}
.edit-dialog-infusion-selection-title {
  padding-left: 5px !important;
  border-bottom: 2px solid #ddd !important;
}
.wards button, .bed-place button {
  display: inline-block;
}
.bed-place, .wards, .ivfluids-selection {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 33.33333%;
  align-items: stretch;
}
.remove-dropdown-padding {
  padding-bottom: 0 !important;
}
/* LOGARITHMIC SPEED METER */.speed-indicator-holder {
  width: 80px;
}
.speed-indicator-holder .speed-indicator {
  position: relative;
  background-color: #dcdde1;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  overflow: hidden;
}
.speed-indicator-holder .speed-indicator:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("/images/white-rect.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  box-shadow: inset 0px -1px 0px 2px #fff;
}
.speed-indicator-holder .speed-indicator .speed-indicator-sector1 {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  height: 200%;
  background-image: url("/images/blue-rect.png");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  transform-origin: center center;
  transform: rotate(80deg);
  z-index: 1;
}
.warning.speed-holder .speed-meter-wrapper .speed-indicator-holder .speed-indicator .speed-indicator-sector1 {
  background-image: url("/images/orange-rect.png");
}
.speed-indicator-holder .speed-indicator img {
  visibility: hidden;
  margin: 0px;
  padding: 0px;
}
.speed-indicator-holder .speed-indicator .speed-indicator-sector2 {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  height: 200%;
  background-image: url("/images/grey-rect.png");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  transform-origin: center center;
  z-index: 2;
}
.speed-indicator-holder .speed-arrow-holder {
  position: absolute;
  width: 100%;
  bottom: -23%;
  left: 0px;
  z-index: 3;
}
.speed-indicator-holder .speed-arrow-holder .speed-arrow-icon {
  width: 30%;
  margin: 0% auto;
  background-image: url("/images/speed-arrow-set.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transition: 0.5s;
}
.speed-indicator-holder .speed-arrow-holder .not-connected {
  visibility: hidden;
}
.speed-indicator-holder .speed-arrow-holder .speed-arrow-icon img {
  visibility: hidden;
  width: 100%;
  height: auto;
}
.has-vertical-margin.is-margin-12-px {
  margin-top: 12px;
  margin-bottom: 12px;
}
.has-content-right {
  text-align: right;
}
@media only screen and (max-width: 450px) {
  .target-amount {
    font-size: 12px !important;
  }
  .current-infusion-amount {
    font-size: 12px !important;
  }
  .current-amount {
    font-size: 30px !important;
  }
  .speed-meter-wrapper {
    min-width: 60px !important;
  }
  .speed-indicator-holder {
    min-width: 60px !important;
  }
  .current-speed {
    font-size: 30px !important;
  }
  .current-infusion-speed {
    font-size: 12px !important;
  }
  .target-speed {
    font-size: 12px !important;
  }
  .entry ul li {
    font-size: 11px !important;
  }
  .footer-time-section-column {
    font-size: 11px !important;
  }
  .monidor-card {
    padding: 0.5rem;
  }
  .scale-font-1, .title-wrapper .title {
    font-size: 15px !important;
  }
  .header .battery .battery-life {
    padding-right: 0px;
  }
  .header .battery .battery-icon-color {
    width: 25px;
  }
  .header .room, .header .bed {
    padding: 0 7px;
  }
  .header:after {
    width: 120px !important;
  }
}
@media only screen and (min-width: 770px) and (max-width: 1279px) {
  .monidor-card.is-12-tablet .current-amount, .monidor-card.is-12-tablet .current-speed {
    width: 100%;
    font-size: 3.5em;
  }
  .monidor-card.is-12-tablet .current-amount .ml-unit, .monidor-card.is-12-tablet .current-speed .ml-unit {
    font-size: 34px;
  }
  .monidor-card.is-12-tablet .content-holder-bottom p {
    font-size: 20px !important;
  }
  .monidor-card.is-12-tablet .current-infusion-amount {
    font-size: 20px !important;
  }
  .monidor-card.is-12-tablet .speed-meter-wrapper {
    min-width: 100px !important;
  }
  .monidor-card.is-12-tablet .speed-indicator-holder {
    min-width: 100px !important;
  }
  .monidor-card.is-12-tablet .current-infusion-speed {
    font-size: 20px !important;
  }
  .monidor-card.is-12-tablet .entry ul li {
    font-size: 16px !important;
  }
  .monidor-card.is-12-tablet .footer-time-section-column {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 770px) and (max-width: 1024px) {
  .monidor-card.is-6-tablet .target-amount {
    font-size: 12px !important;
  }
  .monidor-card.is-6-tablet .current-infusion-amount {
    font-size: 12px !important;
  }
  .monidor-card.is-6-tablet .current-amount {
    font-size: 30px !important;
  }
  .monidor-card.is-6-tablet .speed-meter-wrapper {
    min-width: 60px !important;
  }
  .monidor-card.is-6-tablet .speed-indicator-holder {
    min-width: 60px !important;
  }
  .monidor-card.is-6-tablet .current-speed {
    font-size: 30px !important;
  }
  .monidor-card.is-6-tablet .current-infusion-speed {
    font-size: 12px !important;
  }
  .monidor-card.is-6-tablet .target-speed {
    font-size: 12px !important;
  }
  .monidor-card.is-6-tablet .entry ul li {
    font-size: 9px !important;
  }
  .monidor-card.is-6-tablet .footer-time-section-column {
    font-size: 9px !important;
  }
  .monidor-card.is-6-tablet .monidor-card {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1776px) {
  .monidor-card.is-4-fullhd .target-amount, .monidor-card.is-4-fullhd .target-speed {
    font-size: 18px !important;
  }
  .monidor-card.is-4-fullhd .current-infusion-amount, .monidor-card.is-4-fullhd .current-infusion-speed {
    font-size: 18px !important;
  }
  .monidor-card.is-4-fullhd .current-amount, .monidor-card.is-4-fullhd .current-speed {
    font-size: 60px !important;
  }
  .monidor-card.is-4-fullhd .current-amount .ml-unit, .monidor-card.is-4-fullhd .current-speed .ml-unit {
    font-size: 30px;
  }
  .monidor-card.is-4-fullhd .speed-meter-wrapper {
    min-width: 80px !important;
  }
  .monidor-card.is-4-fullhd .speed-indicator-holder {
    min-width: 80px !important;
  }
  .monidor-card.is-4-fullhd .entry ul li {
    font-size: 15px !important;
  }
  .monidor-card.is-4-fullhd .footer-time-section-column {
    font-size: 15px !important;
  }
  .monidor-card.is-4-fullhd .monidor-card {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1775px) {
  .monidor-card.is-6-widescreen .target-amount, .monidor-card.is-6-widescreen .target-speed {
    font-size: 18px !important;
  }
  .monidor-card.is-6-widescreen .current-infusion-amount, .monidor-card.is-6-widescreen .current-infusion-speed {
    font-size: 18px !important;
  }
  .monidor-card.is-6-widescreen .current-amount, .monidor-card.is-6-widescreen .current-speed {
    font-size: 60px !important;
  }
  .monidor-card.is-6-widescreen .current-amount .ml-unit, .monidor-card.is-6-widescreen .current-speed .ml-unit {
    font-size: 25px;
  }
  .monidor-card.is-6-widescreen .speed-meter-wrapper {
    min-width: 80px !important;
  }
  .monidor-card.is-6-widescreen .speed-indicator-holder {
    min-width: 80px !important;
  }
  .monidor-card.is-6-widescreen .entry ul li {
    font-size: 15px !important;
  }
  .monidor-card.is-6-widescreen .footer-time-section-column {
    font-size: 15px !important;
  }
  .monidor-card.is-6-widescreen .monidor-card {
    padding: 0.5rem;
  }
  .monidor-card.is-4-widescreen .target-amount, .monidor-card.is-4-widescreen .target-speed {
    font-size: 14px !important;
  }
  .monidor-card.is-4-widescreen .current-infusion-amount, .monidor-card.is-4-widescreen .current-infusion-speed {
    font-size: 14px !important;
  }
  .monidor-card.is-4-widescreen .current-amount, .monidor-card.is-4-widescreen .current-speed {
    font-size: 45px !important;
  }
  .monidor-card.is-4-widescreen .current-amount .ml-unit, .monidor-card.is-4-widescreen .current-speed .ml-unit {
    font-size: 25px;
  }
  .monidor-card.is-4-widescreen .speed-meter-wrapper {
    min-width: 80px !important;
  }
  .monidor-card.is-4-widescreen .speed-indicator-holder {
    min-width: 80px !important;
  }
  .monidor-card.is-4-widescreen .entry ul li {
    font-size: 13px !important;
  }
  .monidor-card.is-4-widescreen .footer-time-section-column {
    font-size: 13px !important;
  }
  .monidor-card.is-4-widescreen .monidor-card {
    padding: 0.5rem;
  }
}
.language-option:hover {
  background-color: #60b2cb;
  color: #fff;
}
.language-option {
  background-color: #f6f6f6;
  color: #4a5a6a;
}
.language-selection {
  background-color: #f6f6f6;
}
.background-image-holder {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1000;
  background-image: url("/images/bg-main.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#iv-screen-table {
  background: transparent;
}
.burger-menu-big {
  height: 100%;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 1087px) {
  .language-selection-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .language-selection-title .language-item {
    padding-left: 1.5rem;
  }
  .language-selection {
    padding-left: 1.5rem;
  }
}
.overflowing-left-in-modal {
  margin: 0 0 0 -2.5rem !important;
}
.overflowing-left-in-modal span.dummy.button.rooms_places_0 {
  padding-left: calc(2.5rem + 5px);
}
.is-flex-center {
  display: flex;
  align-items: center;
}
.is-flex-center .is-flex-last-right {
  margin-left: auto;
}
.edit-topic {
  position: relateive;
  margin: 1rem 0 1rem 0;
}
.icon-image {
  width: 32px;
  height: auto;
  text-align: center;
  margin-right: 10px;
  color: #4a5a6a;
  font-size: 25px;
}
.icon-image img {
  display: block;
  margin: auto;
}
.like-a-link {
  cursor: pointer;
  background: none !important;
  border: none;
  padding: 0 !important;
}
.is-pointer {
  cursor: pointer;
}
.inline-block {
  display: inline-block;
}
.control.has-icons-right .icon.show-password, .control.has-icons-left .icon.show-password {
  pointer-events: initial;
}
.hide-box-shadow {
  box-shadow: none !important;
}
.scale-one-five {
  transform: scale(1.5);
}
.scale-right {
  position: relative;
  transform-origin: right;
  -webkit-transform-origin-x: right;
  -moz-transform-origin-x: right;
  -o-transform-origin-x: right;
}
