/*
 * WARNING: Do NOT edit this CSS file directly. Edit the corresponding SCSS file instead. 
 */
.missingquestions {
  color: red;
  font-size: 16px;
  font-weight: 700; }

#validation_box {
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 300px;
  z-index: 100001; }

#validation_body ul {
  list-style-type: disc;
  margin-left: 10px;
  text-align: left !important; }

.validation_message {
  color: Blue;
  cursor: help !important;
  text-decoration: underline; }

.modaldialog {
  background-color: #fff;
  border: 2px solid #444;
  height: 700px;
  overflow: scroll;
  width: 820px;
  z-index: 100000; }

.modalclose {
  bottom: 5px;
  left: 5px;
  position: absolute;
  width: 120px; }

.dialogheader {
  background-color: #333;
  background-image: url(/panel-assets/img/panel_header_bg.png);
  background-repeat: repeat-x;
  border: solid 1px #ccc;
  color: #ccc;
  font-size: 11px;
  font-weight: 700;
  padding: 4px;
  text-align: left;
  width: 100%; }

.dialogbody {
  border-bottom: none;
  font-size: 11px;
  height: auto !important;
  padding: 5px;
  width: 100%; }

.likert_scale {
  background-color: #fff;
  padding: 10px; }

.likert_body .header {
  text-align: center;
  width: 60px; }

.likert_body td {
  border-bottom: solid 1px #ccc; }

.submitbuttons_right {
  float: right;
  padding: 5px; }

.submitbuttons_left {
  float: left;
  padding: 5px; }

.submitbuttons_center {
  text-align: center;
  width: 100%; }

.label {
  font-weight: 700;
  text-align: right; }

.validation {
  text-align: left;
  width: 120px; }

.radpicker td img {
  margin: 0 2px !important; }

.footer {
  background-image: url(/panel-assets/img/footer.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 60px;
  vertical-align: middle;
  width: 100%; }

.imgmriacontent {
  background-repeat: no-repeat;
  border: none;
  height: 92px;
  min-height: 92px;
  min-width: 100px;
  vertical-align: middle;
  width: 100px; }

.tabbuttons {
  display: block !important;
  height: 24px;
  margin: 0 0 -1px 10px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 6; }

.tabbuttons div {
  float: left;
  padding: 0 3px 0 0; }

.tabbutton_active {
  background-color: #fff;
  border: solid 1px #ccc;
  border-bottom: solid 1px #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: black;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  height: 24px;
  min-width: 100px;
  z-index: 1000; }

.tabbutton_inactive {
  background-color: #eee;
  border: solid 1px #ccc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #666;
  cursor: pointer;
  font-size: 12px;
  height: 24px;
  min-width: 100px; }

.tabbutton_inactive_new {
  background-color: #eee;
  background-image: url(/panel-assets/img/icons_new.png);
  background-position: center left;
  background-repeat: no-repeat;
  border: solid 1px #ccc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #666;
  cursor: pointer;
  font-size: 12px;
  height: 24px;
  min-width: 100px; }

.tabviews {
  border: solid 1px #ccc;
  border-radius: 3px;
  width: 100%; }

.messagepanel {
  background-color: #fff;
  border: solid 1px gray;
  border-radius: 6px 6px 6px 6px;
  height: 600px;
  width: 600px; }

.modalbackground {
  background-color: #000;
  opacity: 0.5; }

.modalwindow {
  background-color: #fff;
  border: solid 1px gray;
  padding: 5px;
  position: absolute;
  top: -1000px; }

.modalheader img {
  margin-top: -5px;
  vertical-align: middle; }

.modalheader {
  background-color: #e0e0e0;
  border: solid 0 transparent;
  border-bottom: solid 1px #ccc;
  color: gray;
  float: left;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  text-indent: 10px;
  vertical-align: middle;
  width: 100%; }

.modalcontent {
  margin-top: 10px;
  background-color: #fff;
  float: left;
  width: 100%; }

.modalbuttons {
  background-color: #fff;
  float: left;
  height: 30px;
  padding: 15px 5px 5px;
  text-align: right;
  width: 98%; }

.leftnav {
  float: left; }

.rightnav {
  float: right; }

.nopoll {
  border: solid 1px #ccc;
  color: red;
  font-weight: 700;
  padding: 10px;
  width: 97%; }

.nosurveys, .survey_error {
  color: red; }

.profileprogress {
  background-color: #fff;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }

.supportform {
  margin: 0;
  padding: 5px;
  width: 100%; }

.child_container {
  display: table;
  width: 100%; }

.child_row {
  display: table-row;
  width: 100%; }

.child_cell {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  width: 50%; }

.questionprogress {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%; }

.ex_login {
  border: solid 1px #ccc;
  border-radius: 5px;
  font-family: Verdana;
  font-size: 1em;
  height: 100px;
  padding: 5px;
  width: 250px; }

.ex_input input {
  border: solid 1px #ccc;
  border-radius: 3px;
  font-family: Verdana; }

.ex_label {
  float: left;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 24px;
  padding-right: 5px;
  text-align: right;
  vertical-align: middle;
  width: 30%; }

.ex_input {
  float: left;
  font-size: 0.8em;
  line-height: 24px;
  vertical-align: middle;
  width: 65%; }

.ex_button {
  clear: both;
  float: right;
  text-align: right; }

.ex_button input {
  background-color: #a1adbe;
  border: solid 1px #ccc;
  border-radius: 3px;
  color: #fff;
  font-family: Verdana;
  font-size: 0.8em;
  font-weight: 700;
  margin-right: 5px;
  padding: 3px; }

.ex_error {
  clear: both;
  color: red;
  float: left;
  font-size: 0.8em;
  text-align: center;
  width: 100%; }

.profileimage {
  float: left;
  height: 32px;
  margin-top: -5px;
  width: 32px; }

.rewardslist .profileimage {
  width: 150px !important; }

.rewardslist .profilestatus {
  margin: 1px 0; }

.rewardhistory {
  margin-top: 10px; }

.profilesmalldiv {
  float: right;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  width: 240px !important; }

.messageitem {
  background-image: url(/panel-assets/img/poll_bg.png);
  background-repeat: repeat-x;
  border: solid 1px #ccc;
  float: left;
  margin: 0;
  width: 100%; }

.messagedate {
  color: #666;
  padding: 2px;
  text-align: left;
  width: 190px; }

.messagetext {
  padding: 2px;
  text-align: left; }

.messageicon {
  padding: 2px;
  text-align: left;
  width: 25px; }

.messagedelete {
  width: 26px; }

.messagesubject {
  float: left;
  font-size: 18px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  padding: 5px;
  vertical-align: middle; }

.messagepanedate {
  color: #666;
  float: right;
  height: 32px;
  line-height: 32px;
  padding: 5px;
  vertical-align: middle; }

.messagebody {
  border: solid 1px #ccc;
  border-radius: 6px 6px 6px 6px;
  margin: 5px;
  min-height: 480px;
  overflow: auto;
  padding: 10px;
  width: 567px; }

.gridview {
  border: none; }

.gridview td {
  border: none;
  border-bottom: solid 1px #ccc;
  border-radius: 5px;
  padding: 5px; }

.gridview th {
  background-image: url(/panel-assets/img/toolbar_bg.png);
  background-repeat: repeat-x;
  border: none;
  border-bottom: solid 1px #ccc;
  padding: 3px; }

.community_poll {
  font-style: italic;
  margin-bottom: 10px;
  text-align: right;
  width: 100%; }

.communitypollquestion .questioncontrol .questiontext {
  font-size: 14px !important;
  font-weight: 700; }

.singleachievement {
  background-image: url(/panel-assets/img/poll_bg.png);
  background-repeat: repeat-x;
  border: solid 1px #ccc;
  float: left;
  margin: 10px;
  width: 100px !important; }

.singleachievementwrapper {
  float: left;
  width: 100px !important; }

.singleachievementcaption {
  color: #666;
  font-size: 10px;
  text-align: center; }

.singleachievementdetails {
  display: none;
  width: 0 !important; }

.sweepstakesheader {
  background-image: url(/panel-assets/img/sweeps_header_profile.png) !important;
  background-position: top center;
  background-repeat: no-repeat;
  height: 90px; }

.sweepsrules {
  font-size: smaller;
  position: absolute;
  right: 5px;
  text-align: right;
  top: 0;
  width: 350px; }

.sweepscontrolheader {
  border-bottom: 1px solid silver;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-align: left;
  width: 100%; }

.countdown {
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 3px 1px;
  padding: 5px;
  width: 115px !important; }

.countdown td {
  text-align: center;
  vertical-align: middle;
  width: 30px; }

.countdowntitle {
  font-weight: 700; }

.countdownvalue {
  background-color: #505050;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #B0B0B0;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  height: 30px !important;
  line-height: 30px !important; }

.countdownwrapper {
  border-left: 1px solid silver;
  padding-left: 15px;
  padding-right: 15px; }

.countdownfieldset {
  padding: 10px;
  text-align: center; }

.sweepscashimage {
  padding: 5px; }

.countdowndiv {
  float: left;
  text-align: center;
  width: 250px; }

.countdownnumentries {
  color: red;
  margin-bottom: 5px;
  margin-top: 7px; }

#cvs_jwplayer_container, #cvs_jwplayer_container_wrapper {
  margin: 0 auto; }

.remaining {
  background-color: red;
  border: 1px solid silver;
  border-radius: 4px;
  color: #FFF;
  cursor: help;
  font-family: Arial !important;
  font-size: 12px !important;
  font-weight: 700;
  height: 24px;
  margin-left: 10px;
  padding-top: 4px;
  text-align: center;
  vertical-align: middle;
  width: 20px; }

.account-info .reglabel {
  text-align: left !important;
  width: 100% !important; }

.account-info .regfield {
  width: 100% !important; }

.info-box, .success-box, .warning-box, .error-box {
  border: 1px solid;
  border-radius: 10px;
  box-shadow: 0 0 5px #888;
  font: bold 12px verdana;
  margin: 0 0 15px;
  padding: 15px 20px 15px 55px;
  text-shadow: 2px 2px 2px #ccc; }

.info-box {
  background: #BDE5F8 no-repeat 10px center;
  color: #00529B; }

.success-box {
  background: #DFF2BF no-repeat 10px center;
  color: #4F8A10; }

.warning-box {
  background: #FEEFB3 no-repeat 10px center;
  color: #9F6000; }

.error-box {
  background: #FFBABA no-repeat 10px center;
  color: #D8000C; }

.cvs-fancybox-header {
  font-size: 18px;
  font-weight: 700; }

.profile-page .registrationtable .formitem {
  background-image: url(/panel-assets/img/poll_bg.png);
  background-repeat: repeat-x;
  border: solid 1px #ccc;
  margin: 3px; }

.profile-page .registrationtable .reglabel {
  float: left;
  text-align: left;
  width: 100%; }

.profile-page .registrationtable .reglabel .number {
  display: inline; }

.profile-page .registrationtable .regfield {
  float: left;
  width: 100%; }

a.iwebutton {
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  font: 24px/100% Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 2px;
  outline: none;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  vertical-align: baseline;
  width: 100%; }

a.iwebutton:active {
  position: relative;
  top: 1px; }

.iwebutton.red {
  background: #d81b21;
  border: solid 1px #980c10;
  color: #fffafa; }

.iwebutton.red:hover {
  background: #b61318; }

.iwebutton.red:active {
  color: #de898c; }

.survey_invitation_likertscale {
  background-color: #fff;
  border: solid 1px #ccc;
  margin-left: 220px;
  margin-top: 10px;
  padding: 10px;
  width: 630px; }

.survey_invitation_likertscale legend {
  color: red;
  font-weight: 700; }

.survey_invitation_pnlprescreener {
  background-attachment: fixed;
  background-color: #f8f8f8;
  background-image: url(/panel-assets/img/textures_noise.png);
  border: solid 1px gray;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  z-index: 100000; }

.survey_invitation_pnlprescreener_wrapper {
  color: #000 !important; }

.survey_invitation_pnlprescreener_button_wrapper {
  margin: 10px 5px 15px;
  padding: 5px;
  text-align: right; }

.progress-panel {
  background-color: #FFF;
  text-align: center; }

.progress-panel .progress-spinner {
  padding: 20px 20px 10px; }

.progress-panel .progress-text {
  color: gray;
  font-weight: 700;
  padding: 10px 20px 20px; }

.infobox {
  background-color: #eef1f1;
  border: 1px solid #ccc;
  color: #1c1c1c;
  margin: 20px auto;
  padding: 2px 10px; }

.toolbar_bg {
  background: linear-gradient(#ffffff 0%, #f6f6f6 26%, #d8d8d8 81%, #d1d1d1 100%); }

.profilestatus {
  height: 48px !important; }

.ps-shadow {
  box-shadow: 1px 1px 20px 2px gray; }

.ps-inset-shadow {
  box-shadow: inset 0 0 10px gray; }

.ps-wrapper .demographicquestion .textbox {
  width: 300px; }

.uibutton {
  border-radius: 4px !important; }

.tbpad10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important; }

.innerview, .rewardslist {
  padding: 10px; }

.countdowncaption, .countdowncaptionnext {
  color: #505050;
  font-size: 14px; }

.getimage, .getimage img {
  height: 122px;
  width: 122px; }

* html {
  height: 100%; }

body {
  background-attachment: fixed;
  background-color: #264183;
  background-image: url(/panel-assets/img/background.png);
  background-position: center top;
  background-repeat: repeat-y;
  color: #333;
  font-family: "trebuchet ms", "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11pt;
  height: 100%;
  width: auto; }

a, a:visited {
  color: #3b5998; }

a:hover {
  color: #263961; }

h3 {
  color: red;
  font-family: "trebuchet ms", "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: 700; }

h4 {
  border-bottom: 1px solid #ccc;
  color: #555;
  font-family: "trebuchet ms", "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: 700; }

h5 {
  color: #333;
  font-family: "trebuchet ms", "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: 700; }

h6 {
  color: #555;
  font-family: "trebuchet ms", "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 14px;
  margin: 0; }

fieldset {
  border: #ccc solid 1px;
  padding: 0 10px 10px; }

legend {
  color: #aaa;
  font-size: 14px; }

input, button, select, textarea {
  font-family: "trebuchet ms", "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11pt; }

.textbox {
  background-image: url(/panel-assets/img/textbox_bg.png);
  background-repeat: repeat-x;
  border: #bbb solid 1px;
  color: #333;
  font-family: "trebuchet ms", "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11pt;
  padding: 2px;
  width: 95%; }

.textbox_100 {
  background-image: url(/panel-assets/img/textbox_bg.png);
  background-repeat: repeat-x;
  border: #bbb solid 1px !important;
  color: #333 !important;
  font-family: "trebuchet ms", "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11pt !important;
  padding: 2px !important;
  width: 100% !important; }

.dropdownlist {
  font-family: "trebuchet ms", "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11pt;
  width: 300px; }

.btn {
  background-image: none;
  border: none;
  color: #fff !important;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  border-radius: 0;
  text-shadow: none; }

.btn:hover {
  background-color: gray; }

.btn:active {
  background-color: black; }

.registerbutton {
  background: url(/panel-assets/img/button.gif) #eee;
  background-size: 100% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 34px;
  font-weight: 400;
  height: 60px;
  line-height: 18px;
  margin: 26px;
  width: 211px; }

#container {
  background-color: #fff;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1020px; }

#banner {
  background-image: url(/panel-assets/img/banner.png?v=1);
  background-position: center center;
  background-repeat: no-repeat;
  height: 120px;
  margin: 0;
  padding: 0;
  width: 100%; }

#content {
  background-color: #fff;
  padding-bottom: 10px;
  width: 100%; }

#footer {
  background-color: #fff;
  clear: both;
  color: #999;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  width: 100%; }

.availablesurveysdiv .contentpanel {
  height: 649px !important;
  min-height: 199px !important; }

.availablesurveysdiv .contentpanel .defaultsurveysdiv {
  height: 639px !important;
  overflow: auto !important; }

.headerimage {
  background-image: url(/panel-assets/img/logo.png);
  background-repeat: no-repeat;
  float: left;
  height: 89px;
  width: 400px; }

.headerlogin {
  xxxfloat: right;
  height: 89px;
  xxxwidth: 522px; }

#loginControl {
  font-size: 11px;
  height: 89px;
  vertical-align: middle; }

.loginheader {
  padding: 4px 4px 4px 1px;
  text-align: left;
  width: 100%; }

.logintext, .passwordtext {
  float: left;
  font-weight: 700;
  padding: 4px;
  text-align: right;
  vertical-align: middle; }

.logintextbox, .passwordtextbox {
  float: left;
  margin-top: 2px;
  text-align: left;
  vertical-align: middle;
  width: 110px; }

.logintextbox input, .passwordtextbox input {
  font-size: 11px;
  padding: 2px !important;
  width: 105px; }

.loginbutton {
  background-color: transparent;
  background-image: url(/panel-assets/img/ok.png);
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  height: 34px;
  margin-left: 4px;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  width: 54px; }

.facebookloginbutton {
  background-color: transparent;
  background-image: url(/panel-assets/img/facebook_login.png);
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  height: 22px;
  margin-left: 4px;
  padding-right: 35px;
  vertical-align: middle;
  width: 150px; }

.loggedinheader {
  background-color: #fff;
  font-weight: 700;
  height: 89px;
  xxxposition: absolute;
  xxxright: 0;
  text-align: right;
  xxxtop: 0;
  xxxwidth: 522px; }

.diverrormessage {
  color: red;
  font-weight: 700;
  height: 30px;
  margin-top: -5px;
  text-align: left;
  text-indent: 35px;
  width: 100%; }

.progressbar {
  margin: auto;
  width: 120px; }

.mainprogressbar {
  background-color: #eee;
  border: #39599c solid 3px;
  bottom: 0;
  font-size: 10pt;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  vertical-align: middle;
  width: 120px;
  z-index: 100000; }

.mainprogressbar img {
  line-height: 30px;
  vertical-align: middle; }

.containerheader {
  background-image: url(/panel-assets/img/panel_header.png);
  background-repeat: repeat-x;
  color: #fff;
  font-size: 10pt;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  vertical-align: middle;
  width: 100%; }

.containerheaderleft {
  background-image: url(/panel-assets/img/panel_header_left.png);
  background-repeat: no-repeat;
  float: left;
  height: 27px;
  width: 6px; }

.containerheaderright {
  background-image: url(/panel-assets/img/panel_header_right.png);
  background-position: right;
  background-repeat: repeat-x;
  float: right;
  height: 27px;
  width: 6px; }

.containerheadercontent {
  float: left;
  width: 96%; }

.containerheadericon {
  float: left;
  height: 32px;
  margin-top: -7px;
  padding-right: 10px;
  position: relative;
  width: 32px; }

.containerfooter {
  background-image: url(/panel-assets/img/panel_footer.png);
  background-repeat: repeat-x;
  font-size: 10pt;
  height: 5px;
  vertical-align: middle;
  width: 100%; }

.containerfooterleft {
  background-image: url(/panel-assets/img/panel_footer_left.png);
  background-repeat: no-repeat;
  float: left;
  height: 5px;
  width: 5px; }

.containerfooterright {
  background-image: url(/panel-assets/img/panel_footer_right.png);
  background-position: right;
  background-repeat: repeat-x;
  float: right;
  height: 5px;
  width: 5px; }

.headertable {
  float: left;
  margin-top: -3px;
  width: 100%; }

.headertitle {
  height: 27px;
  line-height: 27px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 50%; }

.headerlink {
  height: 27px;
  line-height: 27px;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  width: 50%; }

.headerlink a, .headerlink a:visited {
  background-repeat: no-repeat;
  color: #ffcf00;
  font-weight: 700;
  margin-bottom: 3px;
  padding-left: 18px;
  text-align: right; }

.containercontent {
  border: #3b5998 solid 1px;
  border-bottom: none;
  height: auto;
  padding: 5px; }

.containercontent ul {
  margin: 10px; }

.maincontent_left {
  float: left;
  height: 610px;
  padding: 5px;
  position: relative;
  width: 48%; }

.maincontent_right {
  float: right;
  padding: 5px;
  width: 48%; }

.welcome {
  background-color: #eceff5;
  border-bottom: 1px solid #94a3c4;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  height: 61px;
  line-height: 61px;
  text-indent: 15px;
  vertical-align: middle;
  width: 490px; }

.next {
  background-image: url(/panel-assets/img/next.png);
  background-position: right center;
  background-repeat: no-repeat;
  bottom: 0;
  color: #3b5998;
  cursor: pointer;
  float: right;
  height: 24px;
  line-height: 24px;
  margin: 20px;
  padding-right: 28px;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: underline;
  vertical-align: middle; }

.prev {
  background-image: url(/panel-assets/img/prev.png);
  background-position: left center;
  background-repeat: no-repeat;
  bottom: 0;
  color: #3b5998;
  cursor: pointer;
  float: left;
  height: 24px;
  left: 0;
  line-height: 24px;
  margin: 20px;
  position: absolute;
  text-decoration: underline;
  text-indent: 28px;
  vertical-align: middle; }

.innerslide {
  height: 360px;
  position: relative; }

.account_left {
  background-color: #eee;
  float: left;
  height: 480px;
  padding: 10px;
  width: 20%; }

.account_right {
  float: right;
  padding: 10px;
  width: 70%; }

.tabview {
  border: #94a3c4 solid 1px;
  height: 390px;
  width: 490px; }

.registrationtable {
  border: none;
  margin: 0;
  min-height: 476px;
  padding: 0;
  width: 100%; }

.registrationtable .clearbothsep {
  border: red solid 0;
  clear: both;
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden; }

.registrationtable .reglabel span {
  line-height: 20pt; }

.contentdiv {
  border: #ccc solid 1px;
  height: 650px;
  overflow: auto;
  padding: 5px; }

.contentfooter {
  background-color: #eee;
  border: #ccc solid 1px;
  margin-top: 2px;
  padding: 5px;
  text-align: right;
  vertical-align: middle; }

.achievement {
  height: 32px;
  text-align: center;
  vertical-align: middle;
  width: 32px; }

.pollresultstable {
  background-image: url(/panel-assets/img/poll_bg.png);
  background-repeat: repeat-x;
  border: #ccc solid 1px;
  min-height: 24px;
  padding: 10px;
  vertical-align: top; }

.pollresults {
  text-align: right;
  white-space: nowrap; }

.profilecompletion {
  font-size: 16px;
  font-weight: 700; }

.profilesmall {
  font-size: 10px; }

.profilename {
  float: left;
  height: 24px;
  line-height: 24px;
  text-indent: 10px;
  vertical-align: middle; }

.progressbar, progressbar_small {
  border: none;
  width: 100%; }

.progresscomplete {
  background-image: url(/panel-assets/img/progress_complete.png);
  background-position: center center;
  background-repeat: repeat-x;
  height: 28px; }

.progresscomplete_done {
  background-image: url(/panel-assets/img/progress_complete_done.png);
  background-position: center center;
  background-repeat: repeat-x;
  height: 28px;
  width: 100%; }

.progressincomplete {
  background-image: url(/panel-assets/img/progress_incomplete.png);
  background-position: center center;
  background-repeat: repeat-x;
  height: 28px; }

.progressleft {
  background-image: url(/panel-assets/img/progress_left.png);
  background-position: right center;
  background-repeat: no-repeat;
  height: 28px;
  width: 2px; }

.progressright {
  background-image: url(/panel-assets/img/progress_right.png);
  background-position: left center;
  background-repeat: no-repeat;
  height: 28px;
  width: 2px; }

.progresscomplete_small {
  background-image: url(/panel-assets/img/progress_complete_small.png);
  background-position: right center;
  background-repeat: repeat-x;
  height: 12px; }

.progresscomplete_done_small {
  background-image: url(/panel-assets/img/progress_complete_done_smal.png);
  background-position: center center;
  background-repeat: repeat-x;
  height: 12px;
  width: 100%; }

.progressincomplete_small {
  background-image: url(/panel-assets/img/progress_incomplete_small.png);
  background-position: right center;
  background-repeat: repeat-x;
  height: 12px; }

.progressleft_small {
  background-image: url(/panel-assets/img/profile_left_small.png);
  background-position: right center;
  background-repeat: no-repeat;
  height: 12px;
  width: 2px; }

.progressright_small {
  background-image: url(/panel-assets/img/profile_right_small.png);
  background-position: left center;
  background-repeat: no-repeat;
  height: 12px;
  width: 2px; }

.progressstatus_small {
  font-size: 10pt;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  width: 20px; }

.licomplete {
  list-style-image: url(/panel-assets/img/icons_complete.png);
  vertical-align: middle; }

.liincomplete {
  list-style-image: url(/panel-assets/img/icons_incomplete.png);
  vertical-align: middle; }

.radiobuttonlist td, .checkboxlist td {
  background-image: url(/panel-assets/img/poll_bg.png);
  background-repeat: repeat-x;
  border: #ccc solid 1px;
  height: 24px;
  padding: 10px;
  width: 33%; }

.radiobuttonlist td label {
  min-height: 24px;
  line-height: 24px;
  vertical-align: middle; }

.profiletable {
  margin: 2px;
  padding: 2px;
  width: 100%; }

.profilediv {
  border: #ccc solid 1px;
  height: 600px;
  overflow: auto;
  padding: 5px; }

.profile_unanswered {
  background-image: url(/panel-assets/img/profile_unanswered.png);
  background-repeat: repeat-x;
  border: #ccc solid 1px;
  padding: 10px; }

.profile_unanswered_reg {
  background-image: url(/panel-assets/img/profile_unanswered.png);
  background-repeat: repeat-x;
  border: #ccc solid 1px;
  margin: 3px;
  padding: 0; }

.questioncount {
  bottom: 45px;
  color: #ddd;
  float: right;
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  right: 10px; }

.profileitem {
  position: relative; }

.profilepane {
  border: #ccc solid 1px;
  padding: 5px; }

.profileitem_collapsed {
  height: 450px;
  min-height: 450px;
  position: relative; }

.profilepane_collapsed {
  border: #ccc solid 1px;
  height: 350px;
  overflow: auto;
  padding: 5px; }

.agemessage {
  height: 60px !important;
  line-height: 60px;
  margin: 10px;
  text-align: center;
  vertical-align: middle;
  width: 100%; }

.rewards {
  background-image: url(/panel-assets/img/poll_bg.png);
  background-repeat: repeat-x;
  border: #ccc solid 1px;
  padding: 10px;
  width: 100%; }

.rewardstatus {
  background-image: url(/panel-assets/img/poll_bg.png);
  background-repeat: repeat-x;
  border: #ccc solid 1px;
  height: 24px;
  line-height: 24px;
  padding: 2px;
  vertical-align: middle; }

#winners {
  float: right;
  text-align: left;
  width: 335px; }

.winner0 {
  background-image: url(/panel-assets/img/sweeps.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 175px;
  padding: 10px 10px 10px 0;
  width: 100%; }

.winner1 {
  background-image: url(/panel-assets/img/100winner.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 175px;
  padding: 10px 10px 10px 0;
  width: 100%; }

.winner2 {
  background-image: url(/panel-assets/img/250winner.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 175px;
  padding: 10px 10px 10px 0;
  width: 100%; }

.winner3 {
  background-image: url(/panel-assets/img/1000winner.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 175px;
  padding: 10px 10px 10px 0;
  width: 100%; }

.winner_inner {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 65px;
  margin-top: 60px;
  padding-right: 20px;
  text-align: center;
  width: 230px; }

.sweeps {
  height: 300px;
  width: 490px; }

.sweeps_header {
  background-color: #304d8e;
  color: #fff;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  width: 100%; }

.sweeps_header a {
  color: #fff; }

.sweeps_content {
  background-color: #ebedf3;
  border-bottom: 1px solid #d3dbe7;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  padding-left: 150px;
  vertical-align: middle; }

.sweeps_image {
  background-image: url(/panel-assets/img/cash.png);
  background-position: top center;
  background-repeat: no-repeat;
  border: #d3dbe7 solid 1px;
  float: left;
  height: 120px;
  margin-left: 10px;
  margin-top: -40px;
  width: 120px; }

.sweeps_image_content {
  border-bottom: 2px solid #d3dbe7;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  margin-top: 140px;
  padding-bottom: 10px;
  text-align: justify; }


.popuplogin {
  padding-right: 3px;
  padding-top: 27px;
  text-align: right; }

.fancybox-outer {
  background-attachment: fixed;
  background-color: #f8f8f8; }

.lrpad20 {
  padding-left: 20px;
  padding-right: 20px; }

.shadow1 {
  box-shadow: 0 0 5px #888;
  margin-left: 5px;
  margin-right: 5px; }

#header, .containercontent table, .progresscontrol, .progresstable, .radiobuttonlist, .checkboxlist, .profile, #loginbox .textbox {
  width: 100%; }

.registrationtable .reglabel, .registrationtable .reglabel_captcha {
  float: left;
  font-weight: 700;
  padding: 3px;
  text-align: right;
  width: 28%; }

.registrationtable .regfield, .registrationtable .regfield_captcha {
  float: left;
  padding: 3px;
  text-align: left;
  width: 69%; }

#accountInfo, #availableSurveys, #profiles, #dailyPoll {
  margin-bottom: 10px;
  width: 100%; }

.profilestatus, .profile_item, .profile_altitem {
  background-image: url(/panel-assets/img/poll_bg.png);
  background-repeat: repeat-x;
  border: #ccc solid 1px;
  padding: 10px; }

.licomplete a, .liincomplete a {
  margin-left: 5px; }

.radiobuttonlist td input, .checkboxlist td input, .rewardstatus img {
  vertical-align: middle; }

.field, .pollname, .loginblock {
  text-align: left; }

fieldset, .profilestatus, .demographicquestion td, .formitem, .uibutton.rounded {
  border-radius: 3px; }

.singlesweepsdrawingwrapper td, .pollresultsitem, .pollresultsitem td {
  vertical-align: top; }

a.iwebutton:hover, .nolink {
  text-decoration: none; }

.footer_mria, .profile-page .registrationtable .regvalidator, .facebook-only, .banner_flash, #banner_slides, .registrationtable .reglabel .number {
  display: none; }

#ctl01_cpBody_pnlCancellationReason {
  display: none; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

li {
  margin-left: 10px; }

.headertable {
  margin-top: 0; }

legend {
  width: auto !important;
  border-bottom: 0 !important; }

.checkboxlist label, .radiobuttonlist label {
  cursor: pointer;
  margin-left: 20px;
  margin-top: -15px; }

.profile-completion-progress .bar {
  background-color: navy;
  background-image: url(/panel-assets/img/panel_header.png);
  background-repeat: repeat-x; }

.profile-completion-progress {
  position: relative; }

.profile-completion-progress span {
  position: absolute;
  left: 0;
  z-index: 20;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 700; }

.progress {
  background-color: gray !important;
  background-image: none; }

.available-survey {
  padding-top: 5px;
  padding-bottom: 5px; }

.available-survey-url, .available-survey-reward, .available-survey-project {
  padding-top: 6px;
  padding-right: 5px;
  padding-left: 5px; }

.available-survey-img {
  padding-right: 5px;
  padding-left: 5px; }

.alternate-survey-row, .alternate-product-row {
  background-color: #E2E2E2; }

.available-reward-row {
  border-bottom: 1px dotted silver;
  padding-top: 5px;
  padding-bottom: 5px; }

.available-reward-row .btn {
  width: 100%; }

.available-reward-row {
  margin-top: 5px; }

.available-reward-img {
  margin-top: 8px; }

.available-reward-desc {
  margin-top: 12px; }

.available-reward-ddl {
  margin-top: 8px; }

.available-reward-btn {
  margin-top: 10px; }

.messageitem {
  background-image: none;
  border: 0;
  border-bottom: 1px dotted #ccc; }

#header-inner {
  margin-top: 15px; }

.facebookloginbutton {
  width: 150px !important; }

.loggedinheader {
  border: 0 !important;
  background-color: transparent !important;
  width: auto !important; }

.survey-invitation-wrapper {
  padding: 30px 30px 30px 30px; }

/*# sourceMappingURL=common.css.map */