@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/* todo: remove fjalla font and other unused stuff*/

body {
    padding:0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    background-color: #F5F5F5;
 }

a {
    color: #2196f3;
    text-decoration: none;
}

a:hover, a:focus {
    color: #7bd0fa;
}

#header {
    background-color: #f0f0f0;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0px;
    width: 100%;
    height: 80px;
    color: #000000;
    z-index: 500;
    border-bottom-width: 0px;
    border-bottom-color: #444444;
    border-bottom-style: solid;
}

#logo {
    position: absolute;
    top: 8px;
    left: 30px;
    height: 24px;
}

#health_logo {
    position: relative;
    width: 365px;
    left: 54%;
    margin-left: -200px;
}

#login_form {
    position: relative;
    top: 30px;
    left: 10px;
}

#login_div {
    position: absolute;
    top: 100px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
}

#title {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 20px;
}

#main {
    position: absolute;
    top: 80px;
    left: 0px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    overflow: scroll;
}

span.stretch {
    display:inline-block;
    -webkit-transform:scale(2.5,1); /* Safari and Chrome */
    -moz-transform:scale(2.5,1); /* Firefox */
    -ms-transform:scale(2.5,1); /* IE 9 */
    -o-transform:scale(2.5,1); /* Opera */
    transform:scale(2.5,1); /* W3C */
}


#up_link {
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 17px;
    right: 50px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #263238;
    color: #ffffff;
    border-radius: 5px;
}

#up_link:hover {
    background-color: #2196f3;
}

#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    width: 100%;
    margin-top: 10px;
    height: 20px;
    background-color: #263238;
    color: #bdbdbd;
    font-size: 12px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #2196f3;
}

.logout {
    position: relative;
    float: right;
    top: 12px;
    right: 15px;
    color: #000000;
    font-size: 12px;
    padding: 0.5em;
    z-index: 1000;
}


.logout a{
    color: #ff0000;
}

legend{
    border:0;
    padding:0;
    }

fieldset {
    display: inline-block;
    margin:0 2px;
    margin-bottom: 5px;
    padding:0.35em 0.625em 0.75em;
    font-size: small;
    border:1px solid #c0c0c0;
   }

.list_df_td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0;
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 950;
    margin-right: 40px;
}
.dropdown-content {
    display: none;
    position: fixed;
    background: #dddddd;
    /* min-width: 110px; */
    box-shadow: 0px 9px 16px 0px rgba(0,0,0,0.2);
    margin-top: 11px;
    z-index: 950;
}
.dropdown-content a {
    color: #000000;
    padding: 9px 16px;
    text-decoration: none;
    display: block;
    font-size:16px;
    z-index: 950;
    margin-right: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.dropdown-content a:hover, a:focus {
    background: #d0d0d0;
    color: #000000;
    z-index: 950;
    margin-right: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    }
.dropdown:hover .dropdown-content {
    display: block;
    z-index: 950;
}

#breadcrumps {
    position: absolute;
    top: 55px;
    left: 300px;
    font-size: 13px;
}

#navigation {
    position: absolute;
    top: 12px;
    left: 230px;
    width: 87%;
    font-size: 16px;
    z-index: 900;
}

.main-nav a {
    color: #000000;
    padding-top: 9px;
    padding-bottom: 9px;
}

.main-nav a:hover, a:focus, a:active {
    background-color: #f0f0f0;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #2196f3;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #2196f3;
}

#nav_active {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #2196f3;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #2196f3;
}

table {
    border-collapse: collapse;
    margin-bottom: 3em;
    background: #fff;
    border-spacing:0;
    margin-top: 20px;
}
td, th {
    padding: 1.0em 1.5em 1.0em 1.5em;
    text-align: left;
    color: #000000;
}
	td.err {
		background-color: #e992b9;
		color: #fff;
		line-height: 1;
	}
th {
    padding: 1.0em 1.5em 1.0em 1.5em;
    font-weight: 550;
    white-space: nowrap;
    color: #000000;
}
tr{
    border-style: solid;
    border-width: 2px;
    border-color: #EEEEEE;
}
tbody tr:hover {
    background-color: #f5f5f5;
}

.inline_img {
    vertical-align: baseline;
    float: right;
}

/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 0em 0;
	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100%; /* Force stretch */
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;

	}
		.sticky-wrap .sticky-intersect th {
			background-color: #666;
			color: #eee;
		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
td.user-name {
	text-transform: capitalize;
}
.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 50vh;
}


.error {
    background-color: #E02020;
    color: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 2px 2px 2px 0px #AAAAAA;
    display: inline-block;
		padding: 10px;
}

.error_templates {
    color: #000000;
}

.error_templates_logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.flash-info, .flash-message, .flash-success, .flash-warning, .flash-error, .flash-validation {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 2px 2px 2px 0px #AAAAAA;
    margin-top: 10px;
    display: inline-block;
    width: 300px;
}
.flash-info-head, .flash-message-head .flash-success-head {
	  text-align: center;
		padding: 5px;
    color: #FFFFFF;
	  background-color: #2195f3;
}
.flash-warning-head {
	  text-align: center;
		padding: 5px;
    color: #FFFFFF;
    background-color: #FA6400;
}
.flash-error-head {
	  text-align: center;
		padding: 5px;
    color: #FFFFFF;
    background-color: #E02020;
}

.changelog {
    width: 90%;
    max-height: 50px;
    overflow: hidden;
}

.changelog:hover {
    width: 90%;
    max-height: 400px;
    overflow: scroll;
}

.dashbox {
    color: #000000;
    padding: 20px;
    margin: 20px;
    width: 350px;
    min-height: 150px;
    display: inline-block;
}

.dashbox-element {
    display: inline-block;
    margin-bottom: 20px;
}

.red7-team {
    display: inline-block;
    width: 800px;
    margin: 10px;
    font-weight: bold;
    font-size: 50px;
}

.red7-person {
    display: inline-block;
    width: 800px;
    border-style: solid;
    border-weight: 1px;
    border-color: #999999;
    background-color: #ffffff;
    margin: 10px;
}

.red7-person-details {
    display: inline-block;
    width: 300px;
}

.red7-person-value {
    display: inline-block;
    width: 220px;
}

.red7-details-div {
    display: inline-block;
    width: 65px;
    border-style: solid;
    border-weight: 1px;
    border-color: #ffffff;
    background-color: #eeeeee;
    padding: 5px;
    font-weight: bold;
}

.red7-details-div-spec {
    display: inline-block;
    width: 55px;
    border-style: solid;
    border-weight: 1px;
    border-color: #ffffff;
    background-color: #eeeeee;
    padding: 5px;
    font-weight: bold;
}

.red7-name {
    width: 300px;
    padding: 15px;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

.red7-heart-rate-container {
    width: 300px;
    text-align: center;
}

.red7-heart-rate {
    display: inline-block;
    padding: 5px;
    margin-left: 50px;
    font-weight: bold;
    font-size: 50px;
}

.red7-heart-rate-bpm {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
}

.red7-spec {
    display: inline-block;
    width: 800px;
    background-color: #ffffff;
    border-style: solid;
    border-weight: 1px;
    border-color: #ffffff;
    margin: 10px;
}

.blue {
    color: #0040a1;
}

.pink {
    color: #a1006e;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.div-infobar{
    min-height: 40px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 1px 0px #AAAAAA;
    border: 1px solid #AAAAAA;
    padding: 12px;
    margin-top: 15px;
}

.div-box{
    background-color: #FFFFFF;
    box-shadow: 1px 1px 1px 0px #AAAAAA;
    border: 1px solid #AAAAAA;
    padding: 12px;
    margin-top: 15px;
}
.div-box-info{
    display: inline;
    position: absolute;
    right: 55px;
}

.div-box-info-box{
    display: inline-block;
    padding-right: 40px;
}

.div-box-table{
    box-shadow: 1px 1px 2px 0px #AAAAAA;
    border: 1px solid #AAAAAA;
    padding: 0px;
}
.study-protocol-th{
    background-color: #FFFFFF;
    box-shadow: 1px 1px 2px 0px #AAAAAA;
    border: 0px solid #AAAAAA;
    padding: 15px;
    font-weight: 550;
    margin-top: 3px;
    margin-bottom: 3px;
}
.study-protocol-td{
    background-color: #FFFFFF;
    border-width: 0px;
    padding: 15px;
    height: 30px;
}
.study-protocol-bottom{
    background-color: #FFFFFF;
    box-shadow: -3px -3px 4px 0px #AAAAAA;
    border-width: 0px;
    padding: 25px;
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 20px;
    left: 0px;
}
.progress-bar{
    background-color: #32C5FF;
    border-width: 1px;
    border: 0px solid #000000;
    height: 14px;
    position: fixed;
    bottom: 30px;
    left: 0px;
}
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-70 { font-size: 70px; }
.material-icons.md-red { color: rgba(255, 0, 0, 1.0); }
.material-icons.md-disabled { color: rgba(200, 200, 200, 1.0); }
.material-icons.md-blue { color: #32C5FF; }
.material-icons.md-green { color: #6DD400; }
.material-icons.md-grey { color: #AAAAAA; }
.material-icons.md-green-dark { color: #4F9900; }

input{
    padding: 12px;
    font-size: 16px;
    border-width: 1px;
	background-color: #FFFFFF;
}
input[type=button]{
	box-shadow: 1px 1px 1px 0px #AAAAAA;
	background-color: #2195f3;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	padding: 9px 23px;
	text-decoration: none;
	text-transform: uppercase;
}
input[type=button]:hover{
	box-shadow: 2px 2px 3px 0px #666666;
}
input[type=button]:disabled {
	background-color: darkgrey;
}

input[type=submit]{
	box-shadow: 1px 1px 1px 0px #AAAAAA;
	background-color: #2195f3;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	padding: 9px 23px;
	text-decoration: none;
    /* border-width: 0px; */
}
input[type=submit]:hover{
	box-shadow: 2px 2px 3px 0px #666666;
}
select{
    padding: 12px;
    font-size: 16px;
}

.select_box {
    margin-left: 10px;
    width: 30px;
}

.switch_surrounder {
    display: inline-block;
    border-radius: 3px;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: white;
    margin: 0;
    padding: 0;
}

.switch_surrounder:hover {
    border-color: rgba(0, 0, 0, 0.38);
}

.switch_project {
    border-style: none;
    max-width: 10px;
    vertical-align: top;
    background-color: white;
}

input[type=button].admin_button {
    border-radius: 3px;
    background-color: rgb(255, 37, 37);
}

.help_button {
    position: fixed;
    transform: rotate(-90deg);
    top: 180px;
    right: -25px;
    z-index: 500;
}

#main-dash {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    /*todo: this should mean "scroll"? but then it does not work... */
    /*overflow: scoll;*/
}

#header-dash {
    background-color: #f0f0f0;
    position: absolute;
    top: -75px;
    left: 0px;
    padding: 0px;
    width: 100%;
    height: 60px;
    color: #000000;
    z-index: 500;
    border-bottom-width: 0px;
    border-bottom-color: #444444;
    border-bottom-style: solid;
}


#header-dash-mobile {
    background-color: #f0f0f0;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0px;
    width: 100%;
    height: 110px;
    color: #000000;
    z-index: 500;
    border-bottom-width: 0px;
    border-bottom-color: #444444;
    border-bottom-style: solid;
}

#project_name {
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
    background-color: #e7e7e7;
    color: #000000;
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}

#prj-list-view {
    display: block;
    position: relative;
    width: 100%;
    background-color: white;
    color: #000000;
    font-size: 50px;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 10px;
}

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

 /* Style the navigation menu */
 .topnav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 110px;
    z-index: 500;
  }

  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
  }

  /* Style navigation menu links */
  .topnav a {
    color: black;
    padding: 14px 30px;
    text-decoration: none;
    font-size: 63px;
    display: block;
  }

  /* Style the hamburger menu */
  .topnav a.icon {
    background: white;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    height:82px
  }

  /* Add a grey background color on mouse-over */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }

  /* Style the active link (or home/logo) */
  .active {
    background-color: #04AA6D;
    color: white;
  }

.person-container-dark{
    display: inline-block;
    border-style: solid;
    border-color: #2196f3;
    background-color: #263238;
    color: #bdbdbd;
    font-family: 'Fjalla One', sans-serif;
    font-size: 25px;
    text-align: center;
}

.person-container-dark table tr td{
    background-color: #263238;
    padding: 1px;
    border-width: 0px;
}

.person-container-dark table{
    margin: 10px;
}

.spo2-dark{
    color: #87e1e3;
}

.rr-dark{
    color: #f4e949;
}

.hr-dark{
    color: #5fc01b;
}

.temp-dark{
    color: #e59a58;
}

.pi-dark{
    color: #bdbdbd;
}

.q-dark{
    color: #bdbdbd;
}


.component{
    position: relative;
    top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 50px;
    left: -10px; 
    width: 97.3%
}

.component-mobile{
    position: absolute;
    top: 120px;
    margin-bottom: 50px;
    width: 94%;
    padding-left: 20px;
}

.graphdiv2{
    height: 250px;
    width: 75%;
    background-color: #FFFFFF;
}

.graphdiv{
    height: 150px;
    width: 100%;
    background-color: #FFFFFF;
}

.squared{
    width: 265px;
    height: 265px;
    margin: 7px;
    border-width: 3px;
    padding: 5px;
}

.squared table{
    margin: 10px;
}

.rows{
    width: 337px;
    height: 98px;
    margin: 6px;
    border-width: 2px;
    padding: 0px;
}

.rows table{
    margin: 0px;
    margin-left: 10px;
}

.even{
    background-color: #ebf1f5;
}


.p-container-view {
    height: 400px;
    border-radius: 5px;
    padding: 10px;
    border-style: solid;
    background-color: #FFFFFF;
    border: 2px solid #2196f3;
    color: #263238;
    font-family: 'Fjalla One', sans-serif;
    font-size: 25px;
    text-align: center;
}

.p-container {
    display: grid;
    grid-template-columns: 1fr;
}

.grid-container-view1 {
    height: 280px;
    padding: 5px;
    font-size: 100px;
    font-weight: bold;
    text-align: left;
    background-color: #FFFFFF;
    color: #263238;
    font-family: 'Fjalla One', sans-serif;
    grid-row-start: 1;
    grid-row-end: 3;
}

.grid_subview_1 {
    padding: 5px;
    font-size: 70px;
    font-weight: bold;
    text-align: left;
    background-color: #FFFFFF;
    color: #263238;
    font-family: 'Fjalla One', sans-serif;
}

.grid_subview_2 {
    padding: 5px;
    font-size: 60px;
    font-weight: bold;
    text-align: left;
    background-color: #FFFFFF;
    color: #263238;
    font-family: 'Fjalla One', sans-serif;
    white-space: pre;
}

.grid-container-view2 {
    height: 200px;
    padding: 5px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    background-color: #FFFFFF;
    color: #263238;
    font-family: 'Fjalla One', sans-serif;
}

.btn-container-view {
    height: 100px;
    padding: 2px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    background-color: #FFFFFF;
    color: #263238;
    font-family: 'Fjalla One', sans-serif;
    grid-column-start: 1;
    grid-column-end: 5;
}


.grid_view_btn {
    display: inline-block;
    width: 49%;
    font-size: 57px;
}

.num_vitals {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
  }

.unit_vitals {
    position: absolute;
    left: 50%;
    top: 75%;
    font-size: 40px;
    transform: translate(-50%, -50%);
    }

.v-container-view {
    height: 200px;
    padding: 5px;
    font-size: 80px;
    position: relative;
    font-weight: bold;
    text-align: center;
    background-color: #FFFFFF;
    color: #263238;
    font-family: 'Fjalla One', sans-serif;
}

.v-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    border-radius: 5px;
    padding: 10px;
    border-style: solid;
    background-color: #FFFFFF;
    border: 2px solid #2196f3;
    color: #263238;
    font-family: 'Fjalla One', sans-serif;
    font-size: 50px;
    text-align: center;
    row-gap: 10px;

}

.login-container{
    margin-top: 100px;
}

.alert {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 300;
    padding: 25px;
    border-radius: 10px;
    font-size: 3rem;
    margin-bottom: 16px;
    border-width: 3px;
    border-style: solid;
  }

  .alert-start {
    border-color: rgb(12, 139, 0);
    background-color: rgb(51, 255, 0);
    color: black;
  }

  .alert-stop {
    border-color: rgba(255, 0, 0, 0.404);
    background-color: rgb(255, 0, 0);
    color: black;
  }


.person-container{
    display: inline-block;
    border-style: solid;
    border-color: #2196f3;
    background-color: #FFFFFF;
    color: #263238;
    font-family: 'Fjalla One', sans-serif;
    font-size: 25px;
    text-align: center;
}

.person-container table tr td{
    background-color: #FFFFFF;
    padding: 1px;
    border-width: 0px;
}

.spo2{
    color: #263238;
}

.rr{
    color: #263238;
}

.hr{
    color: #263238;
}

.temp{
    color: #263238;
}

.pi{
    color: #263238;
}

.q{
    color: #263238;
}



.vital-container-rows {
    padding: 5px;
    width: 55px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.vital-container {
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    width: 53px;
    font-size: 30px;
    font-weight: bold;
}


.unit-container {
    display: inline-block;
    font-size: 10px;
}

.vital-indicator {
    font-size: 35px;
}

.calendar_td{
    background-color: #FFFFFF;
    padding: 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: default;
}

.calendar_td_large{
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    padding: 8px;
    width: 200px;
    height: 200px;
    text-align: left;
    vertical-align: top;
    cursor: default;
}

.calendar_td_large_2{
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    padding: 5px;
    width: 250px;
    height: 30px;
    text-align: center;
    cursor: default;
}

.calendar_link{
    padding-top: 4px;
    width: 24px;
    height: 24px;
    text-align: center;
    border: 1px solid white;
    cursor: default;
}

.calendar_link:hover{
    border-color: #2196f3;
}



/* ############### NEW DASH DESIGN ################# */

/* whole vital card for one patient */

.card, .card_spa {
    /*display: inline-block;*/
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: 408px;
    /*border: 0px solid grey;*/
    overflow: hidden;
    background: #FFFFFF;
    padding: 0;
    margin: 10px;
    box-shadow:
            0 1px 1px 0 rgba(0,0,0,0.14),
            0 2px 1px -1px rgba(0,0,0,0.12),
            0 1px 3px 0 rgba(0,0,0,0.20);
}

.card {
    height: 120px; 
}

.card_spa {
    height: 155px;
}

/* status div about sensor, battery, time */

.status {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    /* 16 + 112 + 8 */
    width: 112px;
    /* 12 + 96 + 12 */
    height: 96px;
    margin: 12px 8px 12px 16px;
    padding: 0;
}

.patient_id {
    /* 24 * 0.0625 */
    font-size: 24px;
    color: rgba(0, 0, 0, 0.38);
    letter-spacing: 0;
    height: 28px;
    /*padding-bottom: 2px;*/
    margin-bottom: 10px;
}

.status_table, .status_table_spa {
    table-layout: fixed;
    width: 112px;
    margin: 0;
    padding: 0;
    background-color: inherit;
}

.status_table {
    top: 0;
}

.status_table_spa {
    position: relative;
    top: 35px;
}

.status_table td, .status_table_spa td  {
    margin: 0;
    padding: 0;
}
.status_table tr, .status_table_spa tr  {
    margin: 0;
    padding: 0;
    border-width: 0px;
}
.status_table tr:hover, .status_table_spa tr:hover {
    background-color: unset;
}
/* .status_table tr:nth-child(2n-1) {
    background-color: #FFF;
} */

.status_tr {
    table-layout: fixed;
    height: 16px;
    border-width: 0px;
}

.status_td_ic {
    table-layout: fixed;
    width: 16px;
    margin: 0;
    padding: 0;
}
.img_ic {
    height: 13.33px;
    width: 13.33px;
    opacity: 0.38;
}
.status_td_val {
    width: 96px;
    margin-bottom: 4px;
    padding: 3px;
    font-size: 12px;
    /* 60 in hex is 0.87 opacity */
    color: #00000060;
    letter-spacing: 0.4px;
    text-align: left;
    line-height: 16px;
    font-weight: 400;
}

.status_a {
    color: #00000060;
}

.receiver_assigned {
    position: absolute;
    right: 14px;
    text-align: right;
    top: 6px;
    font-weight: bold;
    color: #00000060;
    background: #FFFFFF;
    display: inline-block;
}

.live_data_status {
    position: absolute;
    right: 28px;
    top: 7px;
    height: 13.33px;
    width: 13.33px;
    background: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* score div */
.score_div, .score_div_spa {
    box-sizing: border-box;
    position: absolute;
    left: 136px;
    width: 48px;
    background: rgba(109, 212, 0, 0.38);
    text-align: center;
}

.score_div {
    height: 121px; 
}

.score_div_spa {
    height: 156px; 
}

.score_value, .score_value_spa {
    position: absolute;
    left: 14.5px;
    font-size: 34px;
    color: rgba(255,255,255,0.87);
    letter-spacing: 0.25px;
    text-align: center;
    font-weight: 400;
}

.score_value {
    top: 40px; 
}

.score_value_spa {
    top: 60px; 
}

.score_label, .score_label_spa {
    position: absolute;
    left: 14.5px;
    font-size: 8px;
    color: rgba(0,0,0,0.60);
    letter-spacing: 0.27px;
    text-align: center;
    line-height: 16px;
    font-weight: 400;
}

.score_label {
    top: 96px; 
}

.score_label_spa {
    top: 128px; 
}

/* vitals div */

.person_label_div{
    height: 15px;
    width: 200px;
    text-align: left;
    padding: 5px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 18px;
    color: rgba(0,0,0,0.60);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2196F3;
}

.vitals_div, .vitals_div_spa {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    /* 4 + 3*72 + 4 */
    width: 216px;  
    margin: 4px;
    text-align: center;
}

.vitals_div {
    /* 4 + 2*56 + 4  */
    height: 112px; 
}

.vitals_div_spa {
    height: 155px; 
}

.vitals_table {
    background-color: inherit;
    margin: 0;
    padding: 0;
}
.vitals_table td {
    text-align: center;
}
.vitals_table tr {
    border-width: 0px;
}
.vitals_table tr:hover {
    /* disable hover effect */
    background-color: unset;
}
.vitals_td {
    width: 72px;
    height: 56px;
    padding: 0;
}

.vitals_value {
    font-size: 24px;
    color: rgba(0,0,0,0.38);
    text-align: center;
    font-weight: 400;
}

.vitals_label {
    font-size: 8px;
    color: rgba(0,0,0,0.38);
    letter-spacing: 0.27px;
    text-align: center;
    line-height: 16px;
    font-weight: 400;
}


/* impedance card */

.card_ceegrid{
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: 256px;
    height: 120px;
    overflow: hidden;
    background: #FFFFFF;
    padding: 0;
    margin: 10px;
    box-shadow:
            0 1px 1px 0 rgba(0,0,0,0.14),
            0 2px 1px -1px rgba(0,0,0,0.12),
            0 1px 3px 0 rgba(0,0,0,0.20);
}

.impedance_div {
    box-sizing: border-box;
    position: absolute;
    left: 136px;
    width: 121px;
    height: 121px;
    background: rgba(109, 212, 0, 0.38);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
}

.impedance_status_div {
    position: relative;
}

.impedance_label{
    position: relative;
    align-content: center;
    font-size: 16px;
    color: rgb(50, 50, 50);
    letter-spacing: 0.27px;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
    text-decoration: underline #00000061;
}

.impedance_label:focus{
    color: rgb(50, 50, 50);
    text-decoration: underline rgba(255, 255, 255, 0.38);
    background-color: rgba(0, 0, 0, 0.1);
}

.impedance_label:hover{
    color: rgb(50, 50, 50);
    text-decoration: underline rgba(255, 255, 255, 0.38);
}

/* ************************ sidebar ************************ */
/* general */ 
#sidebar_div {
    width: 0;
    /* text */
    font-family: 'Roboto';
    font-style: normal;
    color: rgba(0, 0, 0, 0.87);
}

#sidebar_div #sidebar_div_top {
    position: absolute;
    right: 50px;
    top: 75px;
    width: inherit;
    height: 130px;
    transition: 0.3s;
    overflow-x: hidden;
    box-shadow:
            0 1px 1px 0 rgba(0,0,0,0.14),
            0 2px 1px -1px rgba(0,0,0,0.12),
            0 1px 3px 0 rgba(0,0,0,0.20);   
    background: #FFFFFF;
}

#sidebar_div #sidebar_div_page {
    position: absolute;
    right: 50px;
    top: 174px;
    width: inherit;
    height: 671px;
    background: #FFFFFF;
    transition: 0.3s;
    overflow-x: hidden;
    box-shadow:
            0 1px 1px 0 rgba(0,0,0,0.14),
            0 2px 1px -1px rgba(0,0,0,0.12),
            0 1px 3px 0 rgba(0,0,0,0.20);    
}

.sidebar_header {
    position: absolute;
    width: 608px;
    height: 56px;
    left: 0px;
    top: 0px;
    background: #2196F3;
}

#sb_person_icon {
    position: absolute;
    height: 16px;
    width: 16px;
    top: 15px;
    left: 15px;
    color:#FFFFFF;
}

#sb_close_icon {
    position: absolute;
    right: 15px;
    top: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

#sb_person_hash {
    position: absolute;
    width: 450px;
    height: 40px;
    left: 60px;
    top: 15px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;    
    color:#FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* tabs */
.sb_tabs {
    /* text */
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    cursor: pointer;
}

.sb_tabs span {
    position:absolute;
    top: 13px;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

#sb_tab1 {
    position: absolute;
    height: 40px;
    left: 0px;
    top: 56px;
    background: rgba(26, 117, 210, 0.08);
    border-bottom: 2px solid #2196F3;
    /* 4 tabs */
    /* width: 151px; */
    /* 3 tabs */
    width: 202px;
}

#sb_tab2 {
    position: absolute;
    height: 40px;
    top: 56px;
    background: #FFFFFF; 
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    /* 4 tabs */
    /* width: 151px; */
    /* left: 151px; */
    width: 202px;
    left: 202px;
}

#sb_tab3 {
    position: absolute;
    height: 40px;
    top: 56px;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    /* 4 tabs */
    /* width: 151px; */
    /* left: 302px; */
    width: 204px;
    left: 403px;
}

/* #sb_tab4 {
    position: absolute;
    width: 153px;
    height: 48px;
    left: 453px;
    top: 72px;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
} */

/* pages */
.sb_page {
    position: absolute;
    width: 608px;
    height: 671px;
    /* height: 105%; */
    /* top: 122px; */
    top: 0px;
    background: #FFFFFF;
}

.sb_page_heading {
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    left: 16px;
    top: 15px;
}

/* page 1 */
#sb_page1_ppg_med_background {
    position: absolute;
    width: 574px;
    height: 116px; 
    left: 16px;
    top: 40px;
    background: rgba(26, 117, 210, 0.12);
}

#sb_page1_ppg_med2_container_back {
    position: absolute;
    width: 0px;
    height: 116px; 
    left: 16px;
    top: 40px;
    background: rgba(26, 117, 210, 0.12);
    transition: 10s linear;
    overflow: hidden;
}

#sb_page1_ppg_med {
    position: absolute;
    width: 574px;
    height: 116px; 
    left: 16px;
    top: 40px;
    /* background: rgba(26, 117, 210, 0.12); */
    background: transparent;
    /* z-index: -0; */
}

#sb_page1_ppg_med2 {
    position: absolute;
    width: 574px;
    height: 116px; 
    left: 0px;
    top: 0px;
    /* background: rgba(26, 117, 210, 0.12); */
    background: transparent;
    z-index: 500;
}

#sb_page1_ppg_med2_container {
    position: absolute;
    width: 0px;
    height: 116px; 
    left: 16px;
    top: 40px;
    transition: 10s linear;
    overflow: hidden;
}

#sb_page1_ppg_med2_container_white {
    position: absolute;
    width: 0px;
    height: 116px; 
    left: 16px;
    top: 40px;
    background: white;
    transition: 10s linear;
    overflow: hidden;
}

#sb_page1_ppg_med_bar {
    position: absolute;
    width: 16px;
    height: 116px;
    right: 0px;
    background: #E4EEFA;
    border-left: 2px solid #2196F3;
    z-index: 9999;
}

.no_transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.sb_page1_ppg_med_grid {
    position: absolute;
    width: 114px;
    height: 0px;    
    top: 57px;
    border: 1px solid #FFFFFF;
    transform: rotate(90deg);
    background: rgba(26, 117, 210, 0.12);
}

.sb_page1_axis_left {
    position: absolute;
    width: 2.5px;
    height: 7px;
    border-left: 1px solid rgba(0, 0, 0, 0.38);
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);    
}

.sb_page1_axis_right {
    position: absolute;
    width: 2.5px;
    height: 7px;
    border-right: 1px solid rgba(0, 0, 0, 0.38);
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);    
}

.sb_page1_axis_label {
    position: absolute;
    width: 50px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.38);
}

/* vitals */
.sb_page1_vitals {
    position: absolute;
    width: 144px;
    height: 56px;
    left: 407px;
    /* background: #E02020; */
}

.sb_page1_trends {
    position: absolute;
    /* width: 389px; */
    width: 376px;
    height: 56px;
    left: 16px;
    /* background: #E3F2FD; */
}

.trend_divider {
    position: absolute;
    width: 56px;
    height: 0px;
    border: 1px solid #FFFFFF;
    transform: rotate(90deg);
}

.trend_bar_q_good {
    position: absolute;
    width: 27px;
    height: 8px;    
    /* background: #2196F3; */
}

.trend_bar_q_bad {
    box-sizing: border-box;
    position: absolute;
    width: 27px;
    height: 8px;
    /* border: 1px solid #2196F3; */
}

.trend_now_highlight {
    position: absolute;
    width: 27px;
    height: 56px;
    right: 0px;
    top: 0px;
    /* background: rgba(26, 117, 210, 0.16); */
}

.trend_placeholder {
    position: absolute;
    width: 28px;
    height: 56px;
    top: 0px;
    /* background: red; */
}

.trend_threshold_divider {
    position: absolute;
    width: 372px;
    height: 0px;
    left: 1px;
    border: 1px dashed rgba(33, 150, 243, 0.38);
}

.trend_threshold {
    position: absolute;
    width: 33px;
    height: 16px;
    left: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    /* color: rgba(255, 255, 255, 0.6); */
}

.sb_current_vital {
    position: absolute;
    width: 91px;
    height: 36px;
    right: 16px;
    top: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    align-items: center;
    text-align: right;
    letter-spacing: 0.25px;
    /* color: #FFFFFF; */
}

.sb_current_vital_icon {
    position: absolute;
    left: 35px;
    top: 23px;
}

.sb_current_vital_unit {
    position: absolute;
    width: 99px;
    height: 16px;
    right: 8px;
    top: 2px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    text-align: right;
    letter-spacing: 0.4px;
    /* color: rgba(255, 255, 255, 0.6); */
}

.sb_page1_quality {
    position: absolute;
    left: 551px;
    width: 40px;
    height: 56px;
    /* background: #FA6400; */
}

.q_bar_back {
    position: absolute;
    width: 2px;
    height: 56px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.12);
}

.q_bar_front {
    position: absolute;
    width: 2px;
    /* height: 10px; */
    bottom: 0px;
    left: 0px;
    background-color: #2196F3;
}

.q_bar {
    position: absolute;
    width: 56px;
    top: 26px;
    /* height: 4px; */
    height: 6px;
    left: -26px;
    transform: rotate(-90deg);
    accent-color: #2196F3;    
}


.q_indicator {
    position: absolute;
    width: 38px;
    height: 16px;
    left: 2px;
    bottom: 38px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.4px;
    /* color: rgba(255, 255, 255, 0.6); */
}

.q_value {
    position: absolute;
    width: 38px;
    height: 28px;
    left: 3px;
    bottom: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;
    /* color: #FFFFFF; */
}


/* recorder */
.sb_page1_divider {
    position: absolute;
    bottom: 80px;
    background: #000000;
    height: 1px;
    width: 100%;
    opacity: 0.12;
}

.sb_page1_vertical_divider {
    position: absolute;
    bottom: 4px;
    right: 90px;
    width: 2px;
    height: 85px;
    background: rgba(0, 0, 0, 0.12);
}

#sb_page1_rec_button_start, #sb_page1_rec_button_stop, #sb_page1_rec_button_progress {
    position: absolute;
    width: 56px;
    height: 56px;
    /* left: 534px; */
    left: 440px;
    bottom: 18px;
    background: #2196F3;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 
                0px 1px 10px rgba(0, 0, 0, 0.12), 
                0px 2px 4px -1px rgba(0, 0, 0, 0.2);
    
    border-radius: 50%;
    border-width: 0px;	
}

#sb_page1_rec_button_start:hover, #sb_page1_rec_button_stop:hover, #sb_page1_rec_button_progress:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#sb_page1_rec_start_icon, #sb_page1_rec_stop_icon {
    position: absolute;
    font-size: 45px;
    top: 6px;
    left: 6px;
    color: #FFFFFF;
    border-radius: 0px;    
}

#sb_page1_rec_heading {
    position: absolute;
    left: 16px;
    bottom: 42px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
}

#sb_page1_rec_state {
    position: absolute;
    left: 16px;
    bottom: 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}

#sb_rec_timer {
    position: absolute;
    /* left: 420px; */
    left: 326px;
    bottom: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    color: rgba(0, 0, 0, 0.38);

    padding: 10px 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

#sb_page1_timeline_button {
    position: absolute;
    bottom: 25px;
    right: 21px;
    width: 50px;
    height: 40px;
    background: #2196F3;
    padding: 10px 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    color: #FFFFFF;	
}

/* bar indicator */
#sb_page1_rec_progress_indicator {
    position: absolute;
    height: 4px;
    bottom: 0px;
    width: 100%;        
    background: #2196F3;
    mix-blend-mode: normal;
    opacity: 0.24; 
}

/* circle indicator */
#sb_page1_rec_progress_icon {
    animation: rotate 2s linear infinite;
    position:absolute;
    width: 60px;
    height: 60px;
    left: 10px;
    top: 10px;
}
      
#progress_bar_path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: white;
    cx: 18; 
    cy: 18;
    r: 15;
    fill: none;
    stroke-width: 3;
    stroke-miterlimit: 10;
}

/* page 2 */
.sb_divider_page2 {
    position: relative;
    top: 70px;
    background: #000000;
    height: 1px;
    width: 100%;
    opacity: 0.12;
}

.sb_page2_heading2 {
    position: relative;
    left: 16px;
    top: 80px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.sb_page2_obs {
    position: relative;
    left: 0px;
    top: 90px;
    width: 100%;    
    height: 105%;
    background: #FFFFFF;
}

.sb_page2_list {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    left: 16px;
    top: 10px;
}

.sb_page2_list_desc {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
    left: 16px;
    top: 40px;
}

/* page 2 + 3 */
.sb_button_blue {
    position: relative;
    width: 120px;
    height: 36px;
    left: 460px;
    top: 50px;
    background: #2196F3;
    padding: 10px 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;

    /* text */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.sb_button_white {
    position: relative;
    width: 120px;
    height: 36px;
    left: 200px;
    top: 50px;
    background-color: #FFFFFF;
    padding: 10px 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;

    /* text */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #2196F3;
}

.sb_page_list_elem {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    left: 16px;
    top: 50px;
}

.sb_page_list_elem_desc {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
    left: 16px;
    top: 50px;
    padding-bottom: 15px;
}

.sb_page_list_2elem_small {
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
    right: 20px;
    top: 110px;
}

/* page 3 */

.sb_page3_heading2 {
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    left: 16px;
    top: 485px;
}

.sb_page3_other_devices {
    position: absolute;
    left: 0px;
    top: 520px;
    width: 100%;    
    height: 105%;
    background: #FFFFFF;
}

.sb_page3_list {
    position: absolute;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    left: 16px;
    top: 10px;
    /* color: black; */
}

.sb_page3_list_desc {
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
    left: 16px;
    top: 40px;
}

.sb_page3_list_subheading {
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    left: 16px;
    top: 10px;
}


/* ************************ */

.PersonAdditionals-grid {
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-template-areas:
    "form_title ."
    "form_fields form_table";
}

.form_title {
    grid-area: form_title;
}

.form_fields {
    grid-area: form_fields;
}

.form_table {
    grid-area: form_table;
}

.observation_comment {
     overflow:auto;
     resize:none;
     width:250px;
     height:40px;
}

.observation_device_select{
     width: 250px;
}

.observation_device_select:focus{
    min-width: 150px;
    width: auto;
}

.observation_time_select{
    width:200px;
}

.observation_bp_value_2{
    display: none;
}

.ui-datepicker-trigger {
    position:relative;
    left:3px;
    height:30px;
    top: 1px;
}

button {
    cursor: pointer;
    border-width: 1px;
    box-shadow: 1px 1px 1px 0px #AAAAAA;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	padding: 9px 23px;
	text-decoration: none;
	text-transform: uppercase;
}

button:hover, #sb_page1_timeline_button:hover {
	box-shadow: 2px 2px 3px 0px #666666;
}

button:disabled, #sb_page1_timeline_button:disabled {
	background-color: darkgrey;
}

.transparent_background {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(80, 80, 80, 0.5);
    z-index: 200;
}

.config_checkbox {
    height: 25px;
    width: 25px;
}

.overlay-box{
    background-color: #FFFFFF;
    box-shadow: 3px 3px 3px 0px #555555;
    border: 1px solid #555555;
    padding: 0px;
    margin-top: 15px;
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    z-index: 250;
    }


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block; 
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
  
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* receiver/devices overview -> update buttons, release popup */

.button_new_release {
    position:relative;
    color: #ffffff;
    font-size: 13px;
    padding: 10px;
    padding-left: 35px;
    width:145px;
}

.button_new_release .material-symbols-outlined {
    position: absolute;
    left: -60%;
    right: 12.5%;
    top: 15.5%;
    bottom: 12.5%;
    font-size: 25px;
}

.update_popup {
    position: fixed;
    box-shadow: 3px 3px 3px 0px #555555;
    margin-top: 10px;
    border: 1px solid #000000;
    width: 520px;
    height: 530px;
    left: 431px;
    top: 195px;
    background: #FFFFFF;
    z-index: 250;
}

.update_popup .head {
    position: absolute;
    width: 520px;
    height: 55px;
    left: 0px;
    top: 0px;
    line-height: 20px;
    color: #ffffff;
    font-size: 20px;        
}

.update_popup .head p {
    padding-left:35px;       
}

.update_popup table {        
    top: 40px;
    width: 88%;
    position: absolute;
    left: 30px;
    font-size: 15px;    
    border-collapse: separate; 
    border-spacing: 0 15px;              
}

.update_popup table tr {
    background: #D9D9D9;
    line-height: 1;
}

.button_update {
    position: absolute;
    width: 85px;
    height: 38px;
    left: 400px;
    top: 470px;
    color: #ffffff;
    padding: 9px;
}

.button_dismiss {
    position: absolute;
    width: 85px;
    height: 38px;
    left: 280px;
    top: 470px;
    background-color: #FFFFFF;
    padding: 9px;
}

/* progress bar circular */
.progress_bar {
    animation: rotate 2s linear infinite;
    /* position: relative; */
    position:absolute;
    height: 24px;
    width: 24px;
    /* background-color: #000000; */
    left: 5px;
    top: 5px;
}
      
.progress_bar_path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: white;
    cx: 12; 
    cy: 12;
    r: 9;
    fill: none;
    stroke-width: 2;
    stroke-miterlimit: 10;
}
   
@keyframes dash{
    0%{
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

.circular_indicator {
    animation: rotate 2s linear infinite;
    position: relative;
    height: 50px;
    width: 50px;
    /* background-color: #000000; */
}
   
.circular_indicator_path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #2195f3;
    cx: 25; 
    cy: 25;
    r: 18;
    fill: none;
    stroke-width: 5;
    stroke-miterlimit: 10;
}

.circular_indicator_small {
    animation: rotate 2s linear infinite;
    position: relative;
    height: 20px;
    width: 20px;
    /* background-color: #000000; */
}
   
.circular_indicator_path_small {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #2195f3;
    cx: 10; 
    cy: 10;
    r: 8;
    fill: none;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.dot-35 {
  height: 35px;
  width: 35px;
  background-color: #D9D9D9;
  border-radius: 50%;
  display: inline-block;
}

.line {
  height: 2px;
  width: 35px;
  margin-bottom: 17px;
  background-color: #000;
  display: inline-block;
}

.obs-box-valid {
  width: 100%;
  height: 50px;
  padding: 0px;
  background: rgba(56, 244, 26, 0.38);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(56, 244, 26, 0.48);
}

.obs-box-invalid {
  width: 100%;
  height: 50px;
  padding: 0px;
  background: rgba(146, 146, 146, 0.12);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(146, 146, 146, 0.22);
}

/* tfd: time_frame_data_plots */

.tfd_trends_back {
    position: relative;
    /* left: 16px; */
    /* width: 389px; */
    /* width: 376px; */
    height: 100px;
    border-width: 0px;
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #E3F2FD;
    display: inline-block;
    padding: 0px;
}

.tfd_trends_label {
    position: absolute;
    height: 15px;
    width: 100px;
    transform: rotate(-90deg);
    text-align: center;
    font-size: 12px;
}

.tfd_trend_divider {
    position: absolute;
    width: 2px;
    height: 100px;
    border-width: 0px;
    background-color: #FFFFFF;
}

.tfd_grid_line {
    position: absolute;
    height: 0px; 
    border-top: 2px dotted rgba(255, 255, 255, .75);
}

.tfd_grid_number {
    position: absolute;
    height: 12px;
    width: 30px;
    text-align: right;
    font-size: 12px;
}

.tfd_threshold_line {
    position: absolute;
    height: 0px;
    border-top: 2px dotted #2196F3;
}

.tfd_threshold_number {
    position: absolute;
    height: 12px;
    width: 30px;
    text-align: left;
    font-size: 12px;
    color: #2196F3;
}

.tfd_mouseover_value_box {
    position: absolute;
    top: 3px;
    right: 5px;
    height: 16px;
    padding: 2px;
    text-align: right;
    font-size: 12px;
    color: #000000;
    background-color: rgba(255, 255, 255, .75);
    display: none;
}

.tfd_trend_box {
    position: absolute;
    width: 28px;
    height: 8px; 
    border-width: 0px;   
    background: #2196F3;
    /* background-color: rgba(37, 149, 190, .85); */
}

.tfd_trend_boxplot {
    position: absolute;
    width: 26px;
    height: 8px;
    border: 1px solid #2196F3;
    /* background-color: rgba(37, 149, 190, .75); */
}

.tfd_mouseover {
    position: absolute;
    width: 28px;
    height: 100px; 
    border-width: 0px;  
    cursor: zoom-in;  
    /* background: red; */
}

.tfd_time_labels {
    position: absolute;
    height: 14px;
    width: 40px;
    text-align: left;
    font-size: 12px;
    color: #000000;
}

.tfd_date_change {
    position: absolute;
    height: 100px;
    width: 0px;
    border-left: 2px solid rgba(200, 200, 200, .75);
}

.button_symbol {
    position: relative;
    height: 38px;
	box-shadow: 1px 1px 1px 0px #AAAAAA;
	background-color: #2195f3;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	padding: 9px 23px;
}

.red {
	background-color: rgb(255, 37, 37);
    }

.button_symbol_disabled {
    position: relative;
    height: 38px;
	box-shadow: 1px 1px 1px 0px #AAAAAA;
	background-color: rgb(0, 0, 0, 0.25);
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	padding: 9px 23px;
}

.button_symbol_disabled:hover{
	box-shadow: 1px 1px 1px 0px #AAAAAA;
}

/* *************************************
 * device_monitor */

.dm_cotainer {
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    padding: 10px;
    margin-bottom: 15px;
    width: 805px;
    height: 150px;
}

.dm_ppg {
    border: 0px solid #000000;
    position: relative;
    width: 505px;
    height: 110px; 
    left: 0px;
    top: 10px;
    background: rgba(26, 117, 210, 0.12);
}

.dm_q_indicator {
    position: relative;
    width: 38px;
    height: 16px;
    left: 2px;
    top: 2px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.4px;
    /* color: rgba(255, 255, 255, 0.6); */
}

.dm_q_value {
    position: relative;
    width: 40px;
    height: 28px;
    top: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;
    /* color: #FFFFFF; */
}

.dm_current_vital {
    position: absolute;
    width: 60px;
    height: 36px;
    text-align: center;
    top: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    align-items: center;
    letter-spacing: 0.25px;
    /* color: #FFFFFF; */
}

.dm_ppg_bar {
    position: absolute;
    width: 16px;
    height: 109px;
    top: 1px;
    right: 0px;
    background: #E4EEFA;
    border-left: 2px solid #2196F3;
    z-index: 600;
}

/*
.dm_sb_page1_ppg_med2_container_back {
    background: rgba(26, 117, 210, 0.12);
    transition: 10s linear;
    overflow: hidden;
}
* */


/* *************************************
 * pdfs */

.pdf_body, .pdf_head, .pdf_footer {
    background-color: white;
    font-size: 10px;
}

.pdf_logo {
    float:left;
    width: 170px;
    height: 30px;
}

.pdf_table {
    font-size: 8px;
    width: 100%;
}

.pdf_sensor_icon {
    width: 10px; 
    height: 10px;
}


/* qr code scanner */
.qr_scanner {
    position: absolute;
    top: 40%;
    left: 40%; 
    display: none;
    width: 400px;
    min-height: 400px;
    /* "transparent background" z-index = 200 */
    z-index: 300;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 2px 2px 2px 0px #AAAAAA;
}

#banner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 64px;
    background: #D1E4FF;
    display: flex;
    align-items: center;
    z-index: 1000;
}

#banner_msg {
    display: flex; 
    align-items: center; 
    gap: 4px; 
    padding-left: 20px;
}

#banner_msg b {
    font-weight: 500;
}

#banner_msg strong {
    font-weight: 500;
}

.caution_dev_domain {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2000;
    background-color: rgba(255, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.6);
    padding: 5px;
    font-family: sans-serif;
    font-size:16px;
    font-weight: bold;
}


.eifu_1 {
    font-family: Roboto; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 24px; 
    text-align: left; 
    margin-top: 20px;
}

.eifu_2 {
    font-family: Roboto; 
    font-size: 16px; 
    font-weight: 600; 
    line-height: 24px; 
    text-align: left; 
    margin-top: 20px;
}

/* public questionnaire */

.lang_button {
    width: 80px; 
    height: 50px
}

.max_width {
    width: 100%;
}

.min_width {
    width: 50%;
}