.feedback form {
	margin-top: 0;
}

.feedback #feedbackButton {
	margin-top: 1em;
}

label.feedbackIcons {
	cursor: pointer;
	text-align: center;
  display: inline-block !important;
  height: 40px;
  margin-bottom: 0;
  border-radius: 25px;
}

#feedbackBubble input[type="text"] { margin: 0 0; }

#feedbackBubble label {
	font-size: 1em;
	color: #222;
	font-weight: normal;
}
.lead{
	font-weight: 400;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.fade.show {
    opacity: .5 !important;
}

label.inlineform{ display: inline-block; margin-right: 1em; }

.header {
	font-size: 1.25em;
}

#feedbackModal h2, #thankYouModal h2 {
	font-size: 1.75em;
}

@media only screen and (max-width: 480px) {
	.feedbackIcons {
		background-size: 30px !important;
    height: 30px;
  }
}

#feedbackBubble .feedbackIcons input[type="radio"] {
	margin-left: -9999em;
  pointer-events: none;
  position: absolute;
}

.has-danger, .has-danger label {
  color: #dc3545 !important;
}
.has-danger input {
  border-color: #dc3545 !important;
}

.smile, .smile_m { background: url('../img/face_smile.png') no-repeat top center; width: 40px ; height: 40px}
.smile.selected, .smile_m.selected { background: url('../img/face_smile_hover.png') no-repeat top center; }
.smile:hover, .smile_m:hover{
/*	color: #83AF5A !important; */
	background: url('../img/face_smile_hover.png') no-repeat top center;
}

.meh, .meh_m { background: url('../img/face_meh.png') no-repeat top center; width: 40px ; height: 40px}
.meh.selected, .meh_m.selected { background: url('../img/face_meh_hover.png') no-repeat top center; }
.meh:hover, .meh_m:hover  {
/*	color: #F2CB74 !important; */
	background: url('../img/face_meh_hover.png') no-repeat top center;
}

.frown, .frown_m { background: url('../img/face_frown.png') no-repeat top center; width: 40px ; height: 40px}
.frown.selected, .frown_m.selected { background: url('../img/face_frown_hover.png') no-repeat top center; }
.frown:hover, .frown_m:hover {
/*	color: #ED7362 !important; */
	background: url('../img/face_frown_hover.png') no-repeat top center;
}

.addShadow {box-shadow: #7FBDFF 0px 0px 3px 3px;}

#feedbackBubbleDiv textarea{
	height: 10em;
}