
@media ( min-width : 683px) {

	.formBody {
		width: 80%;
		padding: 20px;
		margin-left: 10%;
		margin-right: 10%;
		box-shadow: 0px 1px 5px 0px black;
		margin-bottom: 20px;
		background-color: #fff;
		border: 1px solid transparent;
		border-radius: 4px;
		border-color: #3186a0;
	}
	.formGroup {
		margin-bottom: 15px;
	}
	.questionpadding {
		padding-top: 10px;
	}
	.organisationNameDiv {
		box-sizing: border-box;
		height: 4em;
	}
}

.organisationNameText {
	text-transform: capitalize;
	color: #2910b1;
	text-shadow: 0px 1px #604cce;
	font-size: 126%;
	vertical-align: -webkit-baseline-middle;
	top: 50%;
	position: sticky;
}

.kc_fab_main_btn {
	background-color: #F44336;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #3186a0;
	border: none;
	outline: none;
	color: #FFF;
	font-size: 21px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	transition: .3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.submit_btn {
	background-color: #F44336;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #3186a0;
	border: none;
	outline: none;
	color: #FFF;
	font-size: 15px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	transition: .3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media ( min-width : 683px) {
	.backButtonMargin {
		margin-right: 20px;
	}
	.tenRatingCss {
		border-radius: 20px;
		height: 40px;
		width: 40px;
		display: inline-block;
		text-align: center;
		color: white;
		margin-left: 15px;
		font-weight: bold;
		line-height: 40px;
		padding: 0px;
		margin-right: 15px;
	}
}

@media ( max-width : 683px) {
	.backButtonMargin {
		margin-right: 5px;
	}
	.msgForMobile {
		left: 0;
		line-height: 200px;
		margin: auto;
		margin-top: -100px;
		position: absolute;
		top: 50%;
		width: 100%;
	}
	.formBody {
		padding: 5px;
	}
	.tenRatingCss {
		border-radius: 14px;
		height: 28px;
		width: 28px;
		display: inline-block;
		text-align: center;
		color: white;
		margin-left: 1px;
		font-weight: bold;
		line-height: 28px;
		padding: 0px;
		margin-right: 1px;
	}
}

.tenRating {
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.respSize {
	/* width: 20%; */
	height: auto;
}

.btnPadding {
	padding-left: 41px;
	padding-right: 41px;
}

@media ( min-width : 921px) {
	.personalInfoBtn {
		position: fixed;
		bottom: 1%;
		left: 80%;
		z-index:1000;
	}
}

@media ( max-width : 920px) {
	.personalInfoBtn {
		position: fixed;
		bottom: 1%;
		left: 69%;
		z-index:1000;
	}
}

.paddingBottom10perc {
	margin-bottom: 3em;
}

.inactiveDiv[IsQuesEditable="true"] {
	opacity: 0.7;
}

.errorMsg {
	color: #DD4B39;
	display: block;
	font-size: x-large;
	line-height: 2;
}

.organisationLogo {
	height:40px;
	margin-top: 1em;
}

.padding4px {
	padding-left: 4px;
	padding-right: 4px;
}

.scrollHide{
	overflow-x: hidden;
}

.feedbackButton{
	background-color: #FFFFFF;
	border: 1px solid #3186a0;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 1px #888888;
	color: #3186a0;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
}

.feedbackButton[selected="true"] {
    background-color: #3186a0;
    color: #FFFFFF;
    font-weight: normal;
}

@media ( max-width : 425px ){
	.textRightOrCenter{
		text-align: center;
	}
	
}

@media ( min-width : 426px ){
	.textRightOrCenter{
		text-align: right;
	}
	
	.fiveRadioRatingGap {
		margin-left: 2.5em;
	}
}

@media ( max-width : 425px ){
	.textRightOrCenter{
		text-align: center;
	}
	.fiveRadioRatingGap {
		margin-left: 2.5em;
	}
}

@media ( max-width : 375px ){
	.fiveRadioRatingGap {
		margin-left: 2em;
	}
	
}

@media ( min-width : 769px ){
	.fiveRadioRatingGap {
		margin-left: 3.7em;
	}
	
}

.tenRatingCss[selected=true] {
	background: #2910b1;
	color: white;
	box-shadow: white 3px 3px 5.4px;
	border: #2910b1;
}

