#shortcut-survey{
  cursor: pointer;
  position: fixed;
  bottom: 50%;
  right: 20px;    
  padding: 10px 19px;
  background: #25408f;
  color: #ffffff;
  z-index: 999;
}
#survey-modal .modal-header.bg-primary{
  background-color: #25408f !important;
}
#survey-modal .modal-content{
	padding: 10px;	
}
#survey-modal .modal-content ul{
	margin: 0;
}
#survey-modal .modal-content ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	border-bottom: 2px solid #eee;
}
#survey-desc{
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
}
#survey-modal .modal-content label{
  font-family: 'pr', sans-serif;
  font-size:13px;
}