/**
SECTION: Default banner
Overrideable styles to be set by skinning
*/
/**************************************************************/
/*header text color for multiple choice answers*/
/**************************************************************/
#logo {
  background: url("../images/mobile-banner.png") no-repeat scroll left 0 transparent;
  height: 48px;
  width: 100%;
  background-size: auto 98px;
}
#header {
  background: #ffffff;
  height: 48px;
  border-bottom: 2px solid #dfe2e6;
}
#second-logo {
  background: url("../images/mobile-banner.png") no-repeat scroll right -49px transparent;
  height: 48px;
  background-size: auto 98px;
}
/*SECTION: Common Elements that are usually altered*/
/*Question Text*/
.questionText {
  font-size: 20px;
  line-height: 1.25em;
  color: #000000;
  float: left;
  padding: .75em 3%;
  background: #ffffff;
  border-bottom: solid 1px #cccccc;
  font-weight: normal;
}
/* Instruction Text */
/*This is for pages that only contain instruction text (usually at the beginning of the survey)*/
.instruction_wrap .instructionText {
  font-size: 17px;
  color: #000000 !important;
  font-style: normal;
  line-height: 1.25em;
  padding: 0.5em 2%;
  width: 96%;
  margin-left: 0;
}
/*Instruction Text within a survey question*/
.instructionText {
  font-size: 17px;
  color: #666666;
  font-style: normal;
  line-height: 1.25em;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
  background: #ffffff;
}
/*Header Text*/
.header_wrap {
  color: #333333;
  font-weight: bold;
}
.header_wrap.questionText {
  color: #333333;
  background: none;
  font-size: 0.9em;
  border: 0;
}
/*Next and Previous Buttons*/
#NextButton.NextButtonDisabled,
#NextButton.NextButtonDisabled:hover {
  background: #3d3d3d !important;
  cursor: default;
  color: #ffffff !important;
}
#bottomBar {
  clear: both;
  margin: 1em 0 3em 0;
  padding: 0 3%;
  width: 94%;
}
#bottomBar .ui-link:hover {
  background: #59bb6b !important;
}
#bottomBar input,
#bottomBar .ui-btn,
.button_link,
#bottomBar .ui-link {
  border: 0 !important;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  border-radius: 0px;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.6);
  padding: 0 25px;
  line-height: 35px;
  background: #59bb6b !important;
  -webkit-appearance: none !important;
}
#bottomBar input:hover,
#bottomBar .ui-btn:hover,
.button_link:hover,
#bottomBar .ui-link:hover {
  background: #59bb6b !important;
  cursor: pointer;
  -webkit-appearance: none !important;
}
#bottomBar input:active,
#bottomBar .ui-btn:active,
.button_link:active,
#bottomBar .ui-link:hover {
  background: #59bb6b;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}
.button_link.round.ui-link {
  color: #ffffff !important;
  background: #59bb6b !important;
}
/*Answer Counter*/
.row-count-validation-container {
  border-bottom: solid 1px #cccccc;
  font-size: 17px !important;
  background-color: #ffffff;
  color: #000000;
}
/*header messages for dropdowns*/
.row-header-message {
  float: right;
  text-shadow: none;
  color: #333333;
  font-size: 1em;
  font-style: italic;
  word-wrap: break-word;
  text-align: right;
  white-space: normal;
}
/*footer link*/
.helplink {
  text-align: center;
  margin: 0;
  padding: 1.25em 0;
  background: #2e80b6 !important;
}
.helplink .ui-link,
.helplink a:link {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.helplink a:link,
.helplink a:visited,
.helplink a:hover,
.helplink a:active,
.helplink .ui-link:hover {
  color: #ffffff !important;
  text-decoration: none;
  padding: 0 0.5em;
}
.helplink a:hover,
.helplink .ui-link:hover {
  text-decoration: underline;
}
.helplink a:first-child,
.helplink .ui-link:first-child {
  border-left: none;
}
.single-message h2.isError-false {
  color: #000000;
}
/*SECTION: Main Section*/
body {
  font-size: 16px;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
#wrap {
  background-color: #ffffff;
}
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
  font-family: Arial, Helvetica, sans-serif;
}
/* Override link colours set by JQuery Mobile */
a:link,
a:visited,
a:hover,
a:active,
.ui-link-inherit,
.ui-body-a .ui-link,
.ui-body-b .ui-link,
.ui-body-c .ui-link,
.ui-body-d .ui-link,
.ui-body-e .ui-link,
.ui-body-a .ui-link-inherit,
.ui-body-b .ui-link-inherit,
.ui-body-c .ui-link-inherit,
.ui-body-d .ui-link-inherit {
  color: #59bb6b !important;
}
h3 {
  font-size: 1.2em;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1em;
  margin-top: 2em;
  margin-bottom: .5em;
}
/*
SECTION: structural elements
*/
/*
The float layout model is used, all structural elements should be floated left and have a width in percent
to accomodate dynamic width
*/
.no-mobile .fieldset {
  border: 1px solid #eee;
  width: 94%;
  margin: 0;
  padding: .5em 3%;
  float: left;
}
.top-region,
#pageLevelMessage {
  background: #ffffff;
  padding: 0;
}
.top-region {
  border-top: solid 0px #666;
}
.top-region .li:last-child {
  border-bottom: solid 1px #cccccc;
  width: 106.9%;
}
.instruction_wrap .top-region {
  margin-bottom: 0;
}
#pageLevelMessage {
  font-family: inherit;
  font-size: .8em;
}
.ClientValidationMessage {
  font-size: 0.8em;
}
.top-region > .ClientValidationMessage .errorMessageList li:last-child {
  border-bottom: solid 1px #cccccc;
}
.page-top-region .ClientValidationMessage {
  border-top: 1px solid #cccccc;
}
/*
SECTION: Generic Style Rules
*/
.ui-page,
.no-mobile .bodycolor,
.mobile-preview .bodycolor {
  text-shadow: none;
  background-repeat: no-repeat;
  background: #ffffff;
}
/*image used for all icons*/
.ui-icon,
.ui-btn-icon-left .ui-icon,
.incomplete-row,
.allocationGrid .vc-icon-plus,
.allocationGrid .vc-icon-minus {
  background: url("../images/main_sprite.png");
  background-size: auto;
  height: 30px;
  width: 30px;
  top: 0;
  margin-top: 0;
}
.ui-corner-all,
.ui-btn,
.round,
.mask {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.no-mobile img {
  margin: 0.5em;
  max-width: 200px;
  height: auto;
}
.ui-br {
  border-bottom: 0;
}
.ui-mobile .AnswerDisplay {
  background: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eeeeee));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#fdfdfd, #eeeeee);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#fdfdfd, #eeeeee);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#fdfdfd, #eeeeee);
  /* IE10 */
  background-image: -o-linear-gradient(#fdfdfd, #eeeeee);
  /* Opera 11.10+ */
  background-image: linear-gradient(#fdfdfd, #eeeeee);
}
.AnswerBackground,
.ui-btn-text {
  color: #000000;
  font-weight: normal;
  padding: 0;
  white-space: normal;
  width: 100%;
}
.ui-btn-text {
  padding: 0;
}
.ui-icon-shadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.errorMessageList {
  color: #000000;
  margin-bottom: 0;
  float: left;
  clear: both;
  width: 100%;
}
/*
SECTION: Single/Multi Choice props
*/
.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
  background-color: inherit;
}
.ui-checkbox-on .ui-icon {
  background-position: 0 -60px;
}
.ui-checkbox-off .ui-icon {
  background-position: 0 -240px;
}
.ui-radio-on .ui-icon,
.ui-icon-radio-on {
  background-position: 0 -30px;
}
.ui-btn-text input[type="text"] {
  min-width: 200px;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  top: auto;
  left: auto;
  background: #fff;
  color: #333;
  margin-top: .4em;
  height: auto;
}
.ui-btn-text input[type="text"]:focus {
  background: #fff;
}
/*
SECTION: Grid styling
*/
h3 a:link,
h3 a,
h3 a:visited,
h3 a:active,
h3 a:hover {
  font-size: 1em;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
.row-error-message {
  color: #000000;
}
.GridValidationMessage {
  float: right;
  color: #fff;
  font-size: 0.9em;
  font-style: italic;
  text-align: left;
  padding: 0em 0.1em 0;
  width: 48%;
}
.ui-collapsible-content {
  background: #ffffff;
  margin: 0;
  width: 98%;
  padding: 0 1%;
}
.no-mobile .fieldset label.AnswerDisplay {
  display: block;
  float: left;
  color: black;
  padding: 2px 0 0 ;
  width: 90%;
  margin-left: 30px;
}
.ui-collapsible-heading .ui-btn {
  border-radius: 0px;
  border: 0;
  background: #ffffff;
}
.default-message {
  color: #757575;
}
.ui-collapsible-heading .ui-btn-text .ui-link {
  color: #333333 !important;
  text-shadow: none;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: none;
}
.ui-collapsible-heading .ui-icon-plus {
  background-position: -30px -296px;
}
.ui-collapsible-heading .ui-icon-minus {
  background-position: 0px -296px;
  margin: .3em;
}
.incomplete-row {
  width: 20px;
  height: 20px;
  background-position: -30px 0;
}
/* verbatim */
.stretched_input_class:focus {
  background: white;
}
.page-instructionText {
  font-size: 20px;
  line-height: 1.25em;
}
.page-instructionText {
  width: 94%;
  float: left;
  padding: 0.2em 3%;
}
.top-region > .ClientValidationMessage > span,
.top-region > div,
.top-region > span {
  padding: .75em 3%;
}
.entryComplete {
  color: #333;
}
.page-instructionText {
  color: #666666;
  line-height: 1.25em;
}
#pageLevelMessage {
  border: solid 1px #5d5d5d;
  margin-left: 13px;
  max-width: 92%;
}
.ClientValidationMessage,
#pageLevelMessage,
.warning,
.error-message {
  color: #000000;
  font-size: 16px;
  line-height: 1.25em;
}
.hasError .error-message,
ul.errorMessageList {
  font-size: 12px;
  color: #ee0000;
}
.ui-btn-text .button-ans-text-wrap {
  color: #000!important;
  width: 100%;
}
.answerText,
.answerText .ui-btn-text {
  font-size: 17px;
  line-height: 17px;
  color: #000000;
}
.ans_wrap:first-child {
  margin: .5em 0 0 0;
}
.termination .questionText {
  padding: 0.5em 2%;
  color: #333;
  font-style: normal;
  font-size: 1.1em;
  width: 96%;
  margin-left: 0;
}
/*other messages */
.single-message h2 {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.1em;
}
.single-message h2.isError-false {
  color: #333;
}
.single-message h2.isError-true,
.single-message .error_header {
  color: red;
}
.single-message-mellow {
  color: #333;
  text-align: left;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2em;
  margin-left: 1em;
  margin-right: 1em;
}
/*
SECTION: Test mode banner
*/
#test-mode {
  font-size: 14px;
  margin: 0;
  padding: 0 2px;
  position: absolute;
  width: 70px;
  float: right;
  text-align: right;
  background: #fedd7e;
  /* for non-css3 browsers */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fedd7e');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fedd7e));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #ffffff, #fedd7e);
  /* for firefox 3.6+ */
  color: Black;
  right: 0px;
  height: 18px;
  font-weight: bold;
  font-style: italic;
  display: none;
  cursor: pointer;
}
.arrow {
  background: url("../images/main_sprite.png") no-repeat -30px 0;
  width: 23px;
  height: 18px;
  display: block;
  position: relative;
  float: left;
  margin: 0px 0 0 1px;
}
/* Allocation Grid */
.no-mobile .wrapleft .allocLabel {
  color: #333;
}
/*for no mobile, plus minus hidden */
.enabledPlus,
.allocationGrid .vc-icon-plus {
  background-position: -30px -60px;
}
.allocationGrid .disabledPlus {
  background-position: -30px -180px;
}
.allocationGrid .activePlus {
  background-position: -30px -30px;
}
.allocationGrid .enabledMinus {
  background-position: -30px -90px;
}
.allocationGrid .disabledMinus {
  background-position: -30px -150px;
}
.allocationGrid .activeMinus {
  background-position: -30px -120px;
}
.allocationGrid .inputDiv {
  border: 1px;
  border-color: #EDEDED;
  border-style: solid;
  width: 100%;
  margin: 0.2em 0 0 0;
  float: left;
  padding: .2em 0;
}
.allocationGrid .allocBox {
  width: 40px;
  float: right !important;
  text-align: right;
  margin-right: 5px;
  margin-top: 2px;
  background: #333;
  border: 1px solid #575757;
  border-radius: 0;
  color: #ffffff;
}
.allocationGrid .hasError {
  background: #ffffff;
  padding: 0;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  padding: .2em 3% 0 3%;
  margin: 0 0 .5em 0;
}
.no-mobile .RankOrder {
  border: 1px solid white;
  padding: .5em 0;
}
.no-mobile .RankOrder .rank-wrap p.AnswerDisplay {
  color: black;
  padding-top: .2em;
}
/* CSS Document */
.unrankedTxt {
  color: white;
  font-size: 1.1em;
  padding: .2em;
}
.rankedList .answer {
  font-weight: bold;
  color: #536B07;
  padding-right: 120px;
  word-wrap: break-word;
  line-height: 1.1em;
}
.rankgrid_list,
.rankNumber {
  background: #cbcaca;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #cbcaca 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #cbcaca));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #cbcaca 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%, #cbcaca 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%, #cbcaca 100%);
  /* IE10+ */
  background: linear-gradient(top, #f6f6f6 0%, #cbcaca 100%);
  /* W3C */
  border: 1px solid black;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -ms-border-radius: 0.6em;
  border-radius: 0.6em;
  padding: .4em;
}
.rankNumberWrap {
  margin-top: 1.8em;
  font-weight: bold;
}
#rank-inst {
  background: none;
  border: 2px dashed grey;
  color: grey;
  min-height: 44px;
  text-align: center;
  font-style: italic;
  font-size: 15px;
  margin-top: .6em;
}
.up-swap,
.down-swap {
  background: url('../images/main_sprite.png') no-repeat;
  float: right;
  width: 46px;
  height: 44px;
  display: inline-block;
}
.movementArrows .down-swap {
  background-position: -142px -183px;
  margin-right: .5em;
}
.movementArrows #rank-down-swap:hover {
  background-position: -82px -183px;
}
.movementArrows .up-swap {
  background-position: -142px -123px;
  margin-right: .5em;
}
.movementArrows #rank-up-swap:hover {
  background-position: -82px -123px;
}
.gridQuestion .warning {
  font-size: 16px;
}
.questionRegion > * {
  float: left;
  width: 94%;
  margin-right: 3%;
  margin-left: 3%;
}
#FormPanel,
.bodycolor,
#bottomBar,
.helplink {
  background-color: #ffffff;
}
