@charset "UTF-8";
html {
  height: 100%;
  background: #f6f6f6; }

body {
  z-index: 1;
  min-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: font-size 0.2s linear;
  -moz-transition: font-size 0.2s linear;
  -ms-transition: font-size 0.2s linear;
  -o-transition: font-size 0.2s linear;
  transition: font-size 0.2s linear; }

a {
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  a:hover {
    color: #154971; }

p, ul, fieldset {
  margin-bottom: 1.25em; }

ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

body {
  font-family: sans-serif; }

h2, h3, h4, h5, h6, p {
  color: #363636; }
  h2.with-subheader, h3.with-subheader, h4.with-subheader, h5.with-subheader, h6.with-subheader, p.with-subheader {
    padding-bottom: 0px !important; }
  h2.subheader, h3.subheader, h4.subheader, h5.subheader, h6.subheader, p.subheader {
    color: #4f4f4f;
    line-height: 1.4;
    margin-top: 0.2em;
    margin-bottom: 0.5em; }
  h2.subheader.subheader-datetime, h3.subheader.subheader-datetime, h4.subheader.subheader-datetime, h5.subheader.subheader-datetime, h6.subheader.subheader-datetime, p.subheader.subheader-datetime {
    position: absolute; 
    right: 10px; 
    top: 16px; }
  h2 small, h3 small, h4 small, h5 small, h6 small, p small {
    font-size: 90%;
    color: dimgrey;
    line-height: 0; }

p {
  color: #222222;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

a {
  color: #006db6; }
  a img {
    border: 0; }

hr {
  display: block;
  background: white;
  border: 0;
  border-bottom: 1px solid #bebebe;
  height: 1px;
  width: 100%;
  margin-bottom: 0; }

.traffic-light {
  float: right;
  height: 80px; }

.has-popover {
  position: relative; }
  .has-popover .popover-trigger {
    position: relative; }
  .has-popover .popover-content {
    cursor: default;
    color:#222222;
    z-index: 1000;
    max-width: 400px;
    padding: 10px 10px 10px 10px;
    background: #f1f1f1;
    border: 1px solid #bebebe;
    box-shadow: inset 0 1px 0 #f1f1f1;
    position: absolute;
    left: 0;
    top: 0;
    display: none; }
    .has-popover .popover-content:before {
      position: absolute;
      top: -7px;
      left: 9px;
      display: inline-block;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      border-bottom: 7px solid #bebebe;
      content: ''; }
    .has-popover .popover-content:after {
      position: absolute;
      top: -6px;
      left: 10px;
      display: inline-block;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-bottom: 6px solid #f1f1f1;
      content: ''; }
    .has-popover .popover-content.popover-opens-left {
      left: auto;
      right: 0; }
      .has-popover .popover-content.popover-opens-left:before {
        position: absolute;
        top: -7px;
        left: auto;
        right: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #bebebe;
        content: ''; }
      .has-popover .popover-content.popover-opens-left:after {
        position: absolute;
        top: -6px;
        left: auto;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #f1f1f1;
        content: ''; }
    .has-popover .popover-content label {
    	width:105px;
    }
    .has-popover .popover-content ul {
    	float:left;
    	margin:0px;
    }

.bg-unit-display {
  display: flex;
  flex-direction: column;
}

.not-displayed-until-print {
  display: none; }

.logo-big {
  background: url("../img/esysta-logo-white-128x34.png") no-repeat center center;
  width: 164px;
  height: 81px;
  display: block;
  text-indent: -9999px; }

.strip-container {
  position: relative; }

.strip, .strip-horizontal {
  border: 1px solid #154971;
  background: #006db6; }

.strip {
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0; }

.strip-horizontal {
  height: 3px;
  display: block; }

.strip-content {
  position: relative;
  margin-left: 5px; }

.header {
  background-color: #006db6;
  background-image: -moz-linear-gradient(#0076c5, #0064a7);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0076c5), to(#0064a7));
  background-image: -webkit-linear-gradient(#0076c5, #0064a7);
  background-image: -o-linear-gradient(#0076c5, #0064a7);
  background-image: -ms-linear-gradient(#0076c5, #0064a7);
  box-shadow: inset 0 1px #1781d2;
  border: 1px solid #154971;
  border-left: 0;
  z-index: 1;
  min-width: 1000px; }
.header-support {
  background-color: #b62300;
  background-image: -moz-linear-gradient(#b62300, #a70015);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b62300), to(#a70015));
  background-image: -webkit-linear-gradient(#b62300, #a70015);
  background-image: -o-linear-gradient(#b62300, #a70015);
  background-image: -ms-linear-gradient(#b62300, #a70015);
}
  .header a {
    color: white; }
  .header .header-menu, .header .header-logo {
    float: left; }
  .header .header-menu {
    margin: 0; }
    .header .header-menu li {
      float: left; }
      .header .header-menu li a {
        display: block;
        float: left;
        padding: 30px 24px;
        font-style: 13px;
        height: 100%;
        border-right: 1px solid #1781d2;
        border-left: 1px solid #154971;
        -moz-text-shadow: 0 1px 1px #134368;
        -webkit-text-shadow: 0 1px 1px #134368;
        -o-text-shadow: 0 1px 1px #134368;
        -ms-text-shadow: 0 1px 1px #134368;
        text-shadow: 0 1px 1px #134368; }
        .header .header-menu li a.header-menu-active {
          background: url("../img/nav-active.png") no-repeat center bottom; }
      .header .header-menu li:hover {
        background-color: #1781d2;
        background-image: -moz-linear-gradient(#1c8fe6, #1473bb);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1c8fe6), to(#1473bb));
        background-image: -webkit-linear-gradient(#1c8fe6, #1473bb);
        background-image: -o-linear-gradient(#1c8fe6, #1473bb);
        background-image: -ms-linear-gradient(#1c8fe6, #1473bb); }
      .header .header-menu li.last-child a {
        border-right: 0; }
  .header .header-logo {
    width: 164px;
    border-right: #1781d2;
    border-left: 0; }
  .header .user-card {
    float: right; }

.doc-user-card, .user-card {
  display: block;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(white, #e9e9e9);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#e9e9e9));
  background-image: -webkit-linear-gradient(white, #e9e9e9);
  background-image: -o-linear-gradient(white, #e9e9e9);
  background-image: -ms-linear-gradient(white, #e9e9e9);
  border: 1px solid #154971; }

.user-card {
  margin: 5px;
  z-index: 2; }
  .user-card .avatar, .user-card .user-name, .user-card .user-shortcuts {
    float: left;
    margin: 10px;
    margin-left: 0; }
  .user-card .avatar {
    margin-left: 10px;
    border: 1px solid #bebebe;
    background: white no-repeat center center;
    width: 40px;
    height: 40px; }
  .user-card .user-name {
    margin-left: 0;
    color: #4f4f4f; }
    .user-card .user-name p {
      font-size: .8em;
      margin: 0; }
  .user-card .user-shortcuts li {
    float: left; }
    .user-card .user-shortcuts li a {
      color: #4f4f4f;
      display: block;
      padding: 13px 10px 0 10px; }
    .user-card .user-shortcuts li a:hover .icon-stats {
      background-position: 0px -36px; }
    .user-card .user-shortcuts li a:hover .icon-calendar {
      background-position: -18px -36px; }
    .user-card .user-shortcuts li a:hover .icon-line-chart {
      background-position: -36px -36px; }
    .user-card .user-shortcuts li a:hover .icon-receipt {
      background-position: -54px -36px; }
    .user-card .user-shortcuts li a:hover .icon-happyface {
      background-position: -72px -36px; }
    .user-card .user-shortcuts li a:hover .icon-event {
      background-position: -90px -36px; }
    .user-card .user-shortcuts li a:hover .icon-phone {
      background-position: -108px -36px; }
    .user-card .user-shortcuts li a:hover .icon-house {
      background-position: -126px -36px; }
    .user-card .user-shortcuts li a:hover .icon-message {
      background-position: -144px -36px; }
    .user-card .user-shortcuts li a:hover .icon-gear {
      background-position: -162px -36px; }
    .user-card .user-shortcuts li a:hover .icon-device {
      background-position: -180px -36px; }
    .user-card .user-shortcuts li a:hover .icon-close {
      background-position: -198px -36px; }
    .user-card .user-shortcuts li a:hover .icon-print {
      background-position: -216px -36px; }

.body {
  position: relative; }
  .body .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    background: white; }
    .body .sidebar .dotted {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 50px; }

.navigation {
  width: 164px;
  position: relative;
  margin: 0;
  background: white; }
  .navigation li {
    border-bottom: 1px solid #bebebe;
    background: white; }
    .navigation li a {
      font-size: .75em;
      color: #363636;
      display: block;
      padding: 10px 7px; }
      .navigation li a:hover {
        color: #222222; }
      .navigation li a.navigation-active {
        color: #006db6;
        font-weight: bold; }
    .navigation li:hover {
      border-bottom: 1px solid #154971; }
      .navigation li:hover a:hover {
        background-color: #1781d2;
        background-image: -moz-linear-gradient(#1c8fe6, #1473bb);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1c8fe6), to(#1473bb));
        background-image: -webkit-linear-gradient(#1c8fe6, #1473bb);
        background-image: -o-linear-gradient(#1c8fe6, #1473bb);
        background-image: -ms-linear-gradient(#1c8fe6, #1473bb);
        color: white; }
  .navigation .icon {
    margin-right: 6px; }

.content.content-flexible, .content.content-full {
  float: none;
  padding-top: 20px; }
  .content.content-flexible .content-card, .content.content-full .content-card, .content.content-flexible .content-free, .content.content-full .content-free {
    min-width: 1041px;
    width: 90% !important; }
    .content.content-flexible .content-card.first-child, .content.content-full .content-card.first-child, .content.content-flexible .content-free.first-child, .content.content-full .content-free.first-child {
      margin-top: 0; }

.content {
  float: left;
  position: relative;
  margin: 0 0 0 165px; }
  .content a {
    text-decoration: underline;
    cursor: pointer; }
    .content a.button {
      text-decoration: none; }
  .content > div, .content .content-cards-main > .content-free {
    border: 1px solid transparent;
    margin: 18px;
    margin-bottom: 0; }
  .content.content-full {
    margin: 0; }
  .content.content-full-cards {
    float: left;
    padding-top: 20px;
    min-width: 1244px;
    width: 95% !important; }
    .content.content-full-cards .content-cards-main.first-child, .content.content-full-cards.content-full-cards .content-cards-side.first-child {
      margin-top: 0; }
  .content.content-full, .content.content-full-cards {
    margin: 0; }
  .content .content-card {
    z-index: 1;
    background: white;
    border: 1px solid #bebebe; }
    .content .content-card.content-card-important {
      border: 1px solid #ab2225; }
      .content .content-card.content-card-important h2, .content .content-card.content-card-important h3, .content .content-card.content-card-important h4, .content .content-card.content-card-important h5, .content .content-card.content-card-important h6 {
        color: #ab2225; }
      .content .content-card.content-card-important .content-card-header {
        border-bottom-color: #ab2225; }
      .content .content-card.content-card-important .strip-horizontal {
        background-color: #d52b2f;
        border: 1px solid #d52b2f;
        border-top: 1px solid #ab2225; }
    .content .content-card ul.list-style {
      margin-left: 25px;
      list-style-type: disc; }
      .content .content-card ul.list-style li ul {
        list-style: inherit; }
    .content .content-card ul li {
      margin-bottom: 5px; }
    .content .content-card ul > li ul {
      margin-left: 20px;
      margin-bottom: 0; }
    .content .content-card .strip-horizontal {
      margin-top: 20px; }

.content-full-cards .content-cards-main {
  width: auto;
  min-width: 860px !important;
  margin-right: 338px; }
.content-full-cards .content-cards-side {
  width: 300px !important;
  min-width: 300px !important;
  float: right; }

.content-cards-side .content-card {
  margin-top: 18px; }
  .content-cards-side .content-card.first-child {
    margin-top: 0; }
.content-cards-side .content-card-body {
  padding: 0 15px; }
  .content-cards-side .content-card-body p {
    font-size: .9em; }

.content-card-body, .content-card-header {
  position: relative;
  padding: 0 35px; }
  
.content-card-body.graph-card {
	padding:0px 5px;
}

.content-card-body.status-info-card p{
  margin: 10px;
}

.support-table {
  border-spacing: 10px;
  margin-bottom: 20px;
}

.support-legend {
  border: 1px solid #bebebe;
  font-size: 13px;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.content-card-body.is-table {
  padding: 0;
  font-size: 0.8em; }
  .content-card-body.is-table table {
    border: 0; }
.content-card-body .graph-card {
  padding: 0 5px; }

.content-card-header {
  border-bottom: 1px solid #bebebe; }
  .content-card-header h2 {
    text-align: center;
    padding: 8px 0;
    margin: 0;
    font-size: 1.1em; }

.content-card-body .form-navigation.left{
	float: left; }
.content-card-body .form-navigation.right{
	float: right; }
	
.content-option {
  float: left; }

#doc-info-pos-save {
  height: 142px;
}
.doc-info {
  background: #4994ce;
  border-bottom: 1px solid #154971;
  width: 100%;
  position: static;
  height: 141px;
  z-index:9;
  min-width: 1240px;
 }
.support-info {
  background: #b62300;
}
  .doc-info > p {
    font-size: 0.9em;
    margin: 0;
    padding: 5px 5px 2px 10px;
    color: white;
    -moz-text-shadow: 0 1px 1px #103f4d;
    -webkit-text-shadow: 0 1px 1px #103f4d;
    -o-text-shadow: 0 1px 1px #103f4d;
    -ms-text-shadow: 0 1px 1px #103f4d;
    text-shadow: 0 1px 1px #103f4d; }

.doc-user-change, .doc-user {
  float: left; }

.doc-user-card {
  margin: 3px;
  background: #f1f1f1; }

.doc-user {
  color: #363636;
  border-right: 1px solid #bebebe;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(white, #e9e9e9);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#e9e9e9));
  background-image: -webkit-linear-gradient(white, #e9e9e9);
  background-image: -o-linear-gradient(white, #e9e9e9);
  background-image: -ms-linear-gradient(white, #e9e9e9); }
  .doc-user .user-who, .doc-user .quick-look, .doc-user .user-meta, .doc-user .science-meta {
    float: left;
    margin-left: 15px; }
  .doc-user .quick-look {
    margin-left: 30px; }
  .doc-user .user-who h3 {
    font-weight: normal;
    margin: 0;
    padding: 10px 5px;
    color: #0666b0; }

.person-icon, .science-meta {
  font-size: 0.8em;
  float: left;
  display: block;
  margin-right: 10px; }

.person-icon {
  background-repeat: no-repeat;
  width: 110px;
  height: 79px;
  margin-top: 12px; }
  .person-icon.person-male {
    background-image: url("../img/person-male.png"); }
  .person-icon.person-female {
    background-image: url("../img/person-female.png"); }
  .person-icon .person-height, .person-icon .person-weight {
    display: block;
    margin-left: 60px; }
  .person-icon .person-weight {
    margin-top: 35px; }

.science-meta li {
  margin-bottom: 5px; }

.user-meta {
  font-size: 0.9em;
  margin-right: 15px; }
  .user-meta li {
    margin-bottom: 5px; }
    .user-meta li .icon {
      margin-right: 5px; }

.doc-user-change {
  display: block; }
  .doc-user-change a {
    padding: 20px 15px 0 15px;
    display: block;
    text-align: center; }
    .doc-user-change a img {
      margin-bottom: 0; }
    .doc-user-change a h5 {
      font-weight: normal;
      color: #154971;
      margin: 5px 0 0; }

.dotted {
  background: url("../img/dot.png") repeat; }

.icon {
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  background: url("../img/icon-map.png") no-repeat center center; }

a:hover .icon-stats {
  background-position: 0px -18px; }
a:hover .icon-calendar {
  background-position: -18px -18px; }
a:hover .icon-line-chart {
  background-position: -36px -18px; }
a:hover .icon-receipt {
  background-position: -54px -18px; }
a:hover .icon-happyface {
  background-position: -72px -18px; }
a:hover .icon-event {
  background-position: -90px -18px; }
a:hover .icon-phone {
  background-position: -108px -18px; }
a:hover .icon-house {
  background-position: -126px -18px; }
a:hover .icon-message {
  background-position: -144px -18px; }
a:hover .icon-gear {
  background-position: -162px -18px; }
a:hover .icon-device {
  background-position: -180px -18px; }
a:hover .icon-close {
  background-position: -198px -18px; }
a:hover .icon-print {
  background-position: -216px -18px; }
a:hover .icon-comment {
  background-position: -234px -18px; }
a:hover .icon-graph-bloodglucose {
  background-position: -252px -18px; }
a:hover .icon-graph-bloodglucose-insulin {
  background-position: -270px -18px; }
a:hover .icon-graph-bloodglucose-clockanalyse {
  background-position: -288px -18px; }
a:hover .icon-graph-bloodglucose-defaultday {
  background-position: -306px -18px; }
a:hover .icon-graph-insulin {
  background-position: -324px -18px; }
a:hover .icon-ampel {
  background-position: -342px -18px; }
a:hover .icon-upload {
  background-position: -360px -18px; }
a:hover .icon-download {
  background-position: -378px -18px; }
  
.icon-stats {
  background-position: 0px 0; }
.icon-calendar {
  background-position: -18px 0; }
.icon-line-chart {
  background-position: -36px 0; }
.icon-receipt {
  background-position: -54px 0; }
.icon-happyface {
  background-position: -72px 0; }
.icon-event {
  background-position: -90px 0; }
.icon-phone {
  background-position: -108px 0; }
.icon-house {
  background-position: -126px 0; }
.icon-message {
  background-position: -144px 0; }
.icon-gear {
  background-position: -162px 0; }
.icon-device {
  background-position: -180px 0; }
.icon-close {
  background-position: -198px 0; }
.icon-print {
  background-position: -216px 0; }
.icon-comment {
  background-position: -234px 0; }
.icon-graph-bloodglucose {
  background-position: -252px 0; }
.icon-graph-bloodglucose-insulin {
  background-position: -270px 0; }
.icon-graph-bloodglucose-clockanalyse {
  background-position: -288px 0; }
.icon-graph-bloodglucose-defaultday {
  background-position: -306px 0; }
.icon-graph-insulin {
  background-position: -324px 0; }
.icon-ampel {
  background-position: -342px 0; }
.icon-upload {
  background-position: -360px 0px; }
.icon-download {
  background-position: -378px 0px; }

.icon-arrow {
  background-image: url("../img/icon-arrows-map.png");
  background-repeat: no-repeat; }
  .icon-arrow.icon-arrow-right {
    background-position: 0 center; }
    .icon-arrow.icon-arrow-right:hover {
      background-position: -40px center; }
  .icon-arrow.icon-arrow-left {
    background-position: -80px center; }
    .icon-arrow.icon-arrow-left:hover {
      background-position: -120px center; }
  
.icon-arrow-vertical-open {
  background-image: url("../img/icon-arrows-round-map.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin: 2px;}
  .icon-arrow-vertical-open.icon-closed {
    background-position: 0px 0px; }
  .icon-arrow-vertical-open.icon-closed:hover {
      background-position: -18px -18px; }
  .icon-arrow-vertical-open.icon-opened {
    background-position: -18px 0px; }
  .icon-arrow-vertical-open.icon-opened:hover {
      background-position: -36px -18px; }
  .icon-arrow-vertical-open.icon-opening {
    background-position: -18px 0px; }
  .icon-arrow-vertical-open.icon-opening:hover {
      background-position: -18px -18px; }
  .icon-arrow-vertical-open.icon-closing {
    background-position: -36px 0px; }
  .icon-arrow-vertical-open.icon-closing:hover {
      background-position: -36px -18px; }
      
.float-right {
  float: right; }

.float-left {
  float: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.no-margin {
  margin: 0; }

.header-label {
  width: auto !important;
}

td:empty{
  text-align: center !important;
}

.img-container, .img-container-right, .img-container-left {
  margin-bottom: 1.25em;
  border: 1px solid #bebebe;
  padding: 5px;
  text-align: center; }
  .img-container img, .img-container-right img, .img-container-left img {
    margin: 0; }
  .img-container .img-caption, .img-container-right .img-caption, .img-container-left .img-caption {
    color: #4f4f4f;
    display: block;
    font-size: 0.75em;
    padding-top: 5px; }

.img-container-right {
  float: right;
  margin: 0 0 1.25em 10px; }

.img-container-left {
  float: left;
  margin: 0 10px 1.25em 0; }

.form-box {
  border: 1px solid #bebebe;
  margin-top: 10px;
  padding: 20px 30px 0 30px;
}

.form-box .last-child {
  margin-bottom: 30px;
}

.form-box-required {
  border: 2px solid #bebebe;
  margin-top: 10px;
  padding: 20px 30px 0 30px;
}

.label-required {
  width: 190px;
  display: block;
  float: left;
  padding-right: 25px;
}

  .label-required label {
    float: none;
    display: inline; }

.label-full ul {
  margin-top: 0;
  margin-bottom: 5px; }
.label-full label {
  display: block;
  width: auto; }
.label-full .input-feedback {
  width: auto !important;
  float: none !important;
  padding-top: 0 !important; }

fieldset {
  position: relative;
}

fieldset p {
    font-size: small;
}

form h3, form h4, form h5, form h6 {
  margin-top: 0; }
form label, form .input-feedback, form .input-wrapper {
  font-size: 0.9em;
  display: block; }
form label {
  float: left;
  width: 150px;
  padding: 9px 0;
}

form .input-wrapper {
  display: block;
  float: left;
  width: 500px;
  vertical-align: bottom;
}

  form .input-wrapper p {
    margin-bottom: 0; }
  form .input-wrapper .input-feedback {
    float: right;
    width: 250px;
    padding-top: 9px; }
  form .input-wrapper .input-feedback-block {
    float: none!important;
    width: auto; }
  form .input-wrapper.input-control-list ul {
    float: left;
    width: 192px; }
  form .input-wrapper ul {
    margin: 9px 0 0;
    display: block; }
    form .input-wrapper ul .input-checkbox, form .input-wrapper ul .input-radio {
      float: left;
      width: auto;
      cursor: pointer; }
    form .input-wrapper ul label {
      cursor: pointer;
      font-size: 1em;
      float: none;
      padding: 0; }
form .input-text, form .input-password, form select, form .input-textarea {
  font-size: 0.95em;
  border: 1px solid #bebebe;
  padding: 8px 12px;
  outline: none;
  background-color: white;
  background-image: -moz-linear-gradient(white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(white, #f2f2f2);
  background-image: -o-linear-gradient(white, #f2f2f2);
  background-image: -ms-linear-gradient(white, #f2f2f2); }
  form .input-text, form .input-password, form select {
    width: 192px;
  }
  form .input-textarea {
    width: 490px;
  }
  form .input-text:focus, form .input-password:focus, form select:focus, form .input-textarea:focus {
    border: 1px solid #006db6;
    -moz-box-shadow: 0 0 5px 0 #006db6  ;
    -webkit-box-shadow: 0 0 5px 0 #006db6  ;
    -o-box-shadow: 0 0 5px 0 #006db6  ;
    -ms-box-shadow: 0 0 5px 0 #006db6  ;
    box-shadow: 0 0 5px 0 #006db6  ; }
form select {
  width: 216px; }

.input-error input, .input-error select, .input-error textarea {
  border: 1px solid #d52b2f !important; }
  .input-error input:focus, .input-error select:focus, .input-error textarea:focus {
    -moz-box-shadow: 0 0 5px 0 #d52b2f  ;
    -webkit-box-shadow: 0 0 5px 0 #d52b2f  ;
    -o-box-shadow: 0 0 5px 0 #d52b2f  ;
    -ms-box-shadow: 0 0 5px 0 #d52b2f  ;
    box-shadow: 0 0 5px 0 #d52b2f  ; }
.input-error .input-feedback {
  color: #d52b2f; }

.input-success input, .input-success select, .input-success textarea {
  border: 1px solid #4d9122 !important; }
  .input-success input:focus, .input-success select:focus, .input-success textarea:focus {
    -moz-box-shadow: 0 0 5px 0 #4d9122  ;
    -webkit-box-shadow: 0 0 5px 0 #4d9122  ;
    -o-box-shadow: 0 0 5px 0 #4d9122  ;
    -ms-box-shadow: 0 0 5px 0 #4d9122  ;
    box-shadow: 0 0 5px 0 #4d9122  ; }
.input-success .input-feedback {
  color: #4d9122; }

.input-info input, .input-info select, .input-info textarea {
  border: 1px solid #2ba6cb !important; }
  .input-info input:focus, .input-info select:focus, .input-info textarea:focus {
    -moz-box-shadow: 0 0 5px 0 #2ba6cb  ;
    -webkit-box-shadow: 0 0 5px 0 #2ba6cb  ;
    -o-box-shadow: 0 0 5px 0 #2ba6cb  ;
    -ms-box-shadow: 0 0 5px 0 #2ba6cb  ;
    box-shadow: 0 0 5px 0 #2ba6cb  ; }
.input-info .input-feedback {
  color: #2ba6cb; }

.footer-links div {
  display: block;
  padding: 1px; }
.footer-links ul {
  display: block; }
.footer-links li {
  float: left;
  display: block; }
  .footer-links li a {
    padding: 5px 10px;
    font-size: 0.8em; }
  .footer-links li.first-child a {
    padding-left: 0; }
  .footer-links li.float-right {
    float:right!important;
    font-size: 0.73em;
    color: #4F4F4F; }

.disclaimer {
  font-size: 0.73em;
  padding-bottom: 20px; }
  .disclaimer .float-left, .disclaimer .float-right {
    max-width: 45%; }
  .disclaimer p, .disclaimer a {
    color: #4f4f4f; }
  .disclaimer a {
    margin-top: 10px; }
  .disclaimer p, .disclaimer img {
    margin: 0; }
  .disclaimer .float-right p {
    margin-right: 15px;
    width: 85%; }
  .disclaimer .float-right p, .disclaimer .float-right a {
    float: right; }

.inforight {
    clear: both;
    text-align: right;
}

button, .button {
  border: 1px solid #bebebe;
  padding: 8px 12px;
  color: #006db6;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.8em;
  margin: 0 5px;
  background-color: white;
  background-image: -moz-linear-gradient(white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(white, #f2f2f2);
  background-image: -o-linear-gradient(white, #f2f2f2);
  background-image: -ms-linear-gradient(white, #f2f2f2); }
  button.button-small, .button.button-small {
    padding: 4px 6px; }
  button.button-icon .icon, .button.button-icon .icon {
    margin-right: 7px; }
  button:hover, .button:hover {
    border: 1px solid #8b8b8b;
    -moz-box-shadow: 0 1px 3px 0 #bebebe  ;
    -webkit-box-shadow: 0 1px 3px 0 #bebebe  ;
    -o-box-shadow: 0 1px 3px 0 #bebebe  ;
    -ms-box-shadow: 0 1px 3px 0 #bebebe  ;
    box-shadow: 0 1px 3px 0 #bebebe  ;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(#f2f2f2, #d9d9d9);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#f2f2f2, #d9d9d9);
    background-image: -o-linear-gradient(#f2f2f2, #d9d9d9);
    background-image: -ms-linear-gradient(#f2f2f2, #d9d9d9); }
  button:active, .button:active {
    border: 1px solid #8b8b8b;
    -moz-box-shadow: 0 1px 2px 0 #8b8b8b inset ;
    -webkit-box-shadow: 0 1px 2px 0 #8b8b8b inset ;
    -o-box-shadow: 0 1px 2px 0 #8b8b8b inset ;
    -ms-box-shadow: 0 1px 2px 0 #8b8b8b inset ;
    box-shadow: 0 1px 2px 0 #8b8b8b inset ;
    background-color: #cccccc;
    background-image: -moz-linear-gradient(#d9d9d9, #bfbfbf);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9d9d9), to(#bfbfbf));
    background-image: -webkit-linear-gradient(#d9d9d9, #bfbfbf);
    background-image: -o-linear-gradient(#d9d9d9, #bfbfbf);
    background-image: -ms-linear-gradient(#d9d9d9, #bfbfbf); }
  button.button-big, .button.button-big {
    padding: 12px 20px; }
  button.button-info, button.button-error, button.button-success, .button.button-info, .button.button-error, .button.button-success {
    font-weight: bold;
    color: white !important; }
  button.button-info, .button.button-info {
    border: 1px solid #2284a1 !important;
    background-color: #4fbada !important;
    background-image: -moz-linear-gradient(#64c2de, #3ab1d5) !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#64c2de), to(#3ab1d5)) !important;
    background-image: -webkit-linear-gradient(#64c2de, #3ab1d5) !important;
    background-image: -o-linear-gradient(#64c2de, #3ab1d5) !important;
    background-image: -ms-linear-gradient(#64c2de, #3ab1d5) !important; }
    button.button-info:hover, .button.button-info:hover {
      border: 1px solid #103f4d !important;
      background-color: #3ab1d5 !important;
      background-image: -moz-linear-gradient(#4fbada, #2ba6cb) !important;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4fbada), to(#2ba6cb)) !important;
      background-image: -webkit-linear-gradient(#4fbada, #2ba6cb) !important;
      background-image: -o-linear-gradient(#4fbada, #2ba6cb) !important;
      background-image: -ms-linear-gradient(#4fbada, #2ba6cb) !important; }
    button.button-info:active, .button.button-info:active {
      border: 1px solid #103f4d !important;
      -moz-box-shadow: 0 1px 2px 0 #2284a1 inset !important;
      -webkit-box-shadow: 0 1px 2px 0 #2284a1 inset !important;
      -o-box-shadow: 0 1px 2px 0 #2284a1 inset !important;
      -ms-box-shadow: 0 1px 2px 0 #2284a1 inset !important;
      box-shadow: 0 1px 2px 0 #2284a1 inset !important;
      background-color: #2795b6 !important;
      background-image: -moz-linear-gradient(#2ba6cb, #2284a1) !important;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2ba6cb), to(#2284a1)) !important;
      background-image: -webkit-linear-gradient(#2ba6cb, #2284a1) !important;
      background-image: -o-linear-gradient(#2ba6cb, #2284a1) !important;
      background-image: -ms-linear-gradient(#2ba6cb, #2284a1) !important; }
  button.button-error, .button.button-error {
    border: 1px solid #ab2225 !important;
    background-color: #dd5659 !important;
    background-image: -moz-linear-gradient(#e26b6e, #d94044) !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e26b6e), to(#d94044)) !important;
    background-image: -webkit-linear-gradient(#e26b6e, #d94044) !important;
    background-image: -o-linear-gradient(#e26b6e, #d94044) !important;
    background-image: -ms-linear-gradient(#e26b6e, #d94044) !important; }
    button.button-error:hover, .button.button-error:hover {
      border: 1px solid #561113 !important;
      background-color: #d94044 !important;
      background-image: -moz-linear-gradient(#dd5659, #d52b2f) !important;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd5659), to(#d52b2f)) !important;
      background-image: -webkit-linear-gradient(#dd5659, #d52b2f) !important;
      background-image: -o-linear-gradient(#dd5659, #d52b2f) !important;
      background-image: -ms-linear-gradient(#dd5659, #d52b2f) !important; }
    button.button-error:active, .button.button-error:active {
      border: 1px solid #561113 !important;
      -moz-box-shadow: 0 1px 2px 0 #ab2225 inset !important;
      -webkit-box-shadow: 0 1px 2px 0 #ab2225 inset !important;
      -o-box-shadow: 0 1px 2px 0 #ab2225 inset !important;
      -ms-box-shadow: 0 1px 2px 0 #ab2225 inset !important;
      box-shadow: 0 1px 2px 0 #ab2225 inset !important;
      background-color: #d52b2f !important;
      background-image: -moz-linear-gradient(#d94044, #c0262a) !important;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d94044), to(#c0262a)) !important;
      background-image: -webkit-linear-gradient(#d94044, #c0262a) !important;
      background-image: -o-linear-gradient(#d94044, #c0262a) !important;
      background-image: -ms-linear-gradient(#d94044, #c0262a) !important; }
  button.button-success, .button.button-success {
    border: 1px solid #376818 !important;
    background-color: #63ba2c !important;
    background-image: -moz-linear-gradient(#6ecf31, #58a627) !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ecf31), to(#58a627)) !important;
    background-image: -webkit-linear-gradient(#6ecf31, #58a627) !important;
    background-image: -o-linear-gradient(#6ecf31, #58a627) !important;
    background-image: -ms-linear-gradient(#6ecf31, #58a627) !important; }
    button.button-success:hover, .button.button-success:hover {
      border: 1px solid #0b1505 !important;
      background-color: #58a627 !important;
      background-image: -moz-linear-gradient(#63ba2c, #4d9122) !important;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63ba2c), to(#4d9122)) !important;
      background-image: -webkit-linear-gradient(#63ba2c, #4d9122) !important;
      background-image: -o-linear-gradient(#63ba2c, #4d9122) !important;
      background-image: -ms-linear-gradient(#63ba2c, #4d9122) !important; }
    button.button-success:active, .button.button-success:active {
      border: 1px solid #0b1505 !important;
      -moz-box-shadow: 0 1px 2px 0 #376818 inset !important;
      -webkit-box-shadow: 0 1px 2px 0 #376818 inset !important;
      -o-box-shadow: 0 1px 2px 0 #376818 inset !important;
      -ms-box-shadow: 0 1px 2px 0 #376818 inset !important;
      box-shadow: 0 1px 2px 0 #376818 inset !important;
      background-color: #4d9122 !important;
      background-image: -moz-linear-gradient(#58a627, #427c1d) !important;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#58a627), to(#427c1d)) !important;
      background-image: -webkit-linear-gradient(#58a627, #427c1d) !important;
      background-image: -o-linear-gradient(#58a627, #427c1d) !important;
      background-image: -ms-linear-gradient(#58a627, #427c1d) !important; }

ul.tabs {
  list-style-type: none;
  margin-bottom: 0px; }
.tabs li {
  display: inline;
  padding-left: 3px;
  padding-right: 3px; }
.tabs li + li::before {
  content: "|";
}

.button-grouped button, .button-grouped .button {
  margin-left: 0;
  margin-right: 0; }
  .button-grouped button:not(:first-child), .button-grouped .button:not(:first-child) {
    /*border-left: 0;*/
    border-radius: 0; }
  .button-grouped button:first-child, .button-grouped .button:first-child {
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .button-grouped button:last-child, .button-grouped .button:last-child {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.alert {
  margin: 20px 0;
  background: #f1f1f1;
  border: 1px solid #bebebe;
  padding: 10px;
  font-size: 0.9em; }
  .alert h3, .alert h4, .alert h5, .alert h6 {
    margin-top: 0; }
  .alert.alert-center {
    border: 1px solid #bebebe;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
  }
  .alert.alert-hidden {
    visibility: hidden;
  }
  .alert.alert-success {
    border: 1px solid #376818;
    background: #9add6f;
    color: #0b1505; }
    .alert.alert-success p, .alert.alert-success h3, .alert.alert-success h4, .alert.alert-success h5, .alert.alert-success h6 {
      color: #0b1505; }
  .alert.alert-info {
    border: 1px solid #2284a1;
    background: #a3dbec;
    color: #103f4d; }
    .alert.alert-info p, .alert.alert-info h3, .alert.alert-info h4, .alert.alert-info h5, .alert.alert-info h6 {
      color: #103f4d; }
  .alert.alert-error {
    border: 1px solid #ab2225;
    background: #eeabac;
    color: #561113; }
  .alert.alert-global-info {
   	margin: 0px 18px 18px 18px;
    border: 1px solid #c4d7dd;
    background: #d9eef4;
    color: #103f4d; }
  .alert.alert-error p, .alert.alert-error h3, .alert.alert-error h4, .alert.alert-error h5, .alert.alert-error h6 {
      color: #561113; }
  .alert div.icon-warning {
    background-image: url("../img/icon-warning.png");
    background-repeat: no-repeat;
    background-position: 0% center;
    padding: 15px 10px 5px 65px;
    min-height: 30px; }
    .alert div.icon-info {
    background-image: url("../img/icon-info.png");
    background-repeat: no-repeat;
    background-position: 0% center;
    padding: 15px 10px 5px 65px;
    min-height: 30px; }

.knob-pen-bt {
  margin: 50px 10px 50px 10px;
  float: right;
  width: 160px;
  height: 160px; }

.bluetooth-logo {
  width: 15px;
  height: 15px;
}

.greyed-out-screen {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 20;
}

.has-daterangepicker button, .has-daterangepicker .button, .has-datepicker button, .has-datepicker .button, .has-popover button, .has-popover .button {
  padding: 5px 8px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle; }
  .has-daterangepicker button .picker-input, .has-daterangepicker .button .picker-input, .has-datepicker button .picker-input, .has-datepicker .button .picker-input, .has-popover button .picker-input, .has-popover .button .picker-input {
    display: none; }
  .has-daterangepicker button .picker-display, .has-daterangepicker .button .picker-display, .has-datepicker button .picker-display, .has-datepicker .button .picker-display, .has-popover button .picker-display, .has-popover .button .picker-display {
    margin-left: 5px; }

.zoom-small, .zoom-normal, .zoom-large {
  cursor: pointer; }

.zoom-small {
  font-size: 12px; }

.zoom-normal {
  font-size: 16px; }

.zoom-large {
  font-size: 20px; }

.body-small {
  font-size: 0.8em; }
  .body-small .zoom-small {
    text-decoration: underline; }

.body-large {
  font-size: 1.2em; }
  .body-large .zoom-large {
    text-decoration: underline; }

.body-normal {
  font-size: 1em; }

.body-stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.highchart-graph {
  display: block;
  margin: 30px 0;
  position: relative; }
  .highchart-graph.glucoseclockanalyse-graph .highchart-container-glucoseclockanalyse {
    height: 430px; }
  .highchart-graph.glucosedefaultday-graph .highchart-container-glucosedefaultday {
    height: 430px; }
  .highchart-graph.glucoseinsulin-graph {
    height: 580px !important; }
  .highchart-graph.glucoseinsulin-graph .highcharts-loading {
  	height:590px!important;
  }

.highchart-container, .highchart-container-glucoseclockanalyse, .highchart-container-glucoseinsulin, .highchart-container-glucosedefaultday, .highchart-container-insulin-per-day {
  margin: 0 41px; }

.highchart-prev, .highchart-next {
  width: 40px;
  position: absolute;
  background-position: 0 center;
  bottom: 0;
  top: 0;
  transition: width .2s;
  cursor: pointer; }
  .highchart-prev:hover, .highchart-next:hover {
    background-color: #f1f1f1; }

.highchart-next {
  right: 0; }

.highchart-prev {
  left: 0; }

.highcharts-tooltip .tip {
	font-family: sans-serif!important;
	font-size: 1.0em;
}
.highcharts-tooltip .tip span.bloodglucose {
	font-size: 1.15em!important;
	font-weight:bold;
	color:#006DB6;
}

.highcharts-tooltip .tip .time {
	text-align:right;	
}
.highcharts-tooltip .tip .date {
	text-align:right;	
	font-size: 0.9em;
}
.highcharts-tooltip .tip .valueblock {
    text-align:right;
	margin:0px 2px 4px 2px;
}

.highcharts-tooltip .tip .device {
	text-align:right;	
	font-size: 0.8em;
    margin:4px 0px;
}
.highcharts-tooltip .tip .type {
	text-align:right;
	font-size: 0.9em;
}


.modal {
  display: none; }

.notification-holder {
  position: relative; }
  .notification-holder .notification {
    position: absolute;
    background: #d52b2f;
    border: 1px solid #ab2225;
    font-size: 0.65em;
    padding: 0 4px;
    color: white;
    font-weight: bold;
    border-radius: 2px;
    top: 0;
    right: 0;
    -moz-box-shadow: 0 1px 1px 0 #eeabac  ;
    -webkit-box-shadow: 0 1px 1px 0 #eeabac  ;
    -o-box-shadow: 0 1px 1px 0 #eeabac  ;
    -ms-box-shadow: 0 1px 1px 0 #eeabac  ;
    box-shadow: 0 1px 1px 0 #eeabac  ; }

.progress {
  display: block;
  height: 60px;
  position: relative;
  margin-top: 20px; }
  .progress a {
    text-decoration: none; }
    .progress a:hover p {
      color: #154971; }
  .progress .progress-items {
    width: 100%; }
    .progress .progress-items li {
      position: relative;
      top: -37px;
      float: left; }
    .progress .progress-items p {
      font-size: 0.75em;
      margin: 0;
      padding-top: 5px;
      text-align: center;
      color: #006db6; }
  .progress .progress-orb {
    background: url("../img/orb-states.png") no-repeat;
    background-position: -62px 0;
    width: 31px;
    height: 31px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 0.89em;
    font-weight: bold;
    line-height: 32px; }
    .progress .progress-orb.orb-state-full {
      background-position: 0 0; }
    .progress .progress-orb.orb-state-half {
      background-position: -31px 0; }
    .progress .progress-orb.orb-state-end {
      background-position: -94px 0; }

.progress-bar-fill-background {
  width: 80%;
  margin: 0 auto;
  background: url("../img/orb-back-empty.png") repeat-x; }
  .progress-bar-fill-background div {
    height: 10px;
    background-image: url("../img/orb-back-full.png");
    background-repeat: repeat-x; }

.progress-bar-1, .progress-bar-2, .progress-bar-3, .progress-bar-4, .progress-bar-5, .progress-bar-6, .progress-bar-7, .progress-bar-8, .progress-bar-9, .progress-bar-10 {
  height: auto;
  margin: 0 auto;
  width: 100%; }

.progress-bar-fill-0 {
  width: 0; }

/*
Generierung der einzelnen Progressbar füllungen
z.B. kann man eine progress-bar-5 generieren, die platz für 5 elemente hat.
Die Füllung der ProgressBar kann dann von 0-4 gehen. (index start = 0)

*/
.progress-bar-1 .progress-bar-fill-background {
  width: 0%; }
.progress-bar-1 .progress-items li {
  width: 100%; }

.progress-bar-2 .progress-bar-fill-background {
  width: 50%; }
.progress-bar-2 .progress-items li {
  width: 50%; }
.progress-bar-2 .progress-bar-fill-1 {
  width: 100%; }

.progress-bar-3 .progress-bar-fill-background {
  width: 66.66667%; }
.progress-bar-3 .progress-items li {
  width: 33.33333%; }
.progress-bar-3 .progress-bar-fill-2 {
  width: 100%; }
.progress-bar-3 .progress-bar-fill-1 {
  width: 50%; }

.progress-bar-4 .progress-bar-fill-background {
  width: 75%; }
.progress-bar-4 .progress-items li {
  width: 25%; }
.progress-bar-4 .progress-bar-fill-3 {
  width: 100%; }
.progress-bar-4 .progress-bar-fill-2 {
  width: 66%; }
.progress-bar-4 .progress-bar-fill-1 {
  width: 33%; }

.progress-bar-5 .progress-bar-fill-background {
  width: 80%; }
.progress-bar-5 .progress-items li {
  width: 20%; }
.progress-bar-5 .progress-bar-fill-4 {
  width: 100%; }
.progress-bar-5 .progress-bar-fill-3 {
  width: 75%; }
.progress-bar-5 .progress-bar-fill-2 {
  width: 50%; }
.progress-bar-5 .progress-bar-fill-1 {
  width: 25%; }

.progress-bar-6 .progress-bar-fill-background {
  width: 83.33333%; }
.progress-bar-6 .progress-items li {
  width: 16.66667%; }
.progress-bar-6 .progress-bar-fill-5 {
  width: 100%; }
.progress-bar-6 .progress-bar-fill-4 {
  width: 80%; }
.progress-bar-6 .progress-bar-fill-3 {
  width: 60%; }
.progress-bar-6 .progress-bar-fill-2 {
  width: 40%; }
.progress-bar-6 .progress-bar-fill-1 {
  width: 20%; }

.progress-bar-7 .progress-bar-fill-background {
  width: 85.71429%; }
.progress-bar-7 .progress-items li {
  width: 14.28571%; }
.progress-bar-7 .progress-bar-fill-6 {
  width: 100%; }
.progress-bar-7 .progress-bar-fill-5 {
  width: 83%; }
.progress-bar-7 .progress-bar-fill-4 {
  width: 66%; }
.progress-bar-7 .progress-bar-fill-3 {
  width: 50%; }
.progress-bar-7 .progress-bar-fill-2 {
  width: 33%; }
.progress-bar-7 .progress-bar-fill-1 {
  width: 16%; }

.progress-bar-8 .progress-bar-fill-background {
  width: 87.5%; }
.progress-bar-8 .progress-items li {
  width: 12.5%; }
.progress-bar-8 .progress-bar-fill-7 {
  width: 100%; }
.progress-bar-8 .progress-bar-fill-6 {
  width: 85%; }
.progress-bar-8 .progress-bar-fill-5 {
  width: 71%; }
.progress-bar-8 .progress-bar-fill-4 {
  width: 57%; }
.progress-bar-8 .progress-bar-fill-3 {
  width: 42%; }
.progress-bar-8 .progress-bar-fill-2 {
  width: 28%; }
.progress-bar-8 .progress-bar-fill-1 {
  width: 14%; }

.progress-bar-9 .progress-bar-fill-background {
  width: 88.88889%; }
.progress-bar-9 .progress-items li {
  width: 11.11111%; }
.progress-bar-9 .progress-bar-fill-8 {
  width: 100%; }
.progress-bar-9 .progress-bar-fill-7 {
  width: 87%; }
.progress-bar-9 .progress-bar-fill-6 {
  width: 75%; }
.progress-bar-9 .progress-bar-fill-5 {
  width: 62%; }
.progress-bar-9 .progress-bar-fill-4 {
  width: 50%; }
.progress-bar-9 .progress-bar-fill-3 {
  width: 37%; }
.progress-bar-9 .progress-bar-fill-2 {
  width: 25%; }
.progress-bar-9 .progress-bar-fill-1 {
  width: 12%; }

.progress-bar-10 .progress-bar-fill-background {
  width: 90%; }
.progress-bar-10 .progress-items li {
  width: 10%; }
.progress-bar-10 .progress-bar-fill-9 {
  width: 100%; }
.progress-bar-10 .progress-bar-fill-8 {
  width: 88%; }
.progress-bar-10 .progress-bar-fill-7 {
  width: 77%; }
.progress-bar-10 .progress-bar-fill-6 {
  width: 66%; }
.progress-bar-10 .progress-bar-fill-5 {
  width: 55%; }
.progress-bar-10 .progress-bar-fill-4 {
  width: 44%; }
.progress-bar-10 .progress-bar-fill-3 {
  width: 33%; }
.progress-bar-10 .progress-bar-fill-2 {
  width: 22%; }
.progress-bar-10 .progress-bar-fill-1 {
  width: 11%; }

table.table-styled {
  border: 1px solid #bebebe;
  border-bottom: 0;
  background: #f1f1f1;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  table.table-styled tr {
    margin: 0;
    background: white; }
    table.table-styled tr:nth-child(even) {
      background: #f1f1f1; }
    table.table-styled tr td, table.table-styled tr th {
      margin: 0;
      font-size: .95em;
      padding: 5px 10px;
      border-bottom: 1px solid #bebebe; }
    table.table-styled tr th {
      text-align: left; }
    table.table-styled tr.th {
      font-size: 1em;
      background: #f1f1f1;
      color: #154971; }

table.dataprotection {
    border-spacing: 0.5em; }
    table.dataprotection td.paragraph {
        vertical-align: top; }

.highlighted {
  border: 1px solid #4fbada !important;
  background-color: #a3dbec !important;
  color: #222222 !important; }

.pager {
  text-align:center;
  margin: 10px 0; }

  
@media screen {
  .doc-info-fixed {
      position: fixed;
      top:0;
      left: 5px;
      right: 0px;
      width: auto;
  }
  .doc-info-free {
      position: static;
      top: 0;
      width: 100%;
  }
}


.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  color: #f1f1f1;
  background-color: #154971;
}
.button-wrapper {
    margin-left: auto;
    margin-right: 0;
    width: 180px;
    text-align: center;
}

.input-group, .input-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

fieldset[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

#pagination {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#pagination a {
    margin: 0 5px;
    text-decoration: none;
}

#pagination span {
    font-weight: bold;
}
