@font-face {
    font-family: AvenirNextLTPro;
    src: url(../fonts/avenir-next-bold.ttf);
}
.body{
	width: 100%;
}
.dashboard{
	font-family: AvenirNextLTPro;
	user-select: none;
	line-height: normal;
	color : #4a4a4a;
}
.divLabel{
	font-weight: normal !important;
}
.dashboard .innerDiv{
	margin: 7px 4px;
}
.dashboard .innerDivResponsive{
	margin: 7px 4px;
}
.dashboard > div {
	margin: 5px 4px;
}
.nav{
	height: 100% !important;
}
.buttonViewDashboard {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
	border-radius: 4px;
}
.buttonViewDashboard1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.buttonViewDashboardForApp{
	font-family: AvenirNextLTPro;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
	border-radius: 4px;
}
.buttonViewDashboardForMobile{
	font-family: AvenirNextLTPro;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 8px !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
	border-radius: 4px;
}
.chart-container{
	position: relative;
    margin: auto;
}

label{
	margin : 0;
	padding-top: 10px;
	font-size: 18px;
	color : #4a4a4a;
}
.labelHeight{
	height: 50px !important;
}
.dailyWearerReportDiv{
	background-color: white;
	border-radius: 5px;
    margin: 10px 4px;
}
.dailyWearerReportDivDesktop{
	height: 300px;
}
.backDiv{
	background-color: white;
	border-radius: 5px;
	margin: 10px 0px;
}
.surveyReportDiv{
	font-family: AvenirNextLTProReg;
	height: auto;
	background-color: white;
	border-radius: 5px;
	margin: 10px 4px;	
	color: #306db6;
}
.surveyReportDiv .navDiv{
	height: 45px;
}
svg:not(:root) {
    overflow: initial;
}
svg{
	font-size: 15px;
	font-family: AvenirNextLTProReg;
	color: #4a4a4a;
}

.lineSVG{
	fill:none;
	stroke:#000000;
	stroke-miterlimit:10;
	stroke-dasharray: 200;
	stroke-dashoffset: 200;
	-webkit-animation: draw2 3s linear 0s forwards;
	animation: lineDraw 3s linear 0s forwards;
}
@-webkit-keyframes lineDraw{
to {stroke-dashoffset: 0;}
}
@keyframes lineDraw{
to {stroke-dashoffset: 0;}
}
.periodicButton{
    padding-left: 17px;
    font-size: 15px;
}
.h-100{
	height: 100% !important;
}
.normalFont{
	font-family: AvenirNextLTProReg !important;
}
canvas{
	height : 100%;
	width: 100%;
}
.noPadding{
	padding: 0px 0px 0px 0px;
}
.noPaddingRightDashboard{
	padding-right: 0;
}
.blue{
	color: #306db6;
}
.blueBg{
	background-color: #306db6;
	color: #fff;
}
.bgWhite{
	background-color: #fff;
	color: #4a4a4a;
}
.bgGreen{
	background-color: #5dac81;
	color: #fff;
}
.bgYellow{
	background-color: #ffb11b;
	color: #fff;
}
.bgRed{
	background-color: #e7473c;
	color: #fff;
}
.styleButton{
	font-size: 18px;
}
.surveyButton{
	padding: 10px;
    border-radius: 7px;
	flex-direction: row;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	font-size: 22px;
}

.dailSwayLabel{
	position: relative;
    display: inline-block;
    vertical-align: middle;
}

.dailSwayLow{
	padding: 10px;
    border-radius: 7px;
	flex-direction: row;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	font-size: 11px;
}

.fullHeight{
	height: 100% !important;
}
.bold{
	font-family: AvenirNextLTPro;
	font-weight: 100 !important;
}
.innerDiv{
	background-color: white;
	border-radius: 5px;
    margin: 10px 4px;
	height: 190px;
}
.innerDivResponsive{
	background-color: white;
	border-radius: 5px;
	margin: 10px 4px;
	height: 190px;
}
.innerDivResponsive > div{
	margin: 0 !important;
}
.surveyCard{
	/* padding: 9px; */
	/* cursor: pointer; */
    /* border-radius: 15px; */
	flex-direction: row;
    /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25); */
}
.mainContainer{
	width: 66.66666667%;
}
.innerDiv > div{
	height: 100%;          
}
.innerDiv > div > div{
	height: 55%;
	display: flex;
	align-items: center;
	justify-content: center; 
}
.btnSurvey{
	padding-bottom: 45px;
}
.buttonIndicationContainer{
	height: auto !important;
}
.buttonIndication{
	font-size: 18px;
	padding: 3px 12px;
}
.gauge{
	width: 70%;
	margin: auto;
}
.gauge > svg{
	height: 100%;            
}
.board{
	width: 100%;
	font-size: 18px;
	text-align: center;
}
.arcgraph{
	width: 100%;
	height: 130px;
	position: relative;
	display: inline-block;
}
.gaugeChart{
	height: 212px;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: normal;
    flex-direction: column;
	background-repeat: no-repeat;
	background-image: url(../images/gaugeChart.png);
	background-size: 75%;
	background-position: center;
}

.dashboardDisabledDivForMobile{
	height: 100%;
	padding: 9%;
}
.dashboardDisabledDivForDesktop{
	height: 100%;
	padding: 7%;
}
.dashboardDisabledInnerDiv{
	height: auto !important;
}

.dashboardDisabledMsgForMobile{
	color: red;
	text-align: center;
	font-size: large;
}
.dashboardDisabledMsgForDesktop{
	color: red;
	text-align: center;
	font-size: x-large;
}
.gaugeChartMobile{
	height: 212px;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: normal;
    flex-direction: column;
	background-repeat: no-repeat;
	background-image: url(../images/gaugeChart.png);
	background-size: 75%;
	background-position: center;
}

.posturalSwayGaugeChartForMobile{
	height: 212px;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: normal;
    flex-direction: column;
	background-repeat: no-repeat;
	background-image: url(../images/gaugeChart.png);
	background-size: 45%;
	background-position: center;
}
.posturalSwayGaugeChartForMobileFor8{
	height: 212px;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: normal;
    flex-direction: column;
	background-repeat: no-repeat;
	background-image: url(../images/gaugeChart.png);
	background-size: 45%;
	background-position: center;
}
.posturalSwayGaugeChartForCol12 {
	height: 61% !important;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: normal;
    flex-direction: column;
	background-repeat: no-repeat;
	background-image: url(../images/gaugeChart.png);
	background-size: 26% !important;
	background-position: center;
}

.posturalSwayGaugeChartPointerForCol6 {
	height: 100%;
	width: 8% !important;
	padding-bottom: 50px;
	transform-origin: center bottom;
	transform:rotate(0);  
	transition:all 5s;
	
}
.posturalSwayGaugeChartForCol6 {
	height: 58% !important;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: normal;
    flex-direction: column;
	background-repeat: no-repeat;
	background-image: url(../images/gaugeChart.png);
	background-size: 40% !important;
	background-position: center;
}

.posturalSwayGaugeChartPointerForCol12 {
	height: 100%;
	width: 5% !important;
	padding-bottom: 50px;
	transform-origin: center bottom;
	transform:rotate(0);  
	transition:all 5s;
	
}

.gaugeChartReverse{
	background-image: url(../images/gaugeChartReverse.png);
}
.gaugeChartPointer{
    height: 100%;
	width: 10%;
	padding-bottom: 50px;
	transform-origin: center bottom;
	transform:rotate(0);  
	transition:all 5s;
	/* -webkit-animation: rotation 5s 1 forwards;
	animation: rotation 5s 1 forwards;	 */
}

.confidenceGaugeChartPointer{
	height: 100%;
	width: 10%;
	padding-bottom: 50px;
	transform-origin: center bottom;
	transform:rotate(0);  
	transition:all 5s;
}
.zeroInitialPointer{
	transform:rotate(-80deg); 
}
.lineChart{
	height: 212px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/lineChart.png);
	background-size: 100%;
	justify-content: unset !important;
	background-position: center;
}
.lineChartPointer{
	height: 30%;
	position: relative;
	-webkit-animation: movePointer 5s 1 forwards;
	-webkit-animation-direction: alternate;
	animation: movePointer 5s 1 forwards;
	animation-direction: alternate;
}
.vertical{
    writing-mode:tb-rl;
    transform: rotate(205deg);
   }
.canvas-graph-info{
	position: absolute;
	top: 30%;
	width: 100%;
	font-size: 20px;
	line-height: 17px;
	font-weight: 600;
}
.canvas-graph-info > span {
	padding: 0;
	font-weight: 100;
}
.infoText{
	position: absolute;
	bottom: 11%;
	left: 25%;
}
.imageIndication{
	height: 25px;
	margin-bottom: 10px;
}
.infoContainer{
	display: flex;
    justify-content: flex-end;
}
.information {
	height: 65px;
	width: 100%;
	padding: 2px;
	margin-top: 4px;
    border-radius: 5px;
    background-color: white;
}
.information > img{
	height: 30px;
}
.dataIndication{
	font-size: 20px;
}
.percentIndication{
	font-size: 20px;	
	display: flex !important;
	justify-content: center;
	margin-top: -20px;
}
.circliful{
	height: 210px;
}
.wearerHeader{
	height:auto;
	margin : 4px;
	height: 65px;
	padding: 2px;
	display: flex;
	border-radius : 5px;
	background-color: white;
}
.wearerImage{
	height: 100%;
	width: 60px;
	float: left;
}
.wearerImage > img{
	height: 80%;
}
.wearerDetail{
	height: 100%;
	width: 60px;
	float: left;
}
.wearerDetail > img{
	height: 60%;
}

.wearerName{
	flex: 1;
	float: left;
	height: 100%;
	color: #4a4a4a;	
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
}
.lastSync{
	height:auto;
	margin : 4px;
	padding: 10px;
	border-radius: 5px;
	background-color: white;
}
.lastSync > div{
	height: 100%;
	font-size: 14px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.lastSync > div > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
@-webkit-keyframes movePointer {
	from   {left:0%;}
	to {left:50%;}
}
@keyframes movePointer {
	from   {left:0%;}
	to {left:50%;}
}
@keyframes rotation{
	from {transform: rotate(-90deg);}
	to {transform: rotate(75deg);}  
}
@-webkit-keyframes rotation{
	from {transform: rotate(-90deg);}
	to {transform: rotate(75deg);}  
}

@media (min-width: 1400px) {
	.gaugeChartPointer {
		height: 100%;
		padding-bottom: 50px; 
	}
	.gaugeChart {
		background-size: 60%;
	}
	.innerDiv {
		height: 220px;
	}
	.innerDivResponsive {
		height: 220px;
	}
}
@media (max-width: 1000px){
	.wearerNameSearchBox{
		margin-top: 10px;
	}
}
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.canvas-graph-info{
		top: 30%;
	}
	.imageIndication {
		height: 40px;
	}
	.noPaddingRightResponsive{
		padding-right: 0;
	}
	.innerDiv {
		height: 190px;
	}
	.survey-back-parent{
		padding: 10px 0px;
	}
}
@media (max-width: 500px) {
	.arcgraph {
		height: 100px;
	}
	svg{
		font-size: 12px;
	}
	.displayFlexResponsive{
		display: flex;
		display: -webkit-flex;
	}
	.buttonIndication {
		font-size: 14px;
	}
	.noPaddingRightDashboard {
		padding-right: 15px;
	}
	.innerDivResponsive{
		border-radius: 5px;
		height: 430px;
	}
	.gaugeChartPointer {
		height: 70% !important;
		padding-bottom: 20px !important;
	}
	.gaugeChartPointerApp {
		height: 90% !important;
		padding-bottom: 35px !important;
	}
	.innerDiv {
		height: 150px;
	}
	.innerDivDesktop{
		height: 235px;
	}
	.canvas-graph-info{
		top: 20%;
		font-size: 15px;
	}
	.canvas-graph-info-desktop{
		top: 35%;
	}
	.surveyCard{
		flex-direction: column;
	}
}
@media (max-width: 320px) {
	.gaugeChartPointerApp {
		height: 75% !important;
		padding-bottom: 30px !important;
	}
	.innerDiv {
		height: 150px;
	}
	.innerDivDesktop{
		height: 190px;
	}
}
@media (min-width: 768px){
	.gaugeChartMobile{
		background-size: 65% !important;
	}
	.posturalSwayGaugeChartForMobile{
		background-size: 65% ;
	}
	.posturalSwayGaugeChartForMobileFor8{
		background-size: 95% ;
	}
}
@media (max-width: 768px) {
	.survey-back-parent{
		padding: 10px 0px;
	}
	.labelHeight{
		height: 40px !important;
	}
	.gaugeChartPointer {
		height: 60%;
		width: 10%;
		padding-bottom: 30px;
	}
	.gaugeChartPointerApp {
		height: 105%;
		width: 10%;
		padding-bottom: 45px;
	}
	.mainContainer{
		width: 90%;
	}
	.navbar-brand > img {
		height: 84%;
	}
	.styleButton{
		font-size: 20px;
	}
	.fullHeightResponsive{
		height: 40%;
	}
	.responsiveNoPadding{
		padding: 0px;
	}
	.responsiveJustifyCenter{
		justify-content: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
	}
	.responsiveAlignStart{
		align-items: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
	}
	.gaugeChart {
		background-size: 95%;
	}
	.gaugeChartMobile{
		background-size: 95%;
	}
	.gaugeChartDesktop{
		background-size: 75%;
	}
	.lastSync{
		height: auto;
		padding: 5px;
		font-size: 15px;
	}
	.surveyContent{
		font-size: 14.4px;
		margin: 0;
	}
	label{
		font-size: 14px;
	}
	.navbar-header{
		width: 100%;
	}
	.navbar-content{
		display: none;
	}
	.navbar-suffix a.username{
		display: none;
	}
	.innerDiv{
		border-radius: 5px;
	}
	.gauge{
		width: 100%;
		margin: auto;
	}
	.infoText {
		left: 6%;
	}
	.navbar-brand {
		padding: 4px;
	}
	.alternatePadding{
		padding-left: 0px;
		padding-right: 23px;
	}
	.board{
		margin-top: 10px;
		height: 170px;
	}
	.periodicButton {
		padding-left: 5px;
	}
}
@media (max-width: 990px) and (min-width: 769px) {
	.gaugeChart {
		background-size: 85%;
	}
	.mainContainer{
		width: 95%;
	}
	.gaugeChartPointer {
		height: 85%;
		width: 10%;
	}
	.canvas-graph-info {
		top: 35%;
	}
	.styleButton{
		font-size: 15px;
	}
	.responsiveAlignStart{
		align-items: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
	}
	.responsiveJustifyCenter{
		justify-content: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
	}
	.surveyContent{
		font-size: 15px;
		margin: 0;
	}
	.fullHeightResponsive{
		height: 50%;
	}
	.innerDiv{
		height: 235px;
	}
	.innerDivResponsive{
		height: 190px;
	}	
	.dataIndication{
		font-size: 25px;
	}
}
@media (max-width: 1400px) and (min-width: 900px) {
	.mainContainer{
		width: 66.66666667%;
	}
	header {
		height: 50px;
		margin-bottom: 5px;
	}
	.wearerHeader {
		height: 40px;
	}
	.information{
		height: 40px;
	}
	.wearerName {
		font-size: 18px;
	}
	label {
		font-size: 15px;
	}
	.innerDiv{
		height: 190px;
	}
	.innerDivResponsive{
		height: 190px;
	}
	.arcgraph {
		height: 140px;
	}
	.buttonIndication {
		font-size: 14px;
	}
	.imageIndication {
		height: 35px;
	}
	.dataIndication {
		font-size: 20px;
	}
	.canvas-graph-info {
		font-size: 15px;
	}
	.fullHeightResponsive{
		height: 80%;
	}
	.styleButton {
		font-size: 20px;
	}
	.surveyContent{
		font-size: 17px;
	}
} 
