@charset "utf-8";
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
}
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 4px 0 0;
}
input[type="button"],
input[type="reset"],
button {
  margin: 0px;
  padding: 0px;
  border: none;
}
*:focus {
  outline: none;
}
* {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 940px) {
  html,
  body {
    display: table;
  }
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-size: 12px;
}
img,
fieldset,
iframe {
  border: 0;
}
ol,
ul,
ol li,
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table td {
  /*position: relative;*/

  vertical-align: middle;
}
/* End Reset */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 5px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
}
h1 {
  font-size: 14px;
}
h2 {
  font-size: 13px;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 10px;
}
h6 {
  font-size: 9px;
}
/* End Headings */
/* General */
fieldset.quote {
  padding: 10px;
  border: 1px solid #ccc;
}
textarea,
#surveyQuestions .textarea .Small,
#surveyQuestions .textarea .Medium,
#surveyQuestions .textarea .Large,
#surveyQuestions .selectMul {
  width: 492px;
  height: 80px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  /*box-shadow: 0px 1px 0px #cecece;
	-moz-box-shadow: 0px 1px 0px #cecece;
	-webkit-box-shadow: 0px 1px 0px #cecece;
	-khtml-box-shadow: 0px 1px 0px #cecece;
	-o-box-shadow: 0px 1px 0px #cecece;
	-icab-box-shadow: 0px 1px 0px #cecece;*/

}
#surveyQuestions textarea,
#surveyQuestions .textarea .Small,
#surveyQuestions .textarea .Medium,
#surveyQuestions .textarea .Large {
  width: 526px;
}
a {
  color: #2f6894;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  vertical-align: middle;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fixed {
  position: fixed;
}
#facePileCont .fixed {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
.placeholder {
  color: #bbb;
}
/* webkit placeholder */
::-webkit-input-placeholder {
  color: #bbb;
}
/* moz placeholder */
:-moz-placeholder {
  color: #bbb;
}
.clear {
  clear: both;
}
.clearDiv {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.white_shadow {
  text-shadow: 0 1px 0 #ffffff;
}
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.nounderline {
  text-decoration: none;
}
.noborder {
  border-width: 0px !important;
}
.noBTRrad {
  border-top-right-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  -moz-border-radius-topright: 0 !important;
  -khtml-border-top-right-radius: 0 !important;
  -o-border-top-right-radius: 0 !important;
  -icab-border-top-right-radius: 0 !important;
}
.noBBRrad {
  border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -khtml-border-bottom-right-radius: 0 !important;
  -o-border-bottom-right-radius: 0 !important;
  -icab-border-bottom-right-radius: 0 !important;
}
.noBBLrad {
  border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  -khtml-border-bottom-left-radius: 0 !important;
  -o-border-bottom-left-radius: 0 !important;
  -icab-border-bottom-left-radius: 0 !important;
}
.noBTLrad {
  border-top-left-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -khtml-border-top-left-radius: 0 !important;
  -o-border-top-left-radius: 0 !important;
  -icab-border-top-left-radius: 0 !important;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal !important;
}
.font10 {
  font-size: 10px;
}
.lineH10 {
  line-height: 10px;
}
.font11 {
  font-size: 11px;
}
.lineH11 {
  line-height: 11px;
}
.font12 {
  font-size: 12px;
}
.lineH12 {
  line-height: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.lineH14 {
  line-height: 14px;
}
.font15 {
  font-size: 15px;
}
.lineH15 {
  line-height: 15px;
}
.font16 {
  font-size: 16px;
}
.lineH16 {
  line-height: 16px;
}
.font17 {
  font-size: 17px;
}
.lineH17 {
  line-height: 17px;
}
.font20 {
  font-size: 20px;
}
.lineH20 {
  line-height: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font30 {
  font-size: 30px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
div.center,
input.center {
  margin: 0 auto;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.overflow {
  overflow: hidden;
}
.inline {
  display: inline-block;
}
.p20 {
  padding: 20px;
}
.p20t {
  padding-top: 20px;
}
.p20r {
  padding-right: 20px;
}
.p20b {
  padding-bottom: 20px;
}
.p20l {
  padding-left: 20px;
}
.p10 {
  padding: 10px;
}
.p10t {
  padding-top: 10px;
}
.p10r {
  padding-right: 10px;
}
.p10b {
  padding-bottom: 10px;
}
.p10l {
  padding-left: 10px;
}
.p5 {
  padding: 5px;
}
.p5t {
  padding-top: 5px;
}
.p5r {
  padding-right: 5px;
}
.p5b {
  padding-bottom: 5px;
}
.p5l {
  padding-left: 5px;
}
.m20t {
  margin-top: 20px;
}
.m20r {
  margin-right: 20px;
}
.m20b {
  margin-bottom: 20px;
}
.m20l {
  margin-left: 20px;
}
.m10t {
  margin-top: 10px;
}
.m10r {
  margin-right: 10px;
}
.m10b {
  margin-bottom: 10px;
}
.m10l {
  margin-left: 10px;
}
.m5t {
  margin-top: 5px;
}
.m5r {
  margin-right: 5px;
}
.m5b {
  margin-bottom: 5px;
}
.m5l {
  margin-left: 5px;
}
.b1t {
  border-top: 1px solid #ddddd;
}
.b1r {
  border-right: 1px solid #ddddd;
}
.b1b {
  border-bottom: 1px solid #ddddd;
}
.b1l {
  border-left: 1px solid #ddddd;
}
.sprite-easytouse {
  display: inline-block;
  background: url('../i/icons/sprite.png') no-repeat -6px -4px;
  width: 31px;
  height: 31px;
}
.sprite-customize {
  display: inline-block;
  background: url('../i/icons/sprite.png') no-repeat -39px -3px;
  width: 30px;
  height: 30px;
}
.sprite-profeat {
  display: inline-block;
  background: url('../i/icons/sprite.png') no-repeat -39px -38px;
  width: 32px;
  height: 26px;
}
.sprite-multiplatform {
  display: inline-block;
  background: url('../i/icons/sprite.png') no-repeat -2px -37px;
  width: 33px;
  height: 33px;
}
.inputs300 {
  width: 288px !important;
}
.table {
  padding: 0;
  width: 94%;
}
.table thead td {
  font-size: 11px;
}
.table .odd td {
  background-color: #e9f6fd;
}
.table .even td {
  background-color: #d4eefa;
}
.table .odd td a,
.table .even td a {
  color: #006fb6;
}
em {
  font-size: 10px;
}
.pagination {
  padding: 15px 5px 5px 5px;
  color: #999;
}
.pagination table {
  margin: 0 auto;
}
.pagination .pagelink {
  padding: 0;
}
.pagination .pagePrev,
.pagination .pagePrevDisabled,
.pagination .pageNext,
.pagination .pageNextDisabled,
.reports .browse {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('../i/icons/pages-sprite.png') no-repeat;
  text-indent: -9000px;
  text-decoration: none;
  cursor: pointer;
}
.pagination .pagePrev,
.reports .prev {
  background-position: 0 0;
}
.pagination .pagePrevDisabled {
  background-position: 0 -24px;
}
.pagination .pageNext,
.reports .next {
  background-position: -24px 0;
}
.pagination .pageNextDisabled {
  background-position: -24px -24px;
}
.pagination .pageText div {
  padding: 0px 15px 0px 15px;
  display: inline-block;
  line-height: 34px;
  height: 34px;
  color: #999;
}
.red {
  color: red;
}
.orange {
  color: #FF8D00;
}
.green {
  color: #9ca52e;
}
.black {
  color: #000 !important;
}
.blue {
  color: #2f6894 !important;
}
.light-blue {
  color: #489bbe !important;
}
.white {
  color: #fff !important;
}
.c999 {
  color: #999;
}
.c666 {
  color: #666;
}
.changeAvatarButton {
  bottom: 5px;
  left: 5px;
}
.changeAvatarButton a,
.deleteAvatarButton a {
  padding: 2px 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  display: inline-block;
  width: 88px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  color: #999;
  text-decoration: none;
}
.deleteAvatarButton a {
  width: auto;
  padding: 0px 8px;
  line-height: 18px;
}
.changeAvatarButton a:hover,
.deleteAvatarButton a:hover {
  background-color: #afafaf;
  color: #fff;
  text-decoration: none;
}
/* End general */
/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
* html .clearfix {
  height: auto;
}
/* End clearfix */
/* Errors */
.Error,
.Success {
  clear: both;
  font-size: 11px;
  padding: 5px;
  margin: 5px;
}
.Error {
  color: #6F5F14;
}
.Success {
  color: #006fb6;
}
.DivSuccess,
.DivError,
.DivNotification {
  padding: 15px 0;
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  text-indent: 47px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
.DivSuccess {
  background-color: #8ECCEC;
  border: 1px solid #29AAE8;
  color: #fff;
}
.DivError {
  border: 1px solid #ffbb51;
  color: #666;
  background: #ffffcc url('../i/icons/atention.png') no-repeat 20px center;
}
.surveyBox .DivError {
  background: #ffffcc;
  background-image: none;
}
.surveyBox .haveError {
  border: 1px solid #ffbb51 !important;
}
.DivNotification {
  background-color: #E8F3FF;
  border: 1px solid #BFD4E9;
}
/* End Errors */
/* ----- Forms ----- */
form.forms {
  margin-bottom: 0.625em;
}
form.forms label {
  display: block;
  float: left;
  line-height: 27px;
  vertical-align: top;
  width: 120px;
  height: 27px;
  cursor: pointer;
  color: #2f6894;
  font-weight: bold;
}
form.forms .required {
  color: #ec2a7f;
  font-size: 12px;
}
form.forms li {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
form.forms label.default,
.defaults label {
  width: auto !important;
  float: none !important;
  color: #000 !important;
  display: inline !important;
  cursor: pointer !important;
  line-height: inherit !important;
  height: inherit !important;
  font-weight: normal !important;
}
.inputs,
#surveyQuestions .input .Small,
#surveyQuestions .input .Medium,
#surveyQuestions .input .Large,
#surveyQuestions .input .MediumLarge,
#surveyQuestions div.select .Small,
#surveyQuestions div.select .Medium,
#surveyQuestions div.select .Large,
#surveyQuestions div.select .MediumLarge,
#surveyQuestions .selectSingle li:first-child,
#surveyQuestions .surveyInputs {
  width: 228px;
  height: 24px;
  /*line-height: 25px;*/

  padding: 2px 5px;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  /*box-shadow: 0px 1px 0px #cecece;
	-moz-box-shadow: 0px 1px 0px #cecece;
	-webkit-box-shadow: 0px 1px 0px #cecece;
	-khtml-box-shadow: 0px 1px 0px #cecece;
	-o-box-shadow: 0px 1px 0px #cecece;
	-icab-box-shadow: 0px 1px 0px #cecece;*/

}
.inputError {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 11px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.inputError div {
  background-color: #fff;
}
.button-blue-small {
  background: url('../i/forms/button-blue-small.png') repeat-x 0 0;
  border: none;
  height: 30px;
  width: 70px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0px 1px 0 #8c8c8c;
  font-size: 12px;
}
a.button-blue-small:hover {
  text-decoration: none;
}
.button-blue-medium {
  background: url('../i/forms/button-blue-medium.png') repeat-x 0 0;
  border: none;
  height: 30px;
  width: 137px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0px 1px 0 #39718a;
  font-size: 12px;
}
a.button-blue-medium:hover {
  text-decoration: none;
}
.button-blue-large {
  background: url('../i/forms/button-blue-large.png') repeat-x 0 0;
  border: none;
  height: 54px;
  width: 147px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0px 1px 0 #8c8c8c;
  font-size: 20px;
}
a.button-blue-large:hover {
  text-decoration: none;
}
.button-green-medium {
  background: url('../i/forms/button-green-medium.png') repeat-x 0 0;
  border: none;
  height: 30px;
  width: 130px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0px 1px 0 #8c8c8c;
  font-size: 12px;
}
a.button-green-medium:hover {
  text-decoration: none;
}
.button-green-large {
  background: url('../i/forms/button-green-large.png') repeat-x 0 0;
  border: none;
  height: 54px;
  width: 212px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0px 1px 0 #8c8c8c;
  font-size: 20px;
}
a.button-green-large:hover {
  text-decoration: none;
}
.button-orange-medium-span span {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0px 1px 0 #b26c00;
  font-size: 12px;
}
.button-orange-medium-span .btnLft {
  width: 10px;
  background: url('../i/forms/button-orange-medium.png') repeat-x left center;
  overflow: hidden;
}
.button-orange-medium-span .btnRght {
  width: 10px;
  background: url('../i/forms/button-orange-medium.png') repeat-x right center;
  overflow: hidden;
}
.button-orange-medium-span .btnTxt {
  background: url('../i/forms/button-orange-medium-bg.png') repeat-x 0 1px;
  padding: 0 6px;
}
.button-orange-medium {
  background: url('../i/forms/button-orange-medium.png') repeat-x 0 0;
  border: none;
  height: 30px;
  width: 130px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0px 1px 0 #b26c00;
  font-size: 12px;
}
a.button-orange-medium:hover,
a.button-orange-medium-span:hover {
  text-decoration: none;
}
.button-orange-large {
  background: url('../i/forms/button-orange-large.png') repeat-x 0 0;
  border: none;
  height: 54px;
  width: 212px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0px 1px 0 #b26c00;
  font-size: 20px;
}
a.button-orange-large:hover {
  text-decoration: none;
}
.button-white,
#surveyQuestions .input .Submit {
  background: #f6f6f6 url('../i/forms/button-white-gradient.png') repeat-x 0 0;
  border: 1px solid #dddddd !important;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 15px !important;
  color: #666;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  /*box-shadow: 0px 1px 0px #c1c1c1;
	-moz-box-shadow: 0px 1px 0px #c1c1c1;
	-webkit-box-shadow: 0px 1px 0px #c1c1c1;
	-khtml-box-shadow: 0px 1px 0px #c1c1c1;
	-o-box-shadow: 0px 1px 0px #c1c1c1;
	-icab-box-shadow: 0px 1px 0px #c1c1c1;*/

}
input.button-white {
  height: 30px;
  line-height: 29px;
}
a.button-white:hover,
.button-white.selected,
input.button-white:hover {
  text-decoration: none;
  background-color: #666;
  background-image: none;
  color: #fff;
  border: 1px solid #4b4b4b;
}
.button-white.gradient:hover {
  background-color: #dfdfdf;
  background-image: none;
  color: #666;
}
.button-premium {
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -khtml-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -icab-border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -khtml-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -icab-border-top-left-radius: 0;
  border-top: none !important;
  padding-top: 7px !important;
  height: 21px !important;
  line-height: 16px !important;
  text-indent: -5px;
}
a.button-premium:hover {
  border-color: #666 !important;
}
.button-premium span.icon {
  background: url('../i/icons/sprite.png') no-repeat -73px -3px;
  width: 16px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}
.textNearSelect {
  height: 30px;
  line-height: 30px;
}
.tabs li {
  float: left;
  padding-right: 2px;
}
.tabs li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 0 #326c85;
  padding: 10px 14px;
  background-color: #489bbe;
  border: 1px solid #7fb9d2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: bold;
}
.tabs li a:hover {
  background-color: #2F6894;
}
.submenu li {
  float: left;
}
.submenu li a {
  background: #f6f6f6 url('../i/forms/button-white-gradient.png') repeat-x 0 0;
  border: 1px solid #dddddd;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  color: #666;
  cursor: pointer;
  border-left: none;
}
.submenu li a.first.last {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -khtml-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  -icab-border-radius: 5px !important;
}
.submenu li a.first {
  border-left: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -khtml-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -icab-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -khtml-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -icab-border-bottom-right-radius: 0;
}
.submenu li a.last {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -khtml-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -icab-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -khtml-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -icab-border-bottom-left-radius: 0;
}
.submenu li a:hover,
.submenu li a.selected,
#surveyPages .submenu li.bold a {
  text-decoration: none;
  color: #9ca52e;
  background: url('../i/forms/button-white-gradient-hover.png') repeat-x;
}
.submenu .menuContent {
  background: none;
  width: auto;
  text-indent: 0;
  height: auto;
  padding: 0;
}
div.reports {
  padding-top: 20px;
}
div.reports table {
  table-layout: fixed;
}
div.reports .head td {
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  height: 48px;
  line-height: 48px;
  border-left-color: transparent;
}
div.reports .head td.first {
  border-left: 1px solid #ddd;
}
div.reports tbody {
  border: 1px solid #fff;
  border-bottom: none;
  border-top: none;
}
div.reports .cell {
  border-right: 1px solid #ddd;
  padding: 0 15px;
}
div.reports tbody .cell {
  height: 40px;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  word-wrap: break-word;
  overflow: hidden;
}
div.reports tbody .row td {
  border-bottom: 1px solid #ddd;
}
div.reports tbody .first {
  border-left: 1px solid #ddd;
}
div.reports .last {
  border-right: 1px solid #ddd;
}
div.reports tbody .even td {
  background-color: #fff;
}
div.reports tbody .odd td {
  background-color: #f9f9f9;
}
/* ----- End Forms ----- */
#pollForm .mediaPreview {
  display: none;
}
#pollForm .mediaPreview .embedImage {
  width: auto;
  max-width: 298px;
}
.mediaPreview ul li {
  float: left;
  clear: none;
  padding-right: 20px;
  height: 15px;
  line-height: 15px;
}
.mediaPreview .edit span,
.mediaPreview .remove span {
  background-position: 0 0;
  height: auto;
  padding-right: 5px;
}
@font-face {
  font-family: 'Museo-700';
  src: url('../f/museo-700.eot?#iefix') format('embedded-opentype'), url('../f/museo-700.woff') format('woff'), url('../f/museo-700.ttf') format('truetype'), url('../f/museo-700.svg#Museo-700') format('svg');
}
@font-face {
  font-family: 'Museo-500';
  src: url('../f/museo-500.eot?#iefix') format('embedded-opentype'), url('../f/museo-500.woff') format('woff'), url('../f/museo-500.ttf') format('truetype'), url('../f/museo-500.svg#Museo-500') format('svg');
}
.museo700 {
  font-family: 'Museo-700';
}
.museo500 {
  font-family: 'Museo-500';
}
.greyBox,
.greyBoxNoPad {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
.greyBox label {
  width: 141px !important;
  text-align: right;
  padding-right: 10px;
}
.greyBox .help {
  padding-top: 10px;
  padding-left: 151px;
  font-family: Georgia, Arial;
  font-size: 10px;
  color: #666;
  font-style: italic;
}
.greyBox li {
  padding: 0 0 10px 0 !important;
}
.greyBoxNoPad {
  padding: 0;
}
#login-popup {
  width: 245px;
  right: 10px;
  top: 0;
  z-index: 100000;
}
#login-popup li {
  width: 225px;
  padding: 0 !important;
}
#login-popup li .inputs {
  width: 213px;
}
#login-popup .greyBoxNoPad {
  background-color: #2F6894;
  border-color: #2F6894;
  color: #fff;
  padding: 0 10px 10px 10px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -icab-border-radius: 0 0 5px 5px;
  border-top-color: #2F6894;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#2f6894), to(#134770));
  background-image: -moz-linear-gradient(#2f6894, #134770);
  background-image: -ms-linear-gradient(#2f6894, #134770);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f6894), color-stop(100%, #134770));
  background-image: -webkit-linear-gradient(#2f6894, #134770);
  background-image: -o-linear-gradient(#2f6894, #134770);
  background-image: linear-gradient(#2f6894, #134770);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#login-popup label,
#login-popup a,
#login-popup span {
  color: #fff !important;
}
#login-popup label {
  float: none;
}
#login-popup input[type="text"],
#login-popup input[type="password"] {
  background-color: #CDD0D0;
  -webkit-transition: .2s linear background;
  -moz-transition: .2s linear background;
  transition: .2s linear background;
}
#login-popup input[type="text"]:focus,
#login-popup input[type="password"]:focus {
  background-color: #fff;
}
#login-popup label.empty {
  display: none;
}
.deleted {
  text-decoration: line-through;
}
#container {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -70px;
}
.hidden {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
}
#loading {
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 0;
}
#loading {
  top: 100px;
  left: 200px;
  width: 100px;
  height: 100px;
}
#loading span {
  position: absolute;
  font-size: 11px;
  top: 45px;
  left: 30px;
}
#loading ul {
  background-color: #fff;
  font-size: 100px;
  /* 1em */

  width: 100px;
  height: 100px;
  position: relative;
  /* Styles */

  list-style: none;
  border-radius: 50%;
}
#loading li {
  width: .2em;
  height: .2em;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -o-border-radius: 50%;
  -icab-border-radius: 50%;
}
#loading li:nth-child(1) {
  left: 50%;
  top: 0;
  margin: 0 0 0 -0.1em;
  background: #b8bc28;
  -webkit-transform-origin: 50% 250%;
  -moz-transform-origin: 50% 250%;
  -ms-transform-origin: 50% 250%;
  -o-transform-origin: 50% 250%;
  transform-origin: 50% 250%;
  -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  -moz-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  -ms-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  -o-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
}
#loading li:nth-child(2) {
  top: 50%;
  right: 0;
  margin: -0.1em 0 0 0;
  background: #00b3ca;
  -webkit-transform-origin: -150% 50%;
  -moz-transform-origin: -150% 50%;
  -ms-transform-origin: -150% 50%;
  -o-transform-origin: -150% 50%;
  transform-origin: -150% 50%;
  -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  -moz-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  -ms-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  -o-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
}
#loading li:nth-child(3) {
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -0.1em;
  background: #ec2a7f;
  -webkit-transform-origin: 50% -150%;
  -moz-transform-origin: 50% -150%;
  -ms-transform-origin: 50% -150%;
  -o-transform-origin: 50% -150%;
  transform-origin: 50% -150%;
  -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  -moz-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  -ms-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  -o-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
}
#loading li:nth-child(4) {
  top: 50%;
  left: 0;
  margin: -0.1em 0 0 0;
  background: #ffb717;
  -webkit-transform-origin: 250% 50%;
  -moz-transform-origin: 250% 50%;
  -ms-transform-origin: 250% 50%;
  -o-transform-origin: 250% 50%;
  transform-origin: 250% 50%;
  -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  -moz-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  -ms-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  -o-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
}
@-webkit-keyframes rota {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rota {
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rota {
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes rota {
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rota {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-moz-keyframes opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-ms-keyframes opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-o-keyframes opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@keyframes opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
.mjs-nestedSortable-error {
  /*background-color: #ff360e !important;
	border: 1px solid #bd1f00 !important;
	.opacity(0.6);*/

  display: none;
}
.ui-draggable {
  cursor: move;
}
.ui-sortable-helper {
  border: 1px solid #ddd !important;
  background-color: #fff;
}
.questionAnswersList .ui-sortable-helper,
.questionMatrixList .ui-sortable-helper {
  padding: 5px 0 !important;
}
.content {
  width: 961px;
  margin: 0 auto;
}
#header #logo {
  background-color: #2f6894;
  height: 39px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -icab-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
#header #logo .content > div {
  padding-top: 7px;
}
#header #logo .content .right {
  padding-top: 5px;
}
.headerIndex #logo {
  height: 76px !important;
}
.headerIndex #logo .content > div {
  padding-top: 20px !important;
}
#header #logo .menu {
  padding-right: 10px;
}
#header #logo .menu li {
  float: left;
  padding-left: 10px;
}
#header #menu {
  position: relative;
  z-index: 1;
}
#header #menu ul {
  padding-left: 10px;
}
#header #menu li {
  float: left;
}
#header #menu li > a {
  color: #fff;
  font-size: 13px;
  font-weight: lighter;
  padding: 0 15px;
  display: block;
  text-shadow: 0px 1px 0px #666666;
  letter-spacing: 0.1em;
  height: 31px;
  line-height: 31px;
}
#header #menu a img {
  margin-top: 8px;
}
#header #menu li > a:hover,
#header #menu .current {
  background: url('../i/menu-hover.png') repeat-x 0 0;
  text-decoration: none;
}
#header #menu .delimiter {
  font-size: 0;
  line-height: 0;
  width: 2px;
  background: url('../i/menu-delimiter.png') no-repeat 0 0;
  height: 31px;
  padding: 0;
}
#header #menu {
  background: url('../i/menu-gradient.png') repeat-x;
  height: 31px;
}
#footer {
  background-color: #f1f1f1;
  border-top: 1px solid #ddd;
  height: 124px;
  overflow: hidden;
}
.push {
  height: 105px;
}
#footer .followUs {
  background-color: #f8f8f8;
  padding: 10px;
  margin-top: 20px;
  font-size: 11px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
#footer .menu li {
  float: left;
  padding-right: 20px;
}
#footer .first {
  padding-top: 20px;
}
#footer .second {
  padding-top: 10px;
}
#footer .menu li.title {
  width: 60px;
}
.greyDelimiter {
  font-size: 0;
  line-height: 0;
  height: 1px;
  background-color: #ddd;
  border-bottom: 1px solid #fff;
}
.registerAd {
  background: url('../i/register-ad.png') no-repeat right 55px;
  width: 420px;
}
.registerAd li,
.registerAd span {
  font-family: 'Museo-500';
  font-size: 15px;
}
.registerAd span {
  color: #666;
}
.registerAd li {
  margin-left: 18px;
  padding-bottom: 25px;
  list-style-type: disc;
  color: #b8bc28;
}
.boxList {
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
.boxList.odd {
  background-color: #f9f9f9;
}
.boxList.hover {
  background-color: #f5faff;
  border: 1px solid #c9dbee;
}
/* UIDialog */
.UIContainer .container {
  width: 400px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 0px #cecece;
  -moz-box-shadow: 0px 1px 0px #cecece;
  -webkit-box-shadow: 0px 1px 0px #cecece;
  -khtml-box-shadow: 0px 1px 0px #cecece;
  -o-box-shadow: 0px 1px 0px #cecece;
  -icab-box-shadow: 0px 1px 0px #cecece;
}
.UIContainer .close {
  float: right;
  padding: 5px 10px 0 0;
}
.UIContainer .close a {
  color: #999;
  font-weight: bold;
  font-size: 16px;
}
.UIContainer .title {
  font-size: 18px;
  color: #2f6894;
  padding: 10px 0 0 10px;
  font-family: 'Museo-500';
}
.UIContainer .html {
  padding: 8px 10px 10px 10px;
}
.UIContainer .okButton {
  padding: 10px 0 0 0;
}
.UIContainer .UIDialogButtons td {
  padding-right: 10px;
}
/* END UIDialog */
/* Survey */
#surveyQuestions {
  border: 1px solid transparent;
}
#surveyQuestions .questionDisabled .surveyQuestionHeader,
#surveyQuestions .questionDisabled .surveyQuestionBody,
#surveyQuestions .questionDisabled .questionNumber {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.questionPlaceholder {
  visibility: hidden;
}
#surveyQuestions .surveyQuestion {
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  margin-bottom: 20px;
}
#surveyQuestions .rows {
  min-height: 50px;
}
#surveyQuestions .rows .surveyQuestionsColumns,
#surveyQuestions .rows .surveyQuestionsColumns > li {
  min-height: 50px;
}
#surveyQuestions .surveyQuestionHeader {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  margin-left: 78px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 44px;
  overflow: hidden;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -khtml-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -icab-border-top-right-radius: 5px;
}
#surveyQuestions .questionNumberNumber {
  font-size: 20px;
  color: #9ca52e;
}
#surveyQuestions .questionNumber {
  font-size: 11px;
  width: 80px;
  height: 56px;
  text-align: center;
  padding-top: 8px;
  border-bottom: 1px solid #ddd;
  left: 0;
  top: 0;
}
#surveyQuestions .surveyQuestionBody {
  background-color: #f9f9f9;
  padding-left: 80px;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-right: 16px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -khtml-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -icab-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -khtml-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -icab-border-bottom-right-radius: 5px;
}
#surveyQuestions .question-action .questionNumber {
  display: none;
}
#surveyQuestions .question-action .surveyQuestionHeader {
  margin-left: 0;
  border-left: none;
}
#surveyQuestions .question-action .surveyQuestionBody {
  padding-left: 16px;
}
#surveyQuestionPredefined .surveyPredefined .questionNumber {
  display: none !important;
}
#surveyQuestionPredefined .surveyPredefined .surveyQuestionHeader {
  margin-left: 0 !important;
  border-left: none !important;
}
#surveyQuestionPredefined .surveyPredefined .surveyQuestionBody {
  padding-left: 16px !important;
}
#surveyQuestions .surveyAnswers li {
  padding: 0 0 15px 0;
}
#surveyQuestions .surveyAnswers .surveyAnswerHorizontalOrder {
  float: left;
  padding-right: 15px;
}
#surveyQuestions .formType .surveyAnswers li {
  padding: 0 0 7px 0;
}
#surveyQuestionsContainer .ui-survey-hover {
  border: 1px solid #2f6894;
}
#surveyQuestionsList .questionHover,
#surveyRulesActions .questionHover {
  background-color: #f5faff;
  border: 1px solid #c9dbee;
}
#surveyQuestionsList .questionHover .surveyQuestionHeader,
#surveyQuestionsList .questionHover .surveyQuestionBody {
  background-color: #f5faff;
}
#surveyQuestionsList .questionHover .surveyQuestionHeader {
  border-left: 1px solid #c9dbee;
  border-bottom: 1px solid #c9dbee;
}
#surveyQuestionsList .question-action.questionHover .surveyQuestionHeader {
  border-left: none;
}
#surveyQuestionsList .questionHover .questionNumber {
  border-bottom: 1px solid #c9dbee;
}
#surveyToolbar,
#embedButtons,
.listButtons {
  width: 220px;
  border: 1px solid #dddddd;
  border-bottom: none;
  background-color: #f9f9f9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
.listButtons li a {
  display: box !important;
  display: -moz-box !important;
  display: -webkit-box !important;
  display: -ms-box !important;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-box-align: middle;
}
#embedButtons {
  width: 120px;
}
.embedContainer .embedBox input[type=text],
.embedContainer .embedBox textarea {
  width: 588px !important;
}
#embedButtons #embedMC {
  background-image: url('../i/providers/mailchimp.png');
  background-repeat: no-repeat;
  background-position: 5px 8px;
  padding: 10px 0px 10px 26px !important;
}
#surveyToolbar li,
#embedButtons li,
.listButtons li {
  border-bottom: 1px solid #dddddd;
  padding: 10px 2px;
  background: url('../i/icons/move.png') no-repeat 10px 10px;
  padding-left: 35px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -icab-border-radius: 2px;
}
#embedButtons li,
.listButtons li {
  background: none;
  padding: 0;
}
#embedButtons li a,
.listButtons li a {
  padding: 10px;
  display: block;
}
#embedButtons li:first-child a,
.listButtons li:first-child a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -icab-border-radius: 3px 3px 0 0;
}
#embedButtons li a.bold,
.listButtons li a.bold {
  background-color: #ddd;
}
#embedButtons li a:hover,
.listButtons li a:hover {
  background-color: #e8e8e8;
}
#surveyToolbar li a,
#embedButtons li a,
.listButtons li a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
}
#surveyToolbar .ui-draggable-dragging {
  width: 100px;
  border: 1px solid #ddd;
  background: none;
  background-color: #f9f9f9;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
#surveyQuestions .textarea {
  min-height: 60px;
}
#surveyQuestions .textarea div {
  background-color: #fff;
}
#surveyQuestions .textarea .Small,
textarea.Small {
  height: 40px !important;
}
#surveyQuestions .textarea .SmallMedium,
textarea.SmallMedium {
  height: 70px !important;
}
#surveyQuestions .textarea .Medium,
textarea.Medium {
  height: 140px !important;
}
#surveyQuestions .textarea .MediumLarge,
textarea.MediumLarge {
  height: 140px !important;
}
#surveyQuestions .textarea .Large,
textarea.Large {
  height: 210px !important;
}
#surveyQuestions .input {
  display: inline-block;
}
#surveyQuestions .input div {
  background-color: #fff;
}
#surveyQuestions .input .Small,
#surveyQuestions input.Small,
#surveyQuestions div.select .Small {
  width: 59px;
}
#surveyQuestions .input .SmallMedium,
#surveyQuestions input.SmallMedium,
#surveyQuestions div.select .SmallMedium {
  width: 105px;
}
#surveyQuestions .input .Medium,
#surveyQuestions input.Medium,
#surveyQuestions div.select .Medium {
  width: 170px;
}
#surveyQuestions .input .Medium {
  padding-left: 5px;
}
#surveyQuestions .input .Submit {
  line-height: 28px;
  text-align: center;
  width: 59px;
  height: 28px;
  font-weight: bold;
}
#surveyQuestions .input .MediumLarge,
input.MediumLarge,
#surveyQuestions div.select .MediumLarge {
  width: 250px;
}
#surveyQuestions .input .Large,
input.Large,
#surveyQuestions div.select .Large {
  width: 526px;
}
.surveyBox .surveyAnswers textarea.MediumLarge,
.surveyBox .surveyAnswers input.Large,
.surveyBox .surveyAnswers textarea.Large {
  width: 98% !important;
  padding-left: 1%;
  padding-right: 1%;
}
#surveyQuestions .surveyBox .surveyAnswers input.MediumLarge,
#surveyQuestions .surveyBox .surveyAnswers textarea.Small,
#surveyQuestions .surveyBox .surveyAnswers textarea.SmallMedium,
#surveyQuestions textarea.Medium {
  width: 360px;
}
#surveyQuestions .surveyBox .surveyAnswers select.MediumLarge {
  width: 255px;
}
#surveyQuestions .surveyBox .surveyAnswers select.Medium {
  width: 182px;
}
.surveyBox .surveyAnswers input.Small,
.surveyBox .surveyAnswers select.Small {
  width: 59px !important;
}
.surveyBox .surveyAnswers select {
  height: 28px !important;
}
.surveyBox .surveyAnswers select[multiple] {
  height: 100px !important;
}
.surveyBox .surveyAnswers input.MediumHalf,
.surveyBox .surveyAnswers select.MediumHalf {
  width: 96% !important;
}
#surveyQuestions .questionTitle input,
#surveyQuestions .questionComments input {
  width: 526px;
}
#surveyQuestions .questionAnswersList li {
  padding: 0 0 10px 0;
}
#surveyQuestions .questionAnswersList input {
  width: 351px;
}
#surveyQuestions .radio span {
  width: 15px;
  height: 15px;
  background: url('../i/forms/radio.png') no-repeat;
  display: inline-block;
}
#surveyQuestions .checkbox span {
  width: 15px;
  height: 15px;
  background: url('../i/forms/checkbox.png') no-repeat;
  display: inline-block;
}
#surveyQuestions .selectSingle li {
  display: none;
}
#surveyQuestions .selectSingle li:first-child,
#surveyQuestions div.select {
  display: block !important;
  width: 100px;
  background: #ffffff url('../i/forms/arrow-down.png') no-repeat center right;
  line-height: 28px;
}
#surveyQuestions div.select {
  width: auto;
}
#surveyQuestions .selectMul {
  width: 300px;
  padding: 5px;
  background-color: #fff;
}
#surveyQuestions .surveyQuestionTmp {
  padding: 10px;
  border: 1px solid #ccc;
  height: 30px;
}
#surveyQuestions .formType .surveyQuestion {
  margin-bottom: 5px;
}
#surveyQuestions .formType .surveyQuestionHeader {
  padding: 10px;
  margin: 0;
  border-left: none;
  height: auto;
  color: #000 !important;
  font-size: 14px !important;
  border-bottom: none;
}
#surveyQuestions .formType .surveyQuestionBody {
  padding: 10px;
  margin: 0;
}
#surveyOrdering .surveyPage {
  padding-top: 10px;
}
#surveyOrdering .surveyPageQuestions {
  border-top: 1px solid #ddd;
}
#surveyOrdering .surveyPageQuestions .rows,
#surveyOrdering .surveyPageQuestions .ui-sortable-helper {
  border: 1px solid #ddd;
  border-top: none;
  padding: 8px 5px;
}
#surveyResults .resultTitle {
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
#surveyResults .resultTitle table {
  width: 100%;
}
#surveyResults .resultTitle table td {
  border-right: 1px solid #ddd;
  padding: 10px 10px 10px 10px;
}
#surveyResults .resultTitle table td.last {
  border-right: none;
}
#surveyPages ul li {
  padding-bottom: 10px;
}
#surveyPages ul li a {
  min-width: 60px;
  text-align: center;
}
.answerMove,
.questionMove,
.matrixMove,
.pageMove {
  cursor: s-resize;
}
.answerMove,
.matrixMove,
.pageMove {
  display: inline-block;
  width: 15px;
  text-align: center;
}
.surveyQuestionsPlaceHolder {
  display: inline-block;
  border: 1px dotted #ccc;
  height: 50px;
  background-color: #f4f4f4;
}
#surveyQuestionsList > .surveyQuestionsPlaceHolder {
  height: 50px !important;
  width: 100% !important;
}
#surveyOrdering .surveyQuestionsPlaceHolder {
  width: 100%;
}
.surveyPlaceHolder {
  display: block;
  border: 1px dotted #ccc;
  height: 25px;
  background-color: #f4f4f4;
}
.embedImage {
  border: none;
}
.audioPlayer {
  padding: 10px 0;
}
.response,
.responseData {
  border-collapse: collapse;
}
.response {
  table-layout: fixed;
}
.response thead td {
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.response td {
  padding: 5px 0;
  /*border: 1px solid #fff;*/

}
.response .selected {
  background-color: #dcecf4;
  font-weight: bold;
  border: 1px solid #2f6894;
  border-left: 0px solid transparent;
}
.response .selected-wrong {
  background-color: #d70202;
  font-weight: bold;
  border: 1px solid #910000;
  border-left: 0px solid transparent;
}
.participantResponse tbody td.selected {
  border: 1px solid #dcecf4;
  border-bottom: 1px solid #ccc;
}
.responseData {
  width: 100%;
}
.responseData td {
  height: 49px;
  border-bottom: 1px solid #ddd;
}
.responseData .info {
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding: 5px 30px 5px 10px;
}
.responseData .date {
  font-size: 11px;
  color: #999;
  width: 81px;
}
.matrix .selected {
  border: 1px solid #ddd;
}
.response tbody td {
  height: 40px;
  border-bottom: 1px solid #ddd;
}
.noresponse {
  text-align: center;
  padding: 30px 0;
  font-size: 12px;
  color: #666;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
.response .delimiter {
  position: absolute;
  width: 1px;
  background-color: #ddd;
  height: 10000px;
  top: 15px;
  z-index: 1;
}
li.correct,
td.correct {
  background-color: #2F6894;
  font-weight: bold;
  padding: 5px !important;
  margin-bottom: 10px !important;
  color: #fff !important;
}
li.correct label {
  color: #fff !important;
}
li.wrong,
td.wrong {
  background-color: #d70202;
  padding: 5px !important;
  color: #fff !important;
  margin-bottom: 10px !important;
}
.correct .answerCorrect {
  font-weight: bold;
}
.surveyAnswers,
.surveyAnswers div,
.surveyAnswers ul,
.surveyAnswers ul li,
.surveyAnswers label,
.surveyAnswers table,
.surveyAnswers table tr,
.surveyAnswers table thead,
.surveyAnswers table thead tr td,
.surveyAnswers table tbody,
.surveyAnswers table tbody tr td {
  font-family: inherit;
  color: inherit;
}
.matrix {
  padding-right: 16px;
  table-layout: fixed;
}
.matrix td {
  margin-bottom: 10px;
}
.matrix thead td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: bold;
  font-size: 11px;
  color: #999;
  vertical-align: top;
  word-wrap: break-word;
}
.matrix thead td.first {
  border-top: none;
}
.matrix tbody td.matrixQuestion {
  border-left: 1px solid #ddd;
  font-size: 12px;
  font-weight: bold;
  word-wrap: break-word;
  width: 20%;
}
.matrix tbody td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 3px 5px;
}
/*.surveyRulesConditionalString {
	color: #fff;
	background-color: #ff948b;
	border: 1px solid red;
	padding: 5px !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	margin-bottom: 5px;
}*/
.groupContainer {
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  padding: 5px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
.ruleConditionContainer {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 5px !important;
  z-index: 1;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
.ruleGlue {
  margin: -1px 0 -1px 20px !important;
  padding: 5px !important;
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 100px;
  z-index: 10;
  position: relative;
}
.ruleGroupGlue {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #f2f2f2;
}
.ruleLogicSelect {
  width: 135px;
}
.rulesActions {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  padding: 8px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
#surveyTags span,
#responsesTags span {
  display: inline-block;
  padding: 0 15px 10px 0;
}
#surveyTags .surveyMoreLessContainer,
#responsesTags .showMoreLessContainer {
  position: relative;
  overflow: hidden;
}
#surveyTags .surveyMoreLessContainer a.selected,
#responsesTags .showMoreLessContainer a.selected {
  font-weight: bold;
  color: #FF8D00;
}
.surveyPageAction a img {
  height: 14px;
}
/* End survey */
/* Styles */
#styleMainMenu .inputs {
  width: 170px;
}
#styles .selected {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
#styles .group {
  padding-bottom: 15px;
}
#styles .group .head {
  padding-bottom: 5px;
}
#stylePreview {
  width: 460px;
}
#styles .main,
#styles .sub,
#styles .content {
  background-color: #F1F1F1;
  padding: 5px 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(159, 159, 159, 0.5);
}
#styles .main a,
#styles .sub a,
#styles .content a {
  color: #666;
}
#styles .main {
  width: 120px;
}
#styles .sub {
  width: 70px;
}
#styles .content {
  width: 185px;
  padding: 10px 8px;
}
#styles #styleTabs .bold,
.button-white.bold {
  background-color: #666;
  background-image: none;
  color: #fff;
}
.stylePreviewSurvey {
  -moz-transform: scale(0.5) rotate(0deg) translate(0, 0) skew(0deg, 0deg);
  -webkit-transform: scale(0.5) rotate(0deg) translate(0, 0) skew(0deg, 0deg);
  -o-transform: scale(0.5) rotate(0deg) translate(0, 0) skew(0deg, 0deg);
  -ms-transform: scale(0.5) rotate(0deg) translate(0, 0) skew(0deg, 0deg);
  transform: scale(0.5) rotate(0deg) translate(0, 0) skew(0deg, 0deg);
  -moz-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  position: absolute;
  top: 0;
  right: 0;
}
/* End styles */
/* Rating */
#rating .rating {
  cursor: pointer;
  margin: 2em;
  clear: both;
  display: block;
}
#rating .rating:after {
  content: '.';
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
}
#rating .cancel,
#rating .star {
  float: left;
  width: 18px;
  height: 16px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  text-align: left !important;
}
#rating .medium .star,
#rating .medium .star-left,
#rating .medium .star-right {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
#rating .large .star,
#rating .large .star-left,
#rating .large .star-right {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.2);
}
#rating .star-left,
#rating .star-right {
  width: 8px;
}
#rating .star-right {
  width: 10px;
}
#rating .yellow .star,
#rating .yellow .star a {
  background: url('../i/icons/star-yellow.png') no-repeat 0 0px;
}
#rating .yellow .star-left,
#rating .yellow .star-left a {
  background: url('../i/icons/star-yellow-left.png') no-repeat 0 0px;
}
#rating .yellow .star-right,
#rating .yellow .star-right a {
  background: url('../i/icons/star-yellow-right.png') no-repeat 0 0px;
}
#rating .red .star,
#rating .red .star a {
  background: url('../i/icons/star-red.png') no-repeat 0 0px;
}
#rating .red .star-left,
#rating .red .star-left a {
  background: url('../i/icons/star-red-left.png') no-repeat 0 0px;
}
#rating .red .star-right,
#rating .red .star-right a {
  background: url('../i/icons/star-red-right.png') no-repeat 0 0px;
}
#rating .cancel a,
#rating .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0px;
}
#rating div.on a {
  background-position: 0 -16px !important;
}
#rating div.hover a,
#rating div a:hover {
  background-position: 0 -32px !important;
}
#rating .ratingInfo {
  padding-left: 5px;
}
#rating .ratingInfo a {
  width: 16px;
  height: 16px;
  text-align: center;
  border: 1px solid red;
  display: block;
}
#rating .ratingBox div,
#rating .ratingBox span {
  font-family: inherit;
}
/* Rating End */
/* Custom Select */
.has_sb {
  position: absolute;
  left: -999999px;
  text-indent: -999999px;
}
/* always visible styles */
.selectbox {
  display: inline-block;
  *display: inline;
  font-family: arial,verdana;
  font-size: 1em;
  margin: 0px;
  position: relative;
  /*vertical-align:middle;*/
  zoom: 1;
}
.selectbox .display {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  color: #000;
  cursor: default;
  display: block;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  outline: none;
  padding: 0 24px 0 10px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.selectbox.disabled .display {
  color: #999;
}
.selectbox.focused .display .text {
  /*background-color:#3399ff;color:#fcfcfc;*/
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.selectbox .display.active {
  border-color: #7b7d83;
}
.selectbox .display .arrow_btn {
  /*background:#fff url('../i/icons/select_arrow_bg.gif') repeat-x left center;*/

  /*border:1px solid #707070;*/

  display: block;
  height: 0.417em;
  line-height: .92em;
  padding: 1px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 7px;
  width: 0.75em;
}
.selectbox .display .arrow_btn .arrow {
  background: transparent url('../i/icons/select_arrow.gif') no-repeat center center;
  display: inline-block;
  *display: inline;
  height: 4px;
  left: .33em;
  position: absolute;
  top: .5em;
  width: 7px;
  zoom: 1;
}
.selectbox .display.active .arrow_btn {
  /*-moz-box-shadow:inset 0 0 1px 1px #9eb0ba;
	-webkit-box-shadow:inset 0 0 1px 1px #9eb0ba;*/

}
.selectbox .display.hover .arrow_btn {
  /*background-image:url('../i/icons/select_arrow_bg_hover.gif');*/
}
.selectbox .value {
  display: none;
}
/* dropdown styles */
.selectbox.items {
  background: #fff;
  border: 1px solid #828790;
  display: block;
  font-family: arial;
  font-size: 1em;
  list-style-type: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px 0 3px 0;
  z-index: 99999;
  /*-moz-box-shadow:0 3px 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0 3px 5px rgba(0,0,0,.5);*/

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
.selectbox.items li {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  /*white-space:nowrap; maybe necessary if using fixedWidth: false */
}
.selectbox.items li.first {
  margin-top: 0;
}
.selectbox.items li > .item {
  color: #000;
  cursor: default;
  display: block;
  padding: 4px 6px;
  text-decoration: none;
}
.selectbox.items li > .item > .text {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.selectbox.items li.selected > .item {
  /*border-bottom:1px dotted #999;border-top:1px dotted #999;*/
  background-color: #F1F1F1;
}
.selectbox.items li.disabled > .item {
  color: #999;
}
.selectbox.items li.hover > .item {
  background-color: #2f6894;
  cursor: pointer;
}
.selectbox.items li.hover > .item .text {
  color: #fff;
}
.selectbox.items .value {
  display: none;
}
/* optgroup styles */
.selectbox.items .optgroup .items {
  border: none;
  margin: 0;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.selectbox.items .optgroup > .label {
  cursor: default;
  font-weight: bold;
  line-height: 1em;
  padding: 5px 5px;
  display: inline-block;
}
.selectbox.items .optgroup .items li > .item {
  padding-left: 1em;
}
/* easy rounding styles */
.selectbox .round_sb.display {
  padding: 2px 26px 2px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
.selectbox .round_sb.display .arrow_btn {
  right: 2px;
  top: 2px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  -icab-border-radius: 3px;
}
.selectbox.round_sb.items {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
.selectbox.round_sb.items > li > a {
  padding: 4px 6px;
}
.selectbox.round_sb.items > li.first > .item {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}
.selectbox.round_sb.items > li.last > .item {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
/* for optgroups */
.selectbox.round_sb.items > li > .label {
  line-height: 2.08em;
  padding: 4px 6px;
}
.selectbox.round_sb.items > li > .items li > .item {
  padding: 4px 6px 4px 12px;
}
/* fixed width example styles */
.selectbox .fixed_width.display {
  width: 213px;
  padding: 0 15px 0 10px;
}
.selectbox.fixed_width.items {
  width: 240px;
  /* width of display text plus the padding (60 + 27) = 87 */

}
.selectbox .display.fixed_width2 {
  width: 60px;
  padding: 0 24px 0 3px;
}
.selectbox.fixed_width2.items {
  width: 300px;
  /* width of display text plus the padding (60 + 27) = 87 */

}
/* Custom Select End*/
.select240 select,
.select240 .selectbox {
  width: 240px !important;
}
.select240 .selectbox .display {
  width: 213px;
  padding: 0 15px 0 10px;
}
.select240 .selectbox.items,
#dashboard .selectbox.items {
  width: 240px;
  /* width of display text plus the padding (60 + 27) = 87 */

}
/* Dashboard */
#dashboard .header {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  padding: 8px;
  margin-top: 13px;
}
.normalFolder {
  display: inline-block;
  background-color: #f1f1f1;
  border: 1px solid #999;
  margin-right: 5px;
}
.normalFolder a {
  padding: 1px 3px;
  color: #666;
  text-decoration: none;
}
.normalFolder:hover {
  background-color: #fafafa;
}
.normalFolder .remove {
  text-align: center;
  padding: 0 2px 0 3px !important;
  display: none;
  padding-left: 5px;
  background-color: #999;
  color: #fff;
}
.normalFolder:hover .remove {
  display: inline-block;
}
.normalFolder:hover .remove:hover {
  background-color: #000;
}
.folderListButton.opened {
  display: block;
  width: 200px;
  height: 22px;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 5px 5px 0 5px;
  text-decoration: none;
  font-size: 14px;
  color: #2f6894 !important;
}
.folderListContainer {
  top: 28px;
  left: 10px;
  background-color: #f1f1f1;
  width: 210px;
  padding: 10px 0px 5px 0px;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 1;
}
.folderListContainer .folderListOverflow {
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.folderListForSelection {
  padding: 2px 5px 2px 5px;
}
.folderListForSelection label {
  cursor: pointer;
}
.folderListForSelection:hover {
  background-color: #fbfbfb;
}
.tables.noborder td {
  border-left: 0px !important;
  border-right: 0px !important;
}
.tables td {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.tables td.lastCell {
  border-right: 1px solid #ddd;
}
.tables td:first-child {
  border-left: 1px solid #ddd;
}
.tables tr.even td {
  background-color: #fff;
}
.tables tr.odd td {
  background-color: #f9f9f9;
}
.tables tr.hover td,
tbody tr.hover td {
  background-color: #f5faff !important;
  border-bottom: 1px solid #c9dbee !important;
}
.tables tr.hover td.cell {
  border-right: 1px solid #c9dbee !important;
}
.tables tr.prevHover > td,
tbody tr.prevHover > td {
  border-bottom: 1px solid #c9dbee !important;
}
#userProfile .tables .first td {
  border-top: 1px solid #ddd;
}
#userProfile .tables td.firstCell {
  border-left: 1px solid #ddd;
}
.actionsMenu a {
  display: block;
  margin-bottom: 10px;
}
.actionsMenu a:last-child {
  margin-bottom: 0;
}
.actionsMenu img {
  margin-right: 5px;
}
.actionsButton {
  display: inline-block;
}
.hoverActions {
  top: 11px;
  left: -30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  background-color: #fff;
  z-index: 1000;
}
.hoverActions li a {
  width: 90px;
  height: 25px;
  line-height: 23px;
  display: block;
  padding-left: 10px;
}
.hoverActions li a:hover {
  background-color: #f1f1f1;
}
#startNewContainer {
  background: #f6f6f6 url('../i/forms/button-white-gradient.png') repeat-x left bottom;
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 128px;
  /*box-shadow: 0px 1px 0px #c1c1c1;
	-moz-box-shadow: 0px 1px 0px #c1c1c1;
	-webkit-box-shadow: 0px 1px 0px #c1c1c1;
	-khtml-box-shadow: 0px 1px 0px #c1c1c1;
	-o-box-shadow: 0px 1px 0px #c1c1c1;
	-icab-box-shadow: 0px 1px 0px #c1c1c1;*/

}
#startNewContainer a {
  display: block;
  height: 20px;
  line-height: 18px;
  padding: 5px 5px;
  color: #666;
  text-decoration: none;
}
#startNewContainer .first a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -khtml-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -icab-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -khtml-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -icab-border-bottom-right-radius: 0;
}
#startNewContainer .last a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -khtml-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -icab-border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -khtml-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -icab-border-top-right-radius: 0;
}
#startNewContainer a:hover {
  background-color: #999;
  color: #fff;
}
/* Dashboard End */
/* Icons */
.media,
.delete,
.add,
.approve {
  background: #f6f6f6 url('../i/forms/button-white-gradient.png') repeat-x 0 0;
  border: 1px solid #dddddd;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  /*box-shadow: 0px 1px 0px #c1c1c1;
	-moz-box-shadow: 0px 1px 0px #c1c1c1;
	-webkit-box-shadow: 0px 1px 0px #c1c1c1;
	-khtml-box-shadow: 0px 1px 0px #c1c1c1;
	-o-box-shadow: 0px 1px 0px #c1c1c1;
	-icab-box-shadow: 0px 1px 0px #c1c1c1;*/

}
a.media:hover,
a.delete:hover,
a.add:hover,
a.approve:hover {
  text-decoration: none;
  background-color: #dfdfdf;
  background-image: none;
}
.media {
  width: 61px;
  overflow: hidden;
}
.media span {
  display: inline-block;
  background: url('../i/icons/media.png') no-repeat 0 7px;
  width: 15px;
  text-indent: -9000px;
  height: 28px;
  padding-right: 10px;
}
.delete span {
  display: inline-block;
  background: url('../i/icons/x.png') no-repeat 0 9px;
  width: 12px;
  text-indent: -9000px;
  height: 28px;
  padding-right: 0;
}
.remove span {
  display: inline-block;
  background: url('../i/icons/x.png') no-repeat 0 9px;
  width: 12px;
  text-indent: -9000px;
  height: 28px;
  padding-right: 0;
}
.add span {
  display: inline-block;
  background: url('../i/icons/add.png') no-repeat 0 8px;
  width: 12px;
  text-indent: -9000px;
  height: 28px;
  padding-right: 10px;
}
.approve span {
  display: inline-block;
  background: url('../i/icons/add.png') no-repeat 0 8px;
  width: 60px;
  text-indent: 20px;
  height: 28px;
  padding-right: 10px;
}
.edit span {
  display: inline-block;
  background: url('../i/icons/edit.png') no-repeat 0 7px;
  width: 12px;
  text-indent: -9000px;
  height: 28px;
  padding-right: 10px;
}
.copy span {
  display: inline-block;
  background: url('../i/icons/copy.png') no-repeat 0 7px;
  width: 12px;
  text-indent: -9000px;
  height: 28px;
  padding-right: 10px;
}
.settings span {
  display: inline-block;
  background: url('../i/icons/settings-gear.png') no-repeat 0 8px;
  width: 12px;
  text-indent: -9000px;
  height: 28px;
  padding-right: 10px;
}
.move span {
  display: inline-block;
  background: url('../i/icons/move.png') no-repeat 0 7px;
  width: 14px;
  text-indent: -9000px;
  height: 28px;
  padding-right: 10px;
}
.move {
  cursor: move !important;
}
.disable span {
  display: inline-block;
  background: url('../i/icons/shutdown.png') no-repeat 0 7px;
  width: 12px;
  text-indent: -9000px;
  height: 28px;
  padding-right: 10px;
}
.tables .star a,
.tables .star a:hover {
  background: url('../i/icons/dashboard-sprite.png') no-repeat 0 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-indent: -9999px;
}
.tables .star a:hover {
  background-position: 0 -18px;
}
.tables .star a.selected {
  background-position: 0px -36px;
}
.tables .shutdown a,
.tables .shutdown a:hover {
  background: url('../i/icons/dashboard-sprite.png') no-repeat -32px -1px;
  width: 18px;
  height: 17px;
  display: inline-block;
  text-indent: -9999px;
}
.tables .shutdown a:hover {
  background-position: -32px -18px;
}
.tables .shutdown a.selected {
  background-position: -32px -36px;
}
.tables .poll span {
  background: url('../i/icons/types-service-icon-sprite.png') no-repeat 0 2px;
  display: inline-block;
  width: 19px;
  height: 19px;
}
.tables .survey span {
  background: url('../i/icons/types-service-icon-sprite.png') no-repeat 0 -25px;
  display: inline-block;
  width: 19px;
  height: 19px;
}
.tables .quiz span {
  background: url('../i/icons/types-service-icon-sprite.png') no-repeat 0 -56px;
  display: inline-block;
  width: 19px;
  height: 19px;
}
.tables .rating span {
  background: url('../i/icons/types-service-icon-sprite.png') no-repeat 0 -94px;
  display: inline-block;
  width: 19px;
  height: 19px;
}
.tables .hotOrNot span {
  background: url('../i/icons/types-service-icon-sprite.png') no-repeat 0 -127px;
  display: inline-block;
  width: 19px;
  height: 19px;
}
ul.services {
  padding-top: 48px;
}
ul.services a {
  color: #666;
  text-decoration: none;
}
ul.services a:hover {
  color: #999;
}
.services li {
  padding-bottom: 20px;
  font-size: 20px;
  font-family: 'Museo-500';
  line-height: 51px;
  text-indent: 0px;
}
.services span {
  background: url('../i/icons/types-service-box-sprite.png') no-repeat 0 0;
  display: inline-block;
  width: 55px;
  height: 51px;
}
.services .survey {
  background-position: 0 -70px;
}
.services .quiz {
  background-position: 0 -140px;
}
.services .rating {
  background-position: 0 -210px;
}
.services .hotOrNot {
  background-position: 0 -280px;
}
/* Icons End */
.userScore {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  float: left;
  padding: 10px;
  border-top: none;
}
.userMenu {
  width: 303px;
  height: 38px;
  top: -1px;
  right: 10px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}
.userMenu li {
  float: left;
  height: 39px;
  border-right: 1px solid #e3e3e3;
  line-height: 39px;
  padding: 0 !important;
}
.userMenu .first {
  padding-left: 4px !important;
}
.userMenu .last {
  border: none;
}
.userMenu .signOut a {
  padding-right: 15px;
  background: url('../i/icons/signout.png') no-repeat center right;
}
#userMenuMore {
  width: 218px;
  min-height: 84px;
  _height: 84px;
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -khtml-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -icab-border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -khtml-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -icab-border-top-right-radius: 0;
  top: 0;
  right: 95px;
  z-index: 1000;
}
#userMenuMore li {
  padding-left: 0 !important;
  float: none !important;
}
#UIContainer-fontStyles .container {
  width: 700px !important;
}
#UIContainer-preview .container,
#UIContainer-pageRules .container {
  width: 800px !important;
}
#UIContainer-pageActions .container {
  width: 600px;
}
#UIFont a {
  background-color: #f1f1f1;
  text-decoration: none;
  width: 190px;
  height: 35px;
  border: 1px solid #ddd;
  padding: 10px;
}
#UIFont a:hover {
  background-color: #f9f9f9;
}
#UIContainer-embed .container {
  width: 800px !important;
}
#UIContainer-ManageFolders .container {
  width: 600px !important;
}
.adpMedia {
  padding: 5px 0;
}
.comments {
  width: 600px;
}
.comments .even {
  background-color: #fff;
}
.comments .odd {
  background-color: #f9f9f9;
}
.comments .comment {
  border-bottom: 1px solid #fff;
}
.comments .moderation {
  background-color: #fefccb;
}
.comments .commentContent {
  width: 500px;
}
/* Confirm box */
#confirmOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
  z-index: 100000;
}
#confirmBox {
  width: 460px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -130px 0 0 -230px;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
}
#confirmBox h1,
#confirmBox p {
  font: 26px/1 'Museo-500';
  padding: 18px 16px 0 16px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  color: #666;
}
#confirmBox h1 {
  letter-spacing: 0.3px;
  color: #888;
}
#confirmBox p {
  background: none;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 0;
  text-align: center;
  padding: 5px 0;
}
#confirmButtons {
  padding: 0 0 15px 0;
  text-align: center;
}
#confirmBox .button {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
#confirmBox .button:last-child {
  margin-right: 0;
}
#confirmBox .button span {
  position: absolute;
  top: 0;
  right: -5px;
  width: 5px;
  height: 33px;
}
.adpQuestion {
  overflow: hidden;
}
.ourTpl a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ourTpl img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ourTpl .selected img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ourTpl .stylePremium {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ourTpl .stylePremium img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */

}
/* dropdowns: general */
a.dropdown,
a.dropdown.dropdown-active {
  background: #f6f6f6 url('../i/forms/button-white-gradient.png') repeat-x 0 0;
  border: 1px solid #dddddd;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  color: #666;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}
a.dropdown:hover {
  text-decoration: none;
  background-color: #666;
  background-image: none;
  color: #fff;
  border: 1px solid #4b4b4b;
}
a.dropdown:hover span {
  color: #fff;
}
a.dropdown {
  position: relative;
}
.dropdown-menu {
  background: #fff;
  border: 1px solid #dddddd;
  border-top: none;
  padding: 7px 12px;
  position: absolute;
  top: 30px;
  right: -2px;
  display: none;
  z-index: 5000;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
.dropdown-menu a {
  padding-bottom: 5px;
}
* html .dropdown-menu {
  top: 28px;
}
* + html .dropdown-menu {
  top: 28px;
}
/* dropdowns: specific */
#dropdown1 {
  width: 150px;
}
#dropdown1 a {
  display: block;
}
#mediaLibraryContent .hover,
#myFolders .hover {
  background-color: #f1f1f1;
}
#myFolders .folderItem {
  border-bottom: 1px solid #ccc;
  width: 98%;
  overflow: hidden;
}
#myFolders .hover {
  padding-left: 1%;
  width: 97% !important;
}
#mediaLibraryContent .selected {
  background-color: #f9f9f9;
}
#configCloseDateContainer select,
#surveyCloseDateContainer select {
  width: 35px;
}
.colorPickerEl {
  background: #ffffff url('../i/icons/color-palette.png') no-repeat right center;
}
.swfImagesList img {
  padding: 3px;
  background-color: #fff;
  cursor: pointer;
}
img.flashImgPreview {
  background-color: #3B8AFF !important;
}
.reports .scrollable {
  /* required settings */

  position: relative;
  overflow: hidden;
  width: 270px;
  height: 600px;
}
.reports .scrollable .items {
  /* this cannot be too large */

  width: 20000em;
  position: absolute;
}
.reports .scrollable .items div {
  float: left;
}
.screenshots ul li {
  margin-bottom: 5px;
}
.screenshots ul li.last {
  margin: 0;
}
.screenshots ul li div {
  display: inline-block;
  padding: 5px;
}
.screenshots ul li img {
  border: 1px solid #b4d0de;
}
.screenshots ul li.selected div {
  border: 5px solid #2f6894;
  padding: 0;
}
.copyTo img {
  margin-top: -3px;
}
.copyTo.hover a {
  color: #666;
}
.adpBox .poweredBy {
  display: none;
}
.poweredBy a {
  background: #f1f1f1 url('https://www.addpoll.com/i/poweredby.png') no-repeat 57px 5px;
  font-size: 9px;
  font-family: arial;
  text-decoration: none;
  display: block;
  width: 102px;
  height: 15px;
  line-height: 15px;
  text-indent: 0px;
  padding: 4px 5px 2px 5px;
  margin: 0;
  border: 1px solid silver;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #000;
}
.poweredBy a:hover {
  background-color: #ddd;
}
.ui-submenu-help .ui-tooltip-content {
  padding: 3px 5px;
  width: 45px;
  text-align: center;
}
.ui-entries-help .ui-tooltip-content {
  padding: 3px 5px;
  width: 120px;
}
.ui-tooltip-content {
  border-color: #dddddd !important;
  background: #f4f5f6 url('../i/forms/button-white-gradient.png') repeat-x !important;
  /*width: 70px;*/

  width: 100%;
}
.ui-tooltip-content ul li:first-child {
  padding-top: 5px;
}
.ui-tooltip-content ul li:last-child {
  padding-bottom: 5px;
}
.ui-tooltip-content a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #666;
  font-size: 11px;
}
.ui-tooltip-content a:hover {
  background-color: #dfdfdf;
  color: #9CA52E;
}
.ui-tooltip-content a span {
  height: 12px !important;
  background-position: 0 0;
  padding-right: 5px;
}
/*.charts {
	height: 280px; width: 940px;
}*/
.contentTitle {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 9px;
  margin-bottom: 15px;
}
.tooltipHelp,
.tooltipHelpHover {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../i/icons/help-v2.png') no-repeat;
  vertical-align: middle;
  cursor: help;
}
.ui-tooltip-help {
  width: 190px !important;
}
.ui-tooltip-help .ui-tooltip-content {
  width: auto !important;
  background: #2F6894 !important;
  border-color: #1b4262 !important;
}
.ui-tooltip-help .ui-tooltip-content div {
  color: #fff !important;
}
.helpContainer img {
  border: 2px solid #ddd;
  -webkit-border-radius: 5px;
  padding: 5px;
}
.entryTable {
  width: 100%;
  table-layout: fixed;
  border: 0;
}
.entryTable td {
  min-width: 100px;
  padding: 5px;
}
.entryTable > tbody tr.even td {
  background-color: #fff;
}
.entryTable > tbody tr.odd td {
  background-color: #F9F9F9;
}
.entryTable > thead td {
  border-bottom: 1px solid #ddd;
  /*border-right: 1px solid #ddd;*/

}
.entryTable > tbody > tr.even td,
.entryTable > tbody > tr.odd td {
  /*border-right: 1px solid #ddd;*/

  height: 30px;
  cursor: pointer;
}
.entryTable > tbody > tr.even td:last-child,
.entryTable > tbody > tr.odd td:last-child,
.entryTable > thead td:last-child {
  border-right: 1px solid #ddd;
}
.entryTable > tbody tr.hover td .field,
tr.hover td .entry {
  color: #666 !important;
}
tr.hover td .field a {
  color: #2f6894 !important;
}
.entryTable > tbody tr td.entryInfo {
  background-color: #fff !important;
  cursor: text !important;
  border-bottom: 1px solid #ddd;
}
.entryTable > tbody > tr.selected > td {
  background-color: #499cbf;
  font-weight: bold;
}
.entryTable > tbody tr.selected td .field,
tr.selected td .entry {
  color: #fff;
}
tr.selected td .field a {
  color: #fff;
}
.entryTable > tbody td.entryInfo {
  background-color: #fff !important;
  height: auto;
  padding: 0;
}
.entryTable > tbody td.entryInfo > div {
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -icab-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
.entryTable > tbody > tr.even .field,
.entryTable > tbody > tr.odd .field,
.entryTable > thead > tr .field {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  white-space: nowrap;
  word-wrap: break-word;
}
.entryInfoTable {
  width: 100%;
  margin-bottom: 8px;
}
.entryInfoTable > tbody > tr > td {
  border-bottom: 1px solid #ddd;
}
.entryInfoTable > tbody > tr:first-child > td {
  border-top: 1px solid #ddd;
}
.entryInfoTable > tbody > tr > td:first-child {
  border-left: 1px solid #ddd;
  border-right: none !important;
}
.entryInfoTable > tbody > tr > td:last-child {
  border-right: 1px solid #ddd;
  border-left: none !important;
}
.entryInfoTable td.entryField {
  width: 20%;
  font-weight: bold;
  background-color: #F1F1F1 !important;
}
.entryInfoTable td {
  border-bottom: none;
  background-color: #fff !important;
}
.entryInfoTable > td {
  border-bottom: 1px solid #ddd;
}
.entryInfoTable table td {
  border: none !important;
}
table.notification {
  width: 100%;
}
table.notification > tbody tr td {
  padding: 5px 0;
}
table.notification > tbody tr td .manage {
  display: none;
}
table.notification > tbody tr.hover td .manage,
table.notification > tbody tr.selected td .manage {
  display: block;
}
table.notification > tbody tr.hover td {
  font-weight: bold;
}
table.notification > tbody tr.selected td {
  font-weight: bold;
}
.mandatory {
  color: red;
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
}
.recaptchatable #recaptcha_response_field {
  left: 0 !important;
}
#popupButton .preview a,
#popupButton .templates a {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Verdana;
}
#popupButton .preview .button a,
#popupButton .templates a {
  display: inline-block;
  margin: 0 auto;
  padding: 9px 6px;
  color: #000000;
  border: 1px solid #ffffff;
  background-position: left bottom;
}
#popupButton .preview .link a {
  text-decoration: underline;
  display: inline;
  color: #000000;
}
#popupButton .preview .link a:hover {
  background-color: transparent !important;
}
#popupButton .preview a:hover,
#popupButton .templates a:hover,
#popupBanner .preview .banner a:hover,
#popupBanner .templates a:hover {
  text-decoration: none;
  background-image: none !important;
}
#popupButton .templates > div {
  float: left;
  padding-right: 15px;
  padding-bottom: 5px;
}
#popupButton .templates a {
  width: 90px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
#popupButton .templates a.template0:hover,
#popupBanner .templates a.template0:hover {
  text-decoration: underline;
}
#popupButton .templates a.template0,
#popupBanner .templates a.template0 {
  color: #000000;
}
#popupButton .templates a.template1 {
  color: #fff;
  background-color: #60AFD1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #489BBE;
  background-image: url('../i/embed/buttons/template1.png');
  background-repeat: repeat-x;
}
#popupButton a.template1:hover {
  background-color: #489bbe !important;
}
#popupButton .templates a.template2 {
  color: #717171;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #AEAEAE;
  background-image: url('../i/embed/buttons/template2.png');
  background-repeat: repeat-x;
}
#popupButton a.template2:hover {
  background-color: #e9e9e9 !important;
}
#popupButton a.template3 {
  font-family: Georgia, Arial;
}
#popupButton .templates a.template3 {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000;
  background-image: url('../i/embed/buttons/template3.png');
  background-repeat: repeat-x;
}
#popupButton a.template3:hover {
  background-color: #1a1a1a !important;
}
#popupButton a.template4 {
  font-size: 11px;
  text-transform: uppercase;
  font-family: Georgia, Arial;
}
#popupButton .templates a.template4 {
  color: #fff;
  background-color: #D11D65;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #B11855;
  background-image: url('../i/embed/buttons/template4.png');
  background-repeat: repeat-x;
}
#popupButton a.template4:hover {
  background-color: #b11855 !important;
}
#popupButton .templates a.template5 {
  color: #6B4B2F;
  background-color: #FFDB6E;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #FFE390;
  background-image: url('../i/embed/buttons/template5.png');
  background-repeat: repeat-x;
}
#popupButton a.template5:hover {
  background-color: #ffd24c !important;
}
#popupBanner .banner {
  position: absolute;
  display: inline-block;
  width: auto;
}
#popupBanner .banner a,
#popupBanner .templates a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 42px;
  border: 1px solid transparent;
}
#popupBanner .templates > div {
  padding-bottom: 5px;
}
#popupBanner .templates a {
  width: 171px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
#popupBanner .templates a.template1 {
  color: #fff;
  background-color: #60afd1;
  border: 1px solid #489bbe;
  background-image: url('../i/embed/banners/template1.png');
  background-repeat: repeat-x;
}
#popupBanner a.template1:hover {
  background-color: #489bbe !important;
}
#popupBanner .templates a.template2 {
  color: #ffffff;
  background-color: #333333;
  border: 1px solid #000000;
  background-image: url('../i/embed/banners/template2.png');
  background-repeat: repeat-x;
}
#popupBanner a.template2:hover {
  background-color: #333333 !important;
}
#popupBanner a.template3 {
  font-family: Georgia, Arial;
}
#popupBanner .templates a.template3 {
  color: #ffffff;
  background-color: #d11d65;
  border: 1px solid #b5225d;
  background-image: url('../i/embed/banners/template3.png');
  background-repeat: repeat-x;
}
#popupBanner a.template3:hover {
  background-color: #d11d65 !important;
}
#popupBanner a.template4 {
  font-size: 11px;
  text-transform: uppercase;
  font-family: Georgia, Arial;
}
#popupBanner .templates a.template4 {
  color: #6b4b2f;
  background-color: #ffdb6e;
  border: 1px solid #e5b82f;
  background-image: url('../i/embed/banners/template4.png');
  background-repeat: repeat-x;
}
#popupBanner a.template4:hover {
  background-color: #ffdb6e !important;
}
#popupBanner .templates a.template5 {
  color: #ffffff;
  background-color: #bbc53e;
  border: 1px solid #acb538;
  background-image: url('../i/embed/banners/template5.png');
  background-repeat: repeat-x;
}
#popupBanner a.template5:hover {
  background-color: #bbc53e !important;
}
#popupBadge .badge {
  position: absolute;
  display: inline-block;
  width: 125px;
  height: 125px;
  text-align: center;
  cursor: pointer;
}
#popupBadge .templates .tplButton div {
  width: 125px;
  height: 125px;
  background-repeat: no-repeat;
}
#popupBadge .badge a,
#popupBadge .badge span,
#popupBadge .templates a {
  display: inline-block;
  text-decoration: none;
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-family: Arial, Verdana;
  font-weight: bold;
  padding: 56px 11px 0 25px;
  width: 99px;
  margin: 0;
  text-indent: 0;
  text-shadow: 0 1px 1px #000000;
  text-align: center;
  border: none !important;
  color: #fff;
}
#popupBadge .badge span {
  width: 99px;
  height: auto;
  position: absolute;
  zoom: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  left: 12px;
}
#popupBadge .badge .embedBtn {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
#popupBadge .templates .tplButton {
  zoom: 0.7;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}
#popupBadge .templates > div {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}
#popupBadge .template0 {
  color: #000;
}
#popupBadge .template1 {
  background-image: url('../i/embed/badges/template1.png');
  color: #ffffff;
}
#popupBadge .template2 {
  background-image: url('../i/embed/badges/template2.png');
  color: #ffffff;
}
#popupBadge .template3 {
  background-image: url('../i/embed/badges/template3.png');
  color: #ffffff;
}
#popupBadge .template4 {
  background-image: url('../i/embed/badges/template4.png');
  color: #ffffff;
}
#popupBadge .template5 {
  background-image: url('../i/embed/badges/template5.png');
  color: #ffffff;
}
#popupSlider .templates div {
  float: left;
  height: 70px;
  padding-bottom: 5px;
  padding-right: 10px;
}
#popupSlider .slider {
  position: relative;
  padding: 5px;
  margin: 0;
  background-color: #fff;
  padding-top: 28px;
  width: 275px;
  border: 1px solid #ddd;
}
#popupSlider .template3 .slider {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
#popupSlider .template5 .slider {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
#popupSlider .slider .slider-close {
  position: absolute;
  right: 4px;
  top: 4px;
}
#popupSlider .slider .slider-close a {
  display: block;
  padding: 4px 6px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
#popupSlider .slider .slider-close a:hover {
  text-decoration: none;
}
#popupSlider .template1 .slider .slider-close a {
  background-color: #617384;
  border: 1px solid #617384;
  color: #fff;
}
#popupSlider .template1 .slider .slider-close a:hover {
  background-color: #43515e;
}
#popupSlider .template2 .slider .slider-close a {
  background-color: #636363;
  border: 1px solid #636363;
  color: #fff;
}
#popupSlider .template2 .slider .slider-close a:hover {
  background-color: #c3c3c3;
}
#popupSlider .template3 .slider .slider-close a {
  background-color: #234d6e;
  border: 1px solid #234d6e;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
#popupSlider .template3 .slider .slider-close a:hover {
  background-color: #497ca3;
}
#popupSlider .template4 .slider .slider-close a {
  background-color: #6e582e;
  border: 1px solid #6e582e;
  color: #fff;
}
#popupSlider .template4 .slider .slider-close a:hover {
  background-color: #826836;
}
#popupSlider .template5 .slider .slider-close a {
  background-color: #7fcfeb;
  border: 1px solid #7fcfeb;
  color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
#popupSlider .template5 .slider .slider-close a:hover {
  background-color: #5ec3e7;
}
#popupSlider .slider .slider-box {
  padding: 10px;
}
#popupSlider .template1 .slider .slider-box {
  background-color: #617384;
}
#popupSlider .template2 .slider .slider-box {
  background-color: #d8d8d8;
}
#popupSlider .template3 .slider .slider-box {
  background-color: #204a6a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 0;
}
#popupSlider .template4 .slider .slider-box {
  background-color: #a38242;
}
#popupSlider .template5 .slider .slider-box {
  background-color: #433850;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 0;
}
#popupSlider .slider .slider-content {
  padding: 14px;
}
#popupSlider .template1 .slider .slider-content {
  background-color: #43515e;
  border-bottom: 1px solid #7f8d9b;
  box-shadow: inset 0px 1px 15px 0px rgba(0, 0, 0, 0.5);
}
#popupSlider .template2 .slider .slider-content {
  padding: 0;
}
#popupSlider .template3 .slider .slider-content {
  padding: 0;
}
#popupSlider .template4 .slider .slider-content {
  padding: 0;
}
#popupSlider .template5 .slider .slider-content {
  padding: 13px;
}
#popupSlider .slider .slider-header {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px 1px 0px #000;
}
#popupSlider .template1 .slider .slider-header {
  color: #fff;
  border-bottom: 1px solid #35404a;
  padding-bottom: 14px;
}
#popupSlider .template2 .slider .slider-header {
  color: #fff;
  background-color: #666666;
  box-shadow: inset 0px 1px 15px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 14px 0;
}
#popupSlider .template3 .slider .slider-header {
  color: #fff;
  padding: 20px 22px;
  background: #204a6a;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNGE2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzRiN2ZhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #204a6a 0%, #4b7fa7 99%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #204a6a), color-stop(99%, #4b7fa7));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #204a6a 0%, #4b7fa7 99%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #204a6a 0%, #4b7fa7 99%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #204a6a 0%, #4b7fa7 99%);
  /* IE10+ */

  background: linear-gradient(top, #204a6a 0%, #4b7fa7 99%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#204a6a', endColorstr='#4b7fa7', GradientType=0);
  /* IE6-8 */

  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
}
#popupSlider .template4 .slider .slider-header {
  color: #fff;
  background-color: #6e582e;
  padding: 14px 12px;
  font-family: Georgia, Tahoma, Arial, Verdana;
}
#popupSlider .template5 .slider .slider-header {
  color: #fff;
  padding: 13px 13px;
  background-color: #4cb0d5;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 2px solid #362d41;
  text-align: center;
}
#popupSlider .slider .slider-body {
  padding-top: 14px;
  font-size: 13px;
}
#popupSlider .template1 .slider .slider-body {
  border-top: 1px solid #617384;
  color: #fff;
}
#popupSlider .template2 .slider .slider-body {
  color: #404040;
  text-align: center;
}
#popupSlider .template3 .slider .slider-body {
  color: #fff;
  padding: 14px 20px;
}
#popupSlider .template4 .slider .slider-body {
  background-color: #826836;
  color: #fff;
  padding: 10px 15px;
  margin-top: 1px;
  font-family: Georgia, Tahoma, Arial, Verdana;
}
#popupSlider .template5 .slider .slider-body {
  color: #fff;
  padding: 14px 0 0 0;
  text-align: center;
}
#popupSlider .slider .slider-button {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
}
#popupSlider .slider .slider-button a {
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  padding: 8px 15px;
  text-decoration: none;
}
#popupSlider .template1 .slider .slider-button a {
  background: #ffa700 url('../i/embed/sliders/template1/button.png') left bottom repeat-x;
  color: #fff;
  border-radius: 0 10px 0 10px;
  -moz-border-radius: 0 10px 0 10px;
  -webkit-border-radius: 0 10px 0 10px;
  -o-border-radius: 0 10px 0 10px;
  -ms-border-radius: 0 10px 0 10px;
}
#popupSlider .template1 .slider .slider-button a:hover {
  text-decoration: none;
  background-color: #f26a00;
  background-image: none;
}
#popupSlider .template2 .slider .slider-button a {
  background: #3399ff url('../i/embed/sliders/template2/button.png') left bottom repeat-x;
  color: #fff;
  border-radius: 0 10px 0 10px;
  -moz-border-radius: 0 10px 0 10px;
  -webkit-border-radius: 0 10px 0 10px;
  -o-border-radius: 0 10px 0 10px;
  -ms-border-radius: 0 10px 0 10px;
}
#popupSlider .template2 .slider .slider-button a:hover {
  text-decoration: none;
  background-color: #16528e;
  background-image: none;
}
#popupSlider .template3 .slider .slider-button {
  padding: 0 13px 15px 13px;
}
#popupSlider .template3 .slider .slider-button a {
  background: #fac600 url('../i/embed/sliders/template3/button.png') left bottom repeat-x;
  color: #fff;
  border: 1px solid #fbdb5a;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
#popupSlider .template3 .slider .slider-button a:hover {
  text-decoration: none;
  background-color: #f1a900;
  background-image: none;
}
#popupSlider .template4 .slider .slider-button a {
  background: #ffdb6e url('../i/embed/sliders/template4/button.png') left bottom repeat-x;
  color: #6b4b2f;
  text-transform: uppercase;
  border: 1px solid #ffe390;
  text-shadow: none;
  font-family: Georgia, Tahoma;
  font-size: 11px;
}
#popupSlider .template4 .slider .slider-button a:hover {
  text-decoration: none;
  background-color: #ffd24c;
  background-image: none;
}
#popupSlider .template5 .slider .slider-button {
  padding: 0 13px 15px 13px;
}
#popupSlider .template5 .slider .slider-button a {
  background-color: #4cb0d5;
  color: #fff;
  border: 2px solid #362d41;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
#popupSlider .template5 .slider .slider-button a:hover {
  text-decoration: none;
  background-color: #6cbcda;
  background-image: none;
}
.box {
  background-color: #F1F1F1;
  padding: 5px 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(159, 159, 159, 0.5);
}
.cnBox {
  width: 250px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 2px 2px rgba(212, 212, 212, 0.6);
  border-radius: 5px;
  border: 2px solid #fff;
}
.cnBoxHover {
  box-shadow: 0 0 16px 2px rgba(78, 160, 195, 0.6) !important;
  border: 2px solid #4D9FC2;
}
.cnBox .cnTitle {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cnBox .cnScreenshot {
  width: 200px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
}
.cnBox .cnText {
  padding: 6px 10px;
}
#usersList > li {
  width: 200px;
  padding: 10px 0;
}
#usersList > li.hover,
#usersList .manageMenu {
  background-color: #f1f1f1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#usersList .manageMenu {
  box-shadow: 0 3px 0px 0 rgba(125, 125, 125, 0.2);
}
#usersList .manageMenu li a {
  width: 150px;
}
.planButtons > div {
  border: 1px solid #ddd;
}
.planButtons > .hover {
  background-color: #ddd;
  cursor: pointer;
}
.planButtons > .selected {
  background-color: #f5faff;
  border: 1px solid #c9dbee;
}
.dynamicLoader {
  position: absolute;
  width: 250px;
  height: 50px;
  background-color: #e9e9e9;
  left: 35%;
  top: 0;
}
.dynamicLoader .dlBarBorder {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  margin: 20px 0 0 20px;
  width: 210px;
}
.dynamicLoader .dlIcon {
  position: absolute;
  top: 10px;
  left: -35px;
}
.dynamicLoader .dlBar {
  background-color: #2f6894;
  height: 10px;
  width: 0%;
}
.plansHeaderBtn {
  position: absolute;
  top: 0;
  left: 190px;
  padding: 0 !important;
}
#plans ul li {
  border-bottom: 1px solid #ddd;
}
#plans ul li:last-child {
  border-bottom: none;
}
#plans .planBox {
  background-color: #fff;
  width: 298px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#plans .planInfo {
  background-color: #f9f9f9;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
#plans .planPrices {
  background-color: #5BA9C9;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
#plans .current {
  background-color: #f5faff;
}
#plans .current ul li {
  border-color: #c9dbee;
}
.answerTypeSelect {
  border: 1px solid transparent;
  padding: 0 5px 5px 5px;
}
.answerTypeSelected {
  background-color: #f1f1f1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #DDD;
}
.fieldsMapping select {
  width: 180px;
  height: 30px;
}
.fieldsMapping .col {
  width: 200px;
}
.fieldsMapping .header .col {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.fieldsMapping input[type=text] {
  width: 180px;
}
#integrationFieldsList li {
  padding-bottom: 10px;
}
/* Responsive */
.contentCols2 .col1 {
  width: 47%;
}
.contentCols2 .col2 {
  width: 47%;
}
.contentCols2 .signUpForm {
  width: 40%;
  padding-left: 42px;
}
.contentCols2 .previewServices {
  width: 46%;
  padding-top: 47px;
  padding-left: 55px;
}
.contentCols2 .previewServices li:first-child {
  padding-right: 10px;
}
.inviteIndexText {
  font-size: 40px;
}
.integration .integrationLogos > div:first-child {
  padding-right: 20px;
}
.integration .integrationLogos > div {
  display: inline-block;
}
.integration .integrationLogos img {
  margin-right: 10px;
}
#logo .menu {
  width: 100px !important;
  float: right !important;
}
#logo .menu ul {
  float: right;
}
.signUpForm .inputs {
  width: 350px;
  height: 35px;
  font-size: 17px;
}
.signUpForm .button-orange-large {
  width: 360px;
  background-image: url('../i/forms/button-orange-large-360.png');
}
@media (max-width: 767px) {
  .content {
    width: 100%;
  }
  #adpContentBody > div:nth-child(2) {
    padding-bottom: 10px;
  }
  .contentCols2 .col1,
  .contentCols2 .col2 {
    width: 98%;
    margin: 0;
    padding: 0 1%;
    float: none;
  }
  .contentCols2 .previewServices li:first-child {
    padding-bottom: 10px;
  }
  #header #menu .content > ul li > a {
    font-size: 11px;
  }
  #header #menu .content > ul li:first-child,
  #header #menu .content > ul li:first-child + li {
    display: none;
  }
  #samples {
    padding: 0 !important;
  }
  #samples .pollsPreviews,
  #samples .sampleBox > div {
    width: 100% !important;
  }
  #samples .pollsPreviews > div,
  #samples .sampleBox > div {
    padding: 0 0 10px 0px !important;
    float: none;
  }
  .inviteIndexText {
    font-size: 28px;
  }
  #logo .menu {
    float: left;
    padding-top: 20px;
    padding-left: 10px;
  }
  #logo .menu ul {
    float: none;
  }
  #footer {
    min-height: 135px;
    height: auto !important;
    text-align: left;
  }
  #footer .followUs > div {
    padding: 0 10px 5px 0 !important;
  }
  #footer .content > div > div:first-child {
    padding-bottom: 10px;
  }
  #footer .content .left {
    float: none;
  }
  #footer .content .right {
    float: none;
  }
  .contentCols2 .signUpForm .inputs {
    width: 266px !important;
  }
  .contentCols2 .signUpForm .button-orange-large {
    width: 212px;
    background: url('../i/forms/button-orange-large.png') repeat-x 0 0;
  }
  .contentCols2 .signUpForm div.font20 {
    text-align: center;
  }
  .contentCols2 .signUpForm form > div {
    margin: 0 auto;
    width: 212px;
  }
  .contentCols2 .signUpForm form > ul {
    width: 278px;
    margin: 0 auto;
  }
  .contentCols2 .signUpForm form > div.font20 {
    font-size: 18px;
  }
  .tabs li {
    float: none;
    text-align: center;
    padding: 0;
  }
  .integration {
    text-align: center;
  }
}
@media (max-width: 420px) {
  #footer .menu li {
    float: none;
    padding-bottom: 5px;
  }
  .integration {
    text-align: center;
  }
  .integration .contentCols2 > div {
    clear: both;
  }
  .integration .integrationLogos > div:nth-child(2) {
    padding-top: 5px;
  }
  .integration .integrationLogos > div:nth-child(2) span {
    display: block;
  }
  .integration img:first-child {
    padding-top: 10px;
  }
  #footer .content .embedBox {
    float: none !important;
  }
  #footer .content .followUs {
    width: 120px;
    margin: 0 auto;
  }
  #footer .content .menu {
    text-align: center;
  }
  #footer .content .copyright {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .content {
    width: 100%;
  }
  .contentCols2 .col1,
  .contentCols2 .col2 {
    width: 98%;
    margin: 0;
    padding: 0 1%;
    float: none;
  }
  .contentCols2 {
    padding-bottom: 5%;
  }
  .contentCols2 .col2 {
    padding-top: 5%;
  }
  .integration {
    text-align: center;
  }
  #footer {
    min-height: 135px !important;
    height: auto !important;
  }
  #footer .content > div > div:nth-child(2) {
    padding-top: 10px;
  }
  #footer .menu > ul {
    padding-left: 44px;
  }
  #footer .content .left {
    padding-bottom: 20px;
    text-align: center;
  }
  #footer .content .left,
  #footer .content .right {
    float: none;
    width: auto;
    min-width: 300px;
    max-width: 430px;
    margin: 0 auto;
  }
}
