#survey-preview-modal .modal-dialog {
	width:770px;
	max-width:770px;
}

#survey-preview-modal .img-responsive-height
{
  display: block;
  width: auto;
  max-height: 100%
}
#survey-preview-modal .vertical-bg {
	position: relative;
	width: 768px;
	height: 1024px;
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
#survey-preview-modal .modal-body {
	max-height:1024px;
	padding:150px 0 0 0;
}
#survey-preview-modal .main-content {
	overflow-y: auto;
	overflow-x: hidden;
	height:874px;
	z-index: 10001;
	width:768px;
	padding-left:70px;
	padding-right:45px;
	border: none;
}
#survey-preview-modal .topic h1 {
	line-height: 31px;
	margin:0;
}
#survey-preview-modal div.row.question.first {
	margin-top:0;
}
#survey-preview-modal div.row.question {
	margin-top:25px;
	margin-bottom:15px;
}
#survey-preview-modal .answer-radio,.answer-checkbox {
	margin-bottom:20px;
}
#survey-preview-modal .answer-input,.answer-radio-input,.answer-checkbox-input,.input-answer,.input-answer-half, .text-area-answer  {
	margin-bottom:10px;
}
#survey-preview-modal .radio, .checkbox, .text-input-full {
	margin-top:0;
	margin-bottom:0;
	margin-left:60px;
}

#survey-preview-modal span.answer-text {
	margin-left:20px;
	display:block;
}

#survey-preview-modal .btn.btn-default.survey-btn {
	background: transparent;
	border:1px solid #fff;
	color:#fff;
	width:83px;
}

#survey-preview-modal div.center-block {
	display:block;
	text-align: center;
	margin:0 auto;
}
#survey-preview-modal .cancel-continue {
	margin:80px 0;
}

#survey-preview-modal input[type="radio"] {
   display: none;
}
#survey-preview-modal input[type="radio"] + div {
	height: 20px;
	width: 20px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	background: #FFF;
	border: 1px solid #424242;
	border-radius: 100%;
	position: absolute;
	left:0px;
}

#survey-preview-modal input[type="checkbox"] {
   display: none;
}
#survey-preview-modal input[type="checkbox"] + div {
	height: 20px;
	width: 20px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	background: #FFF;
	border: 1px solid #424242;
	border-radius: 4px;
	position: absolute;
	left:0px;
} 

#survey-preview-modal .form-control[disabled], #survey-preview-modal .form-control[readonly], #survey-preview-modal fieldset[disabled] .form-control, #survey-preview-modal .radio label, #survey-preview-modal .checkbox label, #survey-preview-modal input[type=radio] {
	cursor:default;
}

#survey-preview-modal .form-control[disabled], #survey-preview-modal .form-control[readonly], #survey-preview-modal fieldset[disabled] .form-control {
    cursor: default;
    background-color: #fff;
    border:none;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;
  border-color:#000;
}
.transparent-class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;
}