/* CSS Document */
	.circles-text{
	  	font-weight: bold;
	}
	.avatar_circle {
	  	border-radius: 50%;
		width: 50px;
		height: 50px;
	}
	.avatar {
	  	border-radius: 7px;
		width: 45px;
		height: 45px;
		margin-left: 5px;
		margin-top: 5px;
		object-fit: cover;
	}
	.tlcontent{
		/*border-top: solid thin rgba(0,0,0,0.10);*/
		margin-top: 5px;
		width: 100%;
		/*border-bottom: solid thin rgba(0,0,0,0.10);*/
		/*background: rgba(0,0,0,0.10);*/
	}
	.cardo{
		border-bottom: solid thin rgba(0,0,0,0.10);
		position: relative;
	}
	.cardo .icn{
		float: left;
		margin-left: 10px;
		width: 50px;
	}
	.cardo .title a{color: rgba(0,0,0,0.80);}
	.cardo .title a:hover{color: rgba(0,0,0,0.80);}
	.cardo .title a:active{color: rgba(0,0,0,0.80);}
	.cardo .text{
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 70px;
	}
	.cardo .title{
		margin-bottom: 5px;
	}
	.cardo .content{
		margin-bottom: 5px;
	}
	.cardo .subcontent{
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 5px;
	}
	.cardo .option{
		margin-bottom: 5px;
	}
	.cardo .option .left, .cardo .option .center, .cardo .option .right{
		float: left;
		width: 33%;
		color: rgba(0,0,0,0.40);
		font-weight: bold;
	}
	.cardo-center-cropped {
	  border-radius: 5px;
	  object-fit: cover; /* Do not scale the image */
	  object-position: center; /* Center the image within the element */
	  height: 250px;
	  width: 100%;
	}
	.cardo-box{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 5px;
		padding-bottom: 15px;
		border-bottom: solid thin rgba(0,0,0,0.10);
		overflow: hidden;
		position: relative;
	}

	.cardo-health {
		position: relative;
		background: #fff;
		color: #5b5b5b;
	}
	.cardo-fooddetail{
		padding-bottom: 12px;
		background-color: rgba(0,0,0,0.25);
	}
	.cardo-fooddetail .content .points{
		width: 25%;
		float: left;
		color: rgba(255,255,255,0.70);
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.cardo-action{
		background-color: rgba(0,0,0,0.20);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin: 10px;
	}
	.cardo-action .header{
		background-color: rgba(0,0,0,0.10);
		vertical-align: middle;
		font-size: 16px;
		font-weight: bold;
		color: rgba(255,255,255,0.70);
		padding: 7px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.cardo-action .header .icon-img {
	  	border-radius: 5px;
	  	object-fit: cover; /* Do not scale the image */
	  	object-position: center; /* Center the image within the element */
	  	height: 20px;
	  	width: 20px;
	}
	.cardo-action-health{
		margin-top: 10px;
	}
	.cardo-action .content .points{
		width: 25%;
		float: left;
		color: rgba(255,255,255,0.70);
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.cardo-action .content .points-3{
		width: 33%;
		float: left;
		color: rgba(255,255,255,0.70);
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
  .cardo-action .content .list{
    position: relative;
		padding: 10px 10px 0px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.20);
	}
  .cardo-action .content .list .icon{
    display: block; float: left;
    margin-right: 10px;
    padding-bottom: 10px;
	}
	.cardo-action .content .list .cntl{
    position: absolute;
		top: 15px;
		right: 10px;
	}
  .cardo-action .content .list .icon img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    object-fit: cover;
	}
	.cardo-food{
		background-color: rgba(0,0,0,0.20);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.cardo-food .header{
		background-color: rgba(0,0,0,0.10);
		vertical-align: middle;
		font-size: 16px;
		font-weight: bold;
		color: rgba(255,255,255,0.70);
		padding: 7px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.cardo-food .header .icon-img {
	  	border-radius: 5px;
	  	object-fit: cover; /* Do not scale the image */
	  	object-position: center; /* Center the image within the element */
	  	height: 20px;
	  	width: 20px;
	}
	.cardo-food .content .points{
		width: 25%;
		float: left;
		color: rgba(255,255,255,0.70);
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.fat {
		background: #F39C12 !important;
		border: 1px solid #F39C12 !important;
		color: #fff
	}
	.prot {
		background: #50C1CF !important;
		border: 1px solid #50C1CF !important;
		color: #fff
	}
	.tcab {
		background: #e91e63 !important;
		border: 1px solid #e91e63 !important;
		color: #fff
	}
	.cardo-user{
		padding-bottom: 10px;
		border-bottom: solid thin rgba(0,0,0,0.10);
		position: relative;
	}
	.cardo-user .icn{
		float: left;
		margin-left: 15px;
		width: 50px;
	}
	.cardo-user .title a{color: rgba(0,0,0,0.80);}
	.cardo-user .title a:hover{color: rgba(0,0,0,0.80);}
	.cardo-user .title a:active{color: rgba(0,0,0,0.80);}
	.cardo-user .text{
		margin-top: 5px;
		margin-right: 20px;
		margin-bottom: 10px;
		margin-left: 75px;
	}
	.cardo-center-cropped {
	  object-fit: cover; /* Do not scale the image */
	  object-position: center; /* Center the image within the element */
	  height: 150px;
	  width: 100%;
	}
	.cardo-center-cropped-130 {
	  object-fit: cover; /* Do not scale the image */
	  object-position: center; /* Center the image within the element */
	  height: 130px;
	  width: 100%;
	}
	.cardo-center-cropped-shadow {
	  object-fit: cover; /* Do not scale the image */
	  object-position: center; /* Center the image within the element */
	  height: 200px;
	  width: 100%;
	}
	.cardo-center-cropped-130-shadow {
	  object-fit: cover; /* Do not scale the image */
	  object-position: center; /* Center the image within the element */
	  height: 130px;
	  width: 100%;
	}
	.cardo-health .cardo-herocard-img {
	  display: inline-block;
	  padding: 0px 0px;
	  width: 100%;
	  height: 180px;
	  /*background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0, 0.7) 100%),url('https://hospitan.myhealthgroup.nethttps://file.myhealthgroup.net/public/misc_img/town4.png') scroll no-repeat bottom/cover;*/
	  margin: 0 0 0 0px;	
	}
	.cardo-herocard-box{
	  position: absolute;
	  z-index: 300;
	  width: 100%;	
	  bottom:10px;left:0px;	
	}	

	.cardo-oversub, .cardo-oversub-top, .cardo-oversub-bottom, .cardo-oversub-top-r, .cardo-oversub-bottom-r{
	  position: absolute;
	  z-index: 200;	
	}
	.cardo-oversub-top {top:10px;left:10px;}
	.cardo-oversub-bottom {bottom:20px;left:10px;}

	.cardo-oversub-top-r {top:10px;right:10px;}
	.cardo-oversub-bottom-r {bottom:20px;right:20px;}

	.cardo-subicon {border-radius: 5px;border: solid 1px rgba(255,255,255,0.50);padding: 10px;}

	.cardo-w-f{color: #FFFFFF;text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);}
	.cardo-b-f{color: #000000;text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.8);}
	.cardo-b-nf{color: #000000;}	


	.progress-bar-greyl1 {background: rgba(105, 105, 105, 1);}
	.progress-bar-greyl2 {background: rgba(184, 184, 184, 1);}

	.progress-bar-whitel1 {background: rgba(255, 255, 255, 1);}
	.progress-bar-whitel2 {background: rgba(184, 184, 184, 1);}	

	.f-white{color: #FFFFFF;text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);}	
	.f-black{color: rgba(0,0,0,0.80;}	