.is-mobile .documenteditor-outer .documenteditor-bottomline {
  display: block;
  height: 60px; }
  .is-mobile .documenteditor-outer .documenteditor-bottomline input {
    width: 100%;
    height: 60px; }

.documenteditor-bottomline {
  display: none; }

.popover-content {
  width: 367px; }
  .popover-content input.text-field,
  .popover-content textarea.text-area {
    width: 300px; }
  .popover-content .datepicker {
    padding-left: 5px;
    padding-right: 5px;
    width: 300px; }

.inputnode {
  display: inline-block; }
  .inputnode:hover {
    cursor: pointer; }
  .inputnode--focused {
    background: yellow; }
    .inputnode--focused:hover {
      cursor: default; }
  .inputnode_title {
    height: 28px;
    background: #f6f7f9;
    color: #666;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: 5px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .is-mobile .inputnode_title {
      font-size: 16px;
      line-height: 18px; }
  .inputnode_body {
    position: relative; }
    .inputnode_body input,
    .inputnode_body .btn-next-node {
      height: 40px;
      vertical-align: top; }
      .is-mobile .inputnode_body input, .is-mobile
      .inputnode_body .btn-next-node {
        height: 54px;
        line-height: 24px;
        font-size: 22px; }
    .inputnode_body .datepicker-wrapper .btn {
      height: 40px;
      width: 40px;
      line-height: 40px; }
  .inputnode_display {
    border-bottom: 2px dotted #40ae49;
    display: inline-block;
    line-height: 20px; }
    .inputnode--focused .inputnode_display {
      border-bottom: 2px dotted red; }
  .inputnode_text {
    color: #40ae49;
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    line-height: 20px; }
    .inputnode--focused .inputnode_text {
      color: red; }
  .inputnode .popover-content .listbox_list {
    max-height: 400px; }

.datebox {
  display: inline; }
  .datebox--block {
    display: block; }

.tbl {
  border: 1px solid gray;
  table-layout: fixed;
  width: auto; }
  .tbl_cell {
    border: 1px solid gray;
    padding: 2px;
    vertical-align: top; }
  .tbl_command {
    white-space: nowrap; }
    .tbl_command .icon-delete {
      color: red; }
    .tbl_command .icon-add {
      color: green; }
    .tbl_command:hover {
      cursor: pointer; }
      .tbl_command:hover .icon-delete {
        color: #DD0000; }
      .tbl_command:hover .icon-add {
        color: darkgreen; }

.dict {
  height: calc(100vh - 120px);
  width: 400px;
  font-size: 14px;
  line-height: 16px; }
  .dict_list {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0px;
    right: 0px; }
    .dict_list .listbox_list {
      position: absolute;
      top: 60px;
      bottom: 0; }
  .dict_caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    height: 60px;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .dict_caption:empty {
      display: none; }
    .dict_caption:empty ~ .dict_list {
      top: 0; }
    .dict_caption:empty ~ .btn-next-node {
      top: 0; }
  .dict_code, .dict_name {
    display: inline-block;
    width: 100%;
    line-height: 15px !important;
    margin-top: 0 !important; }
    .listbox_item--selected .dict_code, .listbox_item--selected .dict_name {
      color: #FFF; }
  .dict_code {
    color: #ccc;
    font-size: 13px; }
  .dict .btn-next-node {
    position: absolute;
    top: 60px;
    right: 20px; }
  .dict .listbox_filter {
    width: calc(100% - 70px) !important; }

.ssl_list, .msl_list, .dat-boolean_list {
  margin-left: -5px;
  margin-right: -5px; }

.ssl_item, .msl_item, .dat-boolean_item {
  line-height: 30px;
  white-space: normal; }

.ssl {
  max-width: 400px;
  min-width: 300px; }

.msl_list {
  padding-top: 5px;
  clear: both; }

.page-document-editor .slimScrollDiv {
  margin-top: 30px; }

.page-document-editor .header h1 {
  padding-right: 100px;
  line-height: 36px;
  font-weight: 700; }

.page-document-editor .header .buttons {
  padding: 10px 0; }

.page-document-editor .header button {
  margin-left: 6px; }

.page-document-editor .document-template {
  padding: 30px;
  width: 100%;
  border-left: 1px solid #E1E7F0; }

.document-template .header {
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  padding: 0 30px;
  height: 60px;
  line-height: 56px; }
  .document-template .header .btn.pull-right {
    margin-top: 12px; }
  .document-template .header.fixed {
    position: fixed !important;
    top: 0;
    left: 220px;
    right: 0;
    border: 0;
    -webkit-animation: btns-slide-in .15s;
    animation: btns-slide-in .15s; }
    .is-mobile .document-template .header.fixed {
      left: 60px; }
    .document-template .header.fixed .buttons {
      display: inline-block;
      background: #fff; }
    .document-template .header.fixed .btn.pull-right {
      float: none !important; }

@-webkit-keyframes btns-slide-in {
  0% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }

@keyframes btns-slide-in {
  0% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }

.documenteditor_loading-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 60px); }

.documenteditor_progress {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: 300; }

.tree-family {
  display: block;
  padding-top: 30px;
  font-size: 16px; }
  .tree-family .node-item {
    margin-top: 8px;
    line-height: 34px; }
  .tree-family .text-field,
  .tree-family .text-area,
  .tree-family .text-dropdown-wrapper,
  .tree-family [class^="ct-"],
  .tree-family .ct-radiobuttons > .radio-buttons {
    display: inline-block;
    width: auto; }

.dat-memo textarea {
  padding: 8px 14px;
  height: 96px;
  color: #000;
  border: 1px solid #E1E7F0;
  border-radius: 2px;
  outline: 0;
  line-height: 16px;
  font-size: 13px;
  vertical-align: top; }

.dat-date .text-field,
.dat-datetime .text-field {
  width: 266px; }

.dat-date .btn-next-node,
.dat-datetime .btn-next-node {
  position: absolute;
  top: 0;
  right: 0; }

.dat-date .datepicker,
.dat-datetime .datepicker {
  display: block;
  position: relative;
  box-shadow: none;
  white-space: normal; }

.dat-date .inputnode_title ~ .btn-next-node,
.dat-datetime .inputnode_title ~ .btn-next-node {
  top: 33px; }

.dat-time .time-range span,
.dat-datetime .time-range span {
  vertical-align: middle; }

.dat-time .time-range select,
.dat-datetime .time-range select {
  width: 50px;
  height: 40px;
  border: 1px solid #E1E7F0;
  border-radius: 2px; }
  .is-mobile .dat-time .time-range select, .is-mobile
  .dat-datetime .time-range select {
    width: 80px;
    height: 54px;
    line-height: 24px;
    font-size: 22px; }

.dat-datetime .popover-content {
  height: 410px !important;
  max-height: 410px !important; }

.gim-node_barcode, .gim-node_qrcode {
  cursor: pointer; }

.atm-node {
  position: relative; }
  .atm-node-text, .atm-node-body {
    display: inline-block;
    position: relative; }
  .atm-node input {
    display: none; }
  .atm-node label,
  .atm-node button {
    height: 40px;
    line-height: 36px; }
  .atm-node button {
    font-size: 20px; }
  .atm-node .icon-upload {
    display: none;
    position: absolute;
    left: 10px;
    font-size: 24px; }
  .atm-node.-uploading .inputnode_display {
    margin-left: 30px; }
  .atm-node.-uploading .icon-upload {
    display: inline-block;
    -webkit-animation: blinking 1s ease-in-out infinite;
    animation: blinking 1s ease-in-out infinite; }

@-webkit-keyframes blinking {
  0%, 20%, 80%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

@keyframes blinking {
  0%, 20%, 80%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

.img-node .node-caption {
  display: block; }

.sec-node .inputnode_display {
  border-bottom: 0; }

.sec-node .inputnode_text {
  color: #000; }

body:not(.is-mobile) .sec-node .popover {
  display: none; }

.documenteditor-light {
  padding: 10px 0 0; }
  .documenteditor-light_buttons {
    margin: 0 -30px;
    padding: 10px 30px 20px;
    border-bottom: 1px solid #E1E7F0; }
    .documenteditor-light_buttons--bottom {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #E1E7F0;
      border-bottom: 0; }
    @media (max-width: 1024px) {
      .documenteditor-light_buttons {
        left: 0; } }
  .documenteditor-light_loading-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100vh - 60px); }
  .documenteditor-light_progress {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 300; }

.node-item,
.node-item > span,
.node-item > span > span {
  display: block;
  position: relative; }

.node-item + .node-item,
.node-item .node-item {
  margin-top: 12px; }

.inputnode-light {
  font-size: 18px;
  font-weight: 300; }
  .inputnode-light_caption {
    padding-bottom: 4px; }
  .inputnode-light .text-field {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: 300; }
  .inputnode-light .text-area {
    padding: 10px 14px;
    width: 100%;
    height: 142px;
    border: 1px solid #E1E7F0;
    border-radius: 2px;
    outline: 0;
    line-height: 21.6px;
    font-size: 18px;
    font-weight: 300; }
  .inputnode-light .listbox {
    max-width: 400px; }
    .inputnode-light .listbox_item {
      padding-left: 50px;
      min-height: 44px;
      cursor: pointer;
      font-size: 20px; }
    .inputnode-light .listbox_item--selected {
      background: none;
      color: #333; }
    .inputnode-light .listbox--multiselect .listbox_item {
      padding-left: 25px; }
    .inputnode-light .listbox--multiselect .listbox_checkbox {
      display: none !important; }
    .inputnode-light .listbox--multiselect .listbox_bullet:before,
    .inputnode-light .listbox--multiselect .listbox_bullet:after {
      border-radius: 0; }
    .inputnode-light .listbox--multiselect .listbox_bullet:before {
      border-radius: 4px; }
    .inputnode-light .listbox--multiselect .listbox_bullet:after {
      content: "\e913";
      top: 8px;
      color: #4bd863;
      background: none;
      text-align: center;
      font-family: "icomoon";
      font-size: 24px; }

.secnode-light_input {
  display: none; }

.secnode-light_label {
  width: 100%;
  cursor: pointer; }

.secnode-light_switch {
  position: relative;
  margin-right: 6px;
  padding: 2px;
  width: 70px;
  height: 42px;
  background: #fff;
  border: 2px solid #E1E7F0;
  border-radius: 21px;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: box-shadow 0.4s; }
  .secnode-light_switch:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    transform: translate3d(0, 0, 0);
    transition: background 0.3s linear, transform 0.3s cubic-bezier(0.91, 0.53, 0.42, 1); }

.secnode-light_caption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 90px);
  font-size: 20px; }

.secnode-light_switch, .secnode-light_caption {
  display: inline-block;
  vertical-align: middle; }

.secnode-light_input:checked + .secnode-light_switch {
  border: 2px solid #4bd863;
  box-shadow: inset 0 0 0 42px #4bd863; }

.secnode-light_input:checked + .secnode-light_switch:after {
  transform: translate3d(28px, 0, 0); }

.tblnode-light {
  font-size: 18px;
  font-weight: 300; }
  .tblnode-light_rows + .tblnode-light_rows, .tblnode-light_cells + .tblnode-light_rows, .tblnode-light_rows + .tblnode-light_cells, .tblnode-light_cells + .tblnode-light_cells {
    margin-top: 12px; }

.txtnode-light {
  font-size: 18px;
  font-weight: 300; }

.ext-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .ext-grid_filter-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0 5px;
    width: 400px;
    border-right: 1px solid #E1E7F0;
    overflow: hidden; }
    .ext-grid_filter-panel.disable-scroll .listbox_list {
      pointer-events: none; }
  .ext-grid_body {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    .ext-grid_body--offset {
      left: 400px; }
  .ext-grid_drag-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 8px;
    height: 44px;
    color: #A1ADBF;
    border: 2px dashed #A1ADBF;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    .ext-grid_drag-area.is-dragover {
      color: #40ae49;
      background: rgba(64, 174, 73, 0.1);
      border-color: #40ae49; }
  .ext-grid_drag-group-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px;
    text-align: left;
    white-space: nowrap; }
  .ext-grid_drag-group:not(:empty) {
    display: inline-block;
    position: relative;
    margin-right: 16px;
    padding: 0 8px;
    height: 26px;
    color: #fff;
    background: #40ae49;
    border-radius: 3px;
    line-height: 24px;
    vertical-align: top;
    font-size: 12px; }
    .ext-grid_drag-group:not(:empty):not(:first-child):before {
      content: "\e61f";
      position: absolute;
      top: 1px;
      left: -12px;
      color: #40ae49;
      font-family: "icomoon";
      font-size: 18px; }
    .ext-grid_drag-group:not(:empty):not(:first-child):after {
      content: "";
      position: absolute;
      top: 12px;
      left: -16px;
      width: 16px;
      height: 2px;
      background: #40ae49; }
    .ext-grid_drag-group:not(:empty) i {
      margin-left: 6px;
      cursor: pointer;
      font-size: 10px; }
  .ext-grid .grid {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0; }

.list {
  /* Single */
  /* Left aligned */ }
  .list .search-box {
    margin-top: 24px; }
  .list .sort-tabs {
    padding: 8px 0;
    font-size: 0; }
    .list .sort-tabs .tab {
      display: inline-block;
      position: relative;
      padding: 8px 12px 8px 0;
      color: #a2adbf;
      cursor: pointer;
      font-size: 13px;
      user-select: none; }
      .list .sort-tabs .tab + .tab {
        margin-left: 8px; }
      .list .sort-tabs .tab i {
        display: none;
        position: absolute;
        top: 9px;
        right: 0;
        font-size: 11px; }
      .list .sort-tabs .tab:hover {
        color: #005897; }
        .list .sort-tabs .tab:hover i {
          display: block;
          color: #a1adbf; }
      .list .sort-tabs .tab.-active {
        color: #000; }
        .list .sort-tabs .tab.-active:hover {
          color: #005897; }
        .list .sort-tabs .tab.-active i {
          display: block;
          color: #268dd7; }
  .list .list-inner {
    position: relative;
    padding: 0;
    width: 100%;
    color: #A1ADBF; }
  .list .list-item {
    position: relative;
    padding: 6px 30px 4px;
    cursor: pointer;
    margin: 0 -30px; }
    .list .list-item-text {
      display: inline-block;
      vertical-align: top;
      font-size: 13px;
      line-height: 16px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .list .list-item-text .text-1 {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #3c444f;
        padding-bottom: 3px; }
    .list .list-item:not(.-custom-colors):hover, .list .list-item.-active {
      background: #40ae49;
      color: #fff !important; }
      .list .list-item:not(.-custom-colors):hover .text-group, .list .list-item:not(.-custom-colors):hover .text-1, .list .list-item.-active .text-group, .list .list-item.-active .text-1 {
        color: #fff !important; }
    .list .list-item-icon-box, .list .list-item-photo-box {
      display: inline-block;
      vertical-align: top;
      position: relative;
      overflow: hidden;
      width: 32px;
      height: 32px;
      margin-right: 10px;
      line-height: 30px;
      font-size: 20px;
      color: #3c444f;
      font-weight: 200;
      text-align: center; }
    .list .list-item-photo-box {
      background: #999;
      border-radius: 2px;
      border: 1px #CAD0D9 solid; }
    .list .list-item-photo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .grid-wrapper.-single .list {
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    border: 0; }
    .grid-wrapper.-single .list .search-box {
      position: absolute;
      top: 18px;
      right: 30px;
      width: 20%; }
    .grid-wrapper.-single .list .heading {
      padding-top: 0; }
    .grid-wrapper.-single .list .list-item {
      margin: 0;
      padding-left: 0;
      padding-right: 0; }
      .grid-wrapper.-single .list .list-item-photo-box {
        margin-left: 10px; }
  .grid-wrapper.-left-aligned .list {
    width: 320px; }

.map-outer.-fill-container > div[ng-transclude],
.map-outer.-fill-container map.gridbox,
.map-outer.-fill-container .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0; }

.map-infowindow {
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600; }

.mobile-emulator {
  padding: 60px 0;
  width: 300px;
  height: 620px;
  background: #f7f7f7;
  border: 2px solid #d9d9d9;
  border-radius: 30px;
  overflow: hidden; }
  .mobile-emulator .menu-icon {
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 20px;
    height: 3px;
    background: #fff;
    box-shadow: 0 -6px 0 0 #fff, 0 6px 0 0 #fff;
    user-select: none;
    z-index: 2; }
    .mobile-emulator .menu-icon:after {
      content: "";
      position: absolute;
      top: -6px;
      left: 0;
      right: 0;
      width: 20px;
      height: 15px;
      background: transparent;
      cursor: pointer; }
  .mobile-emulator .menu-icon,
  .mobile-emulator .screen-inner {
    transition: all 0.35s cubic-bezier(0.63, 0.78, 0, 0.93); }
  .mobile-emulator #mobile-menu-icon {
    display: none; }
    .mobile-emulator #mobile-menu-icon:checked ~ .menu-icon,
    .mobile-emulator #mobile-menu-icon:checked ~ .screen-inner {
      transform: translate(150px, 50px); }
    .mobile-emulator #mobile-menu-icon:checked ~ .screen-inner {
      box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.35); }
  .mobile-emulator .mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0;
    background: #e8e8e8; }
    .mobile-emulator .mobile-menu li {
      margin: 0 6px;
      padding: 12px 8px;
      width: 124px;
      color: #999;
      cursor: pointer;
      font-size: 13px;
      font-weight: 500; }
      .mobile-emulator .mobile-menu li + li {
        border-top: 1px solid #ccc; }
  .mobile-emulator .screen {
    position: relative;
    margin: 0 auto;
    width: 270px;
    height: 480px;
    border: 2px solid #d9d9d9;
    overflow: hidden; }
    .mobile-emulator .screen:after, .mobile-emulator .screen:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 50%;
      background: #000;
      z-index: 1;
      box-shadow: 0 0 5px 20px rgba(0, 0, 0, 0.75);
      -webkit-transform: scaleY(0) translateZ(0);
      transform: scaleY(0) translateZ(0);
      -webkit-transition: all 0.5s cubic-bezier(0.63, 0.78, 0, 0.93);
      transition: all 0.5s cubic-bezier(0.63, 0.78, 0, 0.93);
      z-index: 10; }
    .mobile-emulator .screen:after {
      top: 0;
      transform-origin: 50% 0; }
    .mobile-emulator .screen:before {
      bottom: 0;
      transform-origin: 50% 100%; }
    .mobile-emulator .screen.-off:after, .mobile-emulator .screen.-off:before {
      -webkit-transform: scaleY(1) translateZ(0);
      transform: scaleY(1) translateZ(0); }
  .mobile-emulator .screen-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .mobile-emulator .screen-inner > .col {
      width: 100%;
      background: #fff; }
  .mobile-emulator .mic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px; }
    .mobile-emulator .mic:after {
      content: "";
      position: absolute;
      top: 26px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 10px;
      height: 10px;
      background: #e8e8e8;
      border-radius: 50%; }
    .mobile-emulator .mic:before {
      content: "";
      position: absolute;
      top: 44px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 40px;
      height: 6px;
      background: #e8e8e8;
      border-radius: 10px; }
  .mobile-emulator .home-button {
    position: relative;
    margin: 14px auto 0;
    width: 50px;
    height: 50px;
    background: #e8e8e8;
    border-radius: 50%;
    cursor: pointer; }
    .mobile-emulator .home-button:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 24px;
      height: 24px;
      background: transparent;
      border: 2px solid #d9d9d9;
      border-radius: 5px; }

organizer.gridbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.organizer {
  min-width: 600px;
  border-collapse: collapse;
  /* margin: 0px -30px; */
  overflow: auto;
  background: #f8fbfd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .organizer_area {
    table-layout: fixed;
    border-top: 1px #eee solid; }
    .organizer_area.organizer_area--with-header {
      margin-top: 32px; }
      .organizer_area.organizer_area--with-header.organizer_area--with-header-groups {
        margin-top: 64px; }
  .organizer_header {
    white-space: nowrap;
    position: relative; }
    .organizer_header-box {
      z-index: 100;
      position: relative; }
      .organizer_header-box--offset {
        padding-left: 300px; }
    .organizer_header-group {
      display: inline-block; }
    .organizer_header-items-container {
      white-space: nowrap; }
    .organizer_header-item, .organizer_header-group-item {
      min-width: 60px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      border-top: 1px #eee solid;
      border-left: 1px #eee solid;
      font-size: 11px;
      color: #677587;
      letter-spacing: 0.5px;
      background: white; }
    .organizer_header-item {
      display: inline-block; }
      .organizer_header-item:last-child {
        border-right: 1px #eee solid; }
  .organizer_left-header {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    display: flex;
    align-items: center;
    background: white;
    border-right: 1px #eee solid;
    box-sizing: content-box; }
    .organizer_left-header-inner {
      text-align: center;
      display: inline-block;
      width: 100%; }
  .organizer_row-left-header {
    position: relative;
    display: table-cell;
    width: 300px;
    background: #f8fbfd; }
    .organizer_row-left-header-inner {
      width: 300px;
      text-align: center;
      display: inline-block;
      padding: 15px; }
  .organizer_row-header {
    height: 46px; }
    .organizer_row-header-inner {
      position: absolute;
      padding: 16px;
      width: 100%; }
  .organizer_fake-cell {
    width: 60px;
    height: 0px;
    border: none; }
  .organizer_fake-row-left-header {
    width: 300px;
    border: none;
    height: 0px; }
  .organizer_cell {
    display: table-cell;
    width: 60px;
    height: 50px;
    border: 1px solid #dfe2e4;
    background: white;
    vertical-align: middle; }
  .organizer_cell-caption {
    font-size: 13px;
    font-weight: 500;
    display: inline-block; }
  .organizer_cell-text {
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .organizer_col {
    position: absolute;
    top: 0px;
    bottom: 24px;
    border-left: 1px solid #EEE; }
  .organizer_item-box {
    position: absolute; }
  .organizer_slot {
    position: absolute;
    width: 100%; }
  .organizer_item {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 0px;
    padding: 7px 8px 7px 9px;
    border: 3px solid transparent;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(200, 200, 250, 0.44); }
    .organizer_item--short {
      padding: 2px 6px 2px 6px; }
      .organizer_item--short .organizer_item-info {
        width: 100%; }
      .organizer_item--short .organizer_photo-box,
      .organizer_item--short .organizer_icon-box {
        display: none; }

planner.gridbox.-flexy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.planner {
  position: relative;
  padding: 24px 0;
  width: 100%;
  min-width: 600px;
  border-collapse: collapse; }
  .planner.planner--fixed-columns {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: auto; }
  .planner_content {
    position: relative;
    margin-top: -11px;
    padding: 10px 0 0;
    overflow: hidden; }
    .planner--fixed-columns .planner_content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      top: 24px;
      padding: 10px 30px 0; }
    .planner--fixed-columns.fit-columns .planner_content {
      overflow-x: hidden; }
    .planner_content.planner_content--with-header {
      top: 56px; }
    .planner_content.planner_content--with-header-groups {
      top: 88px; }
  .planner_cell {
    margin-left: 40px;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(92, 92, 92, 0.3);
    background: rgba(255, 255, 255, 0.6);
    border-top: none; }
    .planner_cell--odd {
      border-bottom: 1px dashed rgba(92, 92, 92, 0.3); }
    .planner_cell--today {
      background: rgba(215, 215, 216, 0.13); }
    .planner_cell .popover-content {
      padding: 0; }
  .planner :first-child > .planner_cell {
    border-top: 1px solid rgba(92, 92, 92, 0.3); }
  .planner_hour {
    margin-top: -25px;
    vertical-align: top;
    text-align: right;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-weight: normal;
    color: #777777;
    padding-right: 10px;
    width: 40px;
    float: left; }
    .planner_hour--last {
      vertical-align: bottom;
      visibility: hidden; }
  .planner :last-child > .planner_hour--last {
    visibility: visible;
    margin-top: 25px; }
  .planner_time-line {
    position: absolute;
    height: 0px;
    border: 1px solid rgba(255, 88, 25, 0.44);
    left: 35px;
    right: 0;
    z-index: 0; }
  .planner_time-point {
    position: absolute;
    height: 8px;
    width: 8px;
    background: #ff5819;
    left: -8px;
    top: -4px;
    border-radius: 50%;
    z-index: 0; }
  .planner_grid > div:last-child .planner_cell {
    border-bottom: 0; }
  .planner_area {
    position: absolute;
    top: 10px;
    left: 40px;
    right: 1px;
    bottom: 25px; }
    .planner--fixed-columns .planner_area {
      left: 70px;
      right: 30px; }
  .planner_header {
    margin-left: 70px;
    height: 32px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    background: #fff; }
    .planner_header + .planner_header {
      border-bottom: 1px solid rgba(92, 92, 92, 0.3); }
    .planner_header-item {
      display: inline-block;
      height: 32px;
      line-height: 32px;
      text-align: center;
      border-top: 1px solid rgba(92, 92, 92, 0.3);
      border-left: 1px solid rgba(92, 92, 92, 0.3);
      font-size: 11px;
      color: #677587;
      letter-spacing: 0.5px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .planner_header-item:last-child {
        border-right: 1px solid rgba(92, 92, 92, 0.3); }
  .planner_col {
    position: absolute;
    top: 0px;
    bottom: 24px;
    border-left: 1px solid rgba(92, 92, 92, 0.3);
    border-bottom: 1px solid rgba(92, 92, 92, 0.3); }
  .planner_item-box {
    position: absolute; }
  .planner_slot {
    position: absolute;
    width: 100%; }
  .planner_item {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 0px;
    padding: 7px 8px 7px 9px;
    border: 3px solid transparent;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(200, 200, 250, 0.44); }
    .planner_item--short {
      padding: 2px 6px 2px 6px; }
      .planner_item--short .planner_item-info {
        width: 100%; }
      .planner_item--short .planner_photo-box,
      .planner_item--short .planner_icon-box {
        display: none; }
    .planner_item--no-photo {
      padding: 2px 6px 2px 6px !important; }
    .planner--fixed-columns .planner_item {
      top: 0;
      left: 0; }
  .planner_item-info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 59px);
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .planner--fixed-columns .planner_item-info {
      width: 100%; }
  .planner_item-title {
    font-weight: 600; }
  .planner_icon-box {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    padding-left: 6px; }
  .planner_icon-item {
    display: block;
    margin-bottom: 6px; }
  .planner_photo-box {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: 1px #CAD0D9 solid;
    margin-right: 10px;
    background: #999;
    line-height: 30px;
    font-size: 20px;
    color: white;
    font-weight: 200;
    text-align: center; }
  .planner_photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.report {
  table-layout: fixed;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }
  .report_filter-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0 5px;
    width: 400px;
    border-right: 1px solid #E1E7F0;
    overflow: hidden; }
    .report_filter-panel.disable-scroll .listbox_list {
      pointer-events: none; }
  .report_body {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    .report_body--offset {
      left: 400px; }
  .report_button-header {
    margin: 8px; }
  .report_drag-area {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 8px;
    height: 44px;
    color: #A1ADBF;
    border: 2px dashed #A1ADBF;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    .report_drag-area.is-dragover {
      color: #40ae49;
      background: rgba(64, 174, 73, 0.1);
      border-color: #40ae49; }
  .report_drag-group-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px;
    text-align: left;
    white-space: nowrap; }
  .report_drag-group:not(:empty) {
    display: inline-block;
    position: relative;
    margin-right: 16px;
    padding: 0 8px;
    height: 26px;
    color: #fff;
    background: #40ae49;
    border-radius: 3px;
    line-height: 24px;
    vertical-align: top;
    font-size: 12px; }
    .report_drag-group:not(:empty):not(:first-child):before {
      content: "\e61f";
      position: absolute;
      top: 1px;
      left: -12px;
      color: #40ae49;
      font-family: "icomoon";
      font-size: 18px; }
    .report_drag-group:not(:empty):not(:first-child):after {
      content: "";
      position: absolute;
      top: 12px;
      left: -16px;
      width: 16px;
      height: 2px;
      background: #40ae49; }
    .report_drag-group:not(:empty) i {
      margin-left: 6px;
      cursor: pointer;
      font-size: 10px; }
  .report_presentation,
  .report .chart {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0; }
  .report .grid {
    position: absolute;
    top: 108px;
    left: 0;
    right: 0; }

.dict-filter, .tree-dict {
  padding: 20px;
  min-width: 400px;
  overflow: hidden;
  display: inline-block; }
  .dict-filter_list, .tree-dict_list {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0; }
  .dict-filter_caption, .tree-dict_caption {
    font-size: 16px;
    font-weight: bold; }
  .dict-filter_code, .dict-filter_name, .tree-dict_code, .tree-dict_name {
    display: inline-block;
    width: 100%;
    line-height: 15px !important;
    margin-top: 0 !important; }
    .listbox_item--selected .dict-filter_code, .listbox_item--selected .dict-filter_name, .listbox_item--selected .tree-dict_code, .listbox_item--selected .tree-dict_name {
      color: #FFF; }
  .dict-filter_code, .tree-dict_code {
    color: #ccc;
    font-size: 13px; }
  .dict-filter_remove, .tree-dict_remove {
    float: right;
    color: red;
    cursor: pointer; }
  .dict-filter .datebox li, .tree-dict .datebox li {
    margin-right: 8px; }
  .dict-filter .datebox .text-time, .tree-dict .datebox .text-time {
    padding: 0;
    width: 70px; }

.dict-filter--half {
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
  width: 50%; }

.dict-filter_name {
  width: calc(100% - 25px); }

.blood-box {
  white-space: nowrap; }

.quantity-filter {
  white-space: nowrap; }
  .quantity-filter_input {
    display: inline-block; }

.report_filter-panel--top {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  padding: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #E1E7F0;
  white-space: nowrap; }
  .report_filter-panel--top + .report_body {
    top: 80px; }
  .report_filter-panel--top .report_filter-item,
  .report_filter-panel--top .dict-filter_item,
  .report_filter-panel--top .dict-filter_description,
  .report_filter-panel--top .dict-filter_items,
  .report_filter-panel--top .dict-filter_controls > .btn,
  .report_filter-panel--top .datebox {
    display: inline-block !important;
    vertical-align: top;
    white-space: nowrap; }
  .report_filter-panel--top .report_filter-item {
    overflow: hidden; }
  .report_filter-panel--top .report_filter-item,
  .report_filter-panel--top .dict-filter_item,
  .report_filter-panel--top .dict-filter_controls {
    padding: 0; }
  .report_filter-panel--top .dict-filter {
    margin-top: -4px;
    height: 40px;
    padding: 4px; }
  .report_filter-panel--top .dict-filter_description,
  .report_filter-panel--top .dict-filter_items > span {
    margin-right: 4px; }
  .report_filter-panel--top .dict-filter_items {
    margin-left: 4px;
    padding: 0;
    max-width: 320px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .report_filter-panel--top .text-dropdown-wrapper {
    padding: 0 4px; }
  .report_filter-panel--top .listbox_filter {
    margin: 0 4px; }

.chart-graph[name=fio] .series-container:nth-child(1) .graph {
  stroke: #836399; }

.chart-graph[name=fio] .series-container:nth-child(1) .step-line {
  stroke: #836399; }

.chart-graph[name=fio] .series-container:nth-child(1) .point {
  fill: #684f7a;
  stroke: #684f7a; }

.chart-graph[name=fio] .series-container:nth-child(1).hover .graph {
  stroke: #684f7a; }

.chart-graph[name=fio] .series-container:nth-child(1).hover .step-line {
  stroke: #684f7a; }

.chart-graph[name=fio] .series-container:nth-child(2) .graph {
  stroke: #9f71a6; }

.chart-graph[name=fio] .series-container:nth-child(2) .step-line {
  stroke: #9f71a6; }

.chart-graph[name=fio] .series-container:nth-child(2) .point {
  fill: #85588c;
  stroke: #85588c; }

.chart-graph[name=fio] .series-container:nth-child(2).hover .graph {
  stroke: #85588c; }

.chart-graph[name=fio] .series-container:nth-child(2).hover .step-line {
  stroke: #85588c; }

.chart-graph[name=fio] .series-container:nth-child(3) .graph {
  stroke: #ba84c2; }

.chart-graph[name=fio] .series-container:nth-child(3) .step-line {
  stroke: #ba84c2; }

.chart-graph[name=fio] .series-container:nth-child(3) .point {
  fill: #a762b1;
  stroke: #a762b1; }

.chart-graph[name=fio] .series-container:nth-child(3).hover .graph {
  stroke: #a762b1; }

.chart-graph[name=fio] .series-container:nth-child(3).hover .step-line {
  stroke: #a762b1; }

.chart-graph[name=fio] .series-container:nth-child(4) .graph {
  stroke: #c6a3d6; }

.chart-graph[name=fio] .series-container:nth-child(4) .step-line {
  stroke: #c6a3d6; }

.chart-graph[name=fio] .series-container:nth-child(4) .point {
  fill: #b080c6;
  stroke: #b080c6; }

.chart-graph[name=fio] .series-container:nth-child(4).hover .graph {
  stroke: #b080c6; }

.chart-graph[name=fio] .series-container:nth-child(4).hover .step-line {
  stroke: #b080c6; }

.chart-graph[name=fio] .series-container:nth-child(5) .graph {
  stroke: #d9bae8; }

.chart-graph[name=fio] .series-container:nth-child(5) .step-line {
  stroke: #d9bae8; }

.chart-graph[name=fio] .series-container:nth-child(5) .point {
  fill: #c494db;
  stroke: #c494db; }

.chart-graph[name=fio] .series-container:nth-child(5).hover .graph {
  stroke: #c494db; }

.chart-graph[name=fio] .series-container:nth-child(5).hover .step-line {
  stroke: #c494db; }

.chart-graph[name=fio] .series-container:nth-child(6) .graph {
  stroke: #ab9172; }

.chart-graph[name=fio] .series-container:nth-child(6) .step-line {
  stroke: #ab9172; }

.chart-graph[name=fio] .series-container:nth-child(6) .point {
  fill: #937857;
  stroke: #937857; }

.chart-graph[name=fio] .series-container:nth-child(6).hover .graph {
  stroke: #937857; }

.chart-graph[name=fio] .series-container:nth-child(6).hover .step-line {
  stroke: #937857; }

.chart-graph[name=fio] .series-container:nth-child(7) .graph {
  stroke: #c7a173; }

.chart-graph[name=fio] .series-container:nth-child(7) .step-line {
  stroke: #c7a173; }

.chart-graph[name=fio] .series-container:nth-child(7) .point {
  fill: #b8894f;
  stroke: #b8894f; }

.chart-graph[name=fio] .series-container:nth-child(7).hover .graph {
  stroke: #b8894f; }

.chart-graph[name=fio] .series-container:nth-child(7).hover .step-line {
  stroke: #b8894f; }

.chart-graph[name=fio] .series-container:nth-child(8) .graph {
  stroke: #e0b882; }

.chart-graph[name=fio] .series-container:nth-child(8) .step-line {
  stroke: #e0b882; }

.chart-graph[name=fio] .series-container:nth-child(8) .point {
  fill: #d6a159;
  stroke: #d6a159; }

.chart-graph[name=fio] .series-container:nth-child(8).hover .graph {
  stroke: #d6a159; }

.chart-graph[name=fio] .series-container:nth-child(8).hover .step-line {
  stroke: #d6a159; }

.chart-graph[name=fio] .series-container:nth-child(9) .graph {
  stroke: #f0daa8; }

.chart-graph[name=fio] .series-container:nth-child(9) .step-line {
  stroke: #f0daa8; }

.chart-graph[name=fio] .series-container:nth-child(9) .point {
  fill: #e9c87d;
  stroke: #e9c87d; }

.chart-graph[name=fio] .series-container:nth-child(9).hover .graph {
  stroke: #e9c87d; }

.chart-graph[name=fio] .series-container:nth-child(9).hover .step-line {
  stroke: #e9c87d; }

.chart-graph[name=fio] .series-container:nth-child(10) .graph {
  stroke: #7491b3; }

.chart-graph[name=fio] .series-container:nth-child(10) .step-line {
  stroke: #7491b3; }

.chart-graph[name=fio] .series-container:nth-child(10) .point {
  fill: #56779e;
  stroke: #56779e; }

.chart-graph[name=fio] .series-container:nth-child(10).hover .graph {
  stroke: #56779e; }

.chart-graph[name=fio] .series-container:nth-child(10).hover .step-line {
  stroke: #56779e; }

.chart-graph[name=fio] .series-container:nth-child(11) .graph {
  stroke: #81abd6; }

.chart-graph[name=fio] .series-container:nth-child(11) .step-line {
  stroke: #81abd6; }

.chart-graph[name=fio] .series-container:nth-child(11) .point {
  fill: #5b91c9;
  stroke: #5b91c9; }

.chart-graph[name=fio] .series-container:nth-child(11).hover .graph {
  stroke: #5b91c9; }

.chart-graph[name=fio] .series-container:nth-child(11).hover .step-line {
  stroke: #5b91c9; }

.chart-graph[name=fio] .series-container:nth-child(12) .graph {
  stroke: #8dc2e3; }

.chart-graph[name=fio] .series-container:nth-child(12) .step-line {
  stroke: #8dc2e3; }

.chart-graph[name=fio] .series-container:nth-child(12) .point {
  fill: #64acd9;
  stroke: #64acd9; }

.chart-graph[name=fio] .series-container:nth-child(12).hover .graph {
  stroke: #64acd9; }

.chart-graph[name=fio] .series-container:nth-child(12).hover .step-line {
  stroke: #64acd9; }

.chart-graph[name=fio] .series-container:nth-child(13) .graph {
  stroke: #b1dcf0; }

.chart-graph[name=fio] .series-container:nth-child(13) .step-line {
  stroke: #b1dcf0; }

.chart-graph[name=fio] .series-container:nth-child(13) .point {
  fill: #86c9e8;
  stroke: #86c9e8; }

.chart-graph[name=fio] .series-container:nth-child(13).hover .graph {
  stroke: #86c9e8; }

.chart-graph[name=fio] .series-container:nth-child(13).hover .step-line {
  stroke: #86c9e8; }

.chart-graph[name=fio] .series-container:nth-child(14) .graph {
  stroke: #72a386; }

.chart-graph[name=fio] .series-container:nth-child(14) .step-line {
  stroke: #72a386; }

.chart-graph[name=fio] .series-container:nth-child(14) .point {
  fill: #59896d;
  stroke: #59896d; }

.chart-graph[name=fio] .series-container:nth-child(14).hover .graph {
  stroke: #59896d; }

.chart-graph[name=fio] .series-container:nth-child(14).hover .step-line {
  stroke: #59896d; }

.chart-graph[name=fio] .series-container:nth-child(15) .graph {
  stroke: #88b37d; }

.chart-graph[name=fio] .series-container:nth-child(15) .step-line {
  stroke: #88b37d; }

.chart-graph[name=fio] .series-container:nth-child(15) .point {
  fill: #6ba05d;
  stroke: #6ba05d; }

.chart-graph[name=fio] .series-container:nth-child(15).hover .graph {
  stroke: #6ba05d; }

.chart-graph[name=fio] .series-container:nth-child(15).hover .step-line {
  stroke: #6ba05d; }

.chart-graph[name=fio] .series-container:nth-child(16) .graph {
  stroke: #7dbd8f; }

.chart-graph[name=fio] .series-container:nth-child(16) .step-line {
  stroke: #7dbd8f; }

.chart-graph[name=fio] .series-container:nth-child(16) .point {
  fill: #5bac72;
  stroke: #5bac72; }

.chart-graph[name=fio] .series-container:nth-child(16).hover .graph {
  stroke: #5bac72; }

.chart-graph[name=fio] .series-container:nth-child(16).hover .step-line {
  stroke: #5bac72; }

.chart-graph[name=fio] .series-container:nth-child(17) .graph {
  stroke: #9bc97f; }

.chart-graph[name=fio] .series-container:nth-child(17) .step-line {
  stroke: #9bc97f; }

.chart-graph[name=fio] .series-container:nth-child(17) .point {
  fill: #7fba5b;
  stroke: #7fba5b; }

.chart-graph[name=fio] .series-container:nth-child(17).hover .graph {
  stroke: #7fba5b; }

.chart-graph[name=fio] .series-container:nth-child(17).hover .step-line {
  stroke: #7fba5b; }

.chart-graph[name=fio] .series-container:nth-child(18) .graph {
  stroke: #96d69c; }

.chart-graph[name=fio] .series-container:nth-child(18) .step-line {
  stroke: #96d69c; }

.chart-graph[name=fio] .series-container:nth-child(18) .point {
  fill: #71c879;
  stroke: #71c879; }

.chart-graph[name=fio] .series-container:nth-child(18).hover .graph {
  stroke: #71c879; }

.chart-graph[name=fio] .series-container:nth-child(18).hover .step-line {
  stroke: #71c879; }

.chart-graph[name=fio] .series-container:nth-child(19) .graph {
  stroke: #b6de8c; }

.chart-graph[name=fio] .series-container:nth-child(19) .step-line {
  stroke: #b6de8c; }

.chart-graph[name=fio] .series-container:nth-child(19) .point {
  fill: #9dd364;
  stroke: #9dd364; }

.chart-graph[name=fio] .series-container:nth-child(19).hover .graph {
  stroke: #9dd364; }

.chart-graph[name=fio] .series-container:nth-child(19).hover .step-line {
  stroke: #9dd364; }

.chart-graph[name=fio] .series-container:nth-child(20) .graph {
  stroke: #c9e6a5; }

.chart-graph[name=fio] .series-container:nth-child(20) .step-line {
  stroke: #c9e6a5; }

.chart-graph[name=fio] .series-container:nth-child(20) .point {
  fill: #b1db7d;
  stroke: #b1db7d; }

.chart-graph[name=fio] .series-container:nth-child(20).hover .graph {
  stroke: #b1db7d; }

.chart-graph[name=fio] .series-container:nth-child(20).hover .step-line {
  stroke: #b1db7d; }

.chart-graph[name=peep] .series-container:nth-child(1) .graph {
  stroke: #836399; }

.chart-graph[name=peep] .series-container:nth-child(1) .step-line {
  stroke: #836399; }

.chart-graph[name=peep] .series-container:nth-child(1) .point {
  fill: #684f7a;
  stroke: #684f7a; }

.chart-graph[name=peep] .series-container:nth-child(1).hover .graph {
  stroke: #684f7a; }

.chart-graph[name=peep] .series-container:nth-child(1).hover .step-line {
  stroke: #684f7a; }

.chart-graph[name=peep] .series-container:nth-child(2) .graph {
  stroke: #9f71a6; }

.chart-graph[name=peep] .series-container:nth-child(2) .step-line {
  stroke: #9f71a6; }

.chart-graph[name=peep] .series-container:nth-child(2) .point {
  fill: #85588c;
  stroke: #85588c; }

.chart-graph[name=peep] .series-container:nth-child(2).hover .graph {
  stroke: #85588c; }

.chart-graph[name=peep] .series-container:nth-child(2).hover .step-line {
  stroke: #85588c; }

.chart-graph[name=peep] .series-container:nth-child(3) .graph {
  stroke: #ba84c2; }

.chart-graph[name=peep] .series-container:nth-child(3) .step-line {
  stroke: #ba84c2; }

.chart-graph[name=peep] .series-container:nth-child(3) .point {
  fill: #a762b1;
  stroke: #a762b1; }

.chart-graph[name=peep] .series-container:nth-child(3).hover .graph {
  stroke: #a762b1; }

.chart-graph[name=peep] .series-container:nth-child(3).hover .step-line {
  stroke: #a762b1; }

.chart-graph[name=peep] .series-container:nth-child(4) .graph {
  stroke: #c6a3d6; }

.chart-graph[name=peep] .series-container:nth-child(4) .step-line {
  stroke: #c6a3d6; }

.chart-graph[name=peep] .series-container:nth-child(4) .point {
  fill: #b080c6;
  stroke: #b080c6; }

.chart-graph[name=peep] .series-container:nth-child(4).hover .graph {
  stroke: #b080c6; }

.chart-graph[name=peep] .series-container:nth-child(4).hover .step-line {
  stroke: #b080c6; }

.chart-graph[name=peep] .series-container:nth-child(5) .graph {
  stroke: #d9bae8; }

.chart-graph[name=peep] .series-container:nth-child(5) .step-line {
  stroke: #d9bae8; }

.chart-graph[name=peep] .series-container:nth-child(5) .point {
  fill: #c494db;
  stroke: #c494db; }

.chart-graph[name=peep] .series-container:nth-child(5).hover .graph {
  stroke: #c494db; }

.chart-graph[name=peep] .series-container:nth-child(5).hover .step-line {
  stroke: #c494db; }

.chart-graph[name=peep] .series-container:nth-child(6) .graph {
  stroke: #ab9172; }

.chart-graph[name=peep] .series-container:nth-child(6) .step-line {
  stroke: #ab9172; }

.chart-graph[name=peep] .series-container:nth-child(6) .point {
  fill: #937857;
  stroke: #937857; }

.chart-graph[name=peep] .series-container:nth-child(6).hover .graph {
  stroke: #937857; }

.chart-graph[name=peep] .series-container:nth-child(6).hover .step-line {
  stroke: #937857; }

.chart-graph[name=peep] .series-container:nth-child(7) .graph {
  stroke: #c7a173; }

.chart-graph[name=peep] .series-container:nth-child(7) .step-line {
  stroke: #c7a173; }

.chart-graph[name=peep] .series-container:nth-child(7) .point {
  fill: #b8894f;
  stroke: #b8894f; }

.chart-graph[name=peep] .series-container:nth-child(7).hover .graph {
  stroke: #b8894f; }

.chart-graph[name=peep] .series-container:nth-child(7).hover .step-line {
  stroke: #b8894f; }

.chart-graph[name=peep] .series-container:nth-child(8) .graph {
  stroke: #e0b882; }

.chart-graph[name=peep] .series-container:nth-child(8) .step-line {
  stroke: #e0b882; }

.chart-graph[name=peep] .series-container:nth-child(8) .point {
  fill: #d6a159;
  stroke: #d6a159; }

.chart-graph[name=peep] .series-container:nth-child(8).hover .graph {
  stroke: #d6a159; }

.chart-graph[name=peep] .series-container:nth-child(8).hover .step-line {
  stroke: #d6a159; }

.chart-graph[name=peep] .series-container:nth-child(9) .graph {
  stroke: #f0daa8; }

.chart-graph[name=peep] .series-container:nth-child(9) .step-line {
  stroke: #f0daa8; }

.chart-graph[name=peep] .series-container:nth-child(9) .point {
  fill: #e9c87d;
  stroke: #e9c87d; }

.chart-graph[name=peep] .series-container:nth-child(9).hover .graph {
  stroke: #e9c87d; }

.chart-graph[name=peep] .series-container:nth-child(9).hover .step-line {
  stroke: #e9c87d; }

.chart-graph[name=peep] .series-container:nth-child(10) .graph {
  stroke: #7491b3; }

.chart-graph[name=peep] .series-container:nth-child(10) .step-line {
  stroke: #7491b3; }

.chart-graph[name=peep] .series-container:nth-child(10) .point {
  fill: #56779e;
  stroke: #56779e; }

.chart-graph[name=peep] .series-container:nth-child(10).hover .graph {
  stroke: #56779e; }

.chart-graph[name=peep] .series-container:nth-child(10).hover .step-line {
  stroke: #56779e; }

.chart-graph[name=peep] .series-container:nth-child(11) .graph {
  stroke: #81abd6; }

.chart-graph[name=peep] .series-container:nth-child(11) .step-line {
  stroke: #81abd6; }

.chart-graph[name=peep] .series-container:nth-child(11) .point {
  fill: #5b91c9;
  stroke: #5b91c9; }

.chart-graph[name=peep] .series-container:nth-child(11).hover .graph {
  stroke: #5b91c9; }

.chart-graph[name=peep] .series-container:nth-child(11).hover .step-line {
  stroke: #5b91c9; }

.chart-graph[name=peep] .series-container:nth-child(12) .graph {
  stroke: #8dc2e3; }

.chart-graph[name=peep] .series-container:nth-child(12) .step-line {
  stroke: #8dc2e3; }

.chart-graph[name=peep] .series-container:nth-child(12) .point {
  fill: #64acd9;
  stroke: #64acd9; }

.chart-graph[name=peep] .series-container:nth-child(12).hover .graph {
  stroke: #64acd9; }

.chart-graph[name=peep] .series-container:nth-child(12).hover .step-line {
  stroke: #64acd9; }

.chart-graph[name=peep] .series-container:nth-child(13) .graph {
  stroke: #b1dcf0; }

.chart-graph[name=peep] .series-container:nth-child(13) .step-line {
  stroke: #b1dcf0; }

.chart-graph[name=peep] .series-container:nth-child(13) .point {
  fill: #86c9e8;
  stroke: #86c9e8; }

.chart-graph[name=peep] .series-container:nth-child(13).hover .graph {
  stroke: #86c9e8; }

.chart-graph[name=peep] .series-container:nth-child(13).hover .step-line {
  stroke: #86c9e8; }

.chart-graph[name=peep] .series-container:nth-child(14) .graph {
  stroke: #72a386; }

.chart-graph[name=peep] .series-container:nth-child(14) .step-line {
  stroke: #72a386; }

.chart-graph[name=peep] .series-container:nth-child(14) .point {
  fill: #59896d;
  stroke: #59896d; }

.chart-graph[name=peep] .series-container:nth-child(14).hover .graph {
  stroke: #59896d; }

.chart-graph[name=peep] .series-container:nth-child(14).hover .step-line {
  stroke: #59896d; }

.chart-graph[name=peep] .series-container:nth-child(15) .graph {
  stroke: #88b37d; }

.chart-graph[name=peep] .series-container:nth-child(15) .step-line {
  stroke: #88b37d; }

.chart-graph[name=peep] .series-container:nth-child(15) .point {
  fill: #6ba05d;
  stroke: #6ba05d; }

.chart-graph[name=peep] .series-container:nth-child(15).hover .graph {
  stroke: #6ba05d; }

.chart-graph[name=peep] .series-container:nth-child(15).hover .step-line {
  stroke: #6ba05d; }

.chart-graph[name=peep] .series-container:nth-child(16) .graph {
  stroke: #7dbd8f; }

.chart-graph[name=peep] .series-container:nth-child(16) .step-line {
  stroke: #7dbd8f; }

.chart-graph[name=peep] .series-container:nth-child(16) .point {
  fill: #5bac72;
  stroke: #5bac72; }

.chart-graph[name=peep] .series-container:nth-child(16).hover .graph {
  stroke: #5bac72; }

.chart-graph[name=peep] .series-container:nth-child(16).hover .step-line {
  stroke: #5bac72; }

.chart-graph[name=peep] .series-container:nth-child(17) .graph {
  stroke: #9bc97f; }

.chart-graph[name=peep] .series-container:nth-child(17) .step-line {
  stroke: #9bc97f; }

.chart-graph[name=peep] .series-container:nth-child(17) .point {
  fill: #7fba5b;
  stroke: #7fba5b; }

.chart-graph[name=peep] .series-container:nth-child(17).hover .graph {
  stroke: #7fba5b; }

.chart-graph[name=peep] .series-container:nth-child(17).hover .step-line {
  stroke: #7fba5b; }

.chart-graph[name=peep] .series-container:nth-child(18) .graph {
  stroke: #96d69c; }

.chart-graph[name=peep] .series-container:nth-child(18) .step-line {
  stroke: #96d69c; }

.chart-graph[name=peep] .series-container:nth-child(18) .point {
  fill: #71c879;
  stroke: #71c879; }

.chart-graph[name=peep] .series-container:nth-child(18).hover .graph {
  stroke: #71c879; }

.chart-graph[name=peep] .series-container:nth-child(18).hover .step-line {
  stroke: #71c879; }

.chart-graph[name=peep] .series-container:nth-child(19) .graph {
  stroke: #b6de8c; }

.chart-graph[name=peep] .series-container:nth-child(19) .step-line {
  stroke: #b6de8c; }

.chart-graph[name=peep] .series-container:nth-child(19) .point {
  fill: #9dd364;
  stroke: #9dd364; }

.chart-graph[name=peep] .series-container:nth-child(19).hover .graph {
  stroke: #9dd364; }

.chart-graph[name=peep] .series-container:nth-child(19).hover .step-line {
  stroke: #9dd364; }

.chart-graph[name=peep] .series-container:nth-child(20) .graph {
  stroke: #c9e6a5; }

.chart-graph[name=peep] .series-container:nth-child(20) .step-line {
  stroke: #c9e6a5; }

.chart-graph[name=peep] .series-container:nth-child(20) .point {
  fill: #b1db7d;
  stroke: #b1db7d; }

.chart-graph[name=peep] .series-container:nth-child(20).hover .graph {
  stroke: #b1db7d; }

.chart-graph[name=peep] .series-container:nth-child(20).hover .step-line {
  stroke: #b1db7d; }

.chart-graph[name=fio] .series-container .segment.danger .graph {
  stroke: #F64E42; }

.chart-graph[name=fio] .series-container .segment.danger .step-line {
  stroke: #F64E42; }

.chart-graph[name=fio] .series-container .segment.danger .point {
  fill: #f42011;
  stroke: #f42011; }

.chart-graph[name=fio] .series-container .segment.danger.hover .graph {
  stroke: #f42011; }

.chart-graph[name=fio] .series-container .segment.danger.hover .step-line {
  stroke: #f42011; }

.chart-graph[name=fio] .series-container .segment.danger text {
  fill: #F64E42; }

.chart-graph[name=fio] .ordinate-cursor-series-label.danger {
  fill: #F64E42; }

.chart-graph[name=peep] .series-container .segment.danger .graph {
  stroke: #F64E42; }

.chart-graph[name=peep] .series-container .segment.danger .step-line {
  stroke: #F64E42; }

.chart-graph[name=peep] .series-container .segment.danger .point {
  fill: #f42011;
  stroke: #f42011; }

.chart-graph[name=peep] .series-container .segment.danger.hover .graph {
  stroke: #f42011; }

.chart-graph[name=peep] .series-container .segment.danger.hover .step-line {
  stroke: #f42011; }

.chart-graph[name=peep] .series-container .segment.danger text {
  fill: #F64E42; }

.chart-graph[name=peep] .ordinate-cursor-series-label.danger {
  fill: #F64E42; }

.ventilator-chart {
  padding-bottom: 30%; }

.ventilator-top .field-col {
  width: 100px;
  text-align: center; }

/*
.planner{
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  position: relative;
  padding: 24px 0;

  &_cell{
    margin-left: $hour-label-width;
    height: $half-hour-height;
    line-height: $half-hour-height;
    border: 1px solid rgba(216, 215, 215, 0.3);
    background: rgba(255, 255, 255, 0.6);
    border-top: none;
    &--odd{
      border-bottom: 1px dashed rgba(148, 147, 147, 0.13)
    }
    &--today{
      background: rgba(215, 215, 216, 0.13);
    }
    .popover-content{
      padding: 0;
    }
  }
  & :first-child > &_cell{
    border-top: 1px solid rgba(216, 215, 215, 0.3);
  }

  &_hour{
    margin-top: -($half-hour-height/2);
    vertical-align: top;
    text-align: right;
    height: $half-hour-height;
    line-height: $half-hour-height;
    font-size: 12px;
    font-weight: normal;
    color: $gray-light;
    padding-right: 10px;
    width: $hour-label-width;
    float:left;
    &--last{
        vertical-align: bottom;
        visibility: hidden;
    }
  }

  & :last-child > &_hour{
    &--last{
        visibility: visible;
        margin-top: ($half-hour-height/2);
    }
  }

  &_time-line{
    position: absolute;
    height: 0px;
    border: 1px solid rgba(255, 88, 25, 0.44);
    left: $hour-label-width - 5;
    right: 0;
    z-index: 0;
  }

  &_time-point{
    position: absolute;
    height: 8px;
    width: 8px;
    background: rgb(255, 88, 25);
    left: -8px;
    top: -4px;
    border-radius: 50%;
    z-index: 0;
  }

  &_area{
    position: absolute;
    top: 24px;
    left: $hour-label-width;
    right: 0;
    bottom: 24px;
    border-top: 1px #eee solid;
    &.planner_area--with-header{
      margin-top: $header-item-height;
      &.planner_area--with-header-groups{
        margin-top: $header-item-height*2;
      }
    }
  }

  &_header {
    margin-left: $hour-label-width;
    &-item {
      display: inline-block;
      height: $header-item-height;
      line-height: $header-item-height;
      text-align: center;
      border-top: 1px #eee solid;
      border-left: 1px #eee solid;
      font-size:11px;
      color:#677587;
      letter-spacing:0.5px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      &:last-child {
        border-right: 1px #eee solid;
      }
    }
  }

  &_col{
    position: absolute;
    top: 0px;
    bottom: 24px;
    border-left: 1px solid #EEE;
  }

  &_item-box{
    position: absolute;
  }
  &_slot{
    position: absolute;
    width: 100%;
  }
  &_item {
    position: absolute;
    top:1px;
    bottom: 1px;
    left: 1px;
    right: 0px;
    padding: 7px 8px 7px 9px;
    border: 3px solid transparent;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(200, 200, 250, 0.44);

    &:hover{

    }

    &--short {
      padding: 2px 6px 2px 6px;
      .planner_item-info{
        width: 100%;
      }
      .planner_photo-box,
      .planner_icon-box {
        display: none;
      }
    }
  }

  &_item-info{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 59px); // 43 + [icon-box]
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  &_item-title{
    font-weight: 600;
  }

  &_icon-box {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    padding-left: 6px;
  }
  &_icon-item {
    display: block;
    margin-bottom: 6px;
  }

  &_photo-box{
    display: inline-block;
    position: relative;
    overflow: hidden;
    width:30px;
    height:30px;
    border-radius: 2px;
    border: 1px #CAD0D9 solid;
    margin-right: 10px;
    background: #999;
    line-height: 30px;
    font-size: 20px;
    color: white;
    font-weight: 200;
    text-align: center;
  }
  &_photo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

}
*/

.wounds-general-charts .chart-graph .series-container:nth-child(1) .graph {
  stroke: #836399; }

.wounds-general-charts .chart-graph .series-container:nth-child(1) .step-line {
  stroke: #836399; }

.wounds-general-charts .chart-graph .series-container:nth-child(1) .point {
  fill: #684f7a;
  stroke: #684f7a; }

.wounds-general-charts .chart-graph .series-container:nth-child(1).hover .graph {
  stroke: #684f7a; }

.wounds-general-charts .chart-graph .series-container:nth-child(1).hover .step-line {
  stroke: #684f7a; }

.wounds-general-charts .chart-graph .series-container:nth-child(2) .graph {
  stroke: #9f71a6; }

.wounds-general-charts .chart-graph .series-container:nth-child(2) .step-line {
  stroke: #9f71a6; }

.wounds-general-charts .chart-graph .series-container:nth-child(2) .point {
  fill: #85588c;
  stroke: #85588c; }

.wounds-general-charts .chart-graph .series-container:nth-child(2).hover .graph {
  stroke: #85588c; }

.wounds-general-charts .chart-graph .series-container:nth-child(2).hover .step-line {
  stroke: #85588c; }

.wounds-general-charts .chart-graph .series-container:nth-child(3) .graph {
  stroke: #ba84c2; }

.wounds-general-charts .chart-graph .series-container:nth-child(3) .step-line {
  stroke: #ba84c2; }

.wounds-general-charts .chart-graph .series-container:nth-child(3) .point {
  fill: #a762b1;
  stroke: #a762b1; }

.wounds-general-charts .chart-graph .series-container:nth-child(3).hover .graph {
  stroke: #a762b1; }

.wounds-general-charts .chart-graph .series-container:nth-child(3).hover .step-line {
  stroke: #a762b1; }

.wounds-general-charts .chart-graph .series-container:nth-child(4) .graph {
  stroke: #c6a3d6; }

.wounds-general-charts .chart-graph .series-container:nth-child(4) .step-line {
  stroke: #c6a3d6; }

.wounds-general-charts .chart-graph .series-container:nth-child(4) .point {
  fill: #b080c6;
  stroke: #b080c6; }

.wounds-general-charts .chart-graph .series-container:nth-child(4).hover .graph {
  stroke: #b080c6; }

.wounds-general-charts .chart-graph .series-container:nth-child(4).hover .step-line {
  stroke: #b080c6; }

.wounds-general-charts .chart-graph .series-container:nth-child(5) .graph {
  stroke: #d9bae8; }

.wounds-general-charts .chart-graph .series-container:nth-child(5) .step-line {
  stroke: #d9bae8; }

.wounds-general-charts .chart-graph .series-container:nth-child(5) .point {
  fill: #c494db;
  stroke: #c494db; }

.wounds-general-charts .chart-graph .series-container:nth-child(5).hover .graph {
  stroke: #c494db; }

.wounds-general-charts .chart-graph .series-container:nth-child(5).hover .step-line {
  stroke: #c494db; }

.wounds-general-charts .chart-graph .series-container:nth-child(6) .graph {
  stroke: #ab9172; }

.wounds-general-charts .chart-graph .series-container:nth-child(6) .step-line {
  stroke: #ab9172; }

.wounds-general-charts .chart-graph .series-container:nth-child(6) .point {
  fill: #937857;
  stroke: #937857; }

.wounds-general-charts .chart-graph .series-container:nth-child(6).hover .graph {
  stroke: #937857; }

.wounds-general-charts .chart-graph .series-container:nth-child(6).hover .step-line {
  stroke: #937857; }

.wounds-general-charts .chart-graph .series-container:nth-child(7) .graph {
  stroke: #c7a173; }

.wounds-general-charts .chart-graph .series-container:nth-child(7) .step-line {
  stroke: #c7a173; }

.wounds-general-charts .chart-graph .series-container:nth-child(7) .point {
  fill: #b8894f;
  stroke: #b8894f; }

.wounds-general-charts .chart-graph .series-container:nth-child(7).hover .graph {
  stroke: #b8894f; }

.wounds-general-charts .chart-graph .series-container:nth-child(7).hover .step-line {
  stroke: #b8894f; }

.wounds-general-charts .chart-graph .series-container:nth-child(8) .graph {
  stroke: #e0b882; }

.wounds-general-charts .chart-graph .series-container:nth-child(8) .step-line {
  stroke: #e0b882; }

.wounds-general-charts .chart-graph .series-container:nth-child(8) .point {
  fill: #d6a159;
  stroke: #d6a159; }

.wounds-general-charts .chart-graph .series-container:nth-child(8).hover .graph {
  stroke: #d6a159; }

.wounds-general-charts .chart-graph .series-container:nth-child(8).hover .step-line {
  stroke: #d6a159; }

.wounds-general-charts .chart-graph .series-container:nth-child(9) .graph {
  stroke: #f0daa8; }

.wounds-general-charts .chart-graph .series-container:nth-child(9) .step-line {
  stroke: #f0daa8; }

.wounds-general-charts .chart-graph .series-container:nth-child(9) .point {
  fill: #e9c87d;
  stroke: #e9c87d; }

.wounds-general-charts .chart-graph .series-container:nth-child(9).hover .graph {
  stroke: #e9c87d; }

.wounds-general-charts .chart-graph .series-container:nth-child(9).hover .step-line {
  stroke: #e9c87d; }

.wounds-general-charts .chart-graph .series-container:nth-child(10) .graph {
  stroke: #7491b3; }

.wounds-general-charts .chart-graph .series-container:nth-child(10) .step-line {
  stroke: #7491b3; }

.wounds-general-charts .chart-graph .series-container:nth-child(10) .point {
  fill: #56779e;
  stroke: #56779e; }

.wounds-general-charts .chart-graph .series-container:nth-child(10).hover .graph {
  stroke: #56779e; }

.wounds-general-charts .chart-graph .series-container:nth-child(10).hover .step-line {
  stroke: #56779e; }

.wounds-general-charts .chart-graph .series-container:nth-child(11) .graph {
  stroke: #81abd6; }

.wounds-general-charts .chart-graph .series-container:nth-child(11) .step-line {
  stroke: #81abd6; }

.wounds-general-charts .chart-graph .series-container:nth-child(11) .point {
  fill: #5b91c9;
  stroke: #5b91c9; }

.wounds-general-charts .chart-graph .series-container:nth-child(11).hover .graph {
  stroke: #5b91c9; }

.wounds-general-charts .chart-graph .series-container:nth-child(11).hover .step-line {
  stroke: #5b91c9; }

.wounds-general-charts .chart-graph .series-container:nth-child(12) .graph {
  stroke: #8dc2e3; }

.wounds-general-charts .chart-graph .series-container:nth-child(12) .step-line {
  stroke: #8dc2e3; }

.wounds-general-charts .chart-graph .series-container:nth-child(12) .point {
  fill: #64acd9;
  stroke: #64acd9; }

.wounds-general-charts .chart-graph .series-container:nth-child(12).hover .graph {
  stroke: #64acd9; }

.wounds-general-charts .chart-graph .series-container:nth-child(12).hover .step-line {
  stroke: #64acd9; }

.wounds-general-charts .chart-graph .series-container:nth-child(13) .graph {
  stroke: #b1dcf0; }

.wounds-general-charts .chart-graph .series-container:nth-child(13) .step-line {
  stroke: #b1dcf0; }

.wounds-general-charts .chart-graph .series-container:nth-child(13) .point {
  fill: #86c9e8;
  stroke: #86c9e8; }

.wounds-general-charts .chart-graph .series-container:nth-child(13).hover .graph {
  stroke: #86c9e8; }

.wounds-general-charts .chart-graph .series-container:nth-child(13).hover .step-line {
  stroke: #86c9e8; }

.wounds-general-charts .chart-graph .series-container:nth-child(14) .graph {
  stroke: #72a386; }

.wounds-general-charts .chart-graph .series-container:nth-child(14) .step-line {
  stroke: #72a386; }

.wounds-general-charts .chart-graph .series-container:nth-child(14) .point {
  fill: #59896d;
  stroke: #59896d; }

.wounds-general-charts .chart-graph .series-container:nth-child(14).hover .graph {
  stroke: #59896d; }

.wounds-general-charts .chart-graph .series-container:nth-child(14).hover .step-line {
  stroke: #59896d; }

.wounds-general-charts .chart-graph .series-container:nth-child(15) .graph {
  stroke: #88b37d; }

.wounds-general-charts .chart-graph .series-container:nth-child(15) .step-line {
  stroke: #88b37d; }

.wounds-general-charts .chart-graph .series-container:nth-child(15) .point {
  fill: #6ba05d;
  stroke: #6ba05d; }

.wounds-general-charts .chart-graph .series-container:nth-child(15).hover .graph {
  stroke: #6ba05d; }

.wounds-general-charts .chart-graph .series-container:nth-child(15).hover .step-line {
  stroke: #6ba05d; }

.wounds-general-charts .chart-graph .series-container:nth-child(16) .graph {
  stroke: #7dbd8f; }

.wounds-general-charts .chart-graph .series-container:nth-child(16) .step-line {
  stroke: #7dbd8f; }

.wounds-general-charts .chart-graph .series-container:nth-child(16) .point {
  fill: #5bac72;
  stroke: #5bac72; }

.wounds-general-charts .chart-graph .series-container:nth-child(16).hover .graph {
  stroke: #5bac72; }

.wounds-general-charts .chart-graph .series-container:nth-child(16).hover .step-line {
  stroke: #5bac72; }

.wounds-general-charts .chart-graph .series-container:nth-child(17) .graph {
  stroke: #9bc97f; }

.wounds-general-charts .chart-graph .series-container:nth-child(17) .step-line {
  stroke: #9bc97f; }

.wounds-general-charts .chart-graph .series-container:nth-child(17) .point {
  fill: #7fba5b;
  stroke: #7fba5b; }

.wounds-general-charts .chart-graph .series-container:nth-child(17).hover .graph {
  stroke: #7fba5b; }

.wounds-general-charts .chart-graph .series-container:nth-child(17).hover .step-line {
  stroke: #7fba5b; }

.wounds-general-charts .chart-graph .series-container:nth-child(18) .graph {
  stroke: #96d69c; }

.wounds-general-charts .chart-graph .series-container:nth-child(18) .step-line {
  stroke: #96d69c; }

.wounds-general-charts .chart-graph .series-container:nth-child(18) .point {
  fill: #71c879;
  stroke: #71c879; }

.wounds-general-charts .chart-graph .series-container:nth-child(18).hover .graph {
  stroke: #71c879; }

.wounds-general-charts .chart-graph .series-container:nth-child(18).hover .step-line {
  stroke: #71c879; }

.wounds-general-charts .chart-graph .series-container:nth-child(19) .graph {
  stroke: #b6de8c; }

.wounds-general-charts .chart-graph .series-container:nth-child(19) .step-line {
  stroke: #b6de8c; }

.wounds-general-charts .chart-graph .series-container:nth-child(19) .point {
  fill: #9dd364;
  stroke: #9dd364; }

.wounds-general-charts .chart-graph .series-container:nth-child(19).hover .graph {
  stroke: #9dd364; }

.wounds-general-charts .chart-graph .series-container:nth-child(19).hover .step-line {
  stroke: #9dd364; }

.wounds-general-charts .chart-graph .series-container:nth-child(20) .graph {
  stroke: #c9e6a5; }

.wounds-general-charts .chart-graph .series-container:nth-child(20) .step-line {
  stroke: #c9e6a5; }

.wounds-general-charts .chart-graph .series-container:nth-child(20) .point {
  fill: #b1db7d;
  stroke: #b1db7d; }

.wounds-general-charts .chart-graph .series-container:nth-child(20).hover .graph {
  stroke: #b1db7d; }

.wounds-general-charts .chart-graph .series-container:nth-child(20).hover .step-line {
  stroke: #b1db7d; }

.chart-graph[name=bjPush] .series-container:nth-child(1) .graph {
  stroke: #6897C1; }

.chart-graph[name=bjPush] .series-container:nth-child(1) .step-line {
  stroke: #6897C1; }

.chart-graph[name=bjPush] .series-container:nth-child(1) .point {
  fill: #487eae;
  stroke: #487eae; }

.chart-graph[name=bjPush] .series-container:nth-child(1).hover .graph {
  stroke: #487eae; }

.chart-graph[name=bjPush] .series-container:nth-child(1).hover .step-line {
  stroke: #487eae; }

.chart-graph[name=bjPush] .series-container:nth-child(2) .graph {
  stroke: #9BC97F; }

.chart-graph[name=bjPush] .series-container:nth-child(2) .step-line {
  stroke: #9BC97F; }

.chart-graph[name=bjPush] .series-container:nth-child(2) .point {
  fill: #7fba5b;
  stroke: #7fba5b; }

.chart-graph[name=bjPush] .series-container:nth-child(2).hover .graph {
  stroke: #7fba5b; }

.chart-graph[name=bjPush] .series-container:nth-child(2).hover .step-line {
  stroke: #7fba5b; }

.chart-graph[name=volume] .series-container:nth-child(1) .graph {
  stroke: #d9bae8; }

.chart-graph[name=volume] .series-container:nth-child(1) .step-line {
  stroke: #d9bae8; }

.chart-graph[name=volume] .series-container:nth-child(1) .point {
  fill: #c494db;
  stroke: #c494db; }

.chart-graph[name=volume] .series-container:nth-child(1).hover .graph {
  stroke: #c494db; }

.chart-graph[name=volume] .series-container:nth-child(1).hover .step-line {
  stroke: #c494db; }

.chart-graph[name=volume] .series-container:nth-child(2) .graph {
  stroke: #ba84c2; }

.chart-graph[name=volume] .series-container:nth-child(2) .step-line {
  stroke: #ba84c2; }

.chart-graph[name=volume] .series-container:nth-child(2) .point {
  fill: #a762b1;
  stroke: #a762b1; }

.chart-graph[name=volume] .series-container:nth-child(2).hover .graph {
  stroke: #a762b1; }

.chart-graph[name=volume] .series-container:nth-child(2).hover .step-line {
  stroke: #a762b1; }

.chart-graph[name=volume] .series-container:nth-child(3) .graph {
  stroke: #836399; }

.chart-graph[name=volume] .series-container:nth-child(3) .step-line {
  stroke: #836399; }

.chart-graph[name=volume] .series-container:nth-child(3) .point {
  fill: #684f7a;
  stroke: #684f7a; }

.chart-graph[name=volume] .series-container:nth-child(3).hover .graph {
  stroke: #684f7a; }

.chart-graph[name=volume] .series-container:nth-child(3).hover .step-line {
  stroke: #684f7a; }

.chart-graph .series-container.hover .segment.danger .graph {
  stroke: #F64E42; }

.chart-graph .series-container.hover .segment.danger .step-line {
  stroke: #F64E42; }

.chart-graph .series-container.hover .segment.danger .point {
  fill: #f42011;
  stroke: #f42011; }

.chart-graph .series-container.hover .segment.danger.hover .graph {
  stroke: #f42011; }

.chart-graph .series-container.hover .segment.danger.hover .step-line {
  stroke: #f42011; }

.chart-graph .series-container.hover .segment.danger text {
  fill: #F64E42; }

.chart-graph[name=bjPush] .series-container .segment.danger .graph {
  stroke: #F64E42; }

.chart-graph[name=bjPush] .series-container .segment.danger .step-line {
  stroke: #F64E42; }

.chart-graph[name=bjPush] .series-container .segment.danger .point {
  fill: #f42011;
  stroke: #f42011; }

.chart-graph[name=bjPush] .series-container .segment.danger.hover .graph {
  stroke: #f42011; }

.chart-graph[name=bjPush] .series-container .segment.danger.hover .step-line {
  stroke: #f42011; }

.chart-graph[name=bjPush] .series-container .segment.danger text {
  fill: #F64E42; }

.chart-graph[name=bjPush] .ordinate-cursor-series-label.danger {
  fill: #F64E42; }

.chart-graph[name=volume] .series-container .segment.danger .graph {
  stroke: #F64E42; }

.chart-graph[name=volume] .series-container .segment.danger .step-line {
  stroke: #F64E42; }

.chart-graph[name=volume] .series-container .segment.danger .point {
  fill: #f42011;
  stroke: #f42011; }

.chart-graph[name=volume] .series-container .segment.danger.hover .graph {
  stroke: #f42011; }

.chart-graph[name=volume] .series-container .segment.danger.hover .step-line {
  stroke: #f42011; }

.chart-graph[name=volume] .series-container .segment.danger text {
  fill: #F64E42; }

.chart-graph[name=volume] .ordinate-cursor-series-label.danger {
  fill: #F64E42; }

.chart-graph[name=braden] .series-container .segment.danger .graph {
  stroke: #F64E42; }

.chart-graph[name=braden] .series-container .segment.danger .step-line {
  stroke: #F64E42; }

.chart-graph[name=braden] .series-container .segment.danger .point {
  fill: #f42011;
  stroke: #f42011; }

.chart-graph[name=braden] .series-container .segment.danger.hover .graph {
  stroke: #f42011; }

.chart-graph[name=braden] .series-container .segment.danger.hover .step-line {
  stroke: #f42011; }

.chart-graph[name=braden] .series-container .segment.danger text {
  fill: #F64E42; }

.chart-graph[name=braden] .ordinate-cursor-series-label.danger {
  fill: #F64E42; }

.wounds-sidebar-top {
  margin: 30px 25px; }

.side-panel {
  float: left;
  width: 270px;
  border-right: 1px solid #ddd;
  background: #F2F4F7; }
  .side-panel .side-panel-list .list-group-item {
    border: none;
    background: none;
    padding-left: 30px;
    padding-right: 30px;
    color: #333333;
    overflow: hidden; }
    .side-panel .side-panel-list .list-group-item .list-group-item-text {
      font-size: 12px;
      font-weight: 300;
      color: #999;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      float: left; }
    .side-panel .side-panel-list .list-group-item.selected, .side-panel .side-panel-list .list-group-item:hover {
      text-decoration: none;
      background: #E9ECF2; }
    .side-panel .side-panel-list .list-group-item.active {
      font-weight: 500;
      background: #DCDFE6; }
      .side-panel .side-panel-list .list-group-item.active .list-group-item-text {
        color: #6897C1; }

.danger-marks {
  float: right;
  position: absolute;
  right: 25px;
  top: 16px;
  line-height: 8px;
  font-size: 20px;
  font-weight: normal !important; }
  .danger-marks .danger-mark {
    display: inline-block;
    background-color: #F64E42;
    width: 0.3em;
    height: 0.3em;
    border-radius: 0.3em; }
    .danger-marks .danger-mark:before, .danger-marks .danger-mark:after {
      content: " ";
      display: table; }
    .danger-marks .danger-mark:after {
      clear: both; }

.braden-risk-norisk {
  color: #8cc53f; }

.braden-risk-mild {
  color: #81abd6; }

.braden-risk-moderate {
  color: #c7a173; }

.braden-risk-high {
  color: #f78500; }

.braden-risk-very-high {
  color: #ed1b23; }

.braden-instructions .braden-risk-header {
  font-size: 18px; }
  .braden-instructions .braden-risk-header .braden-risk {
    font-weight: bold; }

.braden-instructions li > span {
  color: #333333; }

.braden-instructions li {
  list-style-type: disc;
  color: #999; }

.wound-labels {
  padding: 0.0em .5em .1em; }
  .wound-labels.bjPush .lemr-label {
    margin-left: 4px; }
    .wound-labels.bjPush .lemr-label:nth-child(1) {
      background-color: transparent;
      border-color: extract(#6897C1, #9BC97F, 1);
      color: extract(#6897C1, #9BC97F, 1); }
      .wound-labels.bjPush .lemr-label:nth-child(1).invert {
        color: white;
        background-color: extract(#6897C1, #9BC97F, 1); }
    .wound-labels.bjPush .lemr-label:nth-child(2) {
      background-color: transparent;
      border-color: extract(#6897C1, #9BC97F, 2);
      color: extract(#6897C1, #9BC97F, 2); }
      .wound-labels.bjPush .lemr-label:nth-child(2).invert {
        color: white;
        background-color: extract(#6897C1, #9BC97F, 2); }
  .wound-labels.volume .lemr-label {
    margin-left: 4px; }
    .wound-labels.volume .lemr-label:nth-child(1) {
      background-color: transparent;
      border-color: extract(#d9bae8, #ba84c2, #836399, 1);
      color: extract(#d9bae8, #ba84c2, #836399, 1); }
      .wound-labels.volume .lemr-label:nth-child(1).invert {
        color: white;
        background-color: extract(#d9bae8, #ba84c2, #836399, 1); }
    .wound-labels.volume .lemr-label:nth-child(2) {
      background-color: transparent;
      border-color: extract(#d9bae8, #ba84c2, #836399, 2);
      color: extract(#d9bae8, #ba84c2, #836399, 2); }
      .wound-labels.volume .lemr-label:nth-child(2).invert {
        color: white;
        background-color: extract(#d9bae8, #ba84c2, #836399, 2); }
    .wound-labels.volume .lemr-label:nth-child(3) {
      background-color: transparent;
      border-color: extract(#d9bae8, #ba84c2, #836399, 3);
      color: extract(#d9bae8, #ba84c2, #836399, 3); }
      .wound-labels.volume .lemr-label:nth-child(3).invert {
        color: white;
        background-color: extract(#d9bae8, #ba84c2, #836399, 3); }

.chart-graph.wounds-square-chart {
  padding-bottom: 80%;
  /* aspect ratio */ }

.chart-graph.wounds-wide-chart {
  padding-bottom: 30%;
  /* aspect ratio */ }

.chart-graph[name=bjPush] text.end,
.chart-graph[name=bjPush] .point.end, .chart-graph[name=volume] text.end,
.chart-graph[name=volume] .point.end, .chart-graph[name=braden] text.end,
.chart-graph[name=braden] .point.end {
  opacity: 1; }

wounds {
  position: absolute;
  left: 0;
  right: 0; }

.wounds-main-panel {
  position: absolute;
  left: 270px;
  right: 0;
  border: none;
  background: white;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none; }

.wounds-top-panel .panel-body {
  margin-bottom: 0;
  padding-bottom: 0; }

fieldset.fieldset-horizontal.wounds-fieldset {
  text-align: left;
  line-height: inherit;
  padding: 0;
  margin-bottom: -13px; }
  fieldset.fieldset-horizontal.wounds-fieldset .field-row {
    clear: none;
    width: auto;
    float: left;
    margin-right: 80px;
    white-space: nowrap; }
    fieldset.fieldset-horizontal.wounds-fieldset .field-row label {
      float: left;
      margin: 0;
      width: auto; }
    fieldset.fieldset-horizontal.wounds-fieldset .field-row .field-value {
      font-size: 16px;
      font-weight: 600;
      margin-left: 0;
      width: 50px; }

.component-val-description {
  font-size: 12px;
  font-weight: 300;
  color: #A5A5A5; }
  .component-val-description.selected {
    color: #333333; }
  .component-val-description .component-val-description-text {
    display: block;
    padding-left: 25px; }
  .component-val-description .component-val-description-val {
    display: inline-block;
    float: left; }

.table.wounds-table {
  table-layout: fixed; }
  .table.wounds-table .field-name {
    font-size: 12px;
    font-weight: 300;
    color: #A5A5A5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .table.wounds-table .lemr-popover {
    width: 350px; }
    .table.wounds-table .lemr-popover .popover {
      width: 350px;
      max-width: 350px; }
  .table.wounds-table td, .table.wounds-table th {
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    border: none;
    font-size: 12px;
    padding: 2px 5px 1px; }
    .table.wounds-table td:not(:first-child), .table.wounds-table th:not(:first-child) {
      text-align: right; }
    .table.wounds-table td.selected, .table.wounds-table th.selected {
      background: #E9ECF2; }
    .table.wounds-table td:first-child, .table.wounds-table th:first-child {
      width: 190px; }
  .table.wounds-table td:not(:first-child) .component-val {
    position: relative; }
    .table.wounds-table td:not(:first-child) .component-val .lemr-popover {
      pointer-events: none; }
      .table.wounds-table td:not(:first-child) .component-val .lemr-popover .popover {
        -webkit-transition: "opacity 0.2s 0.5s";
        -o-transition: "opacity 0.2s 0.5s";
        transition: "opacity 0.2s 0.5s";
        visibility: hidden;
        opacity: 0; }
  .table.wounds-table td:not(:first-child):hover .component-val {
    overflow: visible; }
    .table.wounds-table td:not(:first-child):hover .component-val .lemr-popover {
      display: block; }
      .table.wounds-table td:not(:first-child):hover .component-val .lemr-popover .popover {
        opacity: 1;
        visibility: visible; }
  .table.wounds-table th {
    padding-top: 5px;
    padding-top: 3px; }
    .table.wounds-table th:first-child {
      font-size: 14px;
      font-weight: normal; }
  .table.wounds-table tr:last-child td {
    padding-bottom: 5px; }
  .table.wounds-table tr:hover td {
    background: #E9ECF2; }
    .table.wounds-table tr:hover td.selected {
      background: #DCDFE6; }

.filter-box_head {
  line-height: 40px;
  background: #F2F4F7;
  border-bottom: 1px solid #E1E7F0;
  color: #5C5C5C;
  padding: 0 20px;
  cursor: pointer; }
  .filter-box_head i {
    line-height: 40px;
    font-size: 20px; }

.filter-box_body {
  line-height: 20px;
  opacity: 1;
  background: white;
  max-height: 300px;
  overflow: hidden;
  border-right: 1px solid #E1E7F0;
  border-bottom: 1px solid #E1E7F0;
  border-left: 1px solid #E1E7F0;
  transition: all linear 0.2s; }
  .filter-box_body.ng-hide {
    display: block !important;
    max-height: 0px;
    border-bottom: 0; }
  .filter-box_body .listbox_list {
    max-height: 250px; }
  .filter-box_body .listbox_item:hover {
    background: #40ae49; }
    .filter-box_body .listbox_item:hover .listbox_checkbox,
    .filter-box_body .listbox_item:hover .dict-filter_name {
      color: #fff; }
  .filter-box_body .listbox_item--selected {
    background: #fff; }
    .filter-box_body .listbox_item--selected .dict-filter_name {
      color: #333; }
  .filter-box_body .listbox_item--checked .listbox_checkbox {
    color: #333; }
  .filter-box_body .popup .listbox_list {
    max-height: none; }

.report_filter-panel--top .filter-box_head {
  padding: 0 8px;
  height: 40px;
  color: #333;
  background: #fff;
  border: 0;
  cursor: default;
  pointer-events: none;
  font-weight: 500; }
  .report_filter-panel--top .filter-box_head i {
    display: none; }

.report_filter-panel--top .filter-box_body {
  height: 40px;
  border: 0; }

.imageeditor {
  padding: 10px;
  min-width: 491px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .imageeditor_controls {
    padding-left: 44px; }
  .imageeditor_control {
    position: relative;
    margin: 0 0 10px;
    padding: 0 10px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    z-index: 1; }
    .imageeditor_control:last-child {
      margin-right: 4px; }
    .imageeditor_control i {
      position: relative;
      top: 2px;
      padding-right: 2px;
      font-size: 16px; }
  .imageeditor_file-loader {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1; }
  .imageeditor_tools {
    position: absolute;
    top: 45px;
    left: 0;
    padding: 10px;
    width: 54px;
    z-index: 1; }
  .imageeditor_tool {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    width: 34px;
    height: 34px;
    overflow: visible;
    line-height: 32px;
    font-size: 16px;
    z-index: 1; }
  .imageeditor_settings {
    display: none;
    position: absolute;
    top: -1px;
    left: 0;
    padding-left: 48px;
    height: 34px;
    color: #000;
    background: #fff;
    border-radius: 0 2px 2px 0;
    line-height: 32.3px;
    white-space: nowrap;
    font-size: 13px;
    z-index: -1; }
    .imageeditor_tool.active:hover .imageeditor_settings {
      display: block; }
  .imageeditor_settings-item {
    padding-right: 10px; }
  .imageeditor_settings-item input, .imageeditor_option {
    display: inline-block;
    height: 24px;
    color: #000;
    border: none;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #ccc;
    outline: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700; }
  .imageeditor_settings-item input {
    margin: 0 3px;
    padding: 0 8px;
    width: 41px; }
  .imageeditor_option {
    display: inline-block;
    margin: 0 3px;
    width: 24px;
    cursor: pointer;
    vertical-align: middle; }
    .imageeditor_option:hover, .imageeditor_option.active {
      color: #40ae49;
      box-shadow: inset 0 0 0 2px #40ae49; }
    .imageeditor_option--black {
      background: #000; }
    .imageeditor_option--white {
      background: #fff; }
    .imageeditor_option--red {
      background: #e74c3c; }
    .imageeditor_option--green {
      background: #2ecc71; }
    .imageeditor_option--blue {
      background: #3498db; }
    .imageeditor_option--yellow {
      background: #ffe477; }
  .imageeditor_dot {
    display: inline-block;
    margin: -3px auto 0;
    background: #000;
    border-radius: 50%;
    vertical-align: middle; }
    .imageeditor_dot--small {
      width: 2px;
      height: 2px; }
    .imageeditor_dot--medium {
      width: 6px;
      height: 6px; }
    .imageeditor_dot--large {
      width: 12px;
      height: 12px; }
  .imageeditor_canvas-container {
    position: relative;
    margin-left: 44px;
    border: 1px solid #ccc; }
    .imageeditor_canvas-container canvas {
      display: block;
      cursor: default; }
  .imageeditor_canvas-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .imageeditor_text-field {
    display: none;
    position: absolute;
    padding: 0;
    height: 18px;
    color: #000;
    background: transparent;
    border: none;
    outline: 0;
    font-family: Arial, sans-serif;
    line-height: 18px;
    font-size: 14px;
    z-index: 2; }

.listbox {
  overflow: hidden; }
  .listbox_checkbox {
    display: none;
    line-height: 30px;
    position: absolute; }
    .listbox--multiselect .listbox_item--checked .listbox_checkbox {
      display: block; }
  .listbox:focus {
    outline: none; }
  .listbox_filter {
    width: 100% !important; }
  .listbox--multiselect .listbox_content {
    margin-left: 30px; }
  .listbox_list {
    overflow: hidden;
    position: relative; }
  .listbox_item {
    position: relative;
    line-height: initial !important;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding: 5px 20px; }
    .is-mobile .listbox_item {
      font-size: 18px; }
    .listbox_item--selected {
      background: #40ae49;
      color: #FFF; }
  .listbox_radio, .listbox_bullet {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px; }
  .listbox_bullet {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .listbox_bullet:before {
      content: "";
      position: absolute;
      left: 5px;
      bottom: 5px;
      width: 30px;
      height: 30px;
      background: #fff;
      border: 2px solid #E1E7F0;
      border-radius: 50%;
      transform: scale(1) translateZ(0);
      transition: all 0.25s cubic-bezier(0.42, 0.24, 0.31, 1); }
    .listbox_bullet:after {
      content: "";
      position: absolute;
      left: 5px;
      bottom: 5px;
      width: 30px;
      height: 30px;
      background: #4bd863;
      border-radius: 50%;
      transform: scale(0) translateZ(0);
      transition: all 0.25s cubic-bezier(0.42, 0.24, 0.31, 1); }
    .listbox_item--checked .listbox_bullet:before {
      background: transparent;
      border: 2px solid #4bd863;
      transform: scale(1.33) translateZ(0); }
    .listbox_item--checked .listbox_bullet:after {
      transform: scale(1) translateZ(0); }
