/* Think you can write better CSS? Drop a typo-free email to jobs at webengage dot com */











div.wrapper {
	color:#000000;
	padding:0 !important;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
	position:absolute;
	max-height: none;
	z-index:1;
	background:rgba(0,0,0);
	background:rgba(0,0,0,0.5);
	border-radius : none;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;	
}

div.container {
	background-color:#E9E9E9;
	width:300px;
	border: 2px solid #666666;
	border-radius: 5px !important;
	position: absolute;
	margin: auto;
  	overflow:visible;
	z-index:10;
	padding: 30px 0px;
}

div.inner-container {
	width: 100%;
	margin: 0;	
	overflow-y: auto;
	overflow-x: hidden;
}

.close {
	height: 30px;
	width: 30px;
	cursor: pointer;
	backgroundRepeat: no-repeat;
	backgroundPosition: 0 0;
	position: absolute;
	top: -15px;
	right: -15px;
	font-family: Arial;
	font-size: 23px;
	line-height: 16px;
	background-color: #E9E9E9;
	color: #000000;
	/*text-shadow: 1px 1px #000;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	border: 2px solid #666666;
}

.form-header-message {
	font-size: 14px;
}

.close span {
	display: inline-block;
	width: 16px;
	margin-left: 11px;
	margin-top: 6px;
}

div.field label.question-label {
	margin-bottom: 3px;
	line-height: 18px;
}

select.select {
	border:1px solid #b5b5b5;
}

input.text, textarea.textarea {
	-moz-box-shadow: inset 0 0 2px #000000;
	-webkit-box-shadow: inset 0 0 2px #000000;
	box-shadow: inset 0 0 2px #000000;
	background-color:#f9f9f9;
	padding: 0;
	width: 100%;
}

textarea.textarea {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

textarea.textarea:hover,
textarea.textarea:focus{
	background:#fff;
}

div.field label{
	color:#000000;
}

div.field label.choice {
	margin-left: 20px;
}

span.answer-choice-container {
	padding-left: 10px;
}

span.vertical,
span.horizontal{
	background-color:#dcdcdc;	
}

span.vertical {
	margin-top: 10px;
	margin-bottom: 0px;
}

span.horizontal:hover,
span.vertical:hover{
	background-color:#c2c2c2;
}

table.matrix-question tr.odd{
	background-color:#dcdcdc;
}

table.matrix-question tr.even{
	background-color:#cfcfcf;
}

table.matrix-question tr.current{
	background-color:#c2c2c2;
}

div.submit-field {
	text-align: center;
}

button {
        display:inline-block;
        width:auto;
}

button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font: bold 11px Arial, sans-serif;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  width:100px;
  font-size:13px;
  font-weight:normal;
  /*text-shadow: 1px 1px #ffffff;*/
}

button:hover {
        cursor: pointer;
}

button.submit-survey {
  background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #515151, #373737);
  background-image: -moz-linear-gradient(top, #515151, #373737);
  background-image: -ms-linear-gradient(top, #515151, #373737);
  background-image: -o-linear-gradient(top, #515151, #373737);
  background-image: linear-gradient(top, #515151, #373737);
  border: 1px solid #2a2a2a;
  /* border-bottom: 1px solid #$data['c2aBorderColor']; */
  /* -moz-box-shadow: inset 0 1px 0 0 #96ca6d; */
  /* -webkit-box-shadow: inset 0 1px 0 0 #96ca6d; */
  /* box-shadow: inset 0 1px 0 0 #96ca6d; */
  /* text-shadow: 0 -1px 0 #4c9021; */
  color: #000000;
}

button.submit-survey:hover{
  background-color: #515151;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(100%, #444444));
  background-image: -webkit-linear-gradient(top, #5e5e5e, #444444);
  background-image: -moz-linear-gradient(top, #5e5e5e, #444444);
  background-image: -ms-linear-gradient(top, #5e5e5e, #444444);
  background-image: -o-linear-gradient(top, #5e5e5e, #444444);
  background-image: linear-gradient(top, #5e5e5e, #444444);
  /* -moz-box-shadow: inset 0 1px 0 0 #8dbf67; */
  /* -webkit-box-shadow: inset 0 1px 0 0 #8dbf67; */
  /* box-shadow: inset 0 1px 0 0 #8dbf67; */
}

button.submit-survey:active{
  border: 1px solid #2a2a2a;
  background-color: #373737;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #2a2a2a));
  background-image: -webkit-linear-gradient(top, #444444, #2a2a2a);
  background-image: -moz-linear-gradient(top, #444444, #2a2a2a);
  background-image: -ms-linear-gradient(top, #444444, #2a2a2a);
  background-image: -o-linear-gradient(top, #444444, #2a2a2a);
  background-image: linear-gradient(top, #444444, #2a2a2a);
  /* border-bottom: 1px solid #2a2a2a; */
  /* -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; */
  /* -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; */
  /* box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; */
}



div.powered-by {
	position: absolute;
	right: 0px;
	bottom: -30px;
}

div.powered-by a,
div.powered-by a:hover,
div.powered-by a:visited {
	color:#ffffff;
}

a.close {
	color:#000000
}

.mac input.checkbox, .mac input.radio {
  top : -2px;
}

table.matrix-question{
	font-size:13px;
	display:table;
	table-layout:fixed;
	width:auto;
	max-width:auto;
}

table.matrix-question th,
table.matrix-question td{
	word-wrap:break-word;
}

.hlbl {
	position: absolute;
	left: 0px;
	top: -5000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.icon-extra-large:before {
  vertical-align: -10%;
  font-size: 2em;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3em;
}

.icon-mid:before {
  vertical-align: -10%;
  font-size: 1em;
}
.icon-small:before {
	vertical-align: -10%;
  font-size: .75em;
}
.rating-question-stars span label i{
  color:#9b9b9b;
    margin-left: -0.5em;
}

.rating-question-stars span.starClicked label i{
  color:#9b9b9b;
}

.rating-question-stars span.starHover label i{
  color:#9b9b9b;
}

.rating-question-stars span.we_star_fallback {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=${CDN_STATIC_DOMAIN}/images/star_white.png);
	background-image:url(${CDN_STATIC_DOMAIN}/images/star_white.png);
	background-repeat: no-repeat;
}

.rating-question-stars span.we_star_ol_fallback {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=${CDN_STATIC_DOMAIN}/images/star_outline_white.png);
	background-image:url(${CDN_STATIC_DOMAIN}/images/star_outline_white.png);
	background-repeat: no-repeat;
}

.rating-question-stars span.starClickedFallback {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=${CDN_STATIC_DOMAIN}/images/star_white.png) !important;
	background-image:url(${CDN_STATIC_DOMAIN}/images/star_white.png) !important;
	background-repeat: no-repeat;
}

.rating-question-stars span.starHoverFallback {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=${CDN_STATIC_DOMAIN}/images/star_white.png) !important;
	background-image:url(${CDN_STATIC_DOMAIN}/images/star_white.png) !important;
	background-repeat: no-repeat;
}


button.submit-survey {
  background-color: #475A77;
  font-family: 'Droid Serif' !important;
  background-image: none;
  border: none;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 11px;
  padding-left: 22px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: none;
  position: absolute;
  top: 141px;
  right: 140px;
}

input.text, textarea.textarea {
  font-family: 'Droid Serif' !important;
  color: black !important;
}

.close
{
  top: 30px !important;
  right: 5px;
  background-color: transparent;
  color: black;
  border: none;
  }


button.submit-survey:hover {
  font-family: 'Droid Serif' !important;
  border-radius: none;
  background-color: #140D4F !important;
  border: none;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 11px;
  padding-left: 22px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: none;
  position: absolute;
  top: 141px;
  right: 140px;
  background-image: none;
}

div.container
{
max-height:390px;}

fieldset{
  position: absolute;
  top: 170px !important;
  left: 525px !important;
}

div.inner-container
{
  height: 350px !important;
  max-height: 350px !important;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,1)!important;
  border:8px solid  #FFFFFF !important;
}

input.text {
  color: #000 !important;
  font-family: 'Droid Serif', serif !important;
}

input.helpTextEnabled
{
width: 350px !important;
  font-family: 'Droid Serif', serif !important;
  color: black !important;}
  
input.text, textarea.textarea {
  box-shadow: none !important;
  border: 1px solid #ddd;
}

